1 | /* $Id: base.css,v 1.01 2009/12/26 02:38:29 sbajic Exp $ */ |
---|
2 | |
---|
3 | /* global */ |
---|
4 | |
---|
5 | body, input, textarea, select { |
---|
6 | font-family:"Lucida Grande",Tahoma,Arial,Helvetica,sans-serif; |
---|
7 | font-size:11px; |
---|
8 | } |
---|
9 | |
---|
10 | table { |
---|
11 | border:1px solid black; |
---|
12 | } |
---|
13 | th { |
---|
14 | font-size:11px; |
---|
15 | background-color:black; |
---|
16 | color:white; |
---|
17 | font-weight:bold; |
---|
18 | text-align:left; |
---|
19 | } |
---|
20 | th a{ |
---|
21 | color:white; |
---|
22 | background-color:black; |
---|
23 | display:block; |
---|
24 | text-align:center; |
---|
25 | } |
---|
26 | td { |
---|
27 | font-size:11px; |
---|
28 | } |
---|
29 | em { |
---|
30 | color:red; |
---|
31 | font-weight:bold; |
---|
32 | font-style:normal; |
---|
33 | } |
---|
34 | |
---|
35 | /* classes */ |
---|
36 | |
---|
37 | .rowEven {background-color:#dddddd;} |
---|
38 | .rowOdd {background-color:#eeeeee;} |
---|
39 | .rowAlert {background-color:yellow;} |
---|
40 | .rowHighlight {background-color:white;font-weight:bold;} |
---|
41 | .rowDivider {border-left:1px solid black;} |
---|
42 | |
---|
43 | .innocent {color:limegreen;background-color:green;} |
---|
44 | .whitelisted {color:magenta;background-color:purple;} |
---|
45 | .spam {color:red;background-color:darkred;} |
---|
46 | .false {color:white;font-weight:bold;background-color:green;} |
---|
47 | .missed {color:white;font-weight:bold;background-color:darkred;} |
---|
48 | .inoculation {color:dodgerblue;background-color:darkblue;} |
---|
49 | .corpus {color:black;background-color:white;} |
---|
50 | .relay {color:white;background-color:#994400;} |
---|
51 | .virus {color:yellow;background-color:darkred;} |
---|
52 | .blocklisted {color:darkblue;background-color:darkred;} |
---|
53 | .blacklisted {color:black;background-color:darkred;} |
---|
54 | .unknown {color:darkred;background-color:white;} |
---|
55 | .error {color:red;background-color:white;} |
---|
56 | .low {color:darkblue;font-weight:bold;} |
---|
57 | .medium {color:steelblue;font-weight:bold;} |
---|
58 | .high {color:darkorange;font-weight:bold;} |
---|
59 | |
---|
60 | .small {font-size:9px;} |
---|
61 | .hollow {border:0px;} |
---|
62 | |
---|
63 | |
---|
64 | /* ids */ |
---|
65 | |
---|
66 | #header { |
---|
67 | padding:0; |
---|
68 | margin:0; |
---|
69 | height:25px; |
---|
70 | white-space:nowrap; |
---|
71 | } |
---|
72 | #logo *{margin:0;padding:0;} |
---|
73 | #logo { |
---|
74 | text-align:right; |
---|
75 | float:right; |
---|
76 | z-index:-1; |
---|
77 | } |
---|
78 | #logo img {border:none;} |
---|
79 | #logo p{ |
---|
80 | text-align:center; |
---|
81 | clear:left; |
---|
82 | font-size:80%; |
---|
83 | } |
---|
84 | #userinfo {} |
---|
85 | #navcontainer { |
---|
86 | margin:0; |
---|
87 | padding:0; |
---|
88 | white-space:nowrap; |
---|
89 | } |
---|
90 | #navcontainer ul {list-style:none;white-space:nowrap;display:inline;} |
---|
91 | #navcontainer li { |
---|
92 | margin:0 4px 0 0; |
---|
93 | background-color:lightgray; |
---|
94 | color:white; |
---|
95 | font-weight:bold; |
---|
96 | float:left; |
---|
97 | white-space:nowrap; |
---|
98 | } |
---|
99 | #navcontainer li a{ |
---|
100 | float:left; |
---|
101 | white-space:nowrap; |
---|
102 | } |
---|
103 | #navcontainer a:link, #navcontainer a:visited { |
---|
104 | background-color:lightgray; |
---|
105 | color:black; |
---|
106 | text-decoration:none; |
---|
107 | padding:4px; |
---|
108 | } |
---|
109 | #navcontainer a:hover { |
---|
110 | background-color:darkgray; |
---|
111 | color:white; |
---|
112 | } |
---|
113 | #navcontainerclear { |
---|
114 | display:none; |
---|
115 | } |
---|
116 | html>body #navcontainerclear { |
---|
117 | display:inline; |
---|
118 | clear:both; |
---|
119 | } |
---|
120 | #navcontainer li#active a { |
---|
121 | background-color:black; |
---|
122 | color:white; |
---|
123 | white-space:nowrap; |
---|
124 | } |
---|
125 | |
---|
126 | #panel { |
---|
127 | background-color:#f7f7f7; |
---|
128 | border:2px solid black; |
---|
129 | padding:8px; |
---|
130 | clear:left; |
---|
131 | } |
---|
132 | |
---|
133 | /* classes */ |
---|
134 | |
---|
135 | .content { |
---|
136 | text-align:left; |
---|
137 | display:table; |
---|
138 | width:100%; |
---|
139 | background-color:#dddddd; |
---|
140 | margin-bottom:8px; |
---|
141 | } |
---|
142 | .content h3 { |
---|
143 | font-size:11px; |
---|
144 | font-weight:normal; |
---|
145 | background-color:#bbbbbb; |
---|
146 | margin:0; |
---|
147 | padding:2px; |
---|
148 | } |
---|
149 | .content h3 strong { |
---|
150 | font-weight:bold; |
---|
151 | } |
---|
152 | .content table,img { |
---|
153 | margin:8px; |
---|
154 | display:block; |
---|
155 | float:left; |
---|
156 | } |
---|
157 | .content img { |
---|
158 | padding:4px; |
---|
159 | background-color:#ddd; |
---|
160 | } |
---|
161 | .content p { |
---|
162 | padding:8px; |
---|
163 | padding-top:0px; |
---|
164 | clear:left; |
---|
165 | float:none; |
---|
166 | } |
---|
167 | .historypages{ |
---|
168 | text-align:center; |
---|
169 | font-size:95%; |
---|
170 | } |
---|