~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to webdesign/designs/cubby/filters/ClinicalTrials_files/filters.css

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.sidebar li {color: #ffccff;}
 
2
.sidebar { text-decoration: none; font-family: Verdana, Arial, Sans-serif; font-size: 75%; color: White; }
 
3
A.sidebar:link { text-decoration: none; font-family: Verdana, Arial, Sans-serif; font-size: 75%; color: White; }
 
4
A.sidebar:visited { text-decoration: none; font-family: Verdana, Arial, Sans-serif; font-size: 75%; color: White; }
 
5
A.sidebar:active { text-decoration: none; font-family: Verdana, Arial, Sans-serif; font-size: 75%; color: #b0ffff; }
 
6
A.sidebar:hover { text-decoration: none; font-family: Verdana, Arial, Sans-serif; font-size: 75%; color: Yellow; }
 
7
 
 
8
/* %%% Added by mj */
 
9
.formtop {
 
10
padding: 1em 1em 0.5em 0.5em;
 
11
}
 
12
 
 
13
#topform { 
 
14
  padding: 5px;
 
15
  background-color: #CAE1FF;
 
16
  width: 100%;
 
17
}
 
18
 
 
19
#catname { 
 
20
  display: block;
 
21
  color: #06c;
 
22
  font-family: Verdana, Arial, Sans-serif;
 
23
  font-weight: bold;
 
24
  font-size: 12pt;
 
25
  padding: .1in .1in 0in .25in;
 
26
  background-color: #CAE1FF;
 
27
  font-size: 0.8em;
 
28
}
 
29
 
 
30
.odd {
 
31
  background-color: #eeeee0;
 
32
}
 
33
 
 
34
.even { 
 
35
  background-color #fff;
 
36
}
 
37
 
 
38
#catname a { 
 
39
  color: #0000ff;
 
40
}
 
41
 
 
42
#fils, #cats {
 
43
  background-color: #eeeee0;
 
44
  margin: 0em 1em 1em 1em;
 
45
}
 
46
 
 
47
#cathead, #filhead {
 
48
  color: #9cf;
 
49
  background-color: #06c;
 
50
  font-family: Verdana, Arial, Sans-serif;
 
51
  font-size: 12pt;
 
52
  font-style: bold;
 
53
  padding: 0px 3px 3px 3px;
 
54
  margin: .25em 1em 0em 1em;
 
55
}
 
56
 
 
57
#cats .cat-even, #fils .fil-even { 
 
58
  padding: .25em .25em .25em 1em;
 
59
  font-family: Verdana, Arial, Sans-serif;
 
60
  font-size: 10pt;
 
61
  background-color: #fff;
 
62
}
 
63
 
 
64
#cats .cat-odd, #fils .fil-odd { 
 
65
  padding: .25em .25em .25em 1em;
 
66
  font-family: Verdana, Arial, Sans-serif;
 
67
  font-size: 10pt;
 
68
  background-color: #eeee0;
 
69
}
 
70
 
 
71
/* This is an item that expands to fill the entire
 
72
   view except for the navbar */
 
73
div.mainview {
 
74
  margin: 1em;
 
75
}
 
76
 
 
77
/* For "checkall" box on page for single category */
 
78
.checkall {
 
79
  font-size: .8em;
 
80
}
 
81
 
 
82
.filtertable { 
 
83
  font-family: Verdana, Arial, Sans-serif;
 
84
  font-size: .75em;
 
85
 }
 
86
 
 
87
.filtertable tr th {
 
88
  font-family: Verdana, Arial, Sans-serif;
 
89
  font-size: 8pt;
 
90
  font-weight: bold;
 
91
  color: #369;
 
92
  text-align: center;
 
93
  vertical-align: middle;
 
94
  background-color: #9cf;
 
95
  padding: 2px;
 
96
}
 
97
 
 
98
.filtertable tr th.col0 { 
 
99
  width: 3em;
 
100
}
 
101
.filtertable tr th.col1 { 
 
102
  width: 3em;
 
103
}
 
104
.filtertable tr th.col2 { 
 
105
  width: 100%;
 
106
}
 
107
 
 
108
.filtertable tr td { 
 
109
  padding: 3px 0px;
 
110
 }
 
111
 
 
112
.filtertable tr td.col0 { 
 
113
  width: 3em;
 
114
  text-align: center;
 
115
}
 
