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: jones $'
12
  *      '$Date: 2004-07-13 12:48:16 -0700 (Tue, 13 Jul 2004) $'
13
  *  '$Revision: 2211 $'
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
 *  styles specific to the portal page and other 
32
 *  scientist-targeted pages accessed from the portal
33
 */		
34
		
35
body { 
36
  	padding-top: 3px;
37
    color: #333333; 
38
    background-image: url(images/bgpattern.gif);
39
    font-size: 11px; 
40
    font-family: Verdana,Arial,Helvetica,sans-serif; }
41
		
42
.maintable {
43
    background: #ffffff;
44
}
45

    
46
.subpanel {
47

    
48
  background:    #ffffff;
49
  border-left:   solid #cccccc 1px;
50
  border-right:  solid #cccccc 1px;
51
  border-bottom: solid #cccccc 1px;
52
}
53

    
54
.subpanel_lite {
55
  background:    #ffffff;
56
  border:        solid #cccccc 1px;
57
}
58

    
59
a {
60
    color: #669933;
61
    font-weight: bold;
62
    font-size: 11px; 
63
    text-decoration: none; }
64
		
65
a:hover {
66
    color: #ff9933;
67
    text-decoration: underline; }
68
		
69
.logo {
70
    background: #ffffff;
71
    background-image: url(images/panelhead_bg.gif);
72
		padding: 5px; }
73
		
74
.title {
75
    background: #0247A8;     
76
		font-family: Georgia, Times New Roman, Times, serif;
77
    color:      #eeeeee;
78
    font-size: 24px; 
79
    font-weight: bold;}
80
		
81
p.title {
82
  padding-left: 15px;
83
}
84

    
85
p.sectionheader {
86

    
87
    background-image: url(images/transparent1x1.gif);
88
	  text-align: left;
89
    color: #0247A8; 
90
    font-size: 14px; 
91
    font-weight: bold; 
92
}
93
		
94
.sectionheader {
95

    
96
    background-image: url(images/panelhead_bg.gif);
97
	  text-align: center;
98
    color: #0247A8; 
99
    font-size: 14px; 
100
    font-weight: bold; 
101
}
102

    
103
.text_plain { 
104
	  padding: 5px;
105
    color: #666666;
106
    font-weight: normal;
107
    font-size: 11px; }
108

    
109
.text_plain_smaller { 
110

    
111
	  padding: 5px;
112
    font-weight: normal;
113
    font-size: 11px; }
114

    
115
.text_plain_no_padding { 
116
	padding: 0px;
117
    margin-left: 10px;
118
    margin-top: 0px;
119
    margin-bottom: 0px;
120
    color: #666666;
121
    font-weight: normal;
122
    font-size: 11px; }
123

    
124
.text_example { 
125

    
126
	  padding: 5px;
127
    color: #999999;
128
    font-weight: normal;
129
    font-size: 11px; }
130

    
131
.searchcat {
132
  	padding-left: 5px;
133
    color: #0247A8;
134
    font-weight: bold;
135
    font-size: 11px; }
136
		
137
td.searchsubcat {
138
  	padding-left: 15px; }
139

    
140
a.searchsubcat {
141
    color: #669933; 
142
    font-weight: normal;
143
    font-size: 11px; }
144
		
145
a.searchsubcat:hover {
146
    color: #ff9933;
147
    text-decoration: underline; }
148
		
149
.subsection {
150
  	padding-left: 5px;
151
    color: #0247A8;
152
    font-weight: bold;
153
    font-size: 12px; }
154

    
155
.news {
156
  	padding-bottom: 0px;
157
  	margin-bottom: 0px;
158
  	margin-left: 5px;
159
    color: #0247A8;
160
    font-weight: bold;
161
    font-size: 11px; }
162
		
163
a.toollink {
164
    color: #225522;
165
		text-align: left;
166
    font-size: 14px; 
167
    text-decoration: none; }
168
    
169
a.toollink:hover {
170
    color: #ff9933;
171
    text-decoration: underline; }
172

    
173
em.loginStatus {
174

    
175
  color: #cc6633; 
176
  font-weight: bold;
177
  font-style:  normal;
178
}
179

    
180
.buttonBG_login { 
181
	width: 80px;
182
}
183

    
184
.buttonBG_logout {
185
	width:        80px;
186
	background:   #ff9966;		
187
}
188

    
189
.button_login { 
190
	width: 65px;
191
}
192

    
(13-13/15)