-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
86 lines (74 loc) · 1.09 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/*
div.gstc-sheet .gstc-day
{
border:solid 1px #CCC;
padding:10px;
margin-bottom:10px;
}
div.gstc-sheet .gstc-date
{
padding:5px 10px;
background-color:#CCC;
font-weight:bold;
}
div.gstc-sheet .gstc-event
{
padding:5px;
border-bottom:solid 1px #CCC;
}
div.gstc-sheet .gstc-event:last-child
{
border:none;
padding-bottom:0px;
}
div.gstc-sheet label
{
font-weight:bold;
text-decoration:italics;
}
*/
div.gstc-sheet .gstc-day
{
border:solid 1px #CCC;
padding:10px;
margin-bottom:10px;
min-height:80px;
}
div.gstc-sheet .gstc-date
{
padding:5px 10px;
background-color:#CCC;
font-weight:bold;
width:100px;
text-align:center;
display:inline-block;
float:left;
}
div.gstc-sheet .gstc-date .gstc-date-month
{
display:block;
}
div.gstc-sheet .gstc-date .gstc-date-day
{
display:block;
font-size:2em;
line-height:48px;
height:48px;
}
div.gstc-sheet .gstc-event
{
padding:5px;
border-bottom:dotted 1px #CCC;
margin-left:130px;
}
div.gstc-sheet .gstc-event:last-child
{
border:none;
padding-bottom:0px;
}
div.gstc-sheet label
{
font-weight:bold;
text-decoration:italics;
color:#000;
}