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: walker $'
12
  *      '$Date: 2014-02-03 16:00:49 -0800 (Mon, 03 Feb 2014) $'
13
  *  '$Revision: 8557 $'
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

    
38
b {
39
font-weight: bold;
40
}
41

    
42
/**
43
 *  set the correct iframe sizes to accomodate the 
44
 *  header, footer, left and right areas.
45
 *  NOTE: these styles apply only to each 
46
 *  container frame, *NOT* to the document within it!
47
 */  
48
.iframeheaderclass {
49
  height:   155px; 
50
  width:    100%;
51
  border:   0px;
52
  margin:   0px;
53
}
54

    
55
.iframesearchboxclass { /* not used */ }
56
.iframeleftcolclass  { /* not used */ }
57
.iframerightcolclass { /* not used */ }
58
.iframefooterclass   { 
59
	width: 100%;
60
}
61

    
62
/**
63
 *  create a left margin for the main content
64
 */
65

    
66
#Content { 
67
	margin-left: 70px;
68
}
69

    
70
/**
71
 *  set the size and alignment etc of the top-level layout table
72
 */  
73
.templatetableclass {
74
  width:   100%; 
75
  border:   0px;
76
  padding:  0px;
77
  margin:   0px;
78
}
79

    
80

    
81
/**
82
 *  set the style of the main content area and its contents
83
 */ 
84
.templatecontentareaclass {
85
  border:   0px;
86
  padding-left:  20px;
87
  margin:   0px;
88
}
89

    
90

    
91
/**
92
 *  set the correct <td> sizes to accomodate the 
93
 *  header, footer, left and right iframes.
94
 *  NOTE: these styles apply only to each 
95
 *  container frame, *NOT* to the document in
96
 *  the iframe within it!
97
 */  
98
.templateheaderrowclass {
99
  height:   155px; 
100
/*
101
  no width allowed - uses same width as table class
102
*/
103
  border:   0px;
104
  padding:  0px;
105
  margin:   0px;
106
}
107

    
108

    
109
.templateleftcolclass {
110
  height:   100%; 
111
  width:    0px;
112
  border:   0px;
113
  padding:  0px;
114
  margin:   0px;
115
}
116

    
117

    
118
.templaterightcolclass {
119
  height:   100%; 
120
  width:    0px;
121
  border:   0px;
122
  padding:  0px;
123
  margin:   0px;
124
}
125

    
126

    
127
.templatefooterrowclass {
128
  height:   0px; 
129
/*
130
  no width allowed - uses same width as table class
131
*/
132
  border:   0px;
133
  padding:  0px;
134
  margin:   0px;
135
}
136

    
137

    
138
/**
139
 *  these override styles imported from eml css 
140
 */
141

    
142

    
143
	 
144
.sectionnames{
145
    font-weight: bold;
146
    font-size: 16px;
147
    color: #096B79;
148
}
149

    
150
.linkedHeaderStyle{
151
    
152
    background-color: #A3DADA;
153
    padding-left: 16%;
154
 }
155

    
156
.title {
157
    font-family: Georgia, Times New Roman, Times, serif;
158
    color:      black;
159
    background: white;
160
    font-size: 24px; 
161
    font-weight: bold;
162
}
163

    
164
.secondCol{
165
    background-color: #ffffff; 
166
    font-size: 12px;
167
    padding-left: 5px;
168
}
169

    
170
.highlight  {
171
    color: #096B79;
172
    background-color: #FFFFFF;
173
    font-style: italic;    
174
    font-size: 1em; 
175
    padding-left: 10px;
176
}
177

    
178
.citation  {
179
    color: black;
180
    background-color: #FFFFFF;
181
    font-size: 1.2em; 
182
    padding-left: 10px;
183
}
184

    
185
.tablehead {
186
    color: #096B79;
187
    background: #FFFFFF;
188
    text-align: left;
189
    font-size: 14px; 
190
    font-weight: bold;
191
    border-top: solid #ffffff 15px;
192
    border-bottom: solid #dddddd 1px;
193
    padding-left: 10px;
194
    padding-top: 0px;
195
    padding-bottom: 0px;
196
}
197

    
198
th.tablehead {
199

    
200
    text-align: center;
201
    border-bottom: solid #006666 1px;
202
    margin: 0px;
203
    padding: 0px;
204
    height:  21px;
205
}
206

    
207
.tablehead_lcorner {
208
    background-position: right top;
209
    background-repeat: no-repeat;
210
    padding: 0px;
211
    margin:  0px;
212
    width:   10px;
213
    height:  21px;
214
}    
215
    
