-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhoj.css
More file actions
63 lines (55 loc) · 1.07 KB
/
hoj.css
File metadata and controls
63 lines (55 loc) · 1.07 KB
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
a:link{color:blue;text-decoration:none;}
a:visited{color:blue;text-decoration:none;}
a:hover{color:cyan;}
h2{
color:blue;
}
.toprow{
background-color:#8080FF;
color:#FFFFFF;
font-weight:bold;
background: url("image/menu_bg.png");
}
.toprow td{font-size:80%;}
.toprow a:link{color:white;text-decoration:none;}
.toprow a:visited{color:white;text-decoration:none;}
.toprow a:hover{color:cyan;}
.oddrow{background-color:#F3F9FF;}
.oddrow td{font-size:80%;}
.evenrow{background-color:#F0FFF0;}
.evenrow td{font-size:80%;}
.top3 {color:orange;}
.top2 {color:green;}
.top1 {color:#0DF;}
.hot {color:red;}
.lock {color:grey;}
.mono span{width:3em;display:inline-block; text-align:center}
blockquote td {font-size:75%}
body{background-color:#FFFFFF;}
.hd{
background-color:#FFFFFF;
color:#FFFFFF;
font-weight:bold;
}
.time{
text-align: right;
}
.ip{
text-align: right;
padding-right: 5px;
}
tr.userinfo{
background-color:#FFFFF0;
font-size: 16px;
}
span.yes{
color:green;
font-weight: bolder;
}
span.no{
color:red;
font-weight: bolder;
}
span.exadmin{
color:gray;
}