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: brooke $'
12
  *      '$Date: 2003-11-23 20:58:49 -0800 (Sun, 23 Nov 2003) $'
13
  *  '$Revision: 1935 $'
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
/*
40
 *  import eml css:
41
 */
42

    
43
@import url(@knb-site-url@/portalpages.css);
44

    
45

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

    
59
.iframesearchboxclass {
60
  height:   431px; 
61
  width:    100%;
62
  border:   0px;
63
  margin:   0px;
64
}
65

    
66
.iframeleftcolclass  { /* not used */ }
67
.iframerightcolclass { /* not used */ }
68
.iframefooterclass   { /* not used */ }
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:  0px;
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:   80px; 
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
.tablehead {
143
    background-image: url(@knb-site-url@/images/panelhead_bg.gif);
144
    color: #0040A1; 
145
	  text-align: center;
146
    font-size: 14px; 
147
    font-weight: bold; 
148
    padding: 0px;
149
}
150

    
151
.tablehead_lcorner {
152
    background-image: url(@knb-site-url@/images/panelhead_bg_lcorner.gif);
153
    padding: 0px;
154
    margin:  0px;
155
    width:   10px;
156
    height:  21px;
157
}    
158
    
159
.tablehead_rcorner {
160
    background-image: url(@knb-site-url@/images/panelhead_bg_rcorner.gif);
161
    padding: 0px;
162
    margin:  0px;
163
    width:   10px;
164
    height:  21px;
165
}    
166

    
167
/**
168
 *  these are used only in the metacat pages
169
 */
170

    
171
p.emphasis {
172

    
173
  font-size: 18px;
174
  color: #dd7744; 
175
  font-weight: bold;
176
  font-style:  normal;
177
}
178

    
179
.searchresultsdivider {
180
    background-color: #dddddd;   
181
}
(2-2/4)