Entry point for rpc server, view templates, rss feeds of node down times,
[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:3px;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 \r
32 #main_content {\r
33   color: black;\r
34   font-size: 127%;\r
35   background-color: white;\r
36   width: 757px;\r
37   margin: 0 auto 0 auto;\r
38   border-left: 1px solid #aaa;\r
39   border-right: 1px solid #aaa;\r
40   padding: 10px;\r
41 }\r
42 \r
43 #sidebar {\r
44   border: 1px solid #aaa;\r
45   background-color: #eee;\r
46   margin: 0.5em;\r
47   padding: 1em;\r
48   float: right;\r
49   width: 200px;\r
50   font-size: 88%;\r
51 }\r
52 \r
53 #sidebar h2 {\r
54   margin-top: 0;\r
55 }\r
56 \r
57 #sidebar ul {\r
58   margin-left: 1.5em;\r
59   padding-left: 0;\r
60 }\r
61 \r
62 h1,h2,h3,h4,h5,h6,#getting_started_steps {\r
63   font-family: "Century Schoolbook L", Georgia, serif;\r
64   font-weight: bold;\r
65 }\r
66 \r
67 h2 {\r
68   font-size: 150%;\r
69 }\r
70 \r
71 #getting_started_steps a {\r
72   text-decoration: none;\r
73 }\r
74 \r
75 #getting_started_steps a:hover {\r
76   text-decoration: underline;\r
77 }\r
78 \r
79 #getting_started_steps li {\r
80   font-size: 80%;\r
81   margin-bottom: 0.5em;\r
82 }\r
83 \r
84 #getting_started_steps h2 {\r
85   font-size: 120%;\r
86 }\r
87 \r
88 #getting_started_steps p {\r
89   font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;\r
90 }\r
91 \r
92 #footer {\r
93   border: 1px solid #aaa;\r
94   border-top: 0px none;\r
95   color: #999;\r
96   background-color: white;\r
97   padding: 10px;\r
98   font-size: 80%;\r
99   text-align: center;\r
100   width: 757px;\r
101   margin: 0 auto 1em auto;\r
102 }\r
103 \r
104 .code {\r
105   font-family: monospace;\r
106 }\r
107 \r
108 span.code {\r
109   font-weight: bold;\r
110   background: #eee;\r
111 }\r
112 \r
113 #status_block {\r
114   margin: 0 auto 0.5em auto;\r
115   padding: 15px 10px 15px 55px;\r
116   background: #cec URL('../images/ok.png') left center no-repeat;\r
117   border: 1px solid #9c9;\r
118   width: 450px;\r
119   font-size: 120%;\r
120   font-weight: bolder;\r
121 }\r
122 \r
123 .notice {\r
124   margin: 0.5em auto 0.5em auto;\r
125   padding: 15px 10px 15px 55px;\r
126   width: 450px;\r
127   background: #eef URL('../images/info.png') left center no-repeat;\r
128   border: 1px solid #cce;\r
129 }\r
130 \r
131 .fielderror {\r
132     color: red;\r
133     font-weight: bold;\r
134 }