941b36e8ac4089e417b9dbca17232fe8962e40ea
[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 }
77
78 #irssistats div.v1, #irssistats div.v2, #irssistats div.v3, #irssistats div.v4, #irssistats div.vm {
79         width: 15px;
80         margin: 0;
81         padding: 0;
82         border: 0;
83 }
84
85 #irssistats div.h1 {
86         background: #0000ff;
87   background: url('h1.png');
88 }
89
90 #irssistats div.h2 {
91         background: #00ff00;
92   background: url('h2.png');
93 }
94
95 #irssistats div.h3 {
96         background: #ffff00;
97   background: url('h3.png');
98 }
99
100 #irssistats div.h4 {
101         background: #ff0000;
102   background: url('h4.png');
103 }
104
105 #irssistats div.hm {
106         background: #ff00ff;
107   background: url('hm.png');
108 }
109
110 #irssistats div.v1 {
111         background: #0000ff;
112   background: url('v1.png');
113 }
114
115 #irssistats div.v2 {
116         background: #00ff00;
117   background: url('v2.png');
118 }
119
120 #irssistats div.v3 {
121         background: #ffff00;
122   background: url('v3.png');
123 }
124
125 #irssistats div.v4 {
126         background: #ff0000;
127   background: url('v4.png');
128 }
129
130 #irssistats div.vm {
131         background: #ff00ff;
132   background: url('vm.png');
133 }