Project

General

Profile

1
 /*
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: leinfelder $'
12
  *      '$Date: 2007-09-10 22:39:02 -0700 (Mon, 10 Sep 2007) $'
13
  *  '$Revision: 3415 $'
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
@import url(../../../style/common/eml_xsl.css);
37
b {
38
font-weight: bold;
39
}
40

    
41
/**
42
 *  set the correct iframe sizes to accomodate the 
43
 *  header, footer, left and right areas.
44
 *  NOTE: these styles apply only to each 
45
 *  container frame, *NOT* to the document within it!
46
 */  
47
.iframeheaderclass {
48
  height:   112px; 
49
  min-width:775px;
50
  width:expression(document.body.clientWidth < 775? "775px": "auto" );
51
  border:   0px;
52
  margin-top:	0px;
53
}
54

    
55
.iframeloginboxclass {
56
    height:   712px;
57
    /*width:600px;*/
58
    min-width:600px;
59
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
60
    border:   0px;
61
	vertical-align: top;
62
	text-align: left;
63
}
64

    
65

    
66
.iframesearchboxclass { /* not used */ }
67

    
68
.iframeleftcolclass  { 
69
    height:	712px;
70
	width:	175px;
71
}
72

    
73
.iframefooterclass   {
74
  height:   150px; 
75
  width:	100%;
76
  border:   0px;
77
  background: #124325;
78
  color: #FFFFFF;
79
}
80

    
81
.iframerightcolclass   { 
82
	background: #FFFFFF;
83
}
84

    
85
td.mapColumn {
86
  vertical-align: top;
87
}
88

    
89
.mapFrame { 
90
    /*height: 59em;*/
91
    height: 712px;
92
    width: 290px;
93
	vertical-align: top;
94
	background: #FFFFFF;
95
}
96

    
97
body > table td #mapFrame {
98
	/* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
99
    width: 290px;
100
}
101

    
102
/**
103
 *  create a left margin for the document
104
 */
105

    
106
/**
107
* These are new classes adapted from sanparks L+F
108
**/
109
body {
110
	margin: 0;
111
	padding: 0;
112
	background: #B6BCB8 url("images/bg_strip.jpg") bottom left fixed repeat-x;
113
	color: #000;
114
	height: 100%;
115
	font-family: "Verdana", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
116
}
117

    
118
.headertitle {
119
	font-weight: bold; 
120
	font-family: Helvetica, Verdana, Arial, sans-serif; 
121
	font-size: 1.6em; 
122
	color: #124326;"
123
	padding-left: 10px;
124
}
125
 
126
.headermenu {
127
	background: #124325;
128
	height: 20px;
129
	color: #FFFFFF;
130
	text-decoration: none;
131
	font-weight: bold;
132
	text-align: center;
133
	padding-left: 10px;
134
}	
135

    
136
.leftnav {
137
	width: 175px;
138
	margin: 0px auto;
139
	text-align: center;
140
	background: #fff url("images/navstrip.jpg") left 0px repeat-y;
141
	color: #FFFFFF;
142
}
143

    
144
h1 {
145
	text-align: left;
146
	font-family: "Helvetica", "Trebuchet MS", "Verdana", "Arial", sans-serif;
147
	font-size: 1.9em;
148
	padding: 0px 0px 12px 0px;
149
	margin: 0;
150
	padding-top: 6px;
151
	color: #f30;
152
}
153

    
154
h2 {
155
	text-align: left;
156
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
157
	font-size: 1.4em;
158
	padding: 0px 0px 10px 0px;
159
	margin: 0;
160
	color: #f30;
161
}
162

    
163
h3 {
164
	text-align:	left;
165
	color: #124325;
166
	background: #CFE2CF;
167
	font-size: 1.2em;
168
	border: 1px solid #124325;
169
	display: block;
170
	padding: 3px 10px;
171
	margin:10px 0 10px 0;
172
}
173

    
174
/**
175
 *  set the size and alignment etc of the top-level layout table
176
 */  
