/ docs / html /
docs/html/main.css
  1 /*
  2  * NYU Bioinformatics - Microarray group development
  3  *
  4  * Inspired by www.rhythmbox.org, (c) rhythmbox 2002
  5  *
  6  * New code, modifications
  7  * (c) Idan Gazit 2002, and
  8  * (c) Marco Antoniotti, 2003-2004
  9  * NYU Bioinformatics
 10  *
 11  * Permission is hereby granted to use this style, etc etc etc.
 12  */
 13 
 14 body
 15 {
 16   margin: 0;
 17   background: #ffffff;
 18   font-family: Verdana, Arial, Helvetica;
 19   /*font-size:12px;*/
 20   font-weight: normal;
 21   color:black;
 22 
 23 }
 24 
 25 a.navigation-link-selected
 26 {
 27   text-decoration: none;
 28   color: #ffffff;
 29   font-weight: normal;
 30   font-style: italic;
 31 }
 32 
 33 a.navigation-link-selected:hover
 34 {
 35   text-decoration: underline;
 36   color: #ffffff;
 37   font-weight: normal;
 38   font-style: italic;
 39 }
 40 
 41 a.navigation-link
 42 {
 43   text-decoration: none;
 44   color: rgb(100, 100, 100);
 45   font-weight: normal;
 46 }
 47 
 48 a.navigation-link:hover
 49 {
 50   text-decoration: underline;
 51   color: #ffffff;
 52   font-weight: normal;
 53 }
 54 
 55 a.return
 56 {
 57   text-decoration: none;
 58   color: #41286f;
 59   font-size: 8pt;
 60   font-weight: normal;
 61 }
 62 
 63 a.return:hover;
 64 {
 65   text-decoration: underline;
 66   color: #68548D;
 67   font-size: 8pt;
 68   font-weight: normal;
 69 }
 70 
 71 a
 72 {
 73   text-decoration: underline;
 74   color: #41286f;
 75 }
 76 
 77 a:hover
 78 {
 79   text-decoration: underline;
 80   color: #68548D;
 81 }
 82 
 83 p
 84 {
 85   font-family: Verdana, Arial, Helvetica;
 86   font-size: 12px;
 87   color: #000000;
 88   font-weight: regular;
 89   /* padding-bottom: 10px;
 90   margin: 0px; */
 91 }
 92 
 93 .header
 94 {
 95   background: #9ebcb4;
 96   /* background-image: url("./images/header_bg_1.gif"); */
 97   background-repeat: no-repeat;
 98   height: 50px;
 99 }
100 
101 .navigation
102 {
103   word-spacing: 5px;
104   position: absolute;
105   top: 35px;
106   right: 5px;
107   text-align: right;
108   font-family: Verdana, Arial, Helvetica;
109   font-size: 12px;
110   color: #ffffff;
111   font-weight: normal;
112   word-spacing: 0px;
113  }
114 
115 
116 
117 .sidebar
118 {
119   font-family: Verdana, Arial, Helvetica;
120   font-size: 12px;
121   color: #000000;
122   font-weight: normal;
123   padding-left: 15px;
124   padding-right: 5px;
125   position: fixed;
126   top: 10ex; right 1em;
127 
128 }
129 
130 .text
131 {
132   font-family: Verdana, Arial, Helvetica;
133   font-size: 12px;
134   color: #000000;
135   font-weight: normal;
136 }
137 
138 
139 
140 li
141 {
142   font-family: Verdana, Arial, Helvetica;
143   font-size: 12px;
144   color: #000000;
145   font-weight: normal;
146 }
147 
148 
149 pre
150 {
151   background: 5px;
152   background-color: #e0e0e0;
153 }
154 
155 
156 .label
157 {
158   font-family: Verdana, Arial, Helvetica;
159   font-size: 12px;
160   color: #000000;
161   text-align: center;
162   font-style: italic;
163 }
164 
165 .command
166 {
167   font-family: Verdana, Arial, Helvetica;
168   font-size: 12px;
169   color: #000000;
170   background: #eae8e3;
171   font-weight: regular;
172   margin-bottom: 10px;
173 }
174 
175 .content
176 {
177   background: #ffffff;
178   padding: 5px;
179   padding-right: 15px;
180 }
181 
182 .toc
183 {
184   font-size: 10px;
185   background: #ffffff;
186   padding: 5px;
187   padding-right: 5px;
188 }
189 
190 .middle-bar
191 {
192   height: 5px;
193   background: #A497BA;
194 }
195 
196 .black-line
197 {
198   height: 1px;
199   background: #000000;
200 }
201 
202 .bottom
203 {
204   position: absolute;
205   right: 5px;
206   bottom: 5px;
207 }
208 
209 .copyright
210 {
211   font-family:Verdana, Arial, Helvetica;
212   font-size: 10px;
213   color: #808080;
214   font-weight: regular;
215   padding:5px;
216   text-align:right;
217   border-color:#808080;
218   border-width:0px;
219   border-style:dotted;
220   border-top-width:1px;
221   
222 }
223 
224 .centerblock
225 {
226   font-family:Verdana, Arial, Helvetica;
227   font-size: 12px;
228   color: black;
229   font-weight: normal;
230 }
231 
232 .tableheader
233 {
234   font-family:Verdana, Arial, Helvetica;
235   font-size:12px;
236   color: white;
237   font-weight:bold;
238   background:#505050;
239   padding: 4px;
240 }
241 
242 .tablerow1
243 {
244   font-family:Verdana, Arial, Helvetica;
245   font-size:12px;
246   color: black;
247   font-weight: normal;
248   background:#e0e0e0;
249   padding:4px;
250 }
251 
252 .tablerow2
253 {
254   font-family:Verdana, Arial, Helvetica;
255   font-size:12px;
256   color: black;
257   font-weight: normal;
258   background:#f0f0f0;
259   padding: 4px;
260 }
261 
262 .tablerow_style
263 {
264   font-family:Verdana, Arial, Helvetica;
265   font-size:12px;
266   color: black;
267   font-weight: normal;
268   background:#f0f0f0;
269   padding: 4px;
270 }
271 
272 h1
273 {
274   font-family:Verdana, Arial, Helvetica;
275   font-size:18px;
276   color: #41286f;
277   font-weight:bold;
278 }
279 
280 h2
281 {
282   font-family:Verdana, Arial, Helvetica;
283   font-size:16px;
284   color: #41286f;
285   font-weight:bold;
286 }
287 
288 h3
289 {
290   font-family:Verdana, Arial, Helvetica;
291   font-size:14px;
292   color: #41286f;
293   font-weight:bold;
294 }
295 
296 h4
297 {
298   font-family:Verdana, Arial, Helvetica;
299   font-size:12px;
300   color: #41286f;
301   font-weight:bold;
302 }
303 
304 h5
305 {
306   font-family:Verdana, Arial, Helvetica;
307   font-size:10px;
308   color: #41286f;
309   font-weight:bold;
310 }
311 
312 .captionimg
313 {
314   align:right;
315   text-align:right;
316   font-style: italic;
317   font-weight: normal;
318   font-size:10px;
319   color: #303030;
320 }
321 
322 .indent
323 {
324   padding-left: 50px;
325 }
326 
327 .command
328 {
329   font-family:Courier;
330 }