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: 2013-11-09 09:07:29 -0800 (Sat, 09 Nov 2013) $'
13
  *  '$Revision: 8383 $'
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   { /* not used */ }
59

    
60
/**
61
 *  create a left margin for the main content
62
 */
63

    
64
#Content { 
65
	margin-left: 70px;
66
}
67

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

    
78

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

    
88

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

    
106

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

    
115

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

    
124

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

    
135

    
136
/**
137
 *  these override styles imported from eml css 
138
 */
139

    
140

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

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

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

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

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

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

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

    
196
th.tablehead {
197

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

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

    
223
.lsid {
224
    text-decoration: underline; 
225
}
226

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

    
237
/**
238
 *  these are used only in the metacat pages
239
 */
240

    
241
p.emphasis {
242

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

    
249
.searchresultsdivider {
250
    background-color: #dddddd;   
251
}
252

    
253
/**
254
 *  these are used only in the registry skins
255
 */
256

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

    
267
br {
268
    margin: 0px;
269
    padding: 0px;
270
}
271

    
272

    
273
.headertopmargin {
274
margin-top:    10;
275
}
276

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

    
282
textarea {
283
   width: 80%;
284
}
285

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

    
291
.label {
292
    font-weight: bold;
293
}
294

    
295

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

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

    
313

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

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

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

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

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

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

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

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

    
364
.hide {
365
      display:none;
366
  }
367

    
368
.showLink {
369
      cursor: pointer;
370
      cursor: hand;
371
      display:empty;
372
  }
373

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

    
386
.longwidth {
387
	width: 80%;
388
	}
389

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

    
(1-1/6)