c306040e970323b88292b67d50fc24f2918ca7f6
[irssistats] / data / pisg.css
1 /* "pisg like" theme */
2
3 body {
4   background: #dedeee;
5   text-align: center;
6 }
7
8 #irssistats {
9   width: 650px;
10   margin-left: auto;
11   margin-right: auto;
12 }
13
14 #irssistats * {
15   font-family: Verdana, Arial, sans-serif;
16   font-size: 13px;
17   color: black;
18         margin: 0;
19 }
20
21 #irssistats a {
22      text-decoration: none;
23 }
24
25 #irssistats a:link {
26   color: #0b407a;
27 }
28
29 #irssistats a:visited {
30   color: #0b407a;
31 }
32  
33 #irssistats a:hover {
34   text-decoration: underline;
35   color: #0b407a;
36 }
37  
38 #irssistats img {
39         border: 0;
40 }
41
42 #irssistats h1 {
43   font-family: Tahoma, Arial, sans-serif;
44   font-size: 16px;
45   font-weight: bold;
46   margin-bottom: 10px;
47 }
48
49 #irssistats h2 {
50   color: white;
51   font-weight: bold;
52   text-align: center;
53   background-color: #666699;
54   border: 1px #000000 solid;
55   padding: 2px;
56 }
57
58 #irssitats p {
59         font-size: 10pt;
60 }
61
62 #irssistats th {
63   background-color: #C8C8DD;
64   text-align: left;
65 }
66
67 #irssistats_lastdays th, #irssistats_tophours th {
68   font-weight: normal;
69   color: #000000;
70   background-color: #CCCCCC;
71   font-size: 10px;
72   text-align: center;
73 }
74
75 #irssistats td {
76   font-family: Verdana, Arial, sans-serif;
77   font-size: 13px;
78   color: black;
79   text-align: left;
80   background: #bcbcda;
81 }
82
83 #irssistats_legend td, #irssistats_lastdays td, #irssistats_tophours td {
84   text-align: center;
85   background: inherit;
86 }
87
88 #irssistats td.oneline {
89   width: 100px;
90 }
91
92 #irssistats small {
93   font-family: "Arial narrow", Arial, sans-serif;
94   font-size: 9px;
95   color: black;
96   text-align: center;
97 }
98
99 #irssistats table {
100   margin-left: auto;
101   margin-right: auto; 
102 }
103
104 #irssistats_topusers table, #irssistats_topuserstime table, #irssistats_randtopics table, #irssistats_randurls table, #irssistats_topwords table , #irssistats_bignumbers table {
105   width: 650px;
106 }
107
108 #irssistats div {
109         margin-bottom: 20px;
110         text-align: center;
111 }
112
113 #irssistats div.h1, #irssistats div.h2, #irssistats div.h3, #irssistats div.h4, #irssistats div.hm {
114         float: left;
115         height: 15px;
116         margin: 0;
117         padding: 0;
118   border: 0;
119   font-size: 0;
120 }
121
122 #irssistats div.v1, #irssistats div.v2, #irssistats div.v3, #irssistats div.v4, #irssistats div.vm {
123         width: 15px;
124         margin: 0;
125         padding: 0;
126         border: 0;
127   font-size: 0;
128 }
129
130 #irssistats div.h1 {
131         background: #0000ff;
132   background: url('pisg_blue-h.png');
133 }
134
135 #irssistats div.h2 {
136         background: #00ff00;
137   background: url('pisg_green-h.png');
138 }
139
140 #irssistats div.h3 {
141         background: #ffff00;
142   background: url('pisg_yellow-h.png');
143 }
144
145 #irssistats div.h4 {
146         background: #ff0000;
147   background: url('pisg_red-h.png');
148 }
149
150 #irssistats div.hm {
151         background: #dd00dd;
152 }
153
154 #irssistats div.v1 {
155         background: #0000ff;
156   background: url('pisg_blue-v.png');
157 }
158
159 #irssistats div.v2 {
160         background: #00ff00;
161   background: url('pisg_green-v.png');
162 }
163
164 #irssistats div.v3 {
165         background: #ffff00;
166   background: url('pisg_yellow-v.png');
167 }
168
169 #irssistats div.v4 {
170         background: #ff0000;
171   background: url('pisg_red-v.png');
172 }