Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/stats/stats.css
blob: 7da787fba3618255f7cac9f02a471399e5e10f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
.template { display: none; }

#stats-table {
    display: none;
    width: 948px;
    overflow: auto;
    margin: 1em 0 1em 0;
}
#stats-table a.download{
    padding: 1em 0em 1.5em 0em;
    font-weight: bold;
    display: block;
}
#stats-table-instance {
}
#stats-table-instance thead {
    background-color: #E4F8E0;
}
#stats-table-instance thead tr {
}
#stats-table-instance thead tr th {
    color: #333;
    padding: 0.25em 1em 0.25em 1em;
    font-weight: bold;
    border-right: 2px solid #ccc;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
#stats-table-instance thead tr th.first {
    border-left: 1px solid #000;
}
#stats-table-instance thead tr th.last {
    border-right: 1px solid #000;
}
#stats-table-instance tbody {
}
#stats-table-instance tbody tr.odd {
    background-color: #ededed;
}
#stats-table-instance tbody tr.even {
}
#stats-table-instance tbody tr td {
    padding: 0.25em 1em 0.25em 1em;
    border-right: 2px solid #ccc;
}
#stats-table-instance tbody tr td.first {
    font-weight: bold;
    border-left: 1px solid #000;
}
#stats-table-instance tbody tr td.last {
    border-right: 1px solid #000;
}
#stats-table-instance tbody tr.last td {
    border-bottom: 1px solid #000;
}

.greenbox-tr {
    background: transparent url('../../img/rec-tr.png') top right no-repeat;
}
.greenbox-tl {
    background: transparent url('../../img/rec-tl.png') top left no-repeat;
}
.greenbox-bl {
    background: transparent url('../../img/rec-bl.png') bottom left no-repeat;
    height: 10px;
}
.greenbox-br {
    background: transparent url('../../img/rec-br.png') bottom right no-repeat;
    height: 10px;
}

.bluebox-tr {
    background: transparent url('../../img/addon-tr.png') top right no-repeat;
}
.bluebox-tl {
    background: transparent url('../../img/addon-tl.png') top left no-repeat;
}
.bluebox-bl {
    background: transparent url('../../img/addon-bl.png') bottom left no-repeat;
    height: 10px;
}
.bluebox-br {
    background: transparent url('../../img/addon-br.png') bottom right no-repeat;
    height: 10px;
}

body {
    line-height: normal;
}
td, th {
    border: none;
}

.warning {
    background: transparent url('../../img/warning.png') no-repeat 20px 50%;
    border: 1px solid gray;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 48px;
    margin: 0 20px 10px 20px;
    padding: 5px 20px 5px 100px;
}
.warning div {
    display: table-cell;
    height: 48px;
    vertical-align: middle;
}

#helpbox {
    margin: 5px auto;
    border: 1px solid gray;
    width: 75%;
    padding: 10px;
}

#addon_header h2 {
    padding-top: 5px;
}

#stats_menu span.type {
    color: #666666;
}
#stats_menu .selected {
    border-bottom: 1px dotted navy;
}
#tabs p {
    margin: 0px;
    text-indent: 10px;
}
#tabs h3 {
    border-bottom: 1px solid black;
}
#tabs h4 {
    font-weight: bold;
    font-size: 14px;
}
#tabs h4 a {
    color: navy;
    text-decoration: none;
}
#tabs h4 a:hover {
    text-decoration: underline;
}

.cal_updatepings {
    background-color: #DDDDFF;
}

#stats-table-container {
    padding: 10px;
}
#stats_table {
    margin: 0 auto;
}
#stats_table .header td {
    font-weight: bold;
}
#stats_table .value {
    
}

#stats_overview td {
    vertical-align: middle;
}
#stats_overview .label {
    font-size: 120%;
    border-bottom: 1px dashed gray;
}
#stats_overview .value {
    font-size: 130%;
    text-align: right;
    border-bottom: 1px dashed gray;
}
#stats_overview .biglabel {
    font-weight: bold;
    font-size: 120%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
#stats_overview .bigvalue {
    font-weight: bold;
    font-size: 24px;
    text-align: right;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
#stats_overview .date {
    text-indent: 2em;
    color: gray;
    font-size: 10px;
}

#nodata .inpie {
    position: absolute;
    top: 140px;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    padding-left: 10px;
}
#nodata .outofpie {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
}

#settings {
    text-align: right;
    padding-top: 10px;
}
#settings .confidential {
    color: red;
    font-weight: bold;
}

.settings-content ul {
    list-style: none;
}
.settings-content .buttons {
    text-align: center;
}
.notice-updated {
    border: 1px solid green;
    background: lightgreen url('../../img/stats/tick.png') no-repeat 5px 50%;
    margin-bottom: 5px;
    padding: 5px 5px 5px 30px;
}