Mercurial > repos > jankanis > blast2html
comparison Blast output page example trimmed_files/print.css @ 1:ffe82516a83c
add trimmed down html example
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Tue, 06 May 2014 17:36:10 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:bad241dc701f | 1:ffe82516a83c |
---|---|
1 /* | |
2 LEGAL | |
3 ===== | |
4 Copyright: Daemon Pty Limited 1995-2006, http://www.daemon.com.au & http://www.mollio.org/ | |
5 License: Released Under the "Common Public License 1.0", http://www.opensource.org/licenses/cpl.php | |
6 Version: 010306 | |
7 */ | |
8 | |
9 | |
10 body {font: 10pt arial,tahoma,verdana,sans-serif} | |
11 h1, h2, h3, h4, h5, h6 {margin: 1em 0 .2em;font-family: arial,tahoma,verdana,sans-serif} | |
12 | |
13 * {float:none;position:static;background:#fff} | |
14 p {margin: 0 0 1em} | |
15 dt {font-weight:bold} | |
16 | |
17 #nav, #search, #nav-secondary, #poweredby {display:none} | |
18 | |
19 /* =LINKS */ | |
20 a {border:none} | |
21 a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:underline;cursor:pointer} | |
22 a:link {color:#5291c4} | |
23 a:visited {color:#666} | |
24 a:hover {color:#ff9900;border:none} | |
25 a:active {color:#0066cc} | |
26 | |
27 .teaserBox {clear:both;margin: 0 0 1em} | |
28 | |
29 .sponsors img {margin: .5em 0} | |
30 | |
31 #footer {margin: 1em 0} | |
32 | |
33 #jtitle { | |
34 border-bottom:2px solid black; | |
35 margin-top:0.25em;; | |
36 margin-left:-1.5em;; | |
37 margin-bottom: 2em;; | |
38 font-size: 110%;; | |
39 padding-bottoM:0.5em;; | |
40 } | |
41 | |
42 /* TABLES */ | |
43 table {font-size: 9pt;margin: 0 0 1em;border-collapse:collapse;} | |
44 | |
45 table th {border-bottom: 3px solid #000;vertical-align:top;padding: 1.5em 3px 3px;line-height:1.1;font: bold 145% arial;letter-spacing:0;text-align:left} | |
46 .table1 th.time {border-bottom: none;font: bold 89% verdana;color:#ff9c00;vertical-align:top;padding: 3px} | |
47 .table1 td {border: 1px solid #ddd;font-size: 9pt;padding: 3px;vertical-align:top} | |
48 .table1 td a {display:block;width:auto;font-weight:bold} | |
49 .table1 td a:link, .table1 td a:visited, .table1 td a:hover, .table1 td a:active {border:none;text-decoration:none} | |
50 .table1 th.sub {background: #aaa} | |
51 .table1 th.sub2 {background: #bbb;color:#000} | |
52 .table1 td ul li {background: #fff} | |
53 | |
54 | |
55 #logolink img { | |
56 display: none; | |
57 } | |
58 | |
59 #site-name { | |
60 font-size: 140%; | |
61 font-weight: bold; | |
62 padding: 3px; | |
63 text-align:center; | |
64 } | |
65 | |
66 div.resHeader { | |
67 display: none; | |
68 } | |
69 | |
70 #content-wrap { | |
71 margin : 0 0.25in; | |
72 } | |
73 | |
74 #blHeader pre, #query pre { | |
75 white-space: normal; | |
76 } | |
77 | |
78 #blHeader pre p { | |
79 display: none; /* Get rid of pointer to BLAST FAQs */ | |
80 } | |
81 | |
82 #graphic input { | |
83 display: none; | |
84 } | |
85 | |
86 #descs td { vertical-align: top; } | |
87 td.lim { white-space: normal; padding-bottom: 0.5em;} | |
88 #descs td { vertical-align: top; border-bottom: solid 1px #888; border-collapse: collapse; padding-top: 0;} | |
89 | |
90 #descs a { | |
91 text-decoration: none; | |
92 color: black; | |
93 padding: 0; | |
94 margin: 0; | |
95 } | |
96 | |
97 #descs th { | |
98 font-size: 110%; | |
99 } | |
100 | |
101 #graphic table { | |
102 margin: 0; | |
103 } | |
104 | |
105 input { | |
106 display: none; | |
107 } | |
108 | |
109 #graphic h3 a { | |
110 border-bottom:2px solid black; | |
111 color:black; | |
112 display:block; | |
113 margin-bottom:2em; | |
114 margin-top:3em; | |
115 text-align:left; | |
116 text-decoration:none; | |
117 margin-left: -1.5em; | |
118 } | |
119 | |
120 | |
121 #graphic {page-break-after: always; } | |
122 | |
123 td.l a { padding: 0; margin-right: 1em !important; font-weight:bold;} | |
124 #descs td {color: black;} | |
125 | |
126 /* Get rid of stupid long headers */ | |
127 #desctbl { margin-top: 1em; border-top: solid 1px #ccc; page-break-after: always;} | |
128 #desctbl table thead { display: none; margin-top: 1em;} | |
129 #desctbl table tr td { width: 4em; } | |
130 #desctbl table td.lim { width: 40em; } | |
131 | |
132 #alignments { line-height: 0.9em; } | |
133 #alignments center b { | |
134 display: block; z-index: 100; position: relative; | |
135 } | |
136 #alignments center b font { color: black; display: block; text-align: left; font-size: 120%; padding: 0 0 3px; border-bottom: solid 2px #444; margin-left: -1.5em; } | |
137 | |
138 div#alignments.blRes a { text-decoration: none; color: black; font-weight: bold; } | |
139 | |
140 #footer { | |
141 display: none; | |
142 } | |
143 | |
144 h1 | |
145 { | |
146 font-size:120%; | |
147 font-weight:bold; | |
148 } | |
149 #FormatForm,#FormatDownload,#showDetails,#queryHelp,#dbDetails,.reslink | |
150 { | |
151 display:none; | |
152 } | |
153 #multipleSeqs,#queryInfo,.skp,.resLink,.seqlinks,.msg | |
154 { | |
155 display:none; | |
156 } | |
157 | |
158 #dbDetails,#refInfo,#seealso,#resStat,#showRefs,dd.hidden | |
159 { | |
160 display:none; | |
161 } | |
162 /* | |
163 #querysummary dl | |
164 { | |
165 line-height:1.4em; | |
166 } | |
167 | |
168 #querysummary dd | |
169 { | |
170 margin-left:20%; | |
171 margin-top:-1.2em; | |
172 } | |
173 | |
174 #querysummary dd a | |
175 { | |
176 display:none; | |
177 } | |
178 */ | |
179 | |
180 #summary { | |
181 font-size:1.2em; | |
182 } | |
183 #summary { | |
184 margin-top:0pt; | |
185 padding-bottom:1em; | |
186 padding-top:0.5em; | |
187 font-family:Verdana,Arial,Sans-Serif; | |
188 font-size:90%; | |
189 | |
190 } | |
191 #summarylists { | |
192 margin:1em 0pt 0pt; | |
193 overflow:hidden; | |
194 } | |
195 #querysummary { | |
196 float:left; | |
197 padding:0pt; | |
198 width:49%; | |
199 } | |
200 | |
201 #dbsummary { | |
202 margin-left:51%; | |
203 padding:0pt; | |
204 } | |
205 #summary dl { | |
206 margin:0pt 0pt 0.5em; | |
207 padding:0pt; | |
208 } | |
209 #summary dt, #summary dd { | |
210 line-height:1.4em; | |
211 } | |
212 #summary dt { | |
213 float:left; | |
214 font-weight:bold; | |
215 text-align:right; | |
216 width:10em; | |
217 margin-top:0; | |
218 } | |
219 #summary dd { | |
220 margin-left:11em; | |
221 white-space:normal !important; | |
222 } | |
223 #summary h3 { | |
224 color:#444444; | |
225 font-style:italic; | |
226 margin-bottom:-0.5em; | |
227 margin-top:0pt; | |
228 text-align:center; | |
229 } | |
230 #ht,#graphic,#cddDesc | |
231 { | |
232 text-align:center; | |
233 } | |
234 | |
235 #ht | |
236 { | |
237 font-weight:bold; | |
238 } | |
239 | |
240 #graphic h3 a,#ovrInfo,#showCDD,.psiInp,.defln caption,#grView.hidden,#RSIFrameDesc | |
241 { | |
242 display:none; | |
243 } | |
244 | |
245 | |
246 #grView.hidden.shown | |
247 { | |
248 display:block; | |
249 } | |
250 | |
251 .print-log-res { position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden; } | |
252 .print-log-res li { list-style-image: url("images/img_blast_results_gif"); } | |
253 | |
254 #SwitchDesign,#ytb,.fdb,#debug,.moreHsps,.shcl,#cntDesc,#descTblCtrl,.hdnHeader,td.c0,th.c0,.alnMsgS,.alnHdr,.relInf | |
255 { | |
256 display:none; | |
257 } | |
258 | |
259 h3.cap,#RSIFrameAln,.alnRn span, div.hsp .alnParLinks,.ui-ncbiautocomplete-link-pref,.ui-ncbiautocomplete-link-off | |
260 { | |
261 display:none; | |
262 } | |
263 | |
264 .alnAll | |
265 { | |
266 margin-top:0.5emem; | |
267 } | |
268 .dlfRow | |
269 { | |
270 line-height:1.5em; | |
271 } | |
272 | |
273 span.r label | |
274 { | |
275 margin-left:0.5em; | |
276 } | |
277 td.l a.deflnDesc | |
278 { | |
279 font-weight:normal; | |
280 text-decoration:none; | |
281 color:inherit; | |
282 } | |
283 | |
284 table.alnParams | |
285 { | |
286 width:50em; | |
287 } | |
288 table.alnParams th | |
289 { | |
290 font-size:100%; | |
291 } | |
292 | |
293 table.alnParams td | |
294 { | |
295 font-size:110%; | |
296 padding-top:0.5em; | |
297 } | |
298 | |
299 .oneSeqAln | |
300 { | |
301 border-top:1px solid gery; | |
302 margin-top:1em; | |
303 padding-top:1em; | |
304 width:60em; | |
305 } |