forked from marvelliu/lilacweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bbs.css
70 lines (65 loc) · 2.2 KB
/
bbs.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
a {TEXT-DECORATION: none;}
a:hover {color: #FF4400;background-color:#ffffff; text-decoration: none; }
TABLE.BODY {BORDER: 1px solid; BORDER-COLOR: #CCCCCC}
BODY {BACKGROUND-COLOR: #FFFFFF; FONT-SIZE: 14px; }
body.dark {BACKGROUND-COLOR: #BBD0BB}
TABLE,TH,TD,P,INPUT,TEXTAREA,SELECT {FONT-SIZE: 12px;}
TABLE.dark {BACKGROUND-COLOR: #BBD0BB}
TD.default {BACKGROUND-COLOR: #F6F6F6}
input.default { background-color: #F0F0FF; border: #000000 solid 1px }
input.readonly { background-color: #F0F0FF; border: 0px }
input.button { background-color: #CCCCFF }
hr.default { COLOR: #999999; border-style:dashed }
FONT.c30 {COLOR: #000000;}
FONT.c31 {COLOR: #e00000;}
FONT.c32 {COLOR: #008000;}
FONT.c33 {COLOR: #808000;}
FONT.c34 {COLOR: #0000ff;}
FONT.c35 {COLOR: #d000d0;}
FONT.c36 {COLOR: #33a0a0;}
FONT.c37 {COLOR: #000000;}
.b1 {font-size: 12px;color: #000000;text-decoration: none;}
.t1 {font-size: 12px;border-top-width: 1px;border-left-width: 1px;border-top-style: solid;border-left-style: solid;border-top-color: #BBD0BB;border-left-color: #BBD0BB;}
.t2 {font-size: 12px;border-right-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-bottom-style: solid;border-right-color: #BBD0BB;border-bottom-color: #BBD0BB;}
/*new css added by kwm for test */
.kt1 { color: #555555;
background-color: #FFFFFF;
border-top:solid #516Bb6 1px;
border-left:solid #516Bb6 1px;
border-right:0px;
border-bottom:0px;
}
.kt2 { color: #FFFFFF;
height:25px;
background-color: #516Bb6;
text-align: center;
border-right:solid #f0f0f0 1px;
border-bottom:solid #f0f0f0 1px;
border-left:0px;
border-top:0px;}
.kt3 { color: #555555;
border-right:solid #cccccc 1px;
border-bottom:solid #cccccc 1px;
border-left:0px;
border-top:0px;
}
.kt4 { padding-top:0px;
padding-bottom:0px;
border-right:0px;
border-bottom:solid #cccccc 1px;
border-left:0px;
border-top:0px;
text-align: left;
}
.c1{background-color: #FFFFFF;}
.c2{background-color: #FBFBFB;text-align:center;}
.c3{background-color: #F6F6F6;}
.kb1 {color: #000000;}
.kb2 {color: #000000;background-color: #F6F6F6;}
.kb4 { font-family: "Arial", "Helvetica", "sans-serif";
font-size: 20px;
font-weight: bolder;
color: #000000;
line-height: 50px;
}
.kts1 {color: #000088;}