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
.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 {
51
	vertical-align: middle;
52
	margin: 0px 0px 0px 195px;
53
	width: 820px;
54
}
55

    
56
.content-subsection-header {
57
	margin: 10px 0px 5px 0px;
58
	padding: 0px 0px 0px 0px;
59
	color: #7BB865;
60
	font-size: 16px;
61
}
62

    
63
.from-date-section {
64
	display:inline;
65
	float: left;
66
	margin: 0px 25px 0px 25px;
67
}
68

    
69
.to-date-section {
70
	margin: 0px 20px 0px 0px;
71
}
72

    
73
.form-input-row {
74
	margin-bottom: 10px;
75
}
76

    
77
.form-base-row {
78
	margin: 20px 0px 10px 0px;
79
}
80

    
81
.field-label {
82
	margin: 0px 0px 0px 15px;
83
	padding: 0px 7px 0px 0px;
84
	width: 125px;
85
	display: inline;
86
	float: left;
87
	text-align: right;
88
	font-size: 1.1em;
89
}
90

    
91
.field-suffix {
92
	margin: 0px 0px 0px 5px;
93
	padding: 0px 7px 0px 0px;
94
	width: 125px;
95
	display: inline;
96
	text-align: right;
97
	font-size: 1.1em;
98
}
99

    
100
.summary-field {
101
	margin: 0px 0px 0px 15px;
102
	padding: 0px 7px 0px 0px;
103
	width: 125px;
104
	display: inline;
105
	float: left;
106
	text-align: right;
107
	font-size: 16px;
108
	color: #255333;
109
}
110

    
111
.summary-value {
112
	padding: 0px 7px 0px 0px;
113
	display: inline;
114
	text-align: right;
115
	font-size: 16px;
116
	color: #000000;
117
}
118

    
119
.field-remove-button {
120
	margin: 0px 0px 0px 100px;
121
}
122

    
123
.text-input {
124
	width: 290px;
125
}
126

    
127
.date-input {
128
		width: 150px;
129
}
130

    
131
.int-input {
132
		width: 60px;
133
}
134

    
135
.calendar-icon {
136
	vertical-align: middle;
137
}
138

    
139
.search-section {
140
	border: 1px solid #D5D5D5;
141
	padding: 15px 0px 5px 0px;
142
}
143

    
144
.search-section-text {
145
	position: absolute;
146
	top: 123px;
147
	left: 230px;
148
	background: #FFFFFF;	
149
	font-size: 14px;
150
	color: #797979;
151
	padding: 0px 5px 0px 5px;
152
}
153

    
154
.submit-button {
155
	margin: 0px 0px 0px 280px;
156
	width: 100px;
157
}
158

    
159
.result-header {
160
	margin-bottom: 5px;
161
}
162

    
163
.result-header-emphasis {
164
	font-size: 16px;
165
	margin-bottom: 5px;
166
}
167

    
168
.workflow-run-content {
169
	margin-bottom: 20px;
170
}
171

    
172
/********************************************************************** 
173
 * tpc search result specific settings
174
 **********************************************************************/
175

    
176
.col {
177
	padding-left: 0px;
178
}
179

    
180
.col1 {
181
	width: 200px;
182
	text-align: left;
183
	padding-left: 5px;
184
	font-weight: bold;
185
}
186

    
187
.col2 {
188
	width: 90px;
189
}
190

    
191
.col3 {
192
	width: 140px;
193
}
194

    
195
.col4 {
196
	width: 140px;
197
}
198

    
199
.col5 {
200
	width: 60px;
201
}
202

    
203
.col6 {
204
	width: 150px;
205
	border-right: none;
206
}
(19-19/36)