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-10-04 13:23:43 -0700 (Thu, 04 Oct 2007) $'
13
  *  '$Revision: 3500 $'
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
  width:	100%; 
50
  background: #7BB865;
51
  /*
52
  min-width:775px;
53
  width:expression(document.body.clientWidth < 775? "775px": "auto" );
54
  */
55
  border:   0px;
56
  margin-top:	0px;
57
}
58

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

    
69

    
70
.iframesearchboxclass { 
71
	height:   712px;
72
    /*width:600px;*/
73
    min-width:600px;
74
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
75
    border:   0px;
76
	vertical-align: top;
77
	text-align: left; 
78
}
79

    
80
.iframeleftcolclass  { 
81
    /*height:  100%;*/
82
    height:	780px;  	
83
	width:	175px;
84
}
85

    
86
/**IE hack**/
87
html>body .iframeleftcolclass  { 
88
    height:	100%;
89
    min-height:	712px;
90
}
91

    
92
.iframefooterclass   {
93
  height:   150px; 
94
  width:	100%;
95
  border:   0px;
96
  background: #124325;
97
  color: #FFFFFF;
98
}
99

    
100
.iframerightcolclass   { 
101
	background: #FFFFFF;
102
}
103

    
104
td.mapColumn {
105
  vertical-align: top;
106
}
107

    
108
.mapFrame { 
109
    /*height: 59em;*/
110
    height: 320px;
111
    width: 600px;
112
	vertical-align: top;
113
	background: #FFFFFF;
114
}
115

    
116
/*body > table td #mapFrame {
117
	/* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
118
    /*width: 290px;*/
119
/*}*/
120

    
121
/**
122
 *  create a left margin for the document
123
 */
124

    
125
/**
126
* These are new classes adapted from sanparks L+F
127
**/
128
body {
129
	margin: 0;
130
	padding: 0;
131
	background: #B6BCB8 url("images/bg_strip.jpg") bottom left fixed repeat-x;
132
	color: #000;
133
	height: 100%;
134
	font-family: "Verdana", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
135
}
136

    
137
#main_wrapper {
138
	padding-left: 20px;
139
	padding-right: 20px;	
140
}
141

    
142
#content_wrapper {
143
	background: #FFFFFF;
144
}
145

    
146
.headertitle {
147
	font-weight: bold; 
148
	font-family: Helvetica, Verdana, Arial, sans-serif; 
149
	font-size: 1.4em; 
150
	color: #124326;
151
	padding-left: 10px;
152
}
153
 
154
.headermenu {
155
	background: #124325;
156
	height: 20px;
157
	color: #FFFFFF;
158
	text-decoration: none;
159
	font-weight: bold;
160
	font-size: 12px;
161
	text-align: center;
162
	padding-left: 10px;
163
}
164

    
165
td.login {
166
	padding-left: 5px;
167
	padding-right: 5px;
168
	padding-top: 5px;
169
}
170
a.login {
171
	font-weight: normal;	
172
}
173
input.login, select.login {
174
	border: 0;
175
	width: 100px;
176
	color: #124325;
177
	
178
}
179

    
180
.leftnav {
181
	width: 175px;
182
	margin: 0px auto;
183
	text-align: center;
184
	/*background: transparent url("images/navstrip.jpg") left 0px repeat-y;*/
185
	color: #FFFFFF;
186
}
187

    
188
h1 {
189
	text-align: left;
190
	font-family: "Helvetica", "Trebuchet MS", "Verdana", "Arial", sans-serif;
191
	font-size: 1.9em;
192
	padding: 0px 0px 12px 0px;
193
	margin: 0;
194
	padding-top: 6px;
195
	color: #f30;
196
}
197

    
198
h2 {
199
	text-align: left;
200
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
201
	font-size: 1.4em;
202
	padding: 0px 0px 10px 0px;
203
	margin: 0;
204
	color: #f30;
205
}
206

    
207
h3 {
208
	text-align:	left;
209
	color: #124325;
210
	background: #CFE2CF;
211
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
212
	font-size: 1.1em;
213
	border: 1px solid #124325;
214
	display: block;
215
	padding: 3px 10px;
216
	margin:10px 0 10px 0;
217
}
218

    
219
/*****BEGIN SANPARKS NAV*******/
220
#nav {
221
	float: left;
