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
}
36
37
.content-section-header {
38
	text-align:	left;
39
	color: #124325;
40
	background: #CFE2CF;
41
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
42
	font-size: 14px;
43
	font-weight: bold;
44
	border: 1px solid #124325;
45
	display: block;
46
	padding: 3px 0px 3px 10px;
47
	margin:0px 60px 20px 178px;
48
}
49
50
.content-subsection-header {
51
	margin: 10px 0px 5px 0px;
52
	padding: 0px 0px 0px 0px;
53 5088 daigle
	color: #255333;
54 4966 daigle
	font-size: 16px;
55 5088 daigle
	font-weight: bold;
56 4966 daigle
}
57
58
.from-date-section {
59
	display:inline;
60
	float: left;
61
	margin: 0px 25px 0px 25px;
62
}
63
64
.to-date-section {
65
	margin: 0px 20px 0px 0px;
66
}
67
68
.form-input-row {
69
	margin-bottom: 10px;
70
}
71
72
.form-base-row {
73
	margin: 20px 0px 10px 0px;
74
}
75
76
.field-label {
77
	margin: 0px 0px 0px 15px;
78
	padding: 0px 7px 0px 0px;
79
	width: 125px;
80
	display: inline;
81
	float: left;
82
	text-align: right;
83
	font-size: 1.1em;
84
}
85
86
.field-suffix {
87 5005 daigle
	margin: 0px 0px 0px 5px;
88 4966 daigle
	padding: 0px 7px 0px 0px;
89
	width: 125px;
90
	display: inline;
91
	text-align: right;
92
	font-size: 1.1em;
93
}
94
95
.summary-field {
96
	margin: 0px 0px 0px 15px;
97
	padding: 0px 7px 0px 0px;
98
	width: 125px;
99
	display: inline;
100
	float: left;
101
	text-align: right;
102
	font-size: 16px;
103
	color: #255333;
104
}
105
106
.summary-value {
107
	padding: 0px 7px 0px 0px;
108
	display: inline;
109
	text-align: right;
110
	font-size: 16px;
111
	color: #000000;
112
}
113
114
.field-remove-button {
115
	margin: 0px 0px 0px 100px;
116
}
117
118
.text-input {
119
	width: 290px;
120
}
121
122
.date-input {
123
		width: 150px;
124
}
125
126
.int-input {
127
		width: 60px;
128
}
129
130
.calendar-icon {
131
	vertical-align: middle;
132
}
133
134
.search-section {
135
	border: 1px solid #D5D5D5;
136
	padding: 15px 0px 5px 0px;
137
}
138
139
.search-section-text {
140
	position: absolute;
141
	top: 123px;
142
	left: 230px;
143
	background: #FFFFFF;
144
	font-size: 14px;
145
	color: #797979;
146
	padding: 0px 5px 0px 5px;
147
}
148
149
.submit-button {
150
	margin: 0px 0px 0px 280px;
151
	width: 100px;
152
}
153
154 4971 daigle
.result-header {
155
	margin-bottom: 5px;
156
}
157
158 4966 daigle
.result-header-emphasis {
159
	font-size: 16px;
160
	margin-bottom: 5px;
161
}
162
163
.workflow-run-content {
164
	margin-bottom: 20px;
165
}
166
167
/**********************************************************************
168
 * tpc search result specific settings
169
 **********************************************************************/
170
171 5012 daigle
.col {
172 5013 daigle
	padding-left: 0px;
173 5012 daigle
}
174
175 4966 daigle
.col1 {
176 5013 daigle
	width: 200px;
177 4966 daigle
	text-align: left;
178 5013 daigle
	padding-left: 5px;
179 4966 daigle
	font-weight: bold;
180
}
181
182
.col2 {
183
	width: 90px;
184
}
185
186
.col3 {
187 5121 daigle
	width: 160px;
188 4966 daigle
}
189
190
.col4 {
191 5121 daigle
	width: 160px;
192 4966 daigle
}
193
194
.col5 {
195 5013 daigle
	width: 60px;
196 5012 daigle
}
197
198
.col6 {
199 5121 daigle
	width: 130px;
200 4966 daigle
	border-right: none;
201 5121 daigle
	padding-left: 5px;
202 4966 daigle
}