source: trunk/web2/addons/job_monarch/styles.css @ 600

Last change on this file since 600 was 532, checked in by ramonb, 16 years ago

web2:

  • added Web 2.0 test branch
File size: 3.4 KB
Line 
1/* The Ganglia Web-frontend Cascading Style Sheet. */
2
3A:link
4{
5   color: rgb(32,41,204);
6   text-decoration: none;
7}
8
9A:visited
10{
11   color: rgb(51,51,204);
12   text-decoration: none;
13}
14
15A:active
16{
17   color: rgb(204,205,226);
18   text-decoration: none;
19}
20
21h1 
22{
23   font: bold 18pt/22pt helvetica, sans-serif;
24   color: rgb(12,17,142);
25   margin-bottom: 2mm;
26}
27
28h2
29{
30   font: bold 14pt/16pt helvetica;
31   color: rgb(12,17,142); 
32   margin-left: 0.1em;
33   margin-right: 0.1em;
34}
35
36h3
37{
38   font: bold 12pt/15pt helvetica, sans-serif;
39   text-align: left;
40   margin-left: 3mm;
41   color: rgb(247,142,14);
42}
43
44h4
45{
46   font: bold 12pt/14pt helvetica;
47   color: rgb(12,17,142); 
48   margin-left: 0.1em;
49   margin-right: 0.1em;
50}
51
52small
53{
54   font: 10pt/12pt arial, helvetica, sans-serif;
55}
56
57td.title
58{
59   font-size: larger;
60   font-weight: normal;
61   background: rgb(238,238,238);
62   text-align: center;
63}
64
65td.metric
66{
67   background: rgb(217,218,224);
68   padding: 2mm;
69}
70
71td.cluster
72{
73   background: rgb(238,238,238);
74   /* padding: 1mm; */
75}
76
77td.grid
78{
79   vertical-align: top;
80   background: rgb(204,204,255);
81}
82
83td.self
84{
85   vertical-align: top;
86   text-align: center;
87   background: rgb(255,153,153);
88}
89
90td.even
91{
92   background: rgb(201,205,234);
93}
94
95td.odd
96{
97   background: rgb(217,218,224);
98}
99
100td.small
101{
102   font: 10pt/12pt times, serif;
103}
104
105td.L1
106{
107   background: rgb(184,249,119);
108}
109
110td.L2
111{
112   background: rgb(213,249,119);
113}
114
115td.L3
116{
117   background: rgb(228,249,119);
118}
119
120td.L4
121{
122   background: rgb(245,249,119);
123}
124
125td.L5
126{
127   background: rgb(249,239,119);
128}
129
130td.L6
131{
132   background: rgb(249,219,119);
133}
134
135td.L7
136{
137   background: rgb(249,202,119);
138}
139
140td.L8
141{
142   background: rgb(249,182,119);
143}
144
145td.L9
146{
147   background: rgb(249,152,119);
148}
149
150td.L10
151{
152   background: rgb(249,124,119);
153}
154
155td.down
156{
157   background: rgb(255,153,153);
158}
159
160th 
161{
162   font: bold 12pt/14pt helvetica, sans-serif;
163   color: rgb(238,238,238);
164   background: rgb(80,80,80);
165   border: thin solid rgb(47,47,47);
166}
167
168tr.even
169{
170   background: rgb(255,255,255);
171}
172
173tr.odd
174{
175   background: rgb(240,240,240);
176}
177
178tr.inactive
179{
180   color: rgb(210,210,210);
181}
182
183table.overview
184{
185   border-collapse: collapse;
186}
187
188*#kol1
189{
190   border-right-style: solid;
191   border-right-color: rgb(204,204,204);
192}
193
194*#selected
195{
196   background: rgb(153,204,255);
197}
198
199tr.overview_header
200{
201   font: bold 10pt/12pt helvetica, sans-serif;
202   text-align: right;
203   border-collapse: collapse;
204   border-bottom-style: solid; 
205   border-bottom-color: rgb(0,0,0);
206}
207
208tr.overview_line
209{
210   font: 10pt/12pt helvetica, sans-serif;
211   text-align: right;
212   border-collapse: collapse;
213   border-bottom-style: dotted;
214   border-bottom-color: rgb(204,204,204);
215}
216
217tr.overview td
218{
219   font: 10pt/12pt helvetica, sans-serif;
220   text-align: right;
221}
222
223tr.monarch th
224{
225   font: bold 12pt/14pt helvetica, sans-serif;
226   color: rgb(10,10,10);
227   background: rgb(240,240,240);
228   border: thin solid rgb(47,47,47);
229   padding: 2mm;
230   margin: 1mm;
231}
232
233.jobname_hint
234{
235   border-bottom: thin dotted;
236   border-bottom-color: rgb(255,0,0);
237}
238
239.red
240{
241        color: rgb(204,51,0);
242}
243.blue
244{
245        color: rgb(0,0,153);
246}
247.brown
248{
249        color: rgb(102,102,0);
250}
251.gray
252{
253        color: rgb(204,204,204);
254}
255.green
256{
257        color: rgb(0,204,102);
258}
259
260td em
261{
262   font: 8pt/10pt helvetica, sans-serif;
263   color: rgb(31,31,112);
264   font-style: normal;
265}
266
267td strong
268{
269   color: rgb(31,31,112);
270   font-style: normal;
271}
272
273.footer
274{
275      font: 10pt/12pt helvetica, sans-serif;
276      color: rgb(100,100,100);
277}
278
Note: See TracBrowser for help on using the repository browser.