222
	/**width: 175px;*/
223
	color: #fff;
224
	clear: both;
225
}
226
#nav ul.level-1 {
227
	font-weight: bold;
228
	list-style: none;
229
	padding: 6px;
230
	margin: 0;
231
	line-height: 1;
232
}
233

    
234
#nav ul.level-1 li {
235
	font-size: 1.1em;
236
	/*margin: 0px 0px 5px 0px;*/
237
	margin: 0px 0px 12px 0px;
238
	padding: 0px 0px 0px 0px;
239
	background: none;
240
}
241

    
242
#nav ul.level-2 {
243
	font-weight: normal;
244
	list-style: none;
245
	padding: 0;
246
	font-size: 0.9em;
247
	margin: 5px 0px 0px 0px;
248
}
249
#nav ul.level-3 {
250
	font-weight: normal;
251
	list-style: none;
252
	padding: 0;
253
	font-size: 0.9em;
254
	margin: 0px 0px 0px 0px;
255
}
256
#nav ul.level-2 li {
257
	background: transparent url("images/horns.png") left 1px no-repeat !important;
258
	padding: 0;
259
	margin: 0;
260
	margin: 0px 0px 2px 0px;
261
}
262
#nav ul.level-3 li {
263
	background: transparent  left 1px no-repeat !important;
264
	padding: 0;
265
	margin: 0;
266
}
267

    
268
#nav ul.level-1 li a {
269
	color: #fff;
270
	text-decoration: none;
271
	display: block;
272
	/*height: 1.6em;*/
273
}
274

    
275
#nav ul.level-2 li a {
276
	font-weight: normal;
277
	color: #fff;
278
	text-decoration: none;
279
	display: block;
280
	padding-left: 18px;
281
	height: 100%;
282
}
283

    
284
#nav ul.level-2 li a:hover, ul.level-2 li a:active {
285
	background: transparent url(images/nav_bullets_orange.gif) no-repeat left 1px !important;
286
}
287

    
288
#nav  ul.level-1 li a:hover, ul.level-1 li a:active, ul.level-2 li a:hover, ul.level-2 li a:active {
289
/* #nav li a:hover, li a:active { */
290
	color: #F76501;
291
	text-decoration: underline;
292
}
293

    
294
#nav ul li a.current {
295
	background: transparent url(images/nav_bullets_orange.gif) no-repeat left 1px !important;
296
}
297

    
298
#nav ul li.current_cat, #nav ul li a.current_cat {
299
	color: #f30;
300
}
301

    
302
#nav .current_home {
303
	color: #f30;
304
	padding-bottom: 5px;
305
	display: block;
306
	border-bottom: 1px solid #0E321D;
307
	text-decoration: none;
308
	font-size: 1.1em;
309
	font-weight: bold;
310
	margin-bottom: 0px;
311
	margin-left: 5px;
312
	margin-top: 7px;
313
	margin-right: 5px; 
314
}
315

    
316
.home a:link, .home a:visited {
317
	border-bottom: 1px solid #0E321D;
318
	color: #FFFFFF;
319
	display: block;
320
	/*font-size: 1.1em;*/
321
	font-weight: bold;
322
	margin: 7px 5px 0px;
323
	padding-bottom: 5px;
324
	text-decoration: none;
325
}
326
.home a:hover {
327
	color: #FF3300;
328
	text-decoration: underline;
329
}
330
/*****END SANPARKS NAV*******/
331

    
332
/**
333
 *  set the size and alignment etc of the top-level layout table
334
 */  
335
.templatetableclass {
336
  width:   95%; 
337
  border:   0px;
338
  padding:  0px;
339
  margin-left:   20px;
340
  margin-right:   20px;
341
}
342

    
343

    
344
/**
345
 *  set the style of the main content area and its contents
346
 */ 
