version 0.70
[irssistats] / data / damier.css
1 /* "damier" theme from Pronostiks.com */
2
3 body {
4   background: url('damier_background.gif');
5   text-align: center;
6 }
7
8 #irssistats * {
9   font-family: verdana;
10   font-size: 9pt;
11 }
12
13 #irssistats {
14   width: 860px;
15   margin: auto;
16 }
17
18 #irssistats h1 {
19   font-size: 20pt;
20 }
21
22 #irssistats h2 {
23   font-weight: bold;
24   background: url('damier_title.png');
25   background-repeat: no-repeat;
26   border-bottom: 1px black solid;
27   padding-left: 5px;
28   margin: 0;
29 }
30
31 #irssistats_legend td {
32   text-align: left;
33 }
34
35 #irssistats_legend, #irssistats_lastdays, #irssistats_tophours, #irssistats_topusers, #irssistats_topuserstime, #irssistats_randtopics, #irssistats_randurls, #irssistats_topwords, #irssistats_bignumbers {
36   background: #ffffff;
37   border: 1px black solid;
38   -moz-border-radius-topright: 20px;
39   -moz-border-radius-bottomleft: 20px;
40   -moz-border-radius-bottomright: 20px;
41   margin-bottom: 20px;
42 }
43
44 #irssistats A {
45   color: #a35800;
46   text-decoration: none;
47 }
48
49 #irssistats A:hover {
50   text-decoration: underline;
51 }
52
53 .box_content {
54   padding: 10px;
55   text-align: center;
56 }
57
58 #irssistats table {
59   width: 800px;
60   margin: auto;
61   margin-top: 10px;
62   margin-bottom: 10px;
63 }
64
65 #irssistats_topusers td, #irssistats_topuserstime td, #irssistats_randtopics td, #irssistats_randurls td, #irssistats_topwords td, #irssistats_bignumbers td {
66   border: 1px #aaaaaa solid;
67   text-align: center;
68   -moz-border-radius: 4px;
69 }
70
71 #irssistats th {
72   border: 1px black solid;
73   background: url('damier_title.png');
74   background-repeat: no-repeat;
75 }
76
77 #irssistats img {
78   border: 0;
79 }
80
81 #irssistats div.h1, #irssistats div.h2, #irssistats div.h3, #irssistats div.h4, #irssistats div.hm {
82   float: left;
83   height: 15px;
84   margin: 0;
85   padding: 0;
86   border: 0;
87   font-size: 0;
88 }
89
90 #irssistats div.v1, #irssistats div.v2, #irssistats div.v3, #irssistats div.v4, #irssistats div.vm {
91   width: 15px;
92   margin: 0;
93   padding: 0;
94   border: 0;
95   font-size: 0;
96 }
97
98 #irssistats div.h1, #irssistats div.v1 {
99   background: #fbc282;
100 }
101
102 #irssistats div.h2, #irssistats div.v2 {
103   background: #fbcf9b;
104 }
105
106 #irssistats div.h3, #irssistats div.v3 {
107   background: #fddbb3;
108 }
109
110 #irssistats div.h4, #irssistats div.v4 {
111   background: #fde7ce;
112 }
113
114 #irssistats div.hm, #irssistats div.vm {
115   background: #dddddd;
116 }
117
118 #irssistats small {
119   font-size: 5.5pt;
120 }
121
122 #irssistats .logo {
123   padding: 10px;
124   background: #ffffff url('irssistats_white.png');
125   background-repeat: no-repeat;
126   background-position: center;
127   width: 364px;
128   height: 44px;
129   margin: auto;
130   margin-top: 10px;
131   margin-bottom: 10px;
132   border: 3px black double;
133   -moz-border-radius: 20px;
134 }
135
136 #irssistats .tdphoto {
137   text-align: center;
138 }