177
.templatetableclass {
178
  width:   95%; 
179
  border:   0px;
180
  padding:  0px;
181
  margin-left:   20px;
182
  margin-right:   20px;
183
}
184

    
185

    
186
/**
187
 *  set the style of the main content area and its contents
188
 */ 
189
.templatecontentareaclass {
190
	vertical-align: top;
191
  	padding: 0px;
192
  	margin: 0px;
193
	background:	#FFFFFF;
194
	color: black;
195
}
196

    
197

    
198
/**
199
 *  set the correct <td> sizes to accomodate the 
200
 *  header, footer, left and right iframes.
201
 *  NOTE: these styles apply only to each 
202
 *  container frame, *NOT* to the document in
203
 *  the iframe within it!
204
 */  
205
.templateheaderrowclass {
206
  height:   112px; 
207
/*
208
  no width allowed - uses same width as table class
209
*/
210
  border:   0px;
211
  padding:  0px;
212
  margin:   0px;
213
}
214

    
215

    
216
.templateleftcolclass {
217
  height:   100%; 
218
  width:    175px;
219
  border:   0px;
220
  padding:  0px;
221
  margin:   0px;
222
  vertical-align: top;
223
}
224

    
225

    
226
.templaterightcolclass {
227
  height:   100%; 
228
  width:    0px;
229
  border:   0px;
230
  padding:  0px;
231
  margin:   0px;
232
}
233

    
234

    
235
.templatefooterrowclass {
236
  height:   0px; 
237
/*
238
  no width allowed - uses same width as table class
239
*/
240
  border:   0px;
241
  padding:  0px;
242
  margin:   0px;
243
}
244

    
245
/**
246
 *  these override styles imported from eml css 
247
 */	 
248
.sectionnames{
249
    font-weight: bold;
250
    font-size: 16px;
251
    color: #096B79;
252
}
253

    
254
.linkedHeaderStyle{
255
    
256
    background-color: #A3DADA;
257
    padding-left: 16%;
258
 }
259

    
260
.title {
261
    font-family: Verdana, Georgia, "Times New Roman", serif;
262
    font-size: 24px; 
263
    font-weight: bold;
264
    color:black;
265
    background: inherit;
266
}
267

    
268
.secondCol{
269
    background-color: #ffffff; 
270
    font-size: 12px;
271
    padding-left: 5px;
272
}
273

    
274
.highlight  {
275
    color: #096B79;
276
    background-color: #FFFFFF;
277
    font-style: italic;    
278
    font-size: 1em; 
279
    padding-left: 10px;
280
}
281

    
282
.citation  {
283
    color: black;
284
    background-color: #FFFFFF;
285
    font-size: 1.2em; 
286
    padding-left: 10px;
287
}
288

    
289
.tablehead {
290
    color: #096B79;
291
    background: #FFFFFF;
292
    text-align: left;
293
    font-size: 14px; 
294
    font-weight: bold;
295
    border-top: solid #ffffff 15px;
296
    border-bottom: solid #dddddd 1px;
297
    padding-left: 10px;
298
    padding-top: 0px;
299
    padding-bottom: 0px;
300
}
301

    
302
th.tablehead {
303

    
304
    text-align: center;
305
    border-bottom: solid #006666 1px;
306
    margin: 0px;
307
    padding: 0px;
308
    height:  21px;
309
}
310

    
311
.tablehead_lcorner {
312
    background-position: right top;
313
    background-repeat: no-repeat;
314
    padding: 0px;
315
    margin:  0px;
316
    width:   10px;
317
    height:  21px;
318
}    
319
    
320
.tablehead_rcorner {
321
    background-position: left top;
322
    background-repeat: no-repeat;
323
    padding: 0px;
324
    margin:  0px;
325
    width:   10px;
326
    height:  21px;
327
}    
328

    
329
.lsid {
330
    text-decoration: underline; 
331
}
332

    
333
a {
334
    color: #096B79;
335
    font-weight: bold;
336
    font-size: 12px; 
337
    text-decoration: none; }
