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: daigle $'
12
  *      '$Date: 2008-07-06 21:25:34 -0700 (Sun, 06 Jul 2008) $'
13
  *  '$Revision: 4080 $'
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
 * tpc settings
32
 **********************************************************************/
33

    
34
.page-section {
35
	margin: 0px 20px 0px 20px;
36
	border-spacing: 0px;
37
	border-width: 0px;
38
	width: 95%;
39
	min-width: 1050px;
40
}
41

    
42
.left-nav-section {
43
	width: 175px;
44
	background: transparent url("images/navstrip.jpg") left 0px repeat-y;
45
}
46

    
47
.center-content-section {
48
	background: #FFFFFF;
49
	width: 100%;
50
}
51

    
52
.footer-content-section {
53
	background: #124325;
54
}
55

    
56
.search-section {
57
	vertical-align: top;
58
	width: 100%;
59
}
60

    
61
.content-section-header {
62
	text-align:	left;
63
	color: #124325;
64
	background: #CFE2CF;
65
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
66
	font-size: 14px;
67
	font-weight: bold;
68
	border: 1px solid #124325;
69
	display: block;
70
	padding: 3px 0px 3px 10px;
71
	margin:0px 60px 20px 178px;
72
}
73

    
74
.content-subsection {
75
	vertical-align: middle;
76
	margin: 0px 0px 0px 195px;
77
	width: 750px;
78
}
79

    
80
.content-subsection-header {
81
	margin: 10px 0px 5px 0px;
82
	padding: 0px 0px 0px 0px;
83
	color: #7BB865;
84
	font-size: 16px;
85
}
86

    
87
.from-date-section {
88
	display:inline;
89
	float: left;
90
	margin: 0px 25px 0px 25px;
91
}
92

    
93
.to-date-section {
94
	margin: 0px 20px 0px 0px;
95
}
96

    
97
.form-input-row {
98
	margin-bottom: 10px;
99
}
100

    
101
.form-base-row {
102
	margin: 20px 0px 10px 0px;
103
}
104

    
105
.field-label {
106
	margin: 0px 0px 0px 15px;
107
	padding: 0px 7px 0px 0px;
108
	width: 125px;
109
	display: inline;
110
	float: left;
111
	text-align: right;
112
	font-size: 1.1em;
113
}
114

    
115
.field-remove-button {
116
	margin: 0px 0px 0px 90px;
117
}
118

    
119
.text-input {
120
	width: 290px;
121
}
122

    
123
.date-input {
124
		width: 150px;
125
}
126

    
127
.int-input {
128
		width: 60px;
129
}
130

    
131
.calendar-icon {
132
	vertical-align: middle;
133
}
134

    
135
.search-section-text {
136
	position: absolute;
137
	top: 123px;
138
	left: 230px;
139
	background: #FFFFFF;	
140
	font-size: 14px;
141
	color: #797979;
142
	padding: 0px 5px 0px 5px;
143
}
144

    
145
.submit-button {
146
	margin: 0px 0px 0px 280px;
147
	width: 100px;
148
}
149

    
150
.result-header-emphasis {
151
	font-size: 16px;
152
}
153

    
154
.result-header {
155
	float: none;
156
}
157

    
158
/********************************************************************** 
159
 * tpc search result specific settings
160
 **********************************************************************/
161

    
162
.col1 {
163
	width: 230px;
164
	text-align: left;
165
	font-weight: bold;
166
}
167

    
168
.col2 {
169
	width: 100px;
170
}
171

    
172
.col3 {
173
	width: 100px;
174
}
175

    
176
.col4 {
177
	width: 250px;
178
	border-right: none;
179
}
(20-20/39)