Fix perl dep
[gff3_validator.git] / html / formatting.css
blob1be7033f757e7cf2d70d0fa662db1de4fb93be4e
1 /* Author: Payan Canaran (canaran@cshl.edu) */
2 /* $Id: formatting.css,v 1.1 2007/12/03 14:20:23 canaran Exp $ */
3 /* Copyright 2004-2006 Cold Spring Harbor Laboratory */
5 /* aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, yellow, white */
6 /* background-color: #ffffff */
9 body
11 font-family: helvetica, arial, 'sans serif';
12 font-size: 13;
13 color: #000000;
14 background-color: #FFFFFF;
17 form
19 font-family: helvetica, arial, 'sans serif';
20 font-size: 13;
21 color: #000000;
24 table
26 font-family: helvetica, arial, 'sans serif';
27 font-size: 13;
28 color: #000000;
31 h1, h2, h3
33 color: #00008B;
38 text-align: center;
39 font-weight: bold;
40 font-size: 32;
45 font-weight: bold;
46 font-size: 16;
51 font-weight: bold;
52 font-size: 12;
55 .box
57 font-size: 13;
58 border-style: solid;
59 border-width: thin;
60 border-color: #616161;
61 background-color: #FFFF66;
64 .small_box
66 font-size: 11;
67 border-style: solid;
68 border-width: thin;
69 border-color: #616161;
70 background-color: #FFFF66;
73 .small_box2
75 font-size: 11;
76 border-style: solid;
77 border-width: thin;
78 border-color: #616161;
79 background-color: #EEE9E9;
82 .highlight
84 color: #FF0000;
85 font-style: italic;
88 .attention
90 font-size: 40;
91 color: #FF0000;
92 font-style: bold;
95 .fixed_width
97 font-family: courier;
98 font-size: 13;
101 a:link {color: #0000FF}
102 a:visited {color: #0000FF}
103 a:active {color: #0000FF}
104 a:hover {color: #660000}