1 |
5131
|
cjones
|
/*
|
2 |
|
|
* '$RCSfile$'
|
3 |
|
|
* Purpose: Default style sheet for PARC project web pages
|
4 |
|
|
* Using this stylesheet rather than placing styles directly in
|
5 |
|
|
* the PARC 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: walbridge $'
|
12 |
|
|
* '$Date: 2009-04-06 11:26:35 -0600 (Mon, 06 Apr 2009) $'
|
13 |
|
|
* '$Revision: 4903 $'
|
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 |
|
|
|
37 |
|
|
/**
|
38 |
|
|
* these override styles imported from eml css
|
39 |
|
|
*/
|
40 |
|
|
|
41 |
|
|
html {
|
42 |
|
|
display: block;
|
43 |
|
|
height: 101%;
|
44 |
|
|
}
|
45 |
|
|
|
46 |
|
|
html, body, table th, table td {
|
47 |
|
|
color: rgb(57, 57, 57);
|
48 |
|
|
font-family: Verdana, sans-serif;
|
49 |
|
|
font-size: 9pt;
|
50 |
|
|
line-height: 1.7em;
|
51 |
|
|
}
|
52 |
|
|
|
53 |
|
|
h1, h2, h3, h4, h5, h6 {
|
54 |
|
|
padding-left: 10px;
|
55 |
|
|
font-weight: normal;
|
56 |
|
|
}
|
57 |
|
|
|
58 |
|
|
h1 {
|
59 |
|
|
border-bottom: 1px solid rgb(191, 196, 207);
|
60 |
|
|
font-size: 170%;
|
61 |
|
|
margin-bottom: 0.5em;
|
62 |
|
|
margin-top: 1em;
|
63 |
|
|
padding-bottom: 0.35em;
|
64 |
|
|
}
|
65 |
|
|
|
66 |
|
|
#navigation ul {
|
67 |
|
|
list-style: none;
|
68 |
|
|
padding: 0px;
|
69 |
|
|
margin-top: 0px;
|
70 |
|
|
margin-right: 0px;
|
71 |
|
|
margin-bottom: 0px;
|
72 |
|
|
margin-left: 5px;
|
73 |
|
|
}
|
74 |
|
|
|
75 |
|
|
#navigation li {
|
76 |
|
|
float: left;
|
77 |
|
|
margin: 0 0.5em;
|
78 |
|
|
}
|
79 |
|
|
|
80 |
|
|
#header {
|
81 |
|
|
background-image: url('images/researchbanner.jpg');
|
82 |
|
|
width: 800px;
|
83 |
|
|
height: 225px;
|
84 |
|
|
padding: 0px;
|
85 |
|
|
margin: 0px;
|
86 |
|
|
border-left: 1px solid rgb(209, 217, 227);
|
87 |
|
|
border-right: 1px solid rgb(209, 217, 227);
|
88 |
|
|
}
|
89 |
|
|
|
90 |
|
|
#main_wrapper {
|
91 |
|
|
margin-top: 0px;
|
92 |
|
|
margin-bottom: 0px;
|
93 |
|
|
margin-left: auto;
|
94 |
|
|
margin-right: auto;
|
95 |
|
|
width: 800px;
|
96 |
|
|
background-color: #FFFFFF;
|
97 |
|
|
}
|
98 |
|
|
|
99 |
|
|
#navigation {
|
100 |
|
|
padding-top: 10px;
|
101 |
|
|
padding-bottom: 20px;
|
102 |
|
|
width: 800px;
|
103 |
|
|
clear: both;
|
104 |
|
|
border-left: 1px solid rgb(209, 217, 227);
|
105 |
|
|
border-right: 1px solid rgb(209, 217, 227);
|
106 |
|
|
}
|
107 |
|
|
|
108 |
|
|
#content_wrapper {
|
109 |
|
|
width: 800px;
|
110 |
|
|
clear: both;
|
111 |
|
|
border-left: 1px solid rgb(209, 217, 227);
|
112 |
|
|
border-right: 1px solid rgb(209, 217, 227);
|
113 |
|
|
}
|
114 |
|
|
|
115 |
|
|
#main_content {
|
116 |
|
|
padding: 0px;
|
117 |
|
|
float: right;
|
118 |
|
|
width: 800px;
|
119 |
|
|
}
|
120 |
|
|
|
121 |
|
|
#secondary_content {
|
122 |
|
|
float: left;
|
123 |
|
|
display: inline;
|
124 |
|
|
width: 158px;
|
125 |
|
|
padding-top: 5em;
|
126 |
|
|
padding-left: 1px;
|
127 |
|
|
}
|
128 |
|
|
|
129 |
|
|
#footer {
|
130 |
|
|
clear: both;
|
131 |
|
|
width: 800px;
|
132 |
|
|
height: 37px;
|
133 |
|
|
border-left: 1px solid rgb(209, 217, 227);
|
134 |
|
|
border-right: 1px solid rgb(209, 217, 227);
|
135 |
|
|
background: url('images/research-bg-footer.gif') repeat-x;
|
136 |
|
|
}
|
137 |
|
|
|
138 |
|
|
/*
|
139 |
|
|
body {
|
140 |
|
|
padding: 0px;
|
141 |
|
|
margin: 0px;
|
142 |
|
|
margin-top: 5px;
|
143 |
|
|
background-color: #ffffff;
|
144 |
|
|
font-weight: normal;
|
145 |
|
|
font-size: 12px;
|
146 |
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
147 |
|
|
}
|
148 |
|
|
*/
|
149 |
|
|
|
150 |
|
|
.linkedHeaderStyle {
|
151 |
|
|
background: #fff;
|
152 |
|
|
padding-left: 10px;
|
153 |
|
|
}
|
154 |
|
|
|
155 |
|
|
.citation {
|
156 |
|
|
text-align: left;
|
157 |
|
|
}
|
158 |
|
|
|
159 |
|
|
.secondCol {
|
160 |
|
|
text-align: left;
|
161 |
|
|
}
|
162 |
|
|
|
163 |
|
|
.sectionnames{
|
164 |
|
|
font-weight: bold;
|
165 |
|
|
font-size: 16px;
|
166 |
|
|
color: #393939;
|
167 |
|
|
}
|
168 |
|
|
.title {
|
169 |
|
|
font-family: Georgia, Times New Roman, Times, serif;
|
170 |
|
|
color: black;
|
171 |
|
|
background: white;
|
172 |
|
|
font-size: 24px;
|
173 |
|
|
font-weight: bold;
|
174 |
|
|
}
|
175 |
|
|
|
176 |
|
|
.highlight {
|
177 |
|
|
color: #006699;
|
178 |
|
|
background-color: #FFFFFF;
|
179 |
|
|
font-style: italic;
|
180 |
|
|
font-size: 1em;
|
181 |
|
|
padding-left: 10px;
|
182 |
|
|
}
|
183 |
|
|
|
184 |
|
|
.resultstable {
|
185 |
|
|
margin-left: 2px;
|
186 |
|
|
}
|
187 |
|
|
|
188 |
|
|
td, th {
|
189 |
|
|
padding: 2px 5px 0px 5px;
|
190 |
|
|
}
|
191 |
|
|
|
192 |
|
|
|
193 |
|
|
.tablehead {
|
194 |
|
|
color: #393939;
|
195 |
|
|
background: #FFFFFF;
|
196 |
|
|
text-align: left;
|
197 |
|
|
font-size: 14px;
|
198 |
|
|
font-weight: bold;
|
199 |
|
|
border-top: solid #ffffff 10px;
|
200 |
|
|
border-bottom: solid #DDDDDD 1px;
|
201 |
|
|
padding-left: 10px;
|
202 |
|
|
padding-top: 0px;
|
203 |
|
|
padding-bottom: 0px;
|
204 |
|
|
}
|
205 |
|
|
|
206 |
|
|
th.tablehead {
|
207 |
|
|
|
208 |
|
|
text-align: center;
|
209 |
|
|
border-bottom: solid #DDDDDD 1px;
|
210 |
|
|
margin: 0px;
|
211 |
|
|
padding: 0px;
|
212 |
|
|
height: 21px;
|
213 |
|
|
}
|
214 |
|
|
|
215 |
|
|
.tablehead_lcorner {
|
216 |
|
|
background-position: right top;
|
217 |
|
|
background-repeat: no-repeat;
|
218 |
|
|
padding: 0px;
|
219 |
|
|
margin: 0px;
|
220 |
|
|
width: 10px;
|
221 |
|
|
height: 21px;
|
222 |
|
|
}
|
223 |
|
|
|
224 |
|
|
.tablehead_rcorner {
|
225 |
|
|
background-position: left top;
|
226 |
|
|
background-repeat: no-repeat;
|
227 |
|
|
padding: 0px;
|
228 |
|
|
margin: 0px;
|
229 |
|
|
width: 10px;
|
230 |
|
|
height: 21px;
|
231 |
|
|
}
|
232 |
|
|
|
233 |
|
|
#Overview {
|
234 |
|
|
background-color: rgb(245, 245, 245);
|
235 |
|
|
margin: 0px;
|
236 |
|
|
}
|
237 |
|
|
|
238 |
|
|
a {
|
239 |
|
|
color: rgb(82, 148, 193);
|
240 |
|
|
text-decoration: none;
|
241 |
|
|
}
|
242 |
|
|
|
243 |
|
|
a:hover {
|
244 |
|
|
color: rgb(82, 148, 193);
|
245 |
|
|
text-decoration: underline;
|
246 |
|
|
}
|
247 |
|
|
|
248 |
|
|
/**
|
249 |
|
|
* these are used only in the metacat pages
|
250 |
|
|
*/
|
251 |
|
|
|
252 |
|
|
p.emphasis {
|
253 |
|
|
|
254 |
|
|
font-size: 18px;
|
255 |
|
|
color: #393939;
|
256 |
|
|
font-weight: bold;
|
257 |
|
|
font-style: normal;
|
258 |
|
|
}
|
259 |
|
|
|
260 |
|
|
.searchresultsdivider {
|
261 |
|
|
background-color: transparent;
|
262 |
|
|
border-bottom: 1px solid #ddd;
|
263 |
|
|
margin-bottom: 10px;
|
264 |
|
|
}
|
265 |
|
|
|
266 |
|
|
.searchresultsdividerPale {
|
267 |
|
|
margin: 4px 4px;
|
268 |
|
|
}
|
269 |
|
|
|
270 |
|
|
.text_plain {
|
271 |
|
|
padding-top: 5px;
|
272 |
|
|
text-align: left;
|
273 |
|
|
}
|
274 |
|
|
|
275 |
|
|
pre {
|
276 |
|
|
/** margin-right: 8em;
|
277 |
|
|
padding: .4em .75em;
|
278 |
|
|
*/
|
279 |
|
|
font-size: 10px;
|
280 |
|
|
}
|
281 |
|
|
|
282 |
|
|
/**
|
283 |
|
|
* these are used only in the registry skins
|
284 |
|
|
*/
|
285 |
|
|
p.searchbox {
|
286 |
|
|
color: #393939;
|
287 |
|
|
font-weight: bold;
|
288 |
|
|
font-size: 12px;
|
289 |
|
|
text-decoration: none;
|
290 |
|
|
}
|
291 |
|
|
|
292 |
|
|
td.templatecontentareaclass a {
|
293 |
|
|
border: none;
|
294 |
|
|
}
|
295 |
|
|
|
296 |
|
|
br {
|
297 |
|
|
margin: 0px;
|
298 |
|
|
padding: 0px;
|
299 |
|
|
}
|
300 |
|
|
|
301 |
|
|
.intro {
|
302 |
|
|
width: 760px;
|
303 |
|
|
margin: 0 auto;
|
304 |
|
|
text-align: left;
|
305 |
|
|
|
306 |
|
|
}
|
307 |
|
|
|
308 |
|
|
textarea {
|
309 |
|
|
width: 80%;
|
310 |
|
|
}
|
311 |
|
|
|
312 |
|
|
.required {
|
313 |
|
|
font-weight: bold;
|
314 |
|
|
color: #b00000;
|
315 |
|
|
}
|
316 |
|
|
|
317 |
|
|
.label {
|
318 |
|
|
font-weight: bold;
|
319 |
|
|
}
|
320 |
|
|
|
321 |
|
|
|
322 |
|
|
.emphasis {
|
323 |
|
|
font-weight: bold;
|
324 |
|
|
font-size: 18px;
|
325 |
|
|
color: #000000;
|
326 |
|
|
}
|
327 |
|
|
|
328 |
|
|
.boldlink {
|
329 |
|
|
font-weight: bold;
|
330 |
|
|
font-size: 12px;
|
331 |
|
|
}
|
332 |
|
|
|
333 |
|
|
.colorbold {
|
334 |
|
|
font-weight: bold;
|
335 |
|
|
color: #393939;
|
336 |
|
|
font-size: 12px;
|
337 |
|
|
}
|
338 |
|
|
|
339 |
|
|
.redbold {
|
340 |
|
|
font-weight: bold;
|
341 |
|
|
color: #b00000;
|
342 |
|
|
font-size: 12px;
|
343 |
|
|
}
|
344 |
|
|
|
345 |
|
|
.greenbold {
|
346 |
|
|
font-weight: bold;
|
347 |
|
|
color: #008000;
|
348 |
|
|
font-size: 12px;
|
349 |
|
|
}
|
350 |
|
|
|
351 |
|
|
.smalltext {
|
352 |
|
|
margin-left: 4px;
|
353 |
|
|
font-weight: bold;
|
354 |
|
|
font-size: 10px;
|
355 |
|
|
vertical-align: super;
|
356 |
|
|
}
|
357 |
|
|
|
358 |
|
|
a.smalltext {
|
359 |
|
|
border-bottom: 1px dotted #333399;
|
360 |
|
|
}
|
361 |
|
|
|
362 |
|
|
.largetext {
|
363 |
|
|
font-weight: bold;
|
364 |
|
|
font-size: 16px;
|
365 |
|
|
}
|
366 |
|
|
|
367 |
|
|
.italicized {
|
368 |
|
|
font-style: italic;
|
369 |
|
|
font-size: 12px;
|
370 |
|
|
}
|
371 |
|
|
|
372 |
|
|
.regtext {
|
373 |
|
|
font-weight: normal;
|
374 |
|
|
font-size: 12px;
|
375 |
|
|
}
|
376 |
|
|
.sectbody {
|
377 |
|
|
background: #e8eef7;
|
378 |
|
|
font-size: 12px;
|
379 |
|
|
font-weight: bold;
|
380 |
|
|
text-align: left;
|
381 |
|
|
}
|
382 |
|
|
|
383 |
|
|
.sectheader {
|
384 |
|
|
background: #B7C9E3;
|
385 |
|
|
font-size: 12px;
|
386 |
|
|
font-weight: bold;}
|
387 |
|
|
|
388 |
|
|
.tables {
|
389 |
|
|
width: 760px;
|
390 |
|
|
margin: 0 auto;
|
391 |
|
|
border: solid black 1px;
|
392 |
|
|
border-bottom: none;
|
393 |
|
|
}
|
394 |
|
|
|
395 |
|
|
/* override default td sizing specified in EML css */
|
396 |
|
|
.regular td {
|
397 |
|
|
font-size: 87.5%;
|
398 |
|
|
}
|
399 |
|
|
|
400 |
|
|
.hide {
|
401 |
|
|
display:none;
|
402 |
|
|
}
|
403 |
|
|
|
404 |
|
|
.bordertop {
|
405 |
|
|
border-top: solid black 1px;
|
406 |
|
|
}
|
407 |
|
|
|
408 |
|
|
.borderbottom {
|
409 |
|
|
border-bottom: solid black 1px;
|
410 |
|
|
}
|
411 |
|
|
|
412 |
|
|
.topbottom {
|
413 |
|
|
border-top: 1px solid black;
|
414 |
|
|
border-bottom: 1px solid black;
|
415 |
|
|
}
|
416 |
|
|
|
417 |
|
|
.longwidth {
|
418 |
|
|
width: 80%;
|
419 |
|
|
}
|
420 |
|
|
|
421 |
|
|
.shortwidth {
|
422 |
|
|
width: 35%;
|
423 |
|
|
}
|
424 |
|
|
|
425 |
|
|
.rightCol {
|
426 |
|
|
width: 24%;
|
427 |
|
|
text-align: right;
|
428 |
|
|
}
|
429 |
|
|
|
430 |
|
|
.rightCol a {
|
431 |
|
|
border-bottom: none;
|
432 |
|
|
}
|
433 |
|
|
|
434 |
|
|
.rightCol img {
|
435 |
|
|
margin: 0px;
|
436 |
|
|
}
|
437 |
|
|
|
438 |
|
|
|
439 |
|
|
.centerContentBorder {
|
440 |
|
|
padding-left: 5px;
|
441 |
|
|
padding-right: 5px;
|
442 |
|
|
width: 98%;
|
443 |
|
|
}
|
444 |
|
|
|
445 |
|
|
.rule {
|
446 |
|
|
height: 1px;
|
447 |
|
|
color: #ccc;
|
448 |
|
|
background-color: #ccc;
|
449 |
|
|
border: 0;
|
450 |
|
|
}
|
451 |
|
|
|
452 |
|
|
/**
|
453 |
|
|
* This is add to overload the p+p function defined in eml.css.
|
454 |
|
|
* Refer to bug# 1306 for further details.
|
455 |
|
|
*/
|
456 |
|
|
|
457 |
|
|
p + p {
|
458 |
|
|
text-indent: 0em;
|
459 |
|
|
|
460 |
|
|
}
|
461 |
|
|
|
462 |
|
|
|