version 0.51
[irssistats] / data / zeduel.css
1 /* Orange theme... */
2
3 body {
4   background: #FFFFFF;
5 }
6
7 #irssistats * {
8         font-family: Verdana, Arial, Helvetica, sans-serif;
9   color: #000000;
10         margin: 0;
11 }
12
13 #irssistats A {
14   color: #FF7700;
15 }
16
17 #irssistats A:hover {
18   color: #FF9A41;
19 }
20
21 #irssistats img {
22         border: 0;
23 }
24
25 #irssistats h1 {
26         font-size: 20pt;
27   margin-bottom: 10px;
28   color: #C05A00;
29 }
30
31 #irssistats h2 {
32         font-size: 15pt;
33   margin-bottom: 5px;
34   color: #FF7700;
35 }
36
37 #irssitats p {
38         font-size: 10pt;
39 }
40
41 #irssistats th {
42         font-size: 9pt;
43   background: #FF7700;
44 }
45
46 #irssistats td {
47         font-size: 9pt;
48   background: #FFEEEE;
49 }
50
51 #irssistats td.oneline {
52   width: 100px;
53 }
54
55 #irssistats small {
56         font-size: 7pt;
57 }
58
59 #irssistats table {
60   margin-left: auto;
61   margin-right: auto; 
62 }
63
64 #irssistats div {
65         padding: 10px;
66         margin: 10px;
67         text-align: center;
68 }
69
70 #irssistats div.h1, #irssistats div.h2, #irssistats div.h3, #irssistats div.h4, #irssistats div.hm {
71         float: left;
72         height: 15px;
73         margin: 0;
74         padding: 0;
75   border: 0;
76   font-size: 0;
77 }
78
79 #irssistats div.v1, #irssistats div.v2, #irssistats div.v3, #irssistats div.v4, #irssistats div.vm {
80         width: 15px;
81         margin: 0;
82         padding: 0;
83         border: 0;
84   font-size: 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 }