Project

General

Profile

1
 /*
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
@import url(../../../style/common/eml_xsl.css);
36

    
37

    
38
html > body #header {
39
	height:225px;
40
}
41
#content_wrapper {
42
	margin:0;
43
}
44
.group {
45
	min-width: 0px;	
46
}
47
#footer {
48
	bottom:0;
49
	left:0;
50
	margin:0;
51
	position:relative;
52
	right:0;
53
}
54
a:visited, a:link {
55
	color:#5294C1;
56
}
57
.rowodd {
58
	background-color:#FFFFFF;
59
	color:#006699;
60
	font-size:1em;
61
	font-style:italic;
62
	padding-left:10px;
63
}
64
.group_border {
65
	border: none;
66
}
67

    
68
/**
69
 *  these override styles imported from eml css 
70
 */
71

    
72
html {
73
  display: block;
74
  height: 101%;
75
}
76

    
77
html, body, table th, table td {
78
  color: rgb(57, 57, 57);
79
  font-family: Verdana, sans-serif;
80
  font-size: 9pt;
81
  line-height: 1.7em;
82
}
83

    
84
h1, h2, h3, h4, h5, h6 {
85
  padding-left: 10px;
86
  font-weight: normal;
87
}
88

    
89
h1 {
90
  border-bottom: 1px solid rgb(191, 196, 207);
91
  font-size: 170%;
92
  margin-bottom: 0.5em;
93
  margin-top: 1em;
94
  padding-bottom: 0.35em;
95
}
96

    
97
#navigation ul {
98
  list-style: none;
99
  padding: 0px;
100
  margin-top: 0px;
101
  margin-right: 0px;
102
  margin-bottom: 0px;
103
  margin-left: 5px;
104
}
105

    
106
#navigation li {
107
  float: left;
108
  margin: 0 0.5em;
109
}
110

    
111
#header {
112
  background-image: url('images/researchbanner.jpg');
113
  width: 800px;
114
  height: 225px;
115
  padding: 0px;
116
  margin: 0px;
117
  border-left: 1px solid rgb(209, 217, 227);
118
  border-right: 1px solid rgb(209, 217, 227);
119
}
120

    
121
#main_wrapper {
122
	margin-top:  0px;
123
	margin-bottom:  0px;
124
	margin-left:  auto;
125
	margin-right:  auto;
126
	width: 800px;
127
	background-color: #FFFFFF;
128
}
129

    
130
#navigation {
131
	padding-top: 10px;
132
	padding-bottom: 30px;
133
	width: 800px;
134
	clear: both;
135
	border-left: 1px solid rgb(209, 217, 227);
136
	border-right: 1px solid rgb(209, 217, 227);
137
}
138

    
139
#content_wrapper {
140
	width: 800px;
141
	clear: both;
142
        border-left: 1px solid rgb(209, 217, 227);
143
        border-right: 1px solid rgb(209, 217, 227);
144
}
145

    
146
#main_content {
147
	padding: 0px;
148
	float: right;
149
	width: 800px;
150
}
151

    
152
#secondary_content {
153
	float: left;
154
	display: inline;
155
	width: 158px;
156
	padding-top: 5em;
157
	padding-left: 1px;
158
}
159

    
160
#footer {
161
  clear: both;
162
  width: 800px;
163
  height: 37px;
164
  border-left: 1px solid rgb(209, 217, 227);
165
  border-right: 1px solid rgb(209, 217, 227);
166
  background: url('images/research-bg-footer.gif') repeat-x;
167
}
168

    
169
/*
170
body {
171
    padding: 0px;
172
    margin: 0px;
173
    margin-top: 5px;
174
    background-color: #ffffff;
175
    font-weight: normal;
176
    font-size: 12px; 
177
    font-family: Verdana,Arial,Helvetica,sans-serif; 
178
}
179
*/
180

    
181
 .linkedHeaderStyle {
182
    background: #fff;
183
    padding-left: 10px;
184
}
185
    
186
 .citation {
187
    text-align: left;
188
}
189

    
190
.secondCol {
191
    text-align: left;	
192
}
193

    
194
.sectionnames{
195
    font-weight: bold;
196
    font-size: 16px;
197
    color: #393939;
198
}
199
.title {
200
    font-family: Georgia, Times New Roman, Times, serif;
201
    color:      black;
202
    background: white;
203
    font-size: 24px; 
204
    font-weight: bold;
205
}
206

    
207
.highlight  {
208
    color: #006699;
209
    background-color: #FFFFFF; 
210
    font-style: italic;
211
    font-size: 1em; 
212
    padding-left: 10px;
213
}
214

    
215
.resultstable {
216
    margin-left: 2px;
217
}
218

    
219
td, th {
220
	padding: 2px 5px 0px 5px;
221
}
222

    
223

    
224
.tablehead {
225
    color: #393939;
226
    background: #FFFFFF;
227
    text-align: left;
228
    font-size: 14px; 
229
    font-weight: bold;
230
    border-top: solid #ffffff 10px;
231
    border-bottom: solid #DDDDDD 1px;
232
    padding-left: 10px;
233
    padding-top: 0px;
234
    padding-bottom: 0px;
235
}
236

    
237
th.tablehead {
238

    
239
    text-align: center;
240
    border-bottom: solid #DDDDDD 1px;
241
    margin: 0px;
242
    padding: 0px;
243
    height:  21px;
244
}
245

    
246
.tablehead_lcorner {
247
    background-position: right top;
248
    background-repeat: no-repeat;
249
    padding: 0px;
250
    margin:  0px;
251
    width:   10px;
252
    height:  21px;
253
}    
254
    
