main
css 57 lines 918 Bytes
Raw
1 body {
2 font-family: Verdana, Geneva, sans-serif
3 }
4
5 .pagetop {
6 font-family: Verdana, Geneva, sans-serif;
7 font-size: 10pt;
8 color: #00d8ff;
9 }
10
11 .hnname {
12 margin-right: 10px;
13 color: #fff;
14 }
15
16 .pagetop a, .pagetop a:visited {
17 color: #00d8ff;
18 text-decoration: none;
19 }
20
21 .title {
22 font-family: Verdana, Geneva, sans-serif;
23 font-size: 10pt;
24 color: #828282;
25 }
26
27 .subtext {
28 font-family: Verdana, Geneva, sans-serif;
29 font-size: 7pt;
30 color: #828282;
31 }
32
33 .comhead a:link, .subtext a, .subtext a:visited {
34 color: #828282;
35 text-decoration: none;
36 }
37
38 .votearrow {
39 width: 10px;
40 height: 10px;
41 border: 0px;
42 margin: 3px 2px 6px;
43 background: url(grayarrow.gif) no-repeat;
44 }
45
46 .title, .title a {
47 font-family: Verdana, Geneva, sans-serif;
48 font-size: 10pt;
49 color: #000;
50 text-decoration: none;
51 }
52
53 .comhead, .comhead a {
54 font-family: Verdana, Geneva, sans-serif;
55 font-size: 8pt;
56 color: #828282;
57 }