Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / css / forum.css
1 BODY, P, TD {
2 font-family : Tahoma, Aplos, Helvetica, sans-serif;
3 font-size : 9pt;
4 color : #000000;
5 }
6
7 .darkbackground {
8 color : #FFFFFF;
9 }
10
11 A {
12 text-decoration: none;
13 color: #666666;
14 font-weight : bold;
15 }
16
17 A.darkbackground {
18 color : #CCCCCC;
19 }
20
21 A:Hover {
22 text-decoration: underline;
23 }
24
25 H1 {
26 font-size : 16pt;
27 font-weight : bold;
28 color : White;
29 }
This page took 0.23866 seconds and 4 git commands to generate.