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: tao $'
|
12
|
* '$Date: 2003-07-01 13:24:20 -0700 (Tue, 01 Jul 2003) $'
|
13
|
* '$Revision: 1708 $'
|
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
|
body {
|
31
|
color: black;
|
32
|
background: white;
|
33
|
font-size: 1em;
|
34
|
font-family: Arial,Helvetica,sans-serif; }
|
35
|
a {
|
36
|
color: green;
|
37
|
text-decoration: underline; }
|
38
|
a.toollink {
|
39
|
color: green;
|
40
|
text-decoration: none; }
|
41
|
a.sitelink {
|
42
|
color: green;
|
43
|
text-decoration: none;
|
44
|
font-weight: bold; }
|
45
|
.logo {
|
46
|
background: #ccccff;
|
47
|
color: green;
|
48
|
width: 3em;
|
49
|
margin-left: 0.5em;
|
50
|
margin-right: 0.5em;
|
51
|
margin-top: 0.5em;
|
52
|
margin-bottom: 0.5em;
|
53
|
padding: 0.5em;
|
54
|
font-size: 2em;
|
55
|
font-weight: bold; }
|
56
|
.tabledefault {
|
57
|
background: white;
|
58
|
color: black;
|
59
|
width: 100%;
|
60
|
font-size: 1em;
|
61
|
}
|
62
|
.tableattribute {
|
63
|
width: 100%;
|
64
|
|
65
|
border-width: 0.2em;
|
66
|
border-style: solid;
|
67
|
border-color: #eeeeee;
|
68
|
}
|
69
|
.tableinattribute{
|
70
|
width: 100%;
|
71
|
|
72
|
}
|
73
|
.tableparty {
|
74
|
background: white;
|
75
|
color: black;
|
76
|
width: 100%;
|
77
|
font-size: 0.9em;
|
78
|
}
|
79
|
.tablepanel {
|
80
|
background: #eeeeee;
|
81
|
color: black;
|
82
|
font-size: 1em;
|
83
|
}
|
84
|
.tablehead {
|
85
|
background: #ccccff;
|
86
|
vertical-align: baseline;
|
87
|
color: black;
|
88
|
font-size: 1em;
|
89
|
font-weight: bold;
|
90
|
border-collapse: collapse;
|
91
|
border-width: 0.05em;
|
92
|
border-color: white;
|
93
|
border-style: solid;
|
94
|
}
|
95
|
.tableheadcontrast {
|
96
|
background: #dddddd;
|
97
|
vertical-align: baseline;
|
98
|
color: black;
|
99
|
font-size: 1.2em;
|
100
|
font-weight: bold; }
|
101
|
.title {
|
102
|
color: black;
|
103
|
margin-top: 1em;
|
104
|
font-size: 1.5em;
|
105
|
font-weight: bold; }
|
106
|
.subtitle {
|
107
|
color: black;
|
108
|
margin-top: 0.5em;
|
109
|
margin-left: 3em;
|
110
|
font-weight: bold;
|
111
|
font-style: italic;
|
112
|
}
|
113
|
.pagetitle {
|
114
|
font-family: Arial,Helvetica,sans-serif;
|
115
|
font-size: 3em;
|
116
|
font-weight: bold;
|
117
|
color: green;
|
118
|
margin-left: 0.25em; }
|
119
|
.pagesub {
|
120
|
font-family: Arial,Helvetica,sans-serif;
|
121
|
font-size: 1em;
|
122
|
font-weight: bold;
|
123
|
color: green;
|
124
|
margin-left: 3em;
|
125
|
margin-top: 0.5em;
|
126
|
margin-bottom: 2em; }
|
127
|
.instright {
|
128
|
color: black;
|
129
|
text-align: right;
|
130
|
vertical-align: middle;
|
131
|
padding: 1em;
|
132
|
font-size: 1em;
|
133
|
font-weight: bold; }
|
134
|
.instleft {
|
135
|
color: black;
|
136
|
text-align: left;
|
137
|
vertical-align: middle;
|
138
|
padding: 1em;
|
139
|
font-size: 1em;
|
140
|
font-weight: bold; }
|
141
|
p {
|
142
|
margin: 0.25em; }
|
143
|
.required {
|
144
|
color: red; }
|
145
|
.emphasis {
|
146
|
color: red; }
|
147
|
p.label {
|
148
|
color: black;
|
149
|
font-weight: bold; }
|
150
|
p.contact {
|
151
|
color: black;
|
152
|
padding: 1em;
|
153
|
font-size: 0.75em;
|
154
|
font-weight: normal;
|
155
|
font-style: italic; }
|
156
|
p.header {
|
157
|
color: black;
|
158
|
padding: 1em;
|
159
|
font-size: 0.75em;
|
160
|
font-weight: bold; }
|
161
|
img.logoright {
|
162
|
padding: 0.5em;
|
163
|
border: none;
|
164
|
float: right; }
|
165
|
img.logoleft {
|
166
|
padding: 0.25em;
|
167
|
border: none;
|
168
|
float: left; }
|
169
|
.roweven {
|
170
|
background: #c0d3e7; }
|
171
|
.rowodd {
|
172
|
background: white; }
|
173
|
.highlight {
|
174
|
background-color: #dddddd;
|
175
|
font-size: 1em;
|
176
|
border-collapse: collapse;
|
177
|
border-width: 0.05em;
|
178
|
border-color: white;
|
179
|
border-style: solid;
|
180
|
padding-left: 0.4em;
|
181
|
padding-top: 0.1em;
|
182
|
padding-bottom: 0.1em;
|
183
|
}
|
184
|
.secondCol {
|
185
|
font-size: 1em;
|
186
|
border-collapse: collapse;
|
187
|
padding-left: 0.4em;
|
188
|
padding-top: 0.1em;
|
189
|
padding-bottom: 0.1em
|
190
|
}
|
191
|
.plaintext {
|
192
|
color: black;
|
193
|
font-weight: normal;
|
194
|
font-size: 1em;
|
195
|
}
|
196
|
.boldtext {
|
197
|
color: black;
|
198
|
font-weight: bold;
|
199
|
font-size: 1em;
|
200
|
}
|
201
|
.bordered {
|
202
|
background-color: #ccccff;
|
203
|
border-collapse: collapse;
|
204
|
border-width: 0.05em;
|
205
|
border-color: white;
|
206
|
border-style: solid;
|
207
|
padding-left: 0.4em;
|
208
|
padding-top: 0.1em;
|
209
|
padding-bottom: 0.1em;
|
210
|
}
|
211
|
.coleven {
|
212
|
background: #FFFFFF;
|
213
|
border-collapse: collapse;
|
214
|
border-width: 0.05em;
|
215
|
border-color: white;
|
216
|
border-style: solid;
|
217
|
padding-left: 0.4em;
|
218
|
padding-top: 0.1em;
|
219
|
padding-bottom: 0.1em;
|
220
|
}
|
221
|
.innercoleven{
|
222
|
background: #FFFFFF;
|
223
|
font-size: 0.8em;
|
224
|
padding-left: 0.5em;
|
225
|
}
|
226
|
.colodd {
|
227
|
background: #dddddd;
|
228
|
border-collapse: collapse;
|
229
|
border-width: 0.05em;
|
230
|
border-color: white;
|
231
|
border-style: solid;
|
232
|
padding-left: 0.4em;
|
233
|
padding-top: 0.1em;
|
234
|
padding-bottom: 0.1em;
|
235
|
|
236
|
}
|
237
|
.innercolodd{
|
238
|
background: #dddddd;
|
239
|
font-size: 0.8em;
|
240
|
padding-left: 0.5em;
|
241
|
|
242
|
}
|
243
|
|