347
.templatecontentareaclass {
348
	vertical-align: top;
349
  	padding: 0px;
350
  	margin: 0px;
351
	background:	#FFFFFF;
352
	color: black;
353
}
354

    
355

    
356
/**
357
 *  set the correct <td> sizes to accomodate the 
358
 *  header, footer, left and right iframes.
359
 *  NOTE: these styles apply only to each 
360
 *  container frame, *NOT* to the document in
361
 *  the iframe within it!
362
 */  
363
.templateheaderrowclass {
364
  height:   112px; 
365
/*
366
  no width allowed - uses same width as table class
367
*/
368
  border:   0px;
369
  padding:  0px;
370
  margin:   0px;
371
}
372

    
373

    
374
.templateleftcolclass {
375
  height:   100%; 
376
  width:    175px;
377
  border:   0px;
378
  padding:  0px;
379
  margin:   0px;
380
  vertical-align: top;
381
  background: transparent url("images/navstrip.jpg") left 0px repeat-y;
382
}
383

    
384

    
385
.templaterightcolclass {
386
  height:   100%; 
387
  width:    0px;
388
  border:   0px;
389
  padding:  0px;
390
  margin:   0px;
391
}
392

    
393

    
394
.templatefooterrowclass {
395
  height:   0px; 
396
/*
397
  no width allowed - uses same width as table class
398
*/
399
  border:   0px;
400
  padding:  0px;
401
  margin:   0px;
402
}
403

    
404
/**
405
 *  these override styles imported from eml css 
406
 */	 
407
.sectionnames{
408
    font-weight: bold;
409
    font-size: 16px;
410
    color: #096B79;
411
}
412

    
413
.linkedHeaderStyle{
414
    
415
    background-color: #A3DADA;
416
    padding-left: 16%;
417
 }
418

    
419
.title {
420
    font-family: Verdana, Georgia, "Times New Roman", serif;
421
    font-size: 24px; 
422
    font-weight: bold;
423
    color:black;
424
    background: inherit;
425
}
426

    
427
.secondCol{
428
    background-color: #ffffff; 
429
    font-size: 12px;
430
    padding-left: 5px;
431
}
432

    
433
.highlight  {
434
    color: #096B79;
435
    background-color: #FFFFFF;
436
    font-style: italic;    
437
    font-size: 1em; 
438
    padding-left: 10px;
439
}
440

    
441
.citation  {
442
    color: black;
443
    background-color: #FFFFFF;
444
    font-size: 1.2em; 
445
    padding-left: 10px;
446
}
447

    
448
.tablehead {
449
    color: #096B79;
450
    background: #FFFFFF;
451
    text-align: left;
452
    font-size: 14px; 
453
    font-weight: bold;
454
    border-top: solid #ffffff 15px;
455
    border-bottom: solid #dddddd 1px;
456
    padding-left: 10px;
457
    padding-top: 0px;
458
    padding-bottom: 0px;
459
}
460

    
461
th.tablehead {
462

    
463
    text-align: center;
464
    border-bottom: solid #006666 1px;
465
    margin: 0px;
466
    padding: 0px;
467
    height:  21px;
468
}
469

    
470
.tablehead_lcorner {
471
    background-position: right top;
472
    background-repeat: no-repeat;
473
    padding: 0px;
474
    margin:  0px;
475
    width:   10px;
476
    height:  21px;
477
}    
478
    
479
.tablehead_rcorner {
480
    background-position: left top;
481
    background-repeat: no-repeat;
482
    padding: 0px;
483
    margin:  0px;
484
    width:   10px;
485
    height:  21px;
486
}    
487

    
488
.lsid {
489
    text-decoration: underline; 
490
}
491

    
492
a {
493
    color: #096B79;
494
    font-weight: bold;
495
    font-size: 12px; 
496
    text-decoration: none; }
497
    
