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: sgarg $'
12
  *      '$Date: 2005-03-29 12:09:49 -0800 (Tue, 29 Mar 2005) $'
13
  *  '$Revision: 2433 $'
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-path@/@eml-css@);
37

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

    
52
.iframesearchboxclass { /* not used */ }
53
.iframeleftcolclass  { /* not used */ }
54
.iframerightcolclass { /* not used */ }
55
.iframefooterclass   { /* not used */ }
56

    
57
/**
58
 *  set the size and alignment etc of the top-level layout table
59
 */  
60
.templatetableclass {
61
  width:   100%; 
62
  border:   0px;
63
  padding:  0px;
64
  margin:   0px;
65
}
66

    
67

    
68
/**
69
 *  set the style of the main content area and its contents
70
 */ 
71
.templatecontentareaclass {
72
  border:   0px;
73
  padding:  0px;
74
  margin:   0px;
75
}
76

    
77

    
78
/**
79
 *  set the correct <td> sizes to accomodate the 
80
 *  header, footer, left and right iframes.
81
 *  NOTE: these styles apply only to each 
82
 *  container frame, *NOT* to the document in
83
 *  the iframe within it!
84
 */  
85
.templateheaderrowclass {
86
  height:   155px; 
87
/*
88
  no width allowed - uses same width as table class
89
*/
90
  border:   0px;
91
  padding:  0px;
92
  margin:   0px;
93
}
94

    
95

    
96
.templateleftcolclass {
97
  height:   100%; 
98
  width:    0px;
99
  border:   0px;
100
  padding:  0px;
101
  margin:   0px;
102
}
103

    
104

    
105
.templaterightcolclass {
106
  height:   100%; 
107
  width:    0px;
108
  border:   0px;
109
  padding:  0px;
110
  margin:   0px;
111
}
112

    
113

    
114
.templatefooterrowclass {
115
  height:   0px; 
116
/*
117
  no width allowed - uses same width as table class
118
*/
119
  border:   0px;
120
  padding:  0px;
121
  margin:   0px;
122
}
123

    
124

    
125
/**
126
 *  these override styles imported from eml css 
127
 */
128

    
129

    
130
	 
131
.sectionnames{
132
    font-weight: bold;
133
    font-size: 16px;
134
    color: #096B79;
135
}
136

    
137
.linkedHeaderStyle{
138
    
139
    background-color: #A3DADA;
140
    padding-left: 16%;
141
 }
142

    
143
.title {
144
    font-family: Georgia, Times New Roman, Times, serif;
145
    color:      black;
146
    background: white;
147
    font-size: 24px; 
148
    font-weight: bold;
149
}
150
<<<<<<< esa.css
151
.secondCol{
152
    background-color: #ffffff; 
153
    font-size: 12px;
154
    padding-left: 5px;
155
}
156
=======
157

    
158
>>>>>>> 1.5
159
.highlight  {
160
    color: #096B79;
161
    background-color: #DEF1F1; 
162
    font-style: italic;
163
    font-size: 1em; 
164
    padding-left: 10px;
165
}
166

    
167
.tablehead {
168
    color: #096B79;
169
    background: #A3DADA;
170
    text-align: left;
171
    font-size: 14px; 
172
    font-weight: bold;
173
    border-top: solid #ffffff 5px;
174
    border-bottom: solid #ffffff 2px;
175
    padding-left: 16%;
176
    padding-top: 0px;
177
    padding-bottom: 0px;
178
}
179
/*.tablehead {
180
    background-image: url(@knb-site-url@/images/panelhead_bg.gif);
181
    color: #0040A1; 
182
    text-align: left;
183
    font-size: 14px; 
184
    font-weight: bold;
185
    border-top: solid #ffffff 5px;
186
    border-bottom: solid #ffffff 2px;
187
    padding-left: 15%;
188
    padding-top: 0px;
189
    padding-bottom: 0px;
190
}*/
191

    
192
th.tablehead {
193

    
194
    text-align: center;
195
    border-bottom: solid #006666 1px;
196
    margin: 0px;
197
    padding: 0px;
198
    height:  21px;
199
}
200

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

    
219
a {
220
    color: #096B79;
221
    font-weight: bold;
222
    font-size: 12px; 
223
    text-decoration: underline; }
224
    
225
a:hover {
226
    color: #ECCE00;
227
    text-decoration: underline; }
228

    
229
/**
230
 *  these are used only in the metacat pages
231
 */
232

    
233
p.emphasis {
234

    
235
  font-size: 18px;
236
  color: #dd7744; 
237
  font-weight: bold;
238
  font-style:  normal;
239
}
240

    
241
.searchresultsdivider {
242
    background-color: #dddddd;   
243
}
244

    
245
/**
246
 *  these are used only in the registry skins
247
 */
248

    
249
 
250
 
251
 
252
p.searchbox {
253
    color: #096B79;
254
    font-weight: bold;
255
    font-size: 12px; 
256
    text-decoration: none; 
257
}
258

    
259
br {
260
    margin: 0px;
261
    padding: 0px;
262
}
263

    
264

    
265
.headertopmargin {
266
margin-top:    10;
267
}
268

    
269
.intro {
270
        width:   760;
271
        margin-left:    15;
272
}
273

    
274
textarea {
275
   width: 80%;
276
}
277

    
278
.required {
279
    font-weight: bold;
280
    color: #b00000;
281
}
282

    
283
.label {
284
    font-weight: bold;
285
}
286

    
287

    
288
.emphasis {
289
    font-weight: bold;
290
    font-size: 18px;
291
    color: #000000;
292
}
293

    
294
.colorbold {
295
	font-weight: bold;
296
	color: #096B79;
297
	font-size: 12px;
298
}
299
	
300
.boldlink {
301
	font-weight: bold;
302
	font-size: 12px;
303
}
304

    
305

    
306
.redbold {
307
	font-weight: bold;
308
	color: #b00000;
309
	font-size: 12px;
310
}
311

    
312
.greenbold {
313
	font-weight: bold;
314
	color: #096B79;
315
	font-size: 12px;
316
}
317

    
318
.smalltext {
319
	font-weight: bold;
320
	font-size: 10px;
321
	vertical-align: super;
322
}
323

    
324
.largetext {
325
	font-weight: bold;
326
	font-size: 16px;
327
} 
328

    
329
.italicized {
330
	font-style: italic;
331
	font-size: 12px;
332
}
333

    
334
.regtext {
335
	font-weight: normal;
336
	font-size: 12px;
337
}
338
.sectbody {
339
	background: #DEF1F1;
340
	font-size: 12px;
341
        font-weight: bold;}
342

    
343
.sectheader {
344
	background: #A3DADA;
345
	font-size: 12px;
346
        font-weight: bold;}
347

    
348
.tables {
349
        width:   760px;
350
        margin-left:      20;
351
        border-top: solid black 1px;
352
        border-left: solid black 1px;
353
        border-right: solid black 1px;      
354
      }
355

    
356
.hide {
357
      display:none;
358
  }
359

    
360
.bordertop {
361
        border-top: solid black 1px;
362
      }
363
      
364
.borderbottom {
365
        border-bottom: 1px solid black;}
366
	
367
.topbottom {
368
	border-top: 1px solid black;
369
	border-bottom: 1px solid black; 
370
	}
371

    
372
.longwidth {
373
	width: 80%;
374
	}
375

    
376
.shortwidth {
377
	width: 40%;
378
	}
379
	
380
.rightCol {
381
       width:  24%;
382
       text-align: right;
383
    }
384
<<<<<<< esa.css
385

    
386
=======
387
	
388

    
389
>>>>>>> 1.5
(3-3/8)