-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathstyle.css
94 lines (94 loc) · 1.6 KB
/
style.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
87
88
89
90
91
92
93
94
* {
padding: 0;
margin: 0;
font-family: Verdana, Tahoma, Arial;
}
body {
margin: 0 20px;
background: #fff;
font-size: 10px;
}
h1 {
margin: 20px 0 0 0;
text-align: center;
font-size: 21px;
font-weight: bold;
}
h2, h3 {
text-align: center;
font-size: 12px;
}
h2 * {
font-weight: bold;
color: #bbb;
}
#ads {
margin: auto;
text-align: center;
}
#legend {
margin: 20px 0 2px 35px;
font-size: 12px;
list-style-position: inside;
}
#csonly {
list-style-image: url(img/csicon.gif);
}
#hlonly {
list-style-image: url(img/hlicon.gif);
}
#broken {
list-style-image: url(img/broken.gif);
}
#A2Z {
text-align: center;
word-spacing: 1em;
}
#A2Z * {
font: 20px Tahoma;
text-decoration: none;
color: #000;
}
#container {
background: #eef url(img/upper_r_corner.gif) no-repeat right top;
}
#cvarTable {
font-size: 12px;
border-collapse: collapse;
background: url(img/upper_l_corner.gif) no-repeat left top;
}
#cvarTable th {
padding: 2px;
height: 40px;
}
#cvarTable td {
padding: 4px;
}
#cvarTable td.csonly {
padding: 4px;
width: 15px;
background: url(img/csicon.gif) no-repeat center center;
}
#cvarTable td.hlonly {
padding: 4px;
width: 15px;
background: url(img/hlicon.gif) no-repeat center center;
}
#cvarTable td.checked {
background: url(img/checked.gif) no-repeat center center;
}
#cvarTable tr.oddrow td {
background-color: #f5f5ff;
}
#cvarTable tr.oddrow td {
background-color: #f5f5ff;
}
#cvarTable tr.broken td, #legend dt.broken {
background-color: #fdd;
}
#cvarTable tr.hidden td {
display: none;
}
#cvarTable tr.show td {
display: table-cell;
}