forked from optikalus/rbp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
122 lines (102 loc) · 1.97 KB
/
styles.css
File metadata and controls
122 lines (102 loc) · 1.97 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
body {
font-family: Verdana, Helvetica, sans-serif;
color: Black;
line-height: 135%;
background: url(/messageboard/riceback.gif) repeat fixed;
/*background: url(http://www.f0e.net/images/tiling.gif) repeat fixed;*/
background-color: #ffffff;
font-size: x-small; /* false value for WinIE4/5 */
voice-family: "\"}\""; /* trick WinIE4/5 into thinking the rule is over */
voice-family: inherit; /* recover from trick */
font-size: small; /* intended value for better browsers */
}
html>body .body {
font-size: small;
}
a:link { color: #FF6600; }
a:active { color: #FF0000; }
a:visited { color: #CC6600; }
.main {
color: Black;
line-height: 130%;
background-color: #ffffff;
border: #cccc99;
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: small;
}
html>body .main {
font-size: small;
}
.title {
font-weight: bold;
color: White;
background-color: #ff9933;
font-size: xx-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-small;
}
html>body .title {
font-size: x-small;
}
.newsdate {
color: Blue;
font-size: xx-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-small;
}
html>body .newsdate {
font-size: x-small;
}
.newstext {
color: Black;
font-size: xx-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-small;
}
html>body .newstext {
font-size: x-small;
}
.titlelarge {
color: White;
line-height: 135%;
background-color: #ff9933;
font-size: large;
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-large;
font-weight: bold;
}
html>body .titlelarge {
font-size: large;
}
.menu {
background-color: #FFFFD6;
vertical-align: top;
width: 250px;
}
.info {
background-color: #FFFFFF;
vertical-align: top;
}
.borderoutline {
background-color: #CCCC99;
}
.smallselect {
font-size: xx-small;
}
.forminput,.smallselect {
}
.formsubmit {
}
.error {
color: red;
font-weight: bold;
}
.captcha {
display: none;
}