116
 
 
117
.filtertable tr td.col1 { 
 
118
  text-align: center;
 
119
  width: 3em;
 
120
}
 
121
 
 
122
.filtertable tr.even { 
 
123
  background-color: white;
 
124
}
 
125
 
 
126
 
 
127
tr.selectall { 
 
128
  background-color: #def;
 
129
}
 
130
 
 
131
tr.selectall td {
 
132
  padding: 4px 0;
 
133
  border-bottom: 2px solid #69c;
 
134
  border-top: 2px solid #69c;
 
135
}
 
136
 
 
137
tr td em {
 
138
  font-weight: bold;
 
139
  font-style: normal;
 
140
}
 
141
 
 
142
tr.selectall td.col0 { 
 
143
  border-left: 2px solid #69c;
 
144
}
 
145
tr.selectall td.col2 { 
 
146
  border-right: 2px solid #69c;
 
147
}
 
148
 
 
149
#tablabel {
 
150
padding: 0.5em;
 
151
font-family: Verdana, Arial, Sans-serif;
 
152
font-size: .80em;
 
153
background-color: #CAE1FF;
 
154
clear: both;
 
155
}
 
156
 
 
157
#cats #subcats {
 
158
  font-family: Verdana, Arial, Sans-serif;
 
159
  font-size: 8pt;
 
160
  padding: 0px 5em 4px 5em;
 
161
}
 
162
 
 
163
#cats #subcats em { 
 
164
  font-weight: bold;
 
165
  font-style: none;
 
166
}
 
167
 
 
168
#cats #subcats a {
 
169
  font-family: Verdana, Arial, Sans-serif;
 
170
  white-space: nowrap;
 
171
  padding: 0px 3px;
 
172
}
 
173
 
 
174
.button {
 
175
  font-family: Verdana, Arial, Sans-serif;
 
176
  white-space: nowrap;
 
177
  font-size: .8em;
 
178
  background-color: #EEEEE0;
 
179
  padding: .2em;
 
180
  border-style: double;
 
181
  font-weight: bold;
 
182
  border: 2px solid #69c;
 
183
 }
 
184
 
 
185
.button:hover {
 
186
  color: #00f;
 
187
  background-color: #cae1ff;
 
188
}
 
189
 
 
190
.formtable {
 
191
padding: 0.5em 0.5em 1em 0.5em;
 
192
background-color: #cae1ff;
 
193
}
 
194
 
 
195
.theform {
 
196
padding: 0.5em;
 
197
}
 
198
 
 
199
td.internal_heading {
 
200
font-family: Verdana, Arial, Sans-Serif;
 
201
padding: 0.5em 0.5em 0.5em 0.5em;
 
202
font-size: larger;
 
203
}
 
204
 
 
205
td.listitem {
 
206
padding: 0.5em 0.5em 0.5em 1.5em;
 
207
}
 
208
 
 
209
td.lastlistitem {
 
210
padding: 0.25em 0.5em 1.5em 1.5em;
 
211
}
 
212
 
 
213
.update_button {
 
214
padding: .5em 0em 0em 0.5em;
 
215
}
 
216
 
 
217
#formbuttondiv {
 
218
  text-align: right;
 
219
  margin-top: .5em;
 
220
  padding-right: 1em;
 
221
}
 
222
 
 
223
div.tabs ul {
 
224
  margin-left: 0;
 
225
  padding-left: 0;
 
226
}
 
227
 
 
228
li.tab {  
 
229
  margin-left: 0;
 
230
  padding-left: 0;
 
231
  list-style: none;
 
232
  display: inline;
 
233
  cursor: pointer;
 
234
  float: left;
 
235
  white-space: nowrap;
 
236
  background-color: #eeeee0;
 
237
  padding: .2em .6em;
 
238
  border-right: 7px solid white;
 
239
  font-family: Verdana, Arial, Helvetica, sans-serif;
 
240
  font-size: .9em;
 
241
}
 
242
li.tab.selected { 
 
243
  background-color: #cae1ff;
 
244
  font-weight: bold;
 
245
  color: #06c;
 
246
  cursor: default;
 
247
}
 
248
 
 
249
li.myfilters {
 
250
  border-right: 0px;
 
251
  float: right;
 
252
  width: 6em;
 
253
}
 
254
 
 
255
/* %%% End added by mj */