small irssistats localization patch
[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_lastweeks th, #irssistats_lastmonths 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_lastweeks td, #irssistats_lastmonths 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   margin: auto;
129 }
130
131 #irssistats div.h1 {
132   background: #0000ff;
133   background: url('pisg_blue-h.png');
134 }
135
136 #irssistats div.h2 {
137   background: #00ff00;
138   background: url('pisg_green-h.png');
139 }
140
141 #irssistats div.h3 {
142   background: #ffff00;
143   background: url('pisg_yellow-h.png');
144 }
145
146 #irssistats div.h4 {
147   background: #ff0000;
148   background: url('pisg_red-h.png');
149 }
150
151 #irssistats div.hm {
152   background: #dd00dd;
153 }
154
155 #irssistats div.v1 {
156   background: #0000ff;
157   background: url('pisg_blue-v.png');
158 }
159
160 #irssistats div.v2 {
161   background: #00ff00;
162   background: url('pisg_green-v.png');
163 }
164
165 #irssistats div.v3 {
166   background: #ffff00;
167   background: url('pisg_yellow-v.png');
168 }
169
170 #irssistats div.v4 {
171   background: #ff0000;
172   background: url('pisg_red-v.png');
173 }
174
175 #irssistats div.logo {
176   display: none;
177 }
178
179 #irssistats .tdphoto {
180   text-align: center;
181 }