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: 750px;
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-remove-button {
92
	margin: 0px 0px 0px 100px;
93
}
94

    
95
.text-input {
96
	width: 290px;
97
}
98

    
99
.date-input {
100
		width: 150px;
101
}
102

    
103
.calendar-icon {
104
	vertical-align: middle;
105
}
106

    
107
.search-section {
108
	border: 1px solid #D5D5D5;
109
	padding: 15px 0px 5px 0px;
110
}
111

    
112
.search-section-text {
113
	position: absolute;
114
	top: 123px;
115
	left: 230px;
116
	background: #FFFFFF;	
117
	font-size: 14px;
118
	color: #797979;
119
	padding: 0px 5px 0px 5px;
120
}
121

    
122
.submit-button {
123
	margin: 0px 0px 0px 280px;
124
	width: 100px;
125
}
126

    
127
/********************************************************************** 
128
 * tpc search result specific settings
129
 **********************************************************************/
130

    
131
.col1 {
132
	width: 280px;
133
	text-align: left;
134
	font-weight: bold;
135
}
136

    
137
.col2 {
138
	width: 147px;
139
}
140

    
141
.col3 {
142
	width: 110px;
143
}
144

    
145
.col4 {
146
	width: 148px;
147
	border-right: none;
148
}
(20-20/32)