1 |
4948
|
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 |
5184
|
daigle
|
.page-section {
|
35 |
|
|
margin: 0px 20px 0px 20px;
|
36 |
|
|
border-spacing: 0px;
|
37 |
|
|
border-width: 0px;
|
38 |
|
|
width: 95%;
|
39 |
|
|
min-width: 1050px;
|
40 |
4948
|
daigle
|
}
|
41 |
|
|
|
42 |
5184
|
daigle
|
.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 |
5187
|
daigle
|
.search-box-w {
|
62 |
|
|
background: transparent url("images/search_box_w.jpg") left 0px repeat-y;
|
63 |
|
|
}
|
64 |
|
|
|
65 |
|
|
.search-box-e {
|
66 |
|
|
background: transparent url("images/search_box_e.jpg") left 0px repeat-y;
|
67 |
|
|
}
|
68 |
|
|
|
69 |
4948
|
daigle
|
.content-section-header {
|
70 |
|
|
text-align: left;
|
71 |
|
|
color: #124325;
|
72 |
|
|
background: #CFE2CF;
|
73 |
|
|
font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
|
74 |
|
|
font-size: 14px;
|
75 |
|
|
font-weight: bold;
|
76 |
|
|
border: 1px solid #124325;
|
77 |
|
|
display: block;
|
78 |
|
|
padding: 3px 0px 3px 10px;
|
79 |
|
|
margin:0px 60px 20px 178px;
|
80 |
|
|
}
|
81 |
|
|
|
82 |
|
|
.content-subsection {
|
83 |
|
|
vertical-align: middle;
|
84 |
|
|
margin: 0px 0px 0px 195px;
|
85 |
|
|
width: 750px;
|
86 |
|
|
}
|
87 |
|
|
|
88 |
|
|
.content-subsection-header {
|
89 |
|
|
margin: 10px 0px 5px 0px;
|
90 |
|
|
padding: 0px 0px 0px 0px;
|
91 |
|
|
color: #7BB865;
|
92 |
|
|
font-size: 16px;
|
93 |
|
|
}
|
94 |
|
|
|
95 |
|
|
.from-date-section {
|
96 |
|
|
display:inline;
|
97 |
|
|
float: left;
|
98 |
|
|
margin: 0px 25px 0px 25px;
|
99 |
|
|
}
|
100 |
|
|
|
101 |
|
|
.to-date-section {
|
102 |
|
|
margin: 0px 20px 0px 0px;
|
103 |
|
|
}
|
104 |
|
|
|
105 |
|
|
.form-input-row {
|
106 |
|
|
margin-bottom: 10px;
|
107 |
|
|
}
|
108 |
|
|
|
109 |
|
|
.form-base-row {
|
110 |
|
|
margin: 20px 0px 10px 0px;
|
111 |
|
|
}
|
112 |
|
|
|
113 |
|
|
.field-label {
|
114 |
|
|
margin: 0px 0px 0px 15px;
|
115 |
|
|
padding: 0px 7px 0px 0px;
|
116 |
|
|
width: 125px;
|
117 |
|
|
display: inline;
|
118 |
|
|
float: left;
|
119 |
|
|
text-align: right;
|
120 |
|
|
font-size: 1.1em;
|
121 |
|
|
}
|
122 |
|
|
|
123 |
|
|
.field-remove-button {
|
124 |
5184
|
daigle
|
margin: 0px 0px 0px 90px;
|
125 |
4948
|
daigle
|
}
|
126 |
|
|
|
127 |
|
|
.text-input {
|
128 |
|
|
width: 290px;
|
129 |
|
|
}
|
130 |
|
|
|
131 |
|
|
.date-input {
|
132 |
|
|
width: 150px;
|
133 |
|
|
}
|
134 |
|
|
|
135 |
4966
|
daigle
|
.int-input {
|
136 |
|
|
width: 60px;
|
137 |
|
|
}
|
138 |
|
|
|
139 |
4948
|
daigle
|
.calendar-icon {
|
140 |
|
|
vertical-align: middle;
|
141 |
|
|
}
|
142 |
|
|
|
143 |
|
|
.search-section-text {
|
144 |
|
|
position: absolute;
|
145 |
|
|
top: 123px;
|
146 |
|
|
left: 230px;
|
147 |
|
|
background: #FFFFFF;
|
148 |
|
|
font-size: 14px;
|
149 |
|
|
color: #797979;
|
150 |
|
|
padding: 0px 5px 0px 5px;
|
151 |
|
|
}
|
152 |
|
|
|
153 |
|
|
.submit-button {
|
154 |
|
|
margin: 0px 0px 0px 280px;
|
155 |
|
|
width: 100px;
|
156 |
|
|
}
|
157 |
|
|
|
158 |
4966
|
daigle
|
.result-header-emphasis {
|
159 |
|
|
font-size: 16px;
|
160 |
|
|
}
|
161 |
|
|
|
162 |
4971
|
daigle
|
.result-header {
|
163 |
|
|
float: none;
|
164 |
|
|
}
|
165 |
|
|
|
166 |
4948
|
daigle
|
/**********************************************************************
|
167 |
|
|
* tpc search result specific settings
|
168 |
|
|
**********************************************************************/
|
169 |
|
|
|
170 |
|
|
.col1 {
|
171 |
5837
|
tao
|
width: 230px;
|
172 |
4948
|
daigle
|
text-align: left;
|
173 |
|
|
font-weight: bold;
|
174 |
|
|
}
|
175 |
|
|
|
176 |
|
|
.col2 {
|
177 |
4980
|
daigle
|
width: 100px;
|
178 |
4948
|
daigle
|
}
|
179 |
|
|
|
180 |
|
|
.col3 {
|
181 |
5837
|
tao
|
width: 100px;
|
182 |
4948
|
daigle
|
}
|
183 |
|
|
|
184 |
|
|
.col4 {
|
185 |
5837
|
tao
|
width: 250px;
|
186 |
4948
|
daigle
|
border-right: none;
|
187 |
|
|
}
|