216
.tablehead_rcorner {
217
    background-position: left top;
218
    background-repeat: no-repeat;
219
    padding: 0px;
220
    margin:  0px;
221
    width:   10px;
222
    height:  21px;
223
}    
224

    
225
.lsid {
226
    text-decoration: underline; 
227
}
228

    
229
a {
230
    color: #096B79;
231
    font-weight: bold;
232
    font-size: 12px; 
233
    text-decoration: underline; }
234
    
235
a:hover {
236
    color: #ECCE00;
237
    text-decoration: underline; }
238

    
239
/**
240
 *  these are used only in the metacat pages
241
 */
242

    
243
p.emphasis {
244

    
245
  font-size: 18px;
246
  color: #dd7744; 
247
  font-weight: bold;
248
  font-style:  normal;
249
}
250

    
251
.searchresultsdivider {
252
    background-color: #dddddd;   
253
}
254

    
255
/**
256
 *  these are used only in the registry skins
257
 */
258

    
259
 
260
 
261
 
262
p.searchbox {
263
    color: #096B79;
264
    font-weight: bold;
265
    font-size: 12px; 
266
    text-decoration: none; 
267
}
268

    
269
br {
270
    margin: 0px;
271
    padding: 0px;
272
}
273

    
274

    
275
.headertopmargin {
276
margin-top:    10;
277
}
278

    
279
.intro {
280
        width:   760px;
281
        margin-left:    15px;
282
}
283

    
284
textarea {
285
   width: 80%;
286
}
287

    
288
.required {
289
    font-weight: bold;
290
    color: #b00000;
291
}
292

    
293
.label {
294
    font-weight: bold;
295
}
296

    
297

    
298
.emphasis {
299
    font-weight: bold;
300
    font-size: 18px;
301
    color: #000000;
302
}
303

    
304
.colorbold {
305
	font-weight: bold;
306
	color: #096B79;
307
	font-size: 12px;
308
}
309
	
310
.boldlink {
311
	font-weight: bold;
312
	font-size: 12px;
313
}
314

    
315

    
316
.redbold {
317
	font-weight: bold;
318
	color: #b00000;
319
	font-size: 12px;
320
}
321

    
322
.greenbold {
323
	font-weight: bold;
324
	color: #096B79;
325
	font-size: 12px;
326
}
327

    
328
.smalltext {
329
	font-weight: bold;
330
	font-size: 10px;
331
	vertical-align: super;
332
}
333

    
334
.largetext {
335
	font-weight: bold;
336
	font-size: 16px;
337
} 
338

    
339
.italicized {
340
	font-style: italic;
341
	font-size: 12px;
342
}
343

    
344
.regtext {
345
	font-weight: normal;
346
	font-size: 12px;
347
}
348
.sectbody {
349
	background: #DEF1F1;
350
	font-size: 12px;
351
        font-weight: bold;}
352

    
353
.sectheader {
354
	background: #A3DADA;
355
	font-size: 12px;
356
        font-weight: bold;}
357

    
358
.tables {
359
        width:   760px;
360
        margin-left:      20px;
361
        border-top: solid black 1px;
362
        border-left: solid black 1px;
363
        border-right: solid black 1px;      
364
      }
365

    
366
.hide {
367
      display:none;
368
  }
369

    
370
.showLink {
371
      cursor: pointer;
372
      cursor: hand;
373
      display:empty;
374
  }
375

    
376
.bordertop {
377
        border-top: solid black 1px;
378
      }
379
      
380
.borderbottom {
381
        border-bottom: 1px solid black;}
382
	
383
.topbottom {
384
	border-top: 1px solid black;
385
	border-bottom: 1px solid black; 
386
	}
387

    
388
.longwidth {
389
	width: 80%;
390
	}
391

    
392
.shortwidth {
393
	width: 40%;
394
	}
395
	
396
.rightCol {
397
       width:  24%;
398
       text-align: right;
399
    }
400
    
401
/**
402
NEW NCEAS L+F
403
***/
404
div#newHeader {
405
	background: url("./images/headerBG.png");
406
	width: 100%;
407
	height: 129px;
408
	min-width: 882px;
409
	margin: 0px;
410
	padding: 0px;
411
	box-shadow: 0px 0px 5px black;
412
	margin-bottom: 38px;
413
	max-height: 129px;
414
	position: relative;
415
	z-index: 5;
416
}
417
ul {
418
	list-style-type: none;
419
}
420

    
421
footer{
422
	margin-top:45px;
423
	margin-left: 45px;
424
}
425
footer p{
426
	margin-bottom: 0px;
427
	font-size: 12px;
428
}
429

    
(1-1/7)