1 |
1976
|
jones
|
/*
|
2 |
|
|
* '$RCSfile$'
|
3 |
|
|
* Purpose: Default style sheet for KNB project web pages
|
4 |
|
|
* Using this stylesheet rather than placing styles directly in
|
5 |
|
|
* the KNB web documents allows us to globally change the
|
6 |
|
|
* formatting styles of the entire site in one easy place.
|
7 |
|
|
* Copyright: 2000 Regents of the University of California and the
|
8 |
|
|
* National Center for Ecological Analysis and Synthesis
|
9 |
|
|
* Authors: Matt Jones
|
10 |
|
|
*
|
11 |
|
|
* '$Author$'
|
12 |
|
|
* '$Date$'
|
13 |
|
|
* '$Revision$'
|
14 |
|
|
*
|
15 |
|
|
* This program is free software; you can redistribute it and/or modify
|
16 |
|
|
* it under the terms of the GNU General Public License as published by
|
17 |
|
|
* the Free Software Foundation; either version 2 of the License, or
|
18 |
|
|
* (at your option) any later version.
|
19 |
|
|
*
|
20 |
|
|
* This program is distributed in the hope that it will be useful,
|
21 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
22 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
23 |
|
|
* GNU General Public License for more details.
|
24 |
|
|
*
|
25 |
|
|
* You should have received a copy of the GNU General Public License
|
26 |
|
|
* along with this program; if not, write to the Free Software
|
27 |
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
28 |
|
|
*/
|
29 |
|
|
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
/*
|
33 |
|
|
* import eml css:
|
34 |
|
|
*/
|
35 |
|
|
|
36 |
3780
|
daigle
|
@import url(../../../style/common/eml_xsl.css);
|
37 |
|
|
@import url(./midnight.css);
|
38 |
1976
|
jones
|
|
39 |
5979
|
leinfelder
|
html > body #header {
|
40 |
|
|
height: 164px;
|
41 |
|
|
}
|
42 |
|
|
.group_border {
|
43 |
|
|
border: none;
|
44 |
|
|
}
|
45 |
|
|
h3 {
|
46 |
|
|
background-color: inherit;
|
47 |
|
|
text-align: left;
|
48 |
|
|
padding-left: 5px;
|
49 |
|
|
}
|
50 |
|
|
#content_wrapper {
|
51 |
|
|
text-align: left;
|
52 |
|
|
}
|
53 |
|
|
|
54 |
1976
|
jones
|
/**
|
55 |
|
|
* set the correct iframe sizes to accomodate the
|
56 |
|
|
* header, footer, left and right areas.
|
57 |
|
|
* NOTE: these styles apply only to each
|
58 |
|
|
* container frame, *NOT* to the document within it!
|
59 |
|
|
*/
|
60 |
|
|
.iframeheaderclass {
|
61 |
|
|
height: 155px;
|
62 |
2886
|
tyburczy
|
width: 98%;
|
63 |
1976
|
jones
|
border: 0px;
|
64 |
|
|
margin: 0px;
|
65 |
3444
|
jones
|
/*margin-left: 10px;*/
|
66 |
1976
|
jones
|
}
|
67 |
|
|
|
68 |
|
|
.iframesearchboxclass { /* not used */ }
|
69 |
|
|
.iframeleftcolclass { /* not used */ }
|
70 |
|
|
.iframerightcolclass { /* not used */ }
|
71 |
|
|
.iframefooterclass { /* not used */ }
|
72 |
|
|
|
73 |
|
|
/**
|
74 |
|
|
* set the size and alignment etc of the top-level layout table
|
75 |
|
|
*/
|
76 |
|
|
.templatetableclass {
|
77 |
|
|
width: 100%;
|
78 |
|
|
border: 0px;
|
79 |
|
|
padding: 0px;
|
80 |
|
|
margin: 0px;
|
81 |
|
|
}
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
/**
|
85 |
|
|
* set the style of the main content area and its contents
|
86 |
|
|
*/
|
87 |
|
|
.templatecontentareaclass {
|
88 |
|
|
border: 0px;
|
89 |
|
|
padding: 0px;
|
90 |
|
|
margin: 0px;
|
91 |
3474
|
walbridge
|
/* temporary fix until we remove iframes from NCEAS skin */
|
92 |
|
|
background: #fff;
|
93 |
|
|
|
94 |
1976
|
jones
|
}
|
95 |
|
|
|
96 |
|
|
|
97 |
|
|
/**
|
98 |
|
|
* set the correct <td> sizes to accomodate the
|
99 |
|
|
* header, footer, left and right iframes.
|
100 |
|
|
* NOTE: these styles apply only to each
|
101 |
|
|
* container frame, *NOT* to the document in
|
102 |
|
|
* the iframe within it!
|
103 |
|
|
*/
|
104 |
|
|
.templateheaderrowclass {
|
105 |
|
|
height: 155px;
|
106 |
|
|
/*
|
107 |
|
|
no width allowed - uses same width as table class
|
108 |
|
|
*/
|
109 |
|
|
border: 0px;
|
110 |
|
|
padding: 0px;
|
111 |
|
|
margin: 0px;
|
112 |
|
|
}
|
113 |
|
|
|
114 |
|
|
|
115 |
|
|
.templateleftcolclass {
|
116 |
|
|
height: 100%;
|
117 |
|
|
width: 0px;
|
118 |
|
|
border: 0px;
|
119 |
|
|
padding: 0px;
|
120 |
|
|
margin: 0px;
|
121 |
|
|
}
|
122 |
|
|
|
123 |
|
|
|
124 |
|
|
.templaterightcolclass {
|
125 |
|
|
height: 100%;
|
126 |
|
|
width: 0px;
|
127 |
|
|
border: 0px;
|
128 |
|
|
padding: 0px;
|
129 |
|
|
margin: 0px;
|
130 |
|
|
}
|
131 |
|
|
|
132 |
|
|
|
133 |
|
|
.templatefooterrowclass {
|
134 |
|
|
height: 0px;
|
135 |
|
|
/*
|
136 |
|
|
no width allowed - uses same width as table class
|
137 |
|
|
*/
|
138 |
|
|
border: 0px;
|
139 |
|
|
padding: 0px;
|
140 |
|
|
margin: 0px;
|
141 |
|
|
}
|
142 |
|
|
|
143 |
3469
|
walbridge
|
.style2 {
|
144 |
|
|
font-size: 14px
|
145 |
|
|
}
|
146 |
1976
|
jones
|
|
147 |
|
|
/**
|
148 |
|
|
* these override styles imported from eml css
|
149 |
|
|
*/
|
150 |
|
|
|
151 |
3444
|
jones
|
/*
|
152 |
1976
|
jones
|
body {
|
153 |
|
|
padding: 0px;
|
154 |
|
|
margin: 0px;
|
155 |
|
|
margin-top: 5px;
|
156 |
|
|
background-color: #ffffff;
|
157 |
|
|
font-weight: normal;
|
158 |
|
|
font-size: 12px;
|
159 |
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
160 |
|
|
}
|
161 |
3444
|
jones
|
*/
|
162 |
3616
|
bowdish
|
|
163 |
3618
|
bowdish
|
.linkedHeaderStyle {
|
164 |
|
|
background: #fff;
|
165 |
|
|
padding-left: 10px;
|
166 |
|
|
}
|
167 |
|
|
|
168 |
3616
|
bowdish
|
.citation {
|
169 |
|
|
text-align: left;
|
170 |
|
|
}
|
171 |
|
|
|
172 |
|
|
.secondCol {
|
173 |
|
|
text-align: left;
|
174 |
|
|
}
|
175 |
|
|
|
176 |
2410
|
sgarg
|
.sectionnames{
|
177 |
|
|
font-weight: bold;
|
178 |
|
|
font-size: 16px;
|
179 |
|
|
color: #0040A1;
|
180 |
|
|
}
|
181 |
1976
|
jones
|
.title {
|
182 |
|
|
font-family: Georgia, Times New Roman, Times, serif;
|
183 |
|
|
color: black;
|
184 |
|
|
background: white;
|
185 |
|
|
font-size: 24px;
|
186 |
|
|
font-weight: bold;
|
187 |
|
|
}
|
188 |
|
|
|
189 |
|
|
.highlight {
|
190 |
|
|
color: #006699;
|
191 |
|
|
background-color: #FFFFFF;
|
192 |
|
|
font-style: italic;
|
193 |
|
|
font-size: 1em;
|
194 |
|
|
padding-left: 10px;
|
195 |
|
|
}
|
196 |
|
|
|
197 |
3577
|
walbridge
|
.resultstable {
|
198 |
3469
|
walbridge
|
margin-left: 2px;
|
199 |
|
|
}
|
200 |
|
|
|
201 |
|
|
td, th {
|
202 |
3599
|
bowdish
|
padding: 2px 5px 0px 5px;
|
203 |
3469
|
walbridge
|
}
|
204 |
|
|
|
205 |
3599
|
bowdish
|
|
206 |
1976
|
jones
|
.tablehead {
|
207 |
|
|
color: #0040A1;
|
208 |
|
|
background: #FFFFFF;
|
209 |
|
|
text-align: left;
|
210 |
|
|
font-size: 14px;
|
211 |
|
|
font-weight: bold;
|
212 |
3599
|
bowdish
|
border-top: solid #ffffff 10px;
|
213 |
1976
|
jones
|
border-bottom: solid #dddddd 1px;
|
214 |
|
|
padding-left: 10px;
|
215 |
|
|
padding-top: 0px;
|
216 |
|
|
padding-bottom: 0px;
|
217 |
|
|
}
|
218 |
|
|
|
219 |
|
|
th.tablehead {
|
220 |
|
|
|
221 |
|
|
text-align: center;
|
222 |
|
|
border-bottom: solid #006666 1px;
|
223 |
|
|
margin: 0px;
|
224 |
|
|
padding: 0px;
|
225 |
|
|
height: 21px;
|
226 |
|
|
}
|
227 |
|
|
|
228 |
|
|
.tablehead_lcorner {
|
229 |
|
|
background-position: right top;
|
230 |
|
|
background-repeat: no-repeat;
|
231 |
|
|
padding: 0px;
|
232 |
|
|
margin: 0px;
|
233 |
|
|
width: 10px;
|
234 |
|
|
height: 21px;
|
235 |
|
|
}
|
236 |
|
|
|
237 |
|
|
.tablehead_rcorner {
|
238 |
|
|
background-position: left top;
|
239 |
|
|
background-repeat: no-repeat;
|
240 |
|
|
padding: 0px;
|
241 |
|
|
margin: 0px;
|
242 |
|
|
width: 10px;
|
243 |
|
|
height: 21px;
|
244 |
|
|
}
|
245 |
|
|
|
246 |
3599
|
bowdish
|
#Overview {
|
247 |
|
|
text-align: center;
|
248 |
|
|
}
|
249 |
|
|
|
250 |
3444
|
jones
|
/*
|
251 |
1976
|
jones
|
a {
|
252 |
|
|
color: #0040A1;
|
253 |
|
|
font-weight: bold;
|
254 |
|
|
font-size: 12px;
|
255 |
2410
|
sgarg
|
text-decoration: underline; }
|
256 |
1976
|
jones
|
|
257 |
|
|
a:hover {
|
258 |
|
|
color: #ff9933;
|
259 |
|
|
text-decoration: underline; }
|
260 |
3444
|
jones
|
*/
|
261 |
1976
|
jones
|
|
262 |
|
|
/**
|
263 |
|
|
* these are used only in the metacat pages
|
264 |
|
|
*/
|
265 |
|
|
|
266 |
|
|
p.emphasis {
|
267 |
|
|
|
268 |
|
|
font-size: 18px;
|
269 |
|
|
color: #dd7744;
|
270 |
|
|
font-weight: bold;
|
271 |
|
|
font-style: normal;
|
272 |
|
|
}
|
273 |
|
|
|
274 |
|
|
.searchresultsdivider {
|
275 |
3583
|
walbridge
|
background-color: transparent;
|
276 |
3469
|
walbridge
|
border-bottom: 1px solid #ddd;
|
277 |
|
|
margin-bottom: 10px;
|
278 |
1976
|
jones
|
}
|
279 |
|
|
|
280 |
3469
|
walbridge
|
.searchresultsdividerPale {
|
281 |
|
|
margin: 4px 4px;
|
282 |
2812
|
bowdish
|
}
|
283 |
|
|
|
284 |
3469
|
walbridge
|
.text_plain {
|
285 |
|
|
padding-top: 5px;
|
286 |
3599
|
bowdish
|
text-align: left;
|
287 |
2812
|
bowdish
|
}
|
288 |
|
|
|
289 |
3469
|
walbridge
|
pre {
|
290 |
3587
|
bowdish
|
/** margin-right: 8em;
|
291 |
3469
|
walbridge
|
padding: .4em .75em;
|
292 |
3587
|
bowdish
|
*/
|
293 |
|
|
font-size: 10px;
|
294 |
3469
|
walbridge
|
}
|
295 |
|
|
|
296 |
1976
|
jones
|
/**
|
297 |
|
|
* these are used only in the registry skins
|
298 |
|
|
*/
|
299 |
|
|
p.searchbox {
|
300 |
|
|
color: #0040A1;
|
301 |
|
|
font-weight: bold;
|
302 |
|
|
font-size: 12px;
|
303 |
|
|
text-decoration: none;
|
304 |
|
|
}
|
305 |
|
|
|
306 |
3469
|
walbridge
|
td.templatecontentareaclass a {
|
307 |
|
|
border: none;
|
308 |
|
|
}
|
309 |
|
|
|
310 |
1976
|
jones
|
br {
|
311 |
|
|
margin: 0px;
|
312 |
|
|
padding: 0px;
|
313 |
|
|
}
|
314 |
|
|
|
315 |
2410
|
sgarg
|
.intro {
|
316 |
3469
|
walbridge
|
width: 760px;
|
317 |
3599
|
bowdish
|
margin: 0 auto;
|
318 |
|
|
text-align: left;
|
319 |
|
|
|
320 |
2410
|
sgarg
|
}
|
321 |
|
|
|
322 |
1982
|
jones
|
textarea {
|
323 |
|
|
width: 80%;
|
324 |
|
|
}
|
325 |
|
|
|
326 |
|
|
.required {
|
327 |
|
|
font-weight: bold;
|
328 |
2142
|
sgarg
|
color: #b00000;
|
329 |
1982
|
jones
|
}
|
330 |
|
|
|
331 |
|
|
.label {
|
332 |
|
|
font-weight: bold;
|
333 |
|
|
}
|
334 |
2034
|
sgarg
|
|
335 |
2350
|
sgarg
|
|
336 |
|
|
.emphasis {
|
337 |
|
|
font-weight: bold;
|
338 |
2410
|
sgarg
|
font-size: 18px;
|
339 |
|
|
color: #000000;
|
340 |
2350
|
sgarg
|
}
|
341 |
|
|
|
342 |
|
|
.boldlink {
|
343 |
|
|
font-weight: bold;
|
344 |
|
|
font-size: 12px;
|
345 |
|
|
}
|
346 |
|
|
|
347 |
2410
|
sgarg
|
.colorbold {
|
348 |
|
|
font-weight: bold;
|
349 |
|
|
color: #0040A1;
|
350 |
|
|
font-size: 12px;
|
351 |
|
|
}
|
352 |
2350
|
sgarg
|
|
353 |
|
|
.redbold {
|
354 |
|
|
font-weight: bold;
|
355 |
|
|
color: #b00000;
|
356 |
|
|
font-size: 12px;
|
357 |
|
|
}
|
358 |
|
|
|
359 |
|
|
.greenbold {
|
360 |
|
|
font-weight: bold;
|
361 |
|
|
color: #008000;
|
362 |
|
|
font-size: 12px;
|
363 |
|
|
}
|
364 |
|
|
|
365 |
|
|
.smalltext {
|
366 |
4533
|
walbridge
|
margin-left: 4px;
|
367 |
2350
|
sgarg
|
font-weight: bold;
|
368 |
|
|
font-size: 10px;
|
369 |
2410
|
sgarg
|
vertical-align: super;
|
370 |
2350
|
sgarg
|
}
|
371 |
|
|
|
372 |
4533
|
walbridge
|
a.smalltext {
|
373 |
|
|
border-bottom: 1px dotted #333399;
|
374 |
|
|
}
|
375 |
|
|
|
376 |
2410
|
sgarg
|
.largetext {
|
377 |
|
|
font-weight: bold;
|
378 |
|
|
font-size: 16px;
|
379 |
|
|
}
|
380 |
|
|
|
381 |
2350
|
sgarg
|
.italicized {
|
382 |
|
|
font-style: italic;
|
383 |
|
|
font-size: 12px;
|
384 |
|
|
}
|
385 |
|
|
|
386 |
|
|
.regtext {
|
387 |
2410
|
sgarg
|
font-weight: normal;
|
388 |
2350
|
sgarg
|
font-size: 12px;
|
389 |
|
|
}
|
390 |
2410
|
sgarg
|
.sectbody {
|
391 |
|
|
background: #e8eef7;
|
392 |
|
|
font-size: 12px;
|
393 |
3599
|
bowdish
|
font-weight: bold;
|
394 |
|
|
text-align: left;
|
395 |
|
|
}
|
396 |
2410
|
sgarg
|
|
397 |
|
|
.sectheader {
|
398 |
|
|
background: #B7C9E3;
|
399 |
|
|
font-size: 12px;
|
400 |
|
|
font-weight: bold;}
|
401 |
|
|
|
402 |
|
|
.tables {
|
403 |
3474
|
walbridge
|
width: 760px;
|
404 |
3599
|
bowdish
|
margin: 0 auto;
|
405 |
3474
|
walbridge
|
border: solid black 1px;
|
406 |
|
|
border-bottom: none;
|
407 |
|
|
}
|
408 |
4006
|
leinfelder
|
|
409 |
|
|
/* override default td sizing specified in EML css */
|
410 |
|
|
.regular td {
|
411 |
|
|
font-size: 87.5%;
|
412 |
|
|
}
|
413 |
|
|
|
414 |
2410
|
sgarg
|
.hide {
|
415 |
|
|
display:none;
|
416 |
|
|
}
|
417 |
|
|
|
418 |
|
|
.bordertop {
|
419 |
|
|
border-top: solid black 1px;
|
420 |
|
|
}
|
421 |
2350
|
sgarg
|
|
422 |
2410
|
sgarg
|
.borderbottom {
|
423 |
|
|
border-bottom: solid black 1px;
|
424 |
|
|
}
|
425 |
|
|
|
426 |
|
|
.topbottom {
|
427 |
|
|
border-top: 1px solid black;
|
428 |
|
|
border-bottom: 1px solid black;
|
429 |
|
|
}
|
430 |
2350
|
sgarg
|
|
431 |
2410
|
sgarg
|
.longwidth {
|
432 |
|
|
width: 80%;
|
433 |
|
|
}
|
434 |
|
|
|
435 |
|
|
.shortwidth {
|
436 |
|
|
width: 35%;
|
437 |
|
|
}
|
438 |
|
|
|
439 |
|
|
.rightCol {
|
440 |
|
|
width: 24%;
|
441 |
|
|
text-align: right;
|
442 |
|
|
}
|
443 |
|
|
|
444 |
4006
|
leinfelder
|
.rightCol a {
|
445 |
|
|
border-bottom: none;
|
446 |
|
|
}
|
447 |
|
|
|
448 |
|
|
.rightCol img {
|
449 |
|
|
margin: 0px;
|
450 |
|
|
}
|
451 |
|
|
|
452 |
|
|
|
453 |
|
|
.centerContentBorder {
|
454 |
|
|
padding-left: 5px;
|
455 |
|
|
padding-right: 5px;
|
456 |
|
|
width: 98%;
|
457 |
|
|
}
|
458 |
|
|
|
459 |
4903
|
walbridge
|
.rule {
|
460 |
|
|
height: 1px;
|
461 |
|
|
color: #ccc;
|
462 |
|
|
background-color: #ccc;
|
463 |
|
|
border: 0;
|
464 |
|
|
}
|
465 |
4006
|
leinfelder
|
|
466 |
2034
|
sgarg
|
/**
|
467 |
|
|
* This is add to overload the p+p function defined in eml.css.
|
468 |
|
|
* Refer to bug# 1306 for further details.
|
469 |
|
|
*/
|
470 |
|
|
|
471 |
2035
|
sgarg
|
p + p {
|
472 |
|
|
text-indent: 0em;
|
473 |
2350
|
sgarg
|
|
474 |
2034
|
sgarg
|
}
|
475 |
2350
|
sgarg
|
|
476 |
|
|
|