Project

General

Profile

1 4966 daigle
 /*
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
.content-section {
35 5311 daigle
	vertical-align: top;
36
	padding-top: 60px;
37 4966 daigle
}
38
39
.content-section-header {
40
	text-align:	left;
41
	color: #124325;
42
	background: #CFE2CF;
43
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
44
	font-size: 14px;
45
	font-weight: bold;
46
	border: 1px solid #124325;
47
	display: block;
48
	padding: 3px 0px 3px 10px;
49
	margin:0px 60px 20px 178px;
50
}
51
52 5311 daigle
.content-subsection {
53
	vertical-align: top;
54
	margin: 0px 0px 0px 20px;
55 6823 tao
	width: 940px;
56 5311 daigle
}
57
58 4966 daigle
.content-subsection-header {
59
	margin: 10px 0px 5px 0px;
60
	padding: 0px 0px 0px 0px;
61 5088 daigle
	color: #255333;
62 4966 daigle
	font-size: 16px;
63 5088 daigle
	font-weight: bold;
64 4966 daigle
}
65
66 5311 daigle
.page-section {
67
	margin: 0px 20px 0px 20px;
68
	border-spacing: 0px;
69
	border-width: 0px;
70
	width: 95%;
71 6823 tao
	min-width: 980px;
72 5311 daigle
}
73
74
.schedule-section {
75
	vertical-align: top;
76
	width: 100%;
77
}
78
79 4966 daigle
.from-date-section {
80
	display:inline;
81
	float: left;
82
	margin: 0px 25px 0px 25px;
83
}
84
85
.to-date-section {
86
	margin: 0px 20px 0px 0px;
87
}
88
89
.form-input-row {
90
	margin-bottom: 10px;
91
}
92
93
.form-base-row {
94
	margin: 20px 0px 10px 0px;
95
}
96
97
.field-label {
98
	margin: 0px 0px 0px 15px;
99
	padding: 0px 7px 0px 0px;
100 6969 tao
	width: 165px;
101 4966 daigle
	display: inline;
102
	float: left;
103
	text-align: right;
104
	font-size: 1.1em;
105
}
106
107
.field-suffix {
108 5005 daigle
	margin: 0px 0px 0px 5px;
109 4966 daigle
	padding: 0px 7px 0px 0px;
110 6969 tao
	width: 285px;
111 4966 daigle
	display: inline;
112
	text-align: right;
113
	font-size: 1.1em;
114
}
115
116
.summary-field {
117
	margin: 0px 0px 0px 15px;
118
	padding: 0px 7px 0px 0px;
119
	width: 125px;
120
	display: inline;
121
	float: left;
122
	text-align: right;
123
	font-size: 16px;
124
	color: #255333;
125
}
126
127
.summary-value {
128
	padding: 0px 7px 0px 0px;
129
	display: inline;
130
	text-align: right;
131
	font-size: 16px;
132
	color: #000000;
133
}
134
135
.field-remove-button {
136
	margin: 0px 0px 0px 100px;
137
}
138
139
.text-input {
140
	width: 290px;
141
}
142
143
.date-input {
144
		width: 150px;
145
}
146
147
.int-input {
148
		width: 60px;
149
}
150
151
.calendar-icon {
152
	vertical-align: middle;
153
}
154
155
.search-section {
156
	border: 1px solid #D5D5D5;
157
	padding: 15px 0px 5px 0px;
158
}
159
160
.search-section-text {
161
	position: absolute;
162
	top: 123px;
163
	left: 230px;
164
	background: #FFFFFF;
165
	font-size: 14px;
166
	color: #797979;
167
	padding: 0px 5px 0px 5px;
168
}
169
170
.submit-button {
171
	margin: 0px 0px 0px 280px;
172
	width: 100px;
173
}
174
175 4971 daigle
.result-header {
176
	margin-bottom: 5px;
177
}
178
179 4966 daigle
.result-header-emphasis {
180
	font-size: 16px;
181
	margin-bottom: 5px;
182
}
183
184
.workflow-run-content {
185
	margin-bottom: 20px;
186
}
187
188
/**********************************************************************
189
 * tpc search result specific settings
190
 **********************************************************************/
191
192 6736 tao
193 5012 daigle
.col {
194 5013 daigle
	padding-left: 0px;
195 5012 daigle
}
196
197 4966 daigle
.col1 {
198 6823 tao
	width: 240px;
199 4966 daigle
	text-align: left;
200 5013 daigle
	padding-left: 5px;
201 4966 daigle
	font-weight: bold;
202
}
203
204
.col2 {
205 6823 tao
	width: 100px;
206 4966 daigle
}
207
208
.col3 {
209 6823 tao
	width: 180px;
210 4966 daigle
}
211
212
.col4 {
213 6823 tao
	width: 180px;
214 5311 daigle
	border-right:1px solid #D5D5D5;
215 4966 daigle
}
216
217
.col5 {
218 6823 tao
	width: 80px;
219 5012 daigle
}
220
221
.col6 {
222 5824 tao
	width: 140px;
223 4966 daigle
	border-right: none;
224 5823 tao
	padding-left: 3px;
225 4966 daigle
}
226 6736 tao
227
.col1-header {
228
	color: #FFFFFF;
229 6823 tao
  width: 240px;
230 6736 tao
  text-align: left;
231
  padding-left: 5px;
232
  font-weight: bold;
233
}
234
235
.col2-header {
236
	color: #FFFFFF;
237 6823 tao
  width: 100px;
238 6736 tao
}
239
240
.col3-header {
241
	color: #FFFFFF;
242 6823 tao
  width: 180px;
243 6736 tao
}
244
245
.col4-header {
246
	color: #FFFFFF;
247 6823 tao
  width: 180px;
248 6736 tao
  border-right:1px solid #D5D5D5;
249
}
250
251
.col5-header {
252
	color: #FFFFFF;
253 6823 tao
  width: 80px;
254 6736 tao
}
255
256
.col6-header {
257
	color: #FFFFFF;
258
  width: 140px;
259
  border-right: none;
260
  padding-left: 3px;
261
}