-
Notifications
You must be signed in to change notification settings - Fork 0
/
virus.css
135 lines (113 loc) · 2.3 KB
/
virus.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
BODY {
color: #4C5681;
background-color: #FFFFFF;
margin-top: 0px;
margin-right: 0px;
margin-left: 20px;
margin-bottom: 0px;
font-family: 'Verdana, Arial, Helvetica, sans-serif';
font-size: 11pt;
}
H1 {
font-weight: normal;
font-size: 16px;
/* padding-left: 1em; */
color: rgb(0, 0, 102);
}
H2 {
font-weight: normal;
font-size: 20px;
color: rgb(0, 0, 102);
}
TABLE.toolbar {
font-size: 14px;
border-width: 0px 1px 1px 1px;
border-spacing: 0px;
border-style: outset;
border-collapse: collapse;
background-color: #000099;
color: #FFFFFF;
}
TABLE.toolbar TD {
vertical-align: middle;
text-align: center;
margin: 0px;
border-spacing: 0px;
padding: 2px;
}
TABLE.toolbar A:link { color: #FFFFFF; text-decoration: none; }
TABLE.toolbar A:visited { color: #FFFFFF; text-decoration: none; }
TABLE.toolbar A:active { color: #FFFFFF; text-decoration: none; }
TABLE.toolbar A:hover { color: #000099; background-color: #FFFFFF; }
FORM {
margin: 0px;
}
TABLE.data {
padding-left: 4em;
font-size: 14px;
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: outset;
border-color: gray;
border-collapse: collapse;
background-color: rgb(255, 255, 240);
}
TR.heading, TD.heading {
font-size: 14px;
background-color: #CCCCCC;
}
TABLE.genome {
color: black;
border-width: 0px;
border-spacing: 0px;
border-style: outset;
border-color: gray;
border-collapse: collapse;
margin-top: 2pt;
}
TABLE.genome TD {
padding: 0px;
margin: 0px;
border: 0px;
border-color: black;
}
TABLE.genome TR.scale, TD.scale {
font-size: 10pt;
height: 12pt;
}
TABLE.genome TR.segment {
font-size: 10pt;
}
TABLE.genome TD.segment {
background-color: #FF9900;
}
TABLE.genome TR.gene {
font-size: 10pt;
}
TABLE.genome TD.gene {
background-color: #99CCFF;
}
TABLE.overview {
width: 720px;
margin: 0px;
}
TABLE.overview TD {
vertical-align: top;
}
TABLE.overview TD.segment_name {
white-space: nowrap;
}
TABLE.overview TD.gene_name {
white-space: nowrap;
}
IMG {
border: 0;
}
A:link { color: #656D91; text-decoration: none; }
A:visited { color: #656D91; text-decoration: none; }
A:hover { color: #656D91; text-decoration: underline; }
A:active { color: #656D91; text-decoration: none; }
/* Lists don't need the indented margins: */
OL { padding-left: 1em; }
UL { padding-left: 1em; }
DL { padding-left: 1em; }