Revision 1935
Added by brooke almost 21 years ago
lib/style/skins/knb/knb.css | ||
---|---|---|
35 | 35 |
|
36 | 36 |
@import url(@style-common-path@/@eml-css@); |
37 | 37 |
|
38 |
|
|
39 |
/* |
|
40 |
* import eml css: |
|
41 |
*/ |
|
42 |
|
|
43 |
@import url(@knb-site-url@/portalpages.css); |
|
44 |
|
|
45 |
|
|
38 | 46 |
/** |
39 | 47 |
* set the correct iframe sizes to accomodate the |
40 | 48 |
* header, footer, left and right areas. |
... | ... | |
126 | 134 |
margin: 0px; |
127 | 135 |
} |
128 | 136 |
|
137 |
|
|
129 | 138 |
/** |
130 |
* then add any other styles used by your page......
|
|
139 |
* these override styles imported from eml css
|
|
131 | 140 |
*/ |
132 | 141 |
|
133 |
|
|
134 |
|
|
135 |
body { |
|
136 |
padding-top: 3px; |
|
137 |
color: #333333; |
|
138 |
background-image: url(@knb-site-url@/images/bgpattern.gif); |
|
139 |
font-weight: normal; |
|
140 |
font-size: 11px; |
|
141 |
font-family: Verdana,Arial,Helvetica,sans-serif; } |
|
142 |
|
|
143 |
a { |
|
144 |
color: #669933; |
|
145 |
font-weight: bold; |
|
146 |
font-size: 12px; |
|
147 |
text-decoration: none; } |
|
148 |
|
|
149 |
a:hover { |
|
150 |
color: #ff9933; |
|
151 |
text-decoration: underline; } |
|
152 |
|
|
153 |
.logo { |
|
154 |
background: #ffffff; |
|
155 |
padding: 5px; } |
|
156 |
|
|
157 |
.pagetitle { |
|
158 |
font-family: Georgia, Times New Roman, Times, serif; |
|
159 |
background: #0247A8; |
|
160 |
margin-left: 0.25em; } |
|
161 |
|
|
162 |
.pagesub { |
|
163 |
font-family: Verdana,Arial,Helvetica,sans-serif; |
|
164 |
font-size: 1em; |
|
165 |
font-weight: bold; |
|
166 |
color: #339933; |
|
167 |
margin-left: 3em; |
|
168 |
margin-top: 0.5em; |
|
169 |
margin-bottom: 2em; } |
|
170 |
.title { |
|
171 |
font-family: Georgia, Times New Roman, Times, serif; |
|
172 |
color: #eeeeee; |
|
173 |
background: #0247A8; |
|
174 |
font-size: 24px; |
|
175 |
font-weight: bold;} |
|
176 |
p.title { |
|
177 |
|
|
178 |
padding-left: 15px; |
|
179 |
} |
|
180 |
.subtitle { |
|
181 |
font-family: Verdana,Arial,Helvetica,sans-serif; |
|
182 |
font-size: 12px; |
|
183 |
font-weight: bold; |
|
184 |
color: #666666; |
|
185 |
margin-left: 3em; |
|
186 |
margin-top: 0.5em; |
|
187 |
margin-bottom: 2em; |
|
188 |
font-weight: normal; } |
|
189 |
|
|
190 |
a.toollink { |
|
191 |
color: #225522; |
|
192 |
text-align: left; |
|
193 |
font-size: 14px; |
|
194 |
text-decoration: none; } |
|
195 |
|
|
196 |
a.toollink:hover { |
|
197 |
color: #ff9933; |
|
198 |
text-decoration: underline; } |
|
199 |
|
|
200 |
a.sitelink { |
|
201 |
color: #339933; |
|
202 |
text-decoration: none; |
|
203 |
font-size: 11px; |
|
204 |
font-weight: bold; } |
|
205 |
a.sitelink:hover { |
|
206 |
color: #ff9933; |
|
207 |
text-decoration: underline; } |
|
208 |
|
|
209 |
.tabledefault { |
|
210 |
background: white; |
|
211 |
color: #555555; |
|
212 |
width: 790px; |
|
213 |
font-size: 11px; |
|
214 |
left-padding: 5px; |
|
215 |
right-padding: 5px; } |
|
216 |
.tablepanel { |
|
217 |
background: #eeeeee; |
|
218 |
color: #555555; |
|
219 |
font-size: 11px; |
|
220 |
left-padding: 5px; |
|
221 |
right-padding: 5px; } |
|
222 | 142 |
.tablehead { |
223 | 143 |
background-image: url(@knb-site-url@/images/panelhead_bg.gif); |
224 | 144 |
color: #0040A1; |
... | ... | |
226 | 146 |
font-size: 14px; |
227 | 147 |
font-weight: bold; |
228 | 148 |
padding: 0px; |
229 |
}
|
|
149 |
} |
|
230 | 150 |
|
231 | 151 |
.tablehead_lcorner { |
232 | 152 |
background-image: url(@knb-site-url@/images/panelhead_bg_lcorner.gif); |
... | ... | |
243 | 163 |
width: 10px; |
244 | 164 |
height: 21px; |
245 | 165 |
} |
246 |
|
|
247 |
.tableheadcontrast { |
|
248 |
background: #dddddd; |
|
249 |
vertical-align: baseline; |
|
250 |
color: #666666; |
|
251 |
font-size: 16px; |
|
252 |
font-weight: bold; } |
|
253 |
.instright { |
|
254 |
color: #333333; |
|
255 |
text-align: right; |
|
256 |
vertical-align: middle; |
|
257 |
padding: 1em; |
|
258 |
font-size: 1em; |
|
259 |
font-weight: bold; } |
|
260 |
.instleft { |
|
261 |
color: #333333; |
|
262 |
text-align: left; |
|
263 |
vertical-align: middle; |
|
264 |
padding: 1em; |
|
265 |
font-size: 1em; |
|
266 |
font-weight: bold; } |
|
267 |
p { |
|
268 |
margin: 5px; } |
|
269 |
.required { |
|
270 |
color: red; } |
|
271 |
.emphasis { |
|
272 |
color: red; } |
|
273 |
p.label { |
|
274 |
color: #333333; |
|
275 |
font-weight: bold; } |
|
276 |
p.contact { |
|
277 |
color: #333333; |
|
278 |
padding: 1em; |
|
279 |
font-size: 0.75em; |
|
280 |
font-weight: normal; |
|
281 |
font-style: italic; } |
|
282 |
p.header { |
|
283 |
color: #333333; |
|
284 |
padding: 5px; |
|
285 |
font-size: 12px; |
|
286 |
font-weight: bold; } |
|
287 | 166 |
|
167 |
/** |
|
168 |
* these are used only in the metacat pages |
|
169 |
*/ |
|
170 |
|
|
288 | 171 |
p.emphasis { |
289 | 172 |
|
290 | 173 |
font-size: 18px; |
... | ... | |
292 | 175 |
font-weight: bold; |
293 | 176 |
font-style: normal; |
294 | 177 |
} |
295 |
img.logoright { |
|
296 |
padding: 0.5em; |
|
297 |
border: none; |
|
298 |
float: right; } |
|
299 |
img.logoleft { |
|
300 |
padding: 0.25em; |
|
301 |
border: none; |
|
302 |
float: left; } |
|
303 |
.roweven { |
|
304 |
background: white; } |
|
305 |
.rowodd { |
|
306 |
background: white; } |
|
307 | 178 |
|
308 |
.plaintext { |
|
309 |
color: #555555; |
|
310 |
font-weight: normal; |
|
311 |
font-size: 11px; |
|
312 |
} |
|
313 |
.boldtext { |
|
314 |
color: #333333; |
|
315 |
font-weight: bold; |
|
316 |
font-size: 11px; |
|
317 |
} |
|
318 |
|
|
319 | 179 |
.searchresultsdivider { |
320 | 180 |
background-color: #dddddd; |
321 | 181 |
} |
322 |
|
|
323 |
/******************************************************************************/ |
|
324 |
/******************************************************************************/ |
|
325 |
/******************************************************************************/ |
|
326 |
/** **/ |
|
327 |
/** FROM PORTAL CSS FILE **/ |
|
328 |
/** **/ |
|
329 |
/******************************************************************************/ |
|
330 |
/******************************************************************************/ |
|
331 |
/******************************************************************************/ |
|
332 |
|
|
333 |
|
|
334 |
.maintable { |
|
335 |
background: #ffffff; |
|
336 |
} |
|
337 |
|
|
338 |
.subpanel { |
|
339 |
|
|
340 |
background: #ffffff; |
|
341 |
border-left: solid #cccccc 1px; |
|
342 |
border-right: solid #cccccc 1px; |
|
343 |
border-bottom: solid #cccccc 1px; |
|
344 |
} |
|
345 |
|
|
346 |
|
|
347 |
.sectionheader { |
|
348 |
|
|
349 |
background-image: url(@knb-site-url@/images/panelhead_bg.gif); |
|
350 |
text-align: center; |
|
351 |
color: #0247A8; |
|
352 |
font-size: 16px; |
|
353 |
font-weight: bold; } |
|
354 |
|
|
355 |
.text_plain { |
|
356 |
|
|
357 |
padding: 5px; |
|
358 |
color: #666666; |
|
359 |
font-weight: normal; |
|
360 |
font-size: 12px; } |
|
361 |
|
|
362 |
.text_plain_smaller { |
|
363 |
|
|
364 |
padding: 5px; |
|
365 |
font-weight: normal; |
|
366 |
font-size: 11px; } |
|
367 |
|
|
368 |
.text_example { |
|
369 |
|
|
370 |
padding: 5px; |
|
371 |
color: #999999; |
|
372 |
font-weight: normal; |
|
373 |
font-size: 11px; } |
|
374 |
|
|
375 |
.searchcat { |
|
376 |
padding-left: 5px; |
|
377 |
color: #0247A8; |
|
378 |
font-weight: bold; |
|
379 |
font-size: 11px; } |
|
380 |
|
|
381 |
td.searchsubcat { |
|
382 |
padding-left: 15px; } |
|
383 |
|
|
384 |
a.searchsubcat { |
|
385 |
color: #669933; |
|
386 |
font-weight: normal; |
|
387 |
font-size: 11px; } |
|
388 |
|
|
389 |
a.searchsubcat:hover { |
|
390 |
color: #ff9933; |
|
391 |
text-decoration: underline; } |
|
392 |
|
Also available in: Unified diff
cleaned up css greatly by importing eml css and knb css