small irssistats localization patch
[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   font-size: 0;
79 }
80
81 #irssistats div.v1, #irssistats div.v2, #irssistats div.v3, #irssistats div.v4, #irssistats div.vm {
82   width: 15px;
83   margin: 0;
84   padding: 0;
85   border: 0;
86   font-size: 0;
87 }
88
89 #irssistats div.h1 {
90   background: #0000ff;
91   background: url('h1.png');
92 }
93
94 #irssistats div.h2 {
95   background: #00ff00;
96   background: url('h2.png');
97 }
98
99 #irssistats div.h3 {
100   background: #ffff00;
101   background: url('h3.png');
102 }
103
104 #irssistats div.h4 {
105   background: #ff0000;
106   background: url('h4.png');
107 }
108
109 #irssistats div.hm {
110   background: #ff00ff;
111   background: url('hm.png');
112 }
113
114 #irssistats div.v1 {
115   background: #0000ff;
116   background: url('v1.png');
117 }
118
119 #irssistats div.v2 {
120   background: #00ff00;
121   background: url('v2.png');
122 }
123
124 #irssistats div.v3 {
125   background: #ffff00;
126   background: url('v3.png');
127 }
128
129 #irssistats div.v4 {
130   background: #ff0000;
131   background: url('v4.png');
132 }
133
134 #irssistats div.vm {
135   background: #ff00ff;
136   background: url('vm.png');
137 }
138
139 #irssistats div.logo {
140   background: url('irssistats_black.png');
141   width: 364px;
142   height: 44px;
143   margin: auto;
144   padding: 0;
145 }
146
147 #irssistats .tdphoto {
148   text-align: center;
149 }