Mercurial > repos > jankanis > blast2html
comparison Blast output page example_files/blastReq.css @ 0:bad241dc701f
add example input blast xml and output html page
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Tue, 06 May 2014 17:05:58 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bad241dc701f |
---|---|
1 #msgR .info { | |
2 background-color: #dfd; | |
3 padding: 4px; | |
4 border: solid 1px green; | |
5 color: green; | |
6 } | |
7 | |
8 dl.summary dt { | |
9 float: left; | |
10 width: 8em; | |
11 clear:left; | |
12 margin: 0; | |
13 text-align: right; | |
14 padding-right: 1em; | |
15 color: #666; | |
16 } | |
17 | |
18 dl.summary dd { | |
19 padding-left: 0.5em; | |
20 display: block; | |
21 margin-left: 7em !important; | |
22 margin: 0; | |
23 } | |
24 dl.summary dt, dl.summary dd { | |
25 margin-bottom: 0.5em; | |
26 } | |
27 a.help | |
28 { | |
29 float:right; | |
30 font-size: 110%; | |
31 } | |
32 | |
33 dl.summary label { | |
34 display: inline; | |
35 } | |
36 | |
37 dl.summary tr th label { | |
38 padding: 0; | |
39 margin-right:0; | |
40 } | |
41 table.options { | |
42 border: solid 1px #ccc; | |
43 border-right: solid 1px #ccc; | |
44 } | |
45 | |
46 table.options td, | |
47 table.options td.frh { | |
48 font-size: 90%; | |
49 _font-size: 85%; | |
50 } | |
51 | |
52 table.options label.rb { | |
53 border-right: solid 1px #ccc; | |
54 margin-right: 0.5em; | |
55 padding-right: 2.0em; | |
56 } | |
57 | |
58 table.options tr td { | |
59 _font-size: 90%; | |
60 padding-left: 0.5em; | |
61 } | |
62 | |
63 table.options { | |
64 /*border-collapse: collapse;*/ | |
65 margin-left: 0; | |
66 padding-left: 0; | |
67 width: 62em; | |
68 } | |
69 | |
70 table.options td label { | |
71 font-size: 90%; | |
72 } | |
73 | |
74 table.options th label, | |
75 table.options td label { | |
76 margin-right: 0; | |
77 _position: relative; | |
78 _top: -0.1em; | |
79 } | |
80 | |
81 table.options tr.hdr td, | |
82 table.options tr.hdr th { | |
83 padding: 2px; | |
84 border: solid 1px #ccc; | |
85 background-color: #ddd; | |
86 } | |
87 | |
88 table.options td, table.options td.frh { | |
89 padding: 0.25em 0; | |
90 vertical-align: center; | |
91 } | |
92 | |
93 table.options th { | |
94 padding-right: 1em; | |
95 text-align: right; | |
96 padding-left: 1em; | |
97 } | |
98 | |
99 /* | |
100 *:focus{ | |
101 background-color: white !important; | |
102 } | |
103 */ | |
104 | |
105 table.options select,table.options input, #graphic input{ | |
106 border: solid 1px #888; | |
107 padding: 1px; | |
108 } | |
109 | |
110 select { | |
111 font-size: 90%; | |
112 } | |
113 | |
114 select option { | |
115 padding-right: 0.5em; | |
116 } | |
117 | |
118 input.cb, table.options input.cb { | |
119 border: none; | |
120 } | |
121 | |
122 select { | |
123 margin-right:1em; | |
124 } | |
125 | |
126 table.options tr { | |
127 background-color: #eee; | |
128 } | |
129 | |
130 table.options tr.odd { | |
131 background-color: #e0e0e0; | |
132 } | |
133 | |
134 table.options th { | |
135 | |
136 background-color: white; | |
137 } | |
138 | |
139 table.options tr.paramSet td | |
140 { | |
141 border-top: solid 2px white; | |
142 } | |
143 | |
144 | |
145 | |
146 | |
147 .resetAll | |
148 { | |
149 font-weight: normal; | |
150 padding: 0.5em; | |
151 font-size: 90%; | |
152 margin-left:5em; | |
153 } | |
154 | |
155 .button { | |
156 background-color: #ccc; | |
157 padding: 0.25em 0.25em; | |
158 color: black; | |
159 border: outset 3px #eee; | |
160 _border: outset 3px #eee; | |
161 font-size: 90%; | |
162 _padding:0; | |
163 font-weight: bold; | |
164 height:25px; | |
165 _height:22px; | |
166 } | |
167 | |
168 .fbtn { | |
169 margin-bottom: 0.5em; | |
170 } | |
171 | |
172 .note { | |
173 font-size: 80%; | |
174 color: green; | |
175 background-color: #ffc; | |
176 margin-left: 2em; | |
177 padding: 3px; | |
178 } | |
179 .instr { | |
180 margin-left: 1em; | |
181 color: #666; | |
182 font-size: 90%; | |
183 } | |
184 .smaller { | |
185 font-size: 90%; | |
186 font-weight: normal; | |
187 } | |
188 | |
189 /* Results Page styles */ | |
190 | |
191 #ridRes | |
192 { | |
193 background-color: #FC9; | |
194 padding:5px 5px; | |
195 } | |
196 | |
197 | |
198 span dd.hidden,dt.hidden,dd.hidden span | |
199 { | |
200 display:none; | |
201 } | |
202 | |
203 dl.query .query, | |
204 dl.title .title, | |
205 dl.entrez .entrez, | |
206 dl.db .db | |
207 { | |
208 display:block; | |
209 } | |
210 | |
211 | |
212 dl.entrez span.entrez | |
213 { | |
214 display:inline; | |
215 } | |
216 | |
217 .hidden { | |
218 display: none; | |
219 } | |
220 .hide { | |
221 display: none; | |
222 } | |
223 .shown { | |
224 display: block; | |
225 } | |
226 | |
227 | |
228 | |
229 table.megaBlast tr.psiBlast, | |
230 table.blastn tr.psiBlast, | |
231 table.blastx tr.psiBlast, | |
232 table.tblastn tr.psiBlast, | |
233 table.tblastx tr.psiBlast, | |
234 table.discoMegablast tr.psiBlast | |
235 { | |
236 display: none; | |
237 } | |
238 | |
239 | |
240 table.GlobalAln .xgl, | |
241 body.GlobalAln div.xgl, | |
242 body.GlobalAln dt.xgl, | |
243 body.GlobalAln dd.xgl, | |
244 body.GlobalAln span.xgl, | |
245 body.GlobalAln table.xgl | |
246 { | |
247 display: none; | |
248 } | |
249 | |
250 .dispType | |
251 { | |
252 /*background-color:White; | |
253 border:solid 1px black;*/ | |
254 border-top:solid 2px gray; | |
255 border-left:solid 2px gray; | |
256 font-size:90%; | |
257 padding-left:2px; | |
258 | |
259 } | |
260 | |
261 .newwin { | |
262 border: none; | |
263 } | |
264 | |
265 table.options .helplink | |
266 { | |
267 font-weight:bold; | |
268 position:absolute; | |
269 right:0; | |
270 } | |
271 | |
272 div#query label | |
273 { | |
274 display: inline; | |
275 font-weight:bold; | |
276 padding-right:1em; | |
277 } | |
278 #NEW_VIEW | |
279 { | |
280 _margin-left:-2px; | |
281 } | |
282 | |
283 | |
284 table.blastp *.blastn, | |
285 table.psiBlast *.blastn, | |
286 table.phiBlast *.blastn, | |
287 table.blastx *.blastn, | |
288 table.tblastn *.blastn, | |
289 table.tblastx *.blastn | |
290 { | |
291 display: none; | |
292 } | |
293 | |
294 #formatTable th.col1 { | |
295 width: 8em; | |
296 vertical-align: top; | |
297 } | |
298 /* | |
299 #formatTable .helplink span { | |
300 position: relative; | |
301 } | |
302 */ | |
303 #org | |
304 { | |
305 margin-top:2em; | |
306 } | |
307 #qorganism | |
308 { | |
309 /*display:block;*/ | |
310 } | |
311 .fi | |
312 { | |
313 position:relative; | |
314 } | |
315 | |
316 a#organismHelp | |
317 { | |
318 margin-top:-1.5em; | |
319 } | |
320 | |
321 table.options tr.paramSet td.hd { | |
322 padding-right: 1em; | |
323 text-align: right; | |
324 padding-left: 1em; | |
325 background-color:White; | |
326 font-weight:bold; | |
327 border-top:none; | |
328 } | |
329 .oExcl | |
330 { | |
331 margin-left:2px; | |
332 } |