Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / css / forum.css
CommitLineData
bc13d5d6
H
1BODY, 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
11A {
12 text-decoration: none;
13 color: #666666;
14 font-weight : bold;
15}
16
17A.darkbackground {
18 color : #CCCCCC;
19}
20
21A:Hover {
22 text-decoration: underline;
23}
24
25H1 {
26 font-size : 16pt;
27 font-weight : bold;
28 color : White;
29}
This page took 0.147765 seconds and 4 git commands to generate.