255
.tablehead_rcorner {
256
    background-position: left top;
257
    background-repeat: no-repeat;
258
    padding: 0px;
259
    margin:  0px;
260
    width:   10px;
261
    height:  21px;
262
}    
263

    
264
#Overview {
265
  background-color: rgb(245, 245, 245);
266
  margin: 0px;
267
}
268

    
269
a {
270
    color: rgb(82, 148, 193);
271
    text-decoration: none; 
272
}
273
    
274
a:hover {
275
    color: rgb(82, 148, 193);
276
    text-decoration: underline; 
277
}
278

    
279
/**
280
 *  these are used only in the metacat pages
281
 */
282

    
283
p.emphasis {
284

    
285
  font-size: 18px;
286
  color: #393939; 
287
  font-weight: bold;
288
  font-style:  normal;
289
}
290

    
291
.searchresultsdivider {
292
    background-color: transparent;
293
    border-bottom: 1px solid #ddd;
294
    margin-bottom: 10px;
295
}
296

    
297
.searchresultsdividerPale {
298
    margin: 4px 4px;
299
}
300

    
301
.text_plain {
302
    padding-top: 5px;
303
    text-align: left;
304
}
305

    
306
pre {
307
/**    margin-right: 8em;
308
    padding: .4em .75em;
309
    */
310
    font-size: 10px;
311
}
312

    
313
/**
314
 *  these are used only in the registry skins
315
 */
316
p.searchbox {
317
    color: #393939;
318
    font-weight: bold;
319
    font-size: 12px; 
320
    text-decoration: none; 
321
}
322

    
323
td.templatecontentareaclass a {
324
    border: none;
325
}
326

    
327
br {
328
    margin: 0px;
329
    padding: 0px;
330
}
331

    
332
.intro {
333
    width: 760px;
334
    margin: 0 auto; 
335
    text-align: left;
336
    
337
}
338

    
339
textarea {
340
   width: 80%;
341
}
342

    
343
.required {
344
    font-weight: bold;
345
    color: #b00000;
346
}
347

    
348
.label {
349
    font-weight: bold;
350
}
351

    
352

    
353
.emphasis {
354
    font-weight: bold;
355
    font-size: 18px;
356
    color: #000000;
357
}
358

    
359
.boldlink {
360
	font-weight: bold;
361
	font-size: 12px;
362
}
363

    
364
.colorbold {
365
	font-weight: bold;
366
	color: #393939;
367
	font-size: 12px;
368
}
369

    
370
.redbold {
371
	font-weight: bold;
372
	color: #b00000;
373
	font-size: 12px;
374
}
375

    
376
.greenbold {
377
	font-weight: bold;
378
	color: #008000;
379
	font-size: 12px;
380
}
381

    
382
.smalltext {
383
        margin-left: 4px;
384
	font-weight: bold;
385
	font-size: 10px;
386
	vertical-align: super;
387
}
388

    
389
a.smalltext {
390
        border-bottom: 1px dotted #333399;
391
}
392

    
393
.largetext {
394
	font-weight: bold;
395
	font-size: 16px;
396
} 
397

    
398
.italicized {
399
	font-style: italic;
400
	font-size: 12px;
401
}
402

    
403
.regtext {
404
	font-weight: normal;
405
	font-size: 12px;
406
}
407
.sectbody {
408
	background: #e8eef7;
409
	font-size: 12px;
410
        font-weight: bold;
411
        text-align: left;
412
}
413

    
414
.sectheader {
415
	background: #B7C9E3;
416
	font-size: 12px;
417
        font-weight: bold;}
418
    
419
.tables {
420
    width: 760px;
421
    margin: 0 auto;
422
    border: solid black 1px;
423
    border-bottom: none;
424
}
425

    
426
/* override default td sizing specified in EML css */
427
.regular td {
428
    font-size: 87.5%;
429
}
430

    
431
.hide {
432
      display:none;
433
  }
434
  
435
.bordertop {
436
        border-top: solid black 1px;
437
      }
438

    
439
.borderbottom {
440
        border-bottom: solid black 1px;
441
      }
442
      
443
.topbottom {
444
	border-top: 1px solid black;
445
	border-bottom: 1px solid black; 
446
	}	
447

    
448
.longwidth {
449
	width: 80%;
450
	}
451

    
452
.shortwidth {
453
	width: 35%;
454
	}
455
        
456
.rightCol {
457
       width:  24%;
458
       text-align: right;
459
    }
460

    
461
.rightCol a {
462
    border-bottom: none;
463
}
464

    
465
.rightCol img {
466
    margin: 0px;
467
}
468

    
469

    
470
.centerContentBorder {
471
        padding-left: 5px;
472
        padding-right: 5px;
473
        width: 98%;
474
}
475

    
476
.rule {
477
		height: 1px;
478
		color: #ccc;
479
		background-color: #ccc;
480
		border: 0;
481
}
482

    
483
/**
484
 *  This is add to overload the p+p function defined in eml.css.
485
 *  Refer to bug# 1306 for further details. 
486
 */
487

    
488
p + p {
489
    text-indent: 0em;
490

    
491
}
492

    
493

    
494

    
(7-7/14)