version 0.70
[irssistats] / data / default.css
1 /* White background (default 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 img {
14   border: 0;
15 }
16
17 #irssistats h1 {
18   font-size: 20pt;
19   margin-bottom: 10px;
20 }
21
22 #irssistats h2 {
23   font-size: 15pt;
24   margin-bottom: 5px;
25 }
26
27 #irssitats p {
28   font-size: 10pt;
29 }
30
31 #irssistats th {
32   font-size: 9pt;
33   background: #FFEEEE;
34   border: 1px #FFCCCC solid;
35 }
36
37 #irssistats td {
38   font-size: 9pt;
39   background: #EEEEEE;
40   border: 1px #CCCCCC solid;
41 }
42
43 #irssistats td.oneline {
44   width: 100px;
45 }
46
47 #irssistats small {
48   font-size: 7pt;
49 }
50
51 #irssistats table {
52   margin-left: auto;
53   margin-right: auto; 
54 }
55
56 #irssistats div {
57   padding: 10px;
58   margin: 10px;
59   text-align: center;
60 }
61
62 #irssistats div.h1, #irssistats div.h2, #irssistats div.h3, #irssistats div.h4, #irssistats div.hm {
63   float: left;
64   height: 15px;
65   margin: 0;
66   padding: 0;
67   border: 0;
68   font-size: 0;
69 }
70
71 #irssistats div.v1, #irssistats div.v2, #irssistats div.v3, #irssistats div.v4, #irssistats div.vm {
72   width: 15px;
73   margin: 0;
74   padding: 0;
75   border: 0;
76   font-size: 0;
77 }
78
79 #irssistats div.h1 {
80   background: #0000ff;
81   background: url('h1.png');
82 }
83
84 #irssistats div.h2 {
85   background: #00ff00;
86   background: url('h2.png');
87 }
88
89 #irssistats div.h3 {
90   background: #ffff00;
91   background: url('h3.png');
92 }
93
94 #irssistats div.h4 {
95   background: #ff0000;
96   background: url('h4.png');
97 }
98
99 #irssistats div.hm {
100   background: #ff00ff;
101   background: url('hm.png');
102 }
103
104 #irssistats div.v1 {
105   background: #0000ff;
106   background: url('v1.png');
107 }
108
109 #irssistats div.v2 {
110   background: #00ff00;
111   background: url('v2.png');
112 }
113
114 #irssistats div.v3 {
115   background: #ffff00;
116   background: url('v3.png');
117 }
118
119 #irssistats div.v4 {
120   background: #ff0000;
121   background: url('v4.png');
122 }
123
124 #irssistats div.vm {
125   background: #ff00ff;
126   background: url('vm.png');
127 }
128
129 #irssistats div.logo {
130   background: url('irssistats_white.png');
131   width: 364px;
132   height: 44px;
133   margin: auto;
134   padding: 0;
135 }
136
137 #irssistats .tdphoto {
138   text-align: center;
139 }