338
    
339
a:hover {
340
    color: #ECCE00;
341
    text-decoration: underline; }
342

    
343
/**
344
 *  these are used only in the metacat pages
345
 */
346

    
347
p.emphasis {
348

    
349
  font-size: 18px;
350
  color: #dd7744; 
351
  font-weight: bold;
352
  font-style:  normal;
353
}
354

    
355
.searchresultsdivider {
356
    background-color: #dddddd;   
357
}
358

    
359
/**
360
 *  these are used only in the registry skins
361
 */
362
 
363
p.searchbox {
364
    color: #096B79;
365
    font-weight: bold;
366
    font-size: 12px; 
367
    text-decoration: none; 
368
}
369

    
370
br {
371
    margin: 0px;
372
    padding: 0px;
373
}
374

    
375

    
376
.headertopmargin {
377
margin-top:    10;
378
}
379

    
380
.intro {
381
        width:   760px;
382
        margin-left:    15px;
383
}
384

    
385
textarea {
386
   width: 80%;
387
}
388

    
389
.required {
390
    font-weight: normal;
391
    font-style: italic;
392
    color: #b00000;
393
}
394

    
395
.label {
396
    font-weight: bold;
397
}
398

    
399

    
400
.emphasis {
401
    font-weight: bold;
402
    font-size: 18px;
403
    color: #000000;
404
}
405

    
406
.colorbold {
407
	font-weight: bold;
408
	color: #096B79;
409
	font-size: 12px;
410
}
411
	
412
.boldlink {
413
	font-weight: bold;
414
	font-size: 12px;
415
}
416

    
417

    
418
.redbold {
419
	font-weight: bold;
420
	color: #b00000;
421
	font-size: 12px;
422
}
423

    
424
.greenbold {
425
	font-weight: bold;
426
    background: inherit; 
427
	color: green;
428
	font-size: 12px;
429
}
430

    
431
.smalltext {
432
	font-weight: bold;
433
	font-size: 10px;
434
	vertical-align: super;
435
}
436

    
437
.largetext {
438
	font-weight: bold;
439
	font-size: 16px;
440
} 
441

    
442
.italicized {
443
	font-style: italic;
444
	font-size: 12px;
445
}
446

    
447
.regtext {
448
	font-weight: normal;
449
	font-size: 12px;
450
}
451
.sectbody {
452
	background: #DEF1F1;
453
	font-size: 12px;
454
        font-weight: bold;}
455

    
456
.sectheader {
457
	background: #A3DADA;
458
	font-size: 12px;
459
        font-weight: bold;}
460

    
461
.tables {
462
        width:   760px;
463
        margin-left:      20px;
464
        border-top: solid black 1px;
465
        border-left: solid black 1px;
466
        border-right: solid black 1px;      
467
      }
468

    
469
.hide {
470
      display:none;
471
  }
472

    
473
.showLink {
474
      cursor: pointer;
475
      cursor: hand;
476
      display:empty;
477
  }
478

    
479
.bordertop {
480
        border-top: solid black 1px;
481
      }
482
      
483
.borderbottom {
484
        border-bottom: 1px solid black;}
485
	
486
.topbottom {
487
	border-top: 1px solid black;
488
	border-bottom: 1px solid black; 
489
	}
490

    
491
.longwidth {
492
	width: 80%;
493
	}
494

    
495
.shortwidth {
496
	width: 40%;
497
	}
498
	
499
.rightCol {
500
       width:  24%;
501
       text-align: right;
502
    }
503

    
504
.centerContentBorder {
505
        padding: 10px;
506
        width: 98%;
507
        background: #F5F5F5;
508
        color: #90EE90;
509
}
510

    
511
.footerContent {
512
        margin-left: 0px;
513
        margin-right: 15px;
514
        margin-top: 15px;
515
        background: #124325;
516
        color: #FFFFFF;
517
}
(13-13/16)