59053a2f23cd016148450d50fb7efabc83de7bd3
[monitor.git] / web / MonitorWeb / monitorweb / static / css / style.css
1 /*\r
2  * Quick mash-up of CSS for the TG quick start page.\r
3  */\r
4 \r
5 html, body {\r
6   color: black;\r
7   background-color: #ddd;\r
8   font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;\r
9   margin: 0;\r
10   padding: 0;\r
11 }\r
12 \r
13 td, th {padding:2px;border:none;}\r
14 tr th {text-align:left;background-color:#f0f0f0;color:#333;}\r
15 tr.odd td {background-color:#edf3fe;}\r
16 tr.even td {background-color:#fff;}\r
17 \r
18 #header {\r
19   height: 80px;\r
20   width: 777px;\r
21   background: blue URL('../images/header_inner.png') no-repeat;\r
22   border-left: 1px solid #aaa;\r
23   border-right: 1px solid #aaa;\r
24   margin: 0 auto 0 auto;\r
25 }\r
26 \r
27 a.link, a, a.active {\r
28   color: #369;\r
29 }\r
30 \r
31 #portopen     { background-color: lightgreen; }\r
32 #portclosed   { background-color: indianred; }\r
33 #portfiltered { background-color: gold; }\r
34 \r
35 #dns-DNS-OK { background-color: lightgreen; }\r
36 #dns-NOHOSTNAME { background-color: white; }\r
37 #dns-DNS-MISMATCH { background-color: gold; }\r
38 #dns-DNS-NOENTRY { background-color: indianred; }\r
39 #dns-NO-DNS-OR-IP { background-color: indianred; }\r
40 \r
41 #status-NetDown { background-color: lightgrey; }\r
42 #status-Not_Run  { background-color: lightgrey; }\r
43 #status-ok     { background-color: darkseagreen; }\r
44 #status-0     { background-color: darkseagreen; }\r
45 #status-error  { background-color: indianred; width="200px"; }\r
46 \r
47 #main_content {\r
48   color: black;\r
49   font-size: 127%;\r
50   background-color: white;\r
51   width: 757px;\r
52   margin: 0 auto 0 auto;\r
53   border-left: 1px solid #aaa;\r
54   border-right: 1px solid #aaa;\r
55   padding: 10px;\r
56 }\r
57 \r
58 #sidebar {\r
59   border: 1px solid #aaa;\r
60   background-color: #eee;\r
61   margin: 0.5em;\r
62   padding: 1em;\r
63   float: right;\r
64   width: 200px;\r
65   font-size: 88%;\r
66 }\r
67 \r
68 #sidebar h2 {\r
69   margin-top: 0;\r
70 }\r
71 \r
72 #sidebar ul {\r
73   margin-left: 1.5em;\r
74   padding-left: 0;\r
75 }\r
76 \r
77 h1,h2,h3,h4,h5,h6,#getting_started_steps {\r
78   font-family: "Century Schoolbook L", Georgia, serif;\r
79   font-weight: bold;\r
80 }\r
81 \r
82 h2 {\r
83   font-size: 150%;\r
84 }\r
85 \r
86 #getting_started_steps a {\r
87   text-decoration: none;\r
88 }\r
89 \r
90 #getting_started_steps a:hover {\r
91   text-decoration: underline;\r
92 }\r
93 \r
94 #getting_started_steps li {\r
95   font-size: 80%;\r
96   margin-bottom: 0.5em;\r
97 }\r
98 \r
99 #getting_started_steps h2 {\r
100   font-size: 120%;\r
101 }\r
102 \r
103 #getting_started_steps p {\r
104   font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;\r
105 }\r
106 \r
107 #footer {\r
108   border: 1px solid #aaa;\r
109   border-top: 0px none;\r
110   color: #999;\r
111   background-color: white;\r
112   padding: 10px;\r
113   font-size: 80%;\r
114   text-align: center;\r
115   width: 757px;\r
116   margin: 0 auto 1em auto;\r
117 }\r
118 \r
119 .code {\r
120   font-family: monospace;\r
121 }\r
122 \r
123 span.code {\r
124   font-weight: bold;\r
125   background: #eee;\r
126 }\r
127 \r
128 #status_block {\r
129   margin: 0 auto 0.5em auto;\r
130   padding: 15px 10px 15px 55px;\r
131   background: #cec URL('../images/ok.png') left center no-repeat;\r
132   border: 1px solid #9c9;\r
133   width: 450px;\r
134   font-size: 120%;\r
135   font-weight: bolder;\r
136 }\r
137 \r
138 .notice {\r
139   margin: 0.5em auto 0.5em auto;\r
140   padding: 15px 10px 15px 55px;\r
141   width: 450px;\r
142   background: #eef URL('../images/info.png') left center no-repeat;\r
143   border: 1px solid #cce;\r
144 }\r
145 \r
146 .fielderror {\r
147     color: red;\r
148     font-weight: bold;\r
149 }\r