1 |
jonen |
1.1 |
body { |
2 |
|
|
margin: 0px 0px 0px 0px; |
3 |
|
|
font-size: 12px; |
4 |
|
|
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; |
5 |
|
|
font-weight: normal; |
6 |
|
|
font-style: normal; |
7 |
|
|
text-decoration: none; |
8 |
|
|
color: #000000; |
9 |
|
|
background-color: #FFFFFF; |
10 |
|
|
} |
11 |
|
|
|
12 |
|
|
#phphtmllib { |
13 |
|
|
font-family: arial, helvetica; |
14 |
|
|
font-size: 10pt; |
15 |
|
|
} |
16 |
|
|
|
17 |
|
|
#headerLeft { |
18 |
|
|
background-color: #AFB5FF; |
19 |
|
|
width: 220px; |
20 |
|
|
height: 50px; |
21 |
|
|
float: left; |
22 |
|
|
} |
23 |
|
|
|
24 |
|
|
#headerRight { |
25 |
|
|
background-color: #AFB5FF; |
26 |
|
|
float: left; |
27 |
|
|
height: 50px; |
28 |
|
|
width: 560px; |
29 |
|
|
} |
30 |
|
|
|
31 |
|
|
.pageheader { |
32 |
|
|
background-color: #AFB5FF; |
33 |
|
|
width: 100%; |
34 |
|
|
height:52px; |
35 |
|
|
padding-top: 2px; |
36 |
|
|
} |
37 |
|
|
|
38 |
|
|
.navheader { |
39 |
|
|
background-color: #AFB5FF; |
40 |
|
|
width: 100%; |
41 |
|
|
height:19px; |
42 |
|
|
padding-top: 2px; |
43 |
|
|
float: left; |
44 |
|
|
} |
45 |
|
|
|
46 |
|
|
.subheader { |
47 |
|
|
background-color: #5969FF; |
48 |
|
|
width: 100%; |
49 |
|
|
float: left; |
50 |
|
|
border-top: 2px solid #999999; |
51 |
|
|
border-bottom: 2px solid #999999; |
52 |
|
|
} |
53 |
|
|
|
54 |
|
|
|
55 |
|
|
#maincontent { |
56 |
|
|
background-color:#ffffff; |
57 |
|
|
width:100%; |
58 |
|
|
float: left; |
59 |
|
|
} |
60 |
|
|
|
61 |
|
|
.leftblock { |
62 |
|
|
width: 180px; |
63 |
|
|
padding-top: 10px; |
64 |
|
|
|
65 |
|
|
background-color: #eeeeee; |
66 |
|
|
vertical-align: top; |
67 |
|
|
} |
68 |
|
|
|
69 |
|
|
.rightblock { |
70 |
|
|
width: 100%; |
71 |
|
|
padding: 20px 20px 0px 20px; |
72 |
|
|
vertical-align: top; |
73 |
|
|
} |
74 |
|
|
|
75 |
|
|
#footerblock { |
76 |
|
|
float: left; |
77 |
|
|
width: 100%; |
78 |
|
|
} |
79 |
|
|
|
80 |
|
|
.headsubtitle { |
81 |
|
|
font-size: 10pt; |
82 |
|
|
font-weight: bold; |
83 |
|
|
background-color: #5969FF; |
84 |
|
|
color: #FFFFFF; |
85 |
|
|
width: 100%; |
86 |
|
|
padding-top: 5px; |
87 |
|
|
padding-bottom: 5px; |
88 |
|
|
} |
89 |
|
|
|
90 |
|
|
#subheadleft { |
91 |
|
|
float: left; |
92 |
|
|
background-color: #5969FF; |
93 |
|
|
padding: 5px 0px 0px 5px; |
94 |
|
|
margin-bottom: 5px; |
95 |
|
|
} |
96 |
|
|
#subheadright { |
97 |
|
|
float: right; |
98 |
|
|
background-color: #5969FF; |
99 |
|
|
padding: 5px 5px 0px 0px; |
100 |
|
|
margin-bottom: 5px; |
101 |
|
|
} |
102 |
|
|
|
103 |
|
|
.headseperator { |
104 |
|
|
font-size: 1px; |
105 |
|
|
line-height: 1px; |
106 |
|
|
background-color: #999999; |
107 |
|
|
float: left; |
108 |
|
|
width: 100%; |
109 |
|
|
} |
110 |
|
|
|
111 |
|
|
|
112 |
|
|
|
113 |
|
|
TD.divider { |
114 |
|
|
width: 1px; |
115 |
|
|
font-size: 1px; |
116 |
|
|
line-height: 1px; |
117 |
|
|
border-left: 1px dashed #999999; |
118 |
|
|
} |
119 |
|
|
|
120 |
|
|
|
121 |
|
|
.infoboxBar { |
122 |
|
|
font-size: 1px; |
123 |
|
|
height: 12px; |
124 |
|
|
background-color: #000000; |
125 |
|
|
margin-bottom: 3px; |
126 |
|
|
} |
127 |
|
|
|
128 |
|
|
|
129 |
|
|
.newsheader { |
130 |
|
|
background-color: #f1f1f1; |
131 |
|
|
padding: 5px 5px 5px 5px; |
132 |
|
|
margin: 0px -5px 0px -5px; |
133 |
|
|
height: 15px; |
134 |
|
|
} |
135 |
|
|
|
136 |
|
|
.infoboxHeader { |
137 |
|
|
font: 10px Verdana; |
138 |
|
|
color: #fff; |
139 |
|
|
margin-left: 5px; |
140 |
|
|
} |
141 |
|
|
|
142 |
|
|
.infoboxitem { |
143 |
|
|
font-size: 10px; |
144 |
|
|
line-height: 20px; |
145 |
|
|
} |
146 |
|
|
|
147 |
|
|
.infoboxbody { |
148 |
|
|
border: 1px solid #c0c0c0; |
149 |
|
|
padding: 5px 5px 5px 5px; |
150 |
|
|
} |
151 |
|
|
|
152 |
|
|
.outline { |
153 |
|
|
border: 1px solid #c0c0c0; |
154 |
|
|
} |
155 |
|
|
|
156 |
|
|
.quotebox { |
157 |
|
|
margin: 0px 10px 0px 5px; |
158 |
|
|
line-height: 16px; |
159 |
|
|
padding: 15px; |
160 |
|
|
text-align: justify; |
161 |
|
|
background-color: #fffdf1; |
162 |
|
|
border: 1px dashed #000000; |
163 |
|
|
} |
164 |
|
|
|
165 |
|
|
.codebox { |
166 |
|
|
font-size: 12px; |
167 |
|
|
line-height: 16px; |
168 |
|
|
font-weight: normal; |
169 |
|
|
font-style: normal; |
170 |
|
|
color: #000000; |
171 |
|
|
text-align: left; |
172 |
|
|
margin: 0px 10px 0px 5px; |
173 |
|
|
padding: 15px; |
174 |
|
|
background-color: #f1f1f1; |
175 |
|
|
} |
176 |
|
|
|
177 |
|
|
.threadmap { |
178 |
|
|
font-size: 11px; |
179 |
|
|
line-height: 20px; |
180 |
|
|
/* font-size: 11px; |
181 |
|
|
line-height: 20px; */ |
182 |
|
|
} |
183 |
|
|
|
184 |
|
|
|
185 |
|
|
.articleinfo { |
186 |
|
|
height:100px; |
187 |
|
|
font-size: 10px; |
188 |
|
|
} |
189 |
|
|
|
190 |
|
|
.required { |
191 |
|
|
color: #CC0000; |
192 |
|
|
} |
193 |
|
|
|
194 |
|
|
|
195 |
|
|
.toolbar-button { |
196 |
|
|
background-color: #F1F1F1; |
197 |
|
|
border: 1px solid buttonface; |
198 |
|
|
margin: 1px; |
199 |
|
|
} |
200 |
|
|
|
201 |
|
|
.toolbar-raised { |
202 |
|
|
border-top: 1px solid buttonhighlight; |
203 |
|
|
border-left: 1px solid buttonhighlight; |
204 |
|
|
border-bottom: 1px solid buttonshadow; |
205 |
|
|
border-right: 1px solid buttonshadow; |
206 |
|
|
background-color: #F1F1F1; |
207 |
|
|
margin: 1px; |
208 |
|
|
} |
209 |
|
|
|
210 |
|
|
.toolbar-pressed { |
211 |
|
|
border-top: 1px solid buttonshadow; |
212 |
|
|
border-left: 1px solid buttonshadow; |
213 |
|
|
border-bottom: 1px solid buttonhighlight; |
214 |
|
|
border-right: 1px solid buttonhighlight; |
215 |
|
|
background-color: #F1F1F1; |
216 |
|
|
margin: 1px; |
217 |
|
|
} |
218 |
|
|
|
219 |
|
|
.ulist { |
220 |
|
|
font-size: 10pt; |
221 |
|
|
line-height: 12pt; |
222 |
|
|
} |
223 |
|
|
|
224 |
|
|
|
225 |
|
|
.h1 { |
226 |
|
|
font-family: arial; |
227 |
|
|
font-size: 1.5em; |
228 |
|
|
font-weight: bold; |
229 |
|
|
color: #999999; |
230 |
|
|
} |
231 |
|
|
|
232 |
|
|
.h2 { |
233 |
|
|
font-family: arial; |
234 |
|
|
font-size: 1.2em; |
235 |
|
|
font-weight: bold; |
236 |
|
|
color: #000000; |
237 |
|
|
} |