source: trunk/web/addons/toga/styles.css @ 118

Last change on this file since 118 was 118, checked in by bastiaans, 19 years ago

toga/styles.css, toga/overview.php, toga/templates/overview.tpl:

  • Cosmetic HTML changes
File size: 2.5 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
183tr.toga th
184{
185   font: bold 12pt/14pt helvetica, sans-serif;
186   color: rgb(10,10,10);
187   background: rgb(240,240,240);
188   border: thin solid rgb(47,47,47);
189   padding: 2mm;
190   margin: 1mm;
191}
192
193td em
194{
195   font: 8pt/10pt helvetica, sans-serif;
196   color: rgb(31,31,112);
197   font-style: normal;
198}
199
200td strong
201{
202   color: rgb(31,31,112);
203   font-style: normal;
204}
205
206.footer
207{
208      font: 10pt/12pt helvetica, sans-serif;
209      color: rgb(100,100,100);
210}
211
Note: See TracBrowser for help on using the repository browser.