-
Notifications
You must be signed in to change notification settings - Fork 0
/
snow-css.css
157 lines (135 loc) · 2.49 KB
/
snow-css.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
html, body {
margin: 0;
padding: 0;
color: #000000;
background: #ffffff;
}
body {
font: 80%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
padding: 0 0 10px 0;
min-width: 90px;
}
#wrap {
margin: 0 auto;
}
#main {
font: 125% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
clear: both;
margin: 20px 20px;
}
/* CSS for the tabs starts here */
#header {
margin-left: 110px;
height: 187px;
background: url(snow-header.gif) 0 0 no-repeat;
}
#nav {
margin-left: 110px;
float: left;
margin-top: -19px;
font-size: 0.94em;
line-height: 1em;
}
#nav ul {
margin: 0;
padding: 0 0 0 28px;
list-style: none;
}
#nav li {
float: left;
margin: 0 0 0 -1px;
padding: 0 0 0 6px;
background: url(snow-nav1.gif) 0 100% no-repeat;
}
#nav li:hover {
background-position: -6px 100%;
}
#nav a {
float: left;
display: block;
color: #473215;
font-weight: bold;
font-family: Georgia,Times,"Times New Roman",serif;
background: url(snow-nav2.gif) 100% 100% no-repeat;
padding: 5px 14px 12px 8px;
text-decoration: none;
}
#nav li:hover a {
background-image: url(snow-nav1.gif);
}
#nav a:hover {
color: #000;
text-decoration: underline;
}
#selt1 #nav #t1,
#selt2 #nav #t2,
#selt3 #nav #t3,
#selt4 #nav #t4,
#selt5 #nav #t5,
#selt6 #nav #t6,
#selt7 #nav #t7,
#selt8 #nav #t8 {
background-position: -12px 100%;
padding-left: 26px;
margin: 0 2px 0 1px;
}
#selt1 #nav #t1 a,
#selt2 #nav #t2 a,
#selt3 #nav #t3 a,
#selt4 #nav #t4 a,
#selt5 #nav #t5 a,
#selt6 #nav #t6 a,
#selt7 #nav #t7 a,
#selt8 #nav #t8 a {
background-image: url(snow-nav2s.gif);
padding-left: 0;
padding-right: 19px;
}
#nav #t1,
#selt1 #nav #t1 {
margin-left: 0;
}
#nav #t6,
#selt6 #nav #t6 {
margin-right: 0;
}
table {
font-size: 90%;
font-family: "trebuchet ms", "lucidia grande", verdana, arial, sans-serif;
line-height: 1.2em;
border-collapse: collapse;
text-align: left;
letter-spacing: .1em;
}
caption {
padding-top: .8em;
padding-bottom: .3em;
text-align: left;
font-size: 1.4em;
font-weight: normal;
text-transform: uppercase;
letter-spacing: .6em;
background: transparent;
}
thead th, tfoot th, tfoot td {
font-family: arial, verdana, sans-serif;
border-right: 1px solid #fff;
padding-left: 5px;
font-variant: small-caps;
letter-spacing: 0.1em;
color: #ffffff;
background: #6495ed;
}
.odd {
background: #D9ECFF;
}
.even {
background: #BDDFFF;
}
tbody tr:hover {
background: #FFDEAD;
}
tbody tr td:first-child {
font-family: courier-bold, sans-serif;
font-size: 1em;
}