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: tao $'
12
  *      '$Date: 2003-06-30 13:23:17 -0700 (Mon, 30 Jun 2003) $'
13
  *  '$Revision: 1702 $'
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
    
63
    }
64
.tableparty {
65
    background: white;
66
    color: black;
67
    width: 100%;
68
    font-size: 0.9em; 
69
    }
70
.tablepanel {
71
    background: #eeeeee;
72
    color: black;
73
    font-size: 1em; 
74
    }
75
.tablehead {
76
    background: #ccccff;
77
    vertical-align: baseline;
78
    color: black;
79
    font-size: 1em;
80
    font-weight: bold;
81
    border-collapse: collapse;
82
    border-width: 0.05em;
83
    border-color: white;
84
    border-style: solid;
85
    }
86
.tableheadcontrast {
87
    background: #dddddd;
88
    vertical-align: baseline;
89
    color: black;
90
    font-size: 1.2em; 
91
    font-weight: bold; }
92
.title { 
93
    color: black; 
94
    margin-top: 1em;
95
    font-size: 1.5em; 
96
    font-weight: bold; }
97
.subtitle { 
98
    color: black; 
99
    margin-top: 0.5em;
100
    margin-left: 3em;
101
    font-weight: bold;
102
    font-style: italic; 
103
   }
104
.pagetitle {
105
    font-family: Arial,Helvetica,sans-serif;
106
    font-size: 3em;
107
    font-weight: bold;
108
    color: green;
109
    margin-left: 0.25em; }
110
.pagesub {
111
    font-family: Arial,Helvetica,sans-serif;
112
    font-size: 1em;
113
    font-weight: bold;
114
    color: green;
115
    margin-left: 3em;
116
    margin-top: 0.5em;
117
    margin-bottom: 2em; }
118
.instright { 
119
    color: black; 
120
    text-align: right;
121
    vertical-align: middle;
122
    padding: 1em;
123
    font-size: 1em; 
124
    font-weight: bold; }
125
.instleft { 
126
    color: black; 
127
    text-align: left;
128
    vertical-align: middle;
129
    padding: 1em;
130
    font-size: 1em; 
131
    font-weight: bold; }
132
p { 
133
    margin: 0.25em; }
134
.required { 
135
    color: red; }
136
.emphasis { 
137
    color: red; }
138
p.label { 
139
    color: black; 
140
    font-weight: bold; }
141
p.contact { 
142
    color: black; 
143
    padding: 1em;
144
    font-size: 0.75em; 
145
    font-weight: normal;
146
    font-style: italic; }
147
p.header {
148
    color: black; 
149
    padding: 1em;
150
    font-size: 0.75em; 
151
    font-weight: bold; }
152
img.logoright {
153
    padding: 0.5em;
154
    border: none;
155
    float: right; }
156
img.logoleft {
157
    padding: 0.25em;
158
    border: none;
159
    float: left; }
160
.roweven {
161
    background: #c0d3e7; }
162
.rowodd {
163
    background: white; }
164
.highlight  {
165
    background-color: #dddddd; 
166
    font-size: 1em;
167
    border-collapse: collapse;
168
    border-width: 0.05em;
169
    border-color: white;
170
    border-style: solid;
171
    padding-left: 0.4em;
172
    padding-top: 0.1em;
173
    padding-bottom: 0.1em;
174
   }
175
.secondCol  {
176
    font-size: 1em;
177
    border-collapse: collapse;
178
    padding-left: 0.4em;
179
    padding-top: 0.1em;
180
    padding-bottom: 0.1em
181
   }
182
.plaintext {
183
    color: black;
184
    font-weight: normal;
185
    font-size: 1em;
186
    }
187
.boldtext {
188
    color: black;
189
    font-weight: bold;
190
    font-size: 1em;
191
    }
192
.bordered {
193
        background-color: #ccccff;/*#94cff7;#9CC2D3;*/
194
        padding: 4px;
195
        border: 1px solid #91B5C4;
196
        color: #006699;
197
}
198
.coleven {
199
    background: #EFFAFF;
200
    }
201

    
202
.colodd {
203
    background:#ffffff ;
204
    }
(12-12/16)