-
Notifications
You must be signed in to change notification settings - Fork 0
/
adscalstyle.css
84 lines (76 loc) · 1.02 KB
/
adscalstyle.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
.year
{
vertical-align:top;
padding: 0px
}
table.year
{
border-collapse: collapse;
border:1px solid black;
font-family:"Arial", Helvetica, sans-serif;
}
th.year
{
font-size:2.5em;
border-top:2px solid black;
border-bottom:2px solid black;
}
td.year
{
border: 1px solid black;
}
table.month
{
border-collapse:collapse;
}
th.month
{
font-size:1.25em;
text-align:center;
background-color:#E0E0E0;
padding:0.25em;
}
td.month
{
text-align:center;
padding:0.25em;
}
td.issue
{
background-color:#C0C0C0;
}
td.special
{
background-color:#7E0308;
color:#FFFFFF;
}
#key
{
width: 75%;
margin-left:auto;
margin-right:auto;
}
#key td
{
text-align:left;
text-transform:capitalize;
vertical-align:middle;
}
#keycell
{
vertical-align:middle;
margin-left:auto;
margin-right:auto;
}
#issuekey
{
display:inline;
font-size:2em;
color:#C0C0C0;
}
#specialkey
{
display:inline;
font-size:2em;
color:#7E0308;
}