498
a:hover {
499
    color: #ECCE00;
500
    text-decoration: underline; }
501

    
502
/**
503
 *  these are used only in the metacat pages
504
 */
505

    
506
p.emphasis {
507

    
508
  font-size: 14px;
509
  color: #dd7744; 
510
  font-weight: bold;
511
  font-style:  normal;
512
}
513

    
514
.searchresultsdivider {
515
    background-color:	#FFFFFF;
516
	border-top:	thin dashed;
517
	color:	#DDDDDD;
518
}
519

    
520
/**
521
 *  these are used only in the registry skins
522
 */
523
 
524
p.searchbox {
525
    color: #096B79;
526
    font-weight: bold;
527
    font-size: 12px; 
528
    text-decoration: none; 
529
}
530

    
531
br {
532
    margin: 0px;
533
    padding: 0px;
534
}
535

    
536

    
537
.headertopmargin {
538
margin-top:    10;
539
}
540

    
541
.intro {
542
        width:   760px;
543
        margin-left:    15px;
544
}
545

    
546
textarea {
547
   width: 80%;
548
}
549

    
550
.required {
551
    font-weight: normal;
552
    font-style: italic;
553
    font-size: 11px;
554
    /*color: #b00000;*/
555
    color: #124325;
556
}
557

    
558
.label {
559
    font-weight: bold;
560
}
561

    
562

    
563
.emphasis {
564
    font-weight: bold;
565
    font-size: 18px;
566
    color: #000000;
567
}
568

    
569
.colorbold {
570
	font-weight: bold;
571
	color: #096B79;
572
	font-size: 12px;
573
}
574
	
575
.boldlink {
576
	font-weight: bold;
577
	font-size: 12px;
578
}
579

    
580

    
581
.redbold {
582
	font-weight: bold;
583
	color: #b00000;
584
	font-size: 12px;
585
}
586

    
587
.greenbold {
588
	font-weight: bold;
589
    background: inherit; 
590
	color: green;
591
	font-size: 12px;
592
}
593

    
594
.smalltext {
595
	font-weight: bold;
596
	font-size: 10px;
597
	vertical-align: super;
598
}
599

    
600
.largetext {
601
	font-weight: bold;
602
	font-size: 16px;
603
} 
604

    
605
.italicized {
606
	font-style: italic;
607
	font-size: 12px;
608
}
609

    
610
.regtext {
611
	font-weight: normal;
612
	font-size: 12px;
613
}
614
.sectbody {
615
	background: #DEF1F1;
616
	font-size: 12px;
617
        font-weight: bold;}
618

    
619
.sectheader {
620
	background: #A3DADA;
621
	font-size: 12px;
622
        font-weight: bold;}
623

    
624
.tables {
625
        width:   760px;
626
        margin-left:      20px;
627
        border-top: solid black 1px;
628
        border-left: solid black 1px;
629
        border-right: solid black 1px;      
630
      }
631

    
632
.hide {
633
      display:none;
634
  }
635

    
636
.showLink {
637
      cursor: pointer;
638
      cursor: hand;
639
      display:empty;
640
  }
641

    
642
.bordertop {
643
        border-top: solid black 1px;
644
      }
645
      
646
.borderbottom {
647
        border-bottom: 1px solid black;}
648
	
649
.topbottom {
650
	border-top: 1px solid black;
651
	border-bottom: 1px solid black; 
652
	}
653

    
654
.longwidth {
655
	width: 80%;
656
	}
657

    
658
.shortwidth {
659
	width: 40%;
660
	}
661
	
662
.rightCol {
663
       width:  24%;
664
       text-align: right;
665
    }
666

    
667
.centerContentBorder {
668
        padding: 10px;
669
        width: 98%;
670
        background: #F5F5F5;
671
        color: #90EE90;
672
}
673

    
674
.footerContent {
675
        background: #124325;
676
        color: #FFFFFF;
677
}
678

    
679
.footerContent a {
680
        color: #FFFFFF;
681
}
(13-13/19)