version 0.5
[irssistats] / data / zerezo.css
1 /* Green theme... */
2
3 body {
4   background: #000000;
5 }
6
7 #irssistats * {
8         font-family: Verdana, Arial, Helvetica, sans-serif;
9   color: #FFFFFF;
10         margin: 0;
11 }
12
13 #irssistats A {
14   color: #14F024;
15 }
16
17 #irssistats A:hover {
18   color: #FFFFFF;
19 }
20
21 #irssistats img {
22         border: 0;
23 }
24
25 #irssistats h1 {
26         font-size: 20pt;
27   margin-bottom: 10px;
28   color: #0CBA18;
29 }
30
31 #irssistats h2 {
32         font-size: 15pt;
33   margin-bottom: 5px;
34   color: #84DB8C;
35 }
36
37 #irssitats p {
38         font-size: 10pt;
39 }
40
41 #irssistats th {
42         font-size: 9pt;
43   background: #0B810B;
44         border: 1px #006600 solid;
45 }
46
47 #irssistats td {
48         font-size: 9pt;
49   background: #085D10;
50         border: 1px #003300 solid;
51 }
52
53 #irssistats td.oneline {
54   width: 100px;
55 }
56
57 #irssistats small {
58         font-size: 7pt;
59 }
60
61 #irssistats table {
62   margin-left: auto;
63   margin-right: auto; 
64 }
65
66 #irssistats div {
67         padding: 10px;
68         margin: 10px;
69         text-align: center;
70 }
71
72 #irssistats div.h1, #irssistats div.h2, #irssistats div.h3, #irssistats div.h4, #irssistats div.hm {
73         float: left;
74         height: 15px;
75         margin: 0;
76         padding: 0;
77   border: 0;
78 }
79
80 #irssistats div.v1, #irssistats div.v2, #irssistats div.v3, #irssistats div.v4, #irssistats div.vm {
81         width: 15px;
82         margin: 0;
83         padding: 0;
84         border: 0;
85 }
86
87 #irssistats div.h1 {
88         background: #0000ff;
89   background: url('h1.png');
90 }
91
92 #irssistats div.h2 {
93         background: #00ff00;
94   background: url('h2.png');
95 }
96
97 #irssistats div.h3 {
98         background: #ffff00;
99   background: url('h3.png');
100 }
101
102 #irssistats div.h4 {
103         background: #ff0000;
104   background: url('h4.png');
105 }
106
107 #irssistats div.hm {
108         background: #ff00ff;
109   background: url('hm.png');
110 }
111
112 #irssistats div.v1 {
113         background: #0000ff;
114   background: url('v1.png');
115 }
116
117 #irssistats div.v2 {
118         background: #00ff00;
119   background: url('v2.png');
120 }
121
122 #irssistats div.v3 {
123         background: #ffff00;
124   background: url('v3.png');
125 }
126
127 #irssistats div.v4 {
128         background: #ff0000;
129   background: url('v4.png');
130 }
131
132 #irssistats div.vm {
133         background: #ff00ff;
134   background: url('vm.png');
135 }