comparison NCBI Blast reference example_files/blastRes.css @ 31:344cd76f6fd2

rename NCBI reference example
author Jan Kanis <jan.code@jankanis.nl>
date Thu, 15 May 2014 16:59:18 +0200
parents Blast output page example_files/blastRes.css@bad241dc701f
children
comparison
equal deleted inserted replaced
30:2143f62809d0 31:344cd76f6fd2
1 a#refPage
2 {
3 margin-left:3em;
4 }
5
6 a.resLink
7 {
8 margin-left:1em;
9 display:none;
10 }
11
12 a.resLinkhidden
13 {
14 display:none;
15 }
16
17
18 #cddResults
19 {
20 float:right;
21 margin-top:-2em;
22 margin-right:1em;
23 color:#336699;
24 font-size:100%;
25 }
26
27 #cddResults.showing {
28 background-image: url(images/down.gif);
29 }
30
31
32
33 div.inlineDiv
34 {
35 display:inline;
36 }
37
38 span.reslink
39 {
40 display:none;
41 }
42
43 div.statPage *.statPage,
44 div.resPage *.resPage
45 {
46 display:inline;
47 }
48
49 div.resHeader *.hidden
50 {
51 display:none;
52 }
53
54 #cddInfo
55 {
56 text-align:center;
57 }
58 #cddDesc
59 {
60 font-weight:bold;
61 }
62 div#desctbl
63 {
64 border: solid 1px #018aac;
65 /*min-width: 1000px;*/
66 margin: none;
67 width: 100%;
68 background-color:White;
69 /*line-height:0;
70 _line-height:0;*/
71 }
72
73 table#descs
74 {
75 font-family: Verdana, Sans-Serif;
76 font-size: 90%;
77 _font-size: 86%;
78 border-collapse: collapse;
79 /*min-width: 600px;*/
80 width: 100%;
81 }
82
83 table#descs th a {
84 text-decoration: none;
85 color: #00c;
86 }
87
88 table#descs th a:visited {
89 color: #00c;
90 }
91
92 table#descs th a:hover {position: relative;
93 text-decoration: underline;
94 }
95
96 table#descs tr th.l,
97 table#descs tr td.l {
98 text-align: left;
99 }
100
101 table#descs tr th.sp {
102 background-color: #def;
103 }
104
105 table#descs tr th,
106 table#descs tr td {
107 text-align: center;
108 padding: 1px 4px;
109 }
110
111 table#descs tr.first th {
112 padding-left:18px;
113 border-left: solid 1px #A0ceff;
114 border-top: solid 1px #A0ceff;
115 border-bottom: solid 1px #018aac;
116 border-right: solid 1px #018aac;
117 padding-right: 8px;
118 /*background-color: #01d5ff;*/
119 background-color: #9cf;
120 /*font-size: 92%;*/
121 white-space:normal;
122 line-height: 1.2em
123 }
124
125
126 table#descs td {
127 border: solid 1px #ccc;
128 border-width: 0px 1px;
129 white-space:nowrap;
130 overflow: hidden;
131 }
132
133 .slink {
134 font-size: 90%;
135 font-weight: normal;
136 }
137
138 table#descs tr.first th.sel {
139 background: #9cf url(images/up.gif) no-repeat center left;
140 padding-left: 18px;
141 padding-right: 18px;
142 }
143
144 div.lim
145 {
146 /*overflow: hidden;-this used to work in Firefox 2- comment for now and set the width */
147 width: 35em;
148 display: inline-block;
149 height: 1.3em;
150 }
151
152 table#descs tr:hover {
153 background-color: #def;
154 }
155
156 pre
157 {
158 font-size:110%;
159 _font-size:100%;
160 line-height:1;
161 }
162
163 #msg
164 {
165 white-space:normal;
166 border-color:#cccccc;
167 padding:0;
168 margin: 0;
169 margin-top:2px;
170 }
171 #msg li
172 {
173 display:none;
174 padding:0;
175 margin: 0;
176 text-indent: 0;
177 }
178 #msg li.warning, #msg li.error ,#msg li.info
179 {
180 display:block;
181 }
182
183 #msg ul
184 {
185 margin:0;
186 padding:0;
187 }
188
189 table#statInfo
190 {
191 border: solid 1px #ccc;
192 background-color: #eee;
193 width: 100%;
194 }
195
196 table#statInfo tr.odd {
197 background-color: #e0e0e0;
198 }
199
200 .READY, .UNKNOWN
201 {
202 display:none;
203 }
204
205 p.WAITING
206 {
207 margin-top:1em;
208 }
209
210 #frmPage
211 {
212 margin-left:1em;
213 }
214
215 span.Gene_PubMedLinks
216 {
217 color: Green; font-weight: bold;
218 }
219
220 ul.msg li p
221 {
222 display:none;
223 }
224
225 .msg li p.warning, .msg li p.error, .msg li p.success,.msg li p.info
226 {
227 display:block;
228 }
229
230 .mdlbox
231 {
232 white-space:pre;
233 background-color:Transparent;
234 border:none;
235 }
236
237 #blastErr
238 {
239 white-space:normal;
240 }
241
242
243
244 #RSIFrameNoRes,#RSIFrameDesc,#RSIFrameAln
245 {
246 border:none;
247 width:519px;
248 height:35px;
249 margin:0px auto;
250 }
251
252
253 a.ui-ncbitoggler.hidden, a.ui-ncbitoggler-open.hidden
254 {
255 display:none;
256 }
257
258 .smn {
259 display: inline-block;
260 height: 16px;
261 width: 16px;
262 }