PluginProbe ʕ •ᴥ•ʔ
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF / trunk
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF vtrunk
2.0.6 2.0.5 trunk 1.3.7 1.4.0 1.4.1 1.4.2 1.4.6 1.5.0 1.5.3 1.5.6 1.5.8 1.6.5 1.6.6 1.6.9 1.7.0 1.7.4 1.8.1 1.8.2 1.9.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4
robin-image-optimizer / admin / assets / css / statistic.css
robin-image-optimizer / admin / assets / css Last commit date
base-statistic.css 7 months ago base-statistic.css.map 1 year ago base-statistic.less 7 months ago index.php 3 years ago media.css 7 months ago settings-premium.css 7 months ago statistic.css 3 years ago sweetalert-custom.css 7 months ago sweetalert-custom.css.map 6 years ago sweetalert-custom.less 3 years ago sweetalert2.css 3 years ago wrio-subscribe-widget.css 7 months ago
statistic.css
411 lines
1
2 /**
3 * == Columns
4 */
5 .wio-columns {
6 overflow: hidden;
7 padding: 15px 0;
8 counter-reset: cols;
9 }
10
11 .wio-columns [class^="col-"] {
12 float: left;
13 -webkit-box-sizing: border-box;
14 -moz-box-sizing: border-box;
15 box-sizing: border-box;
16 }
17
18 .wio-columns .col-1-3 {
19 width: 33.333%;
20 padding-left: 28px;
21 }
22
23 .wio .col-2-3 {
24 width: 66.666%;
25 padding-left: 28px
26 }
27
28 .wio .col-1-2 {
29 width: 50%;
30 padding: 0 20px;
31 }
32
33 @media (max-width: 830px) {
34 .wio [class^="col-"] {
35 float: none;
36 margin-bottom: 1.5em;
37 }
38
39 .wio .col-1-3,
40 .wio .col-1-2 {
41 width: auto;
42 padding: 0 28px;
43 clear: both;
44 padding-top: 1em;
45 }
46 }
47
48 /* Col, behavior depending on parent */
49 .wio-col {
50 float: left;
51 width: 50%;
52 box-sizing: border-box;
53 -webkit-flex-basis: 50%;
54 -ms-flex-preferred-size: 50%;
55 flex-basis: 50%;
56 }
57
58 .wio-col {
59 padding-right: 20px;
60 }
61
62 .wio-col + .wio-col {
63 padding-right: 0;
64 padding-left: 50px;
65 }
66
67 .wio-col:target {
68 animation: wiohello 1s 3 linear backwards;
69 }
70
71 @keyframes wiohello {
72 0%, 100% {
73 background: #FFF;
74 }
75 50% {
76 background: #F4F7F9;
77 }
78 }
79
80 .wio-columns .col-statistics.col-statistics {
81 width: 60%;
82 }
83
84 @media (max-width: 1520px) and (min-width: 1381px), (max-width: 1086px) {
85 .wio-columns .col-statistics.col-statistics,
86 .wio-columns .col-chart.col-chart {
87 width: 50%;
88 }
89 }
90
91 @media (max-width: 808px) {
92 .wio-columns .col-statistics.col-statistics,
93 .wio-columns .col-chart.col-chart {
94 width: auto;
95 float: none;
96 padding: 0;
97 }
98
99 .wio-columns .col-chart.col-chart {
100 margin-top: 3em;
101 }
102 }
103
104 /* Number display */
105 .wio-number-you-optimized {
106 margin-bottom: 1.35em;
107 overflow: hidden;
108 }
109
110 .wio-number-you-optimized .number {
111 display: table-cell;
112 padding-right: 15px;
113 font-size: 48px;
114 font-weight: bold;
115 line-height: 1;
116 vertical-align: middle;
117 white-space: nowrap;
118 color: #000;
119 }
120
121 .wio-number-you-optimized [id="wio-total-optimized-attachments-pct"] {
122 color: #40B1D0;
123 }
124
125 .wio-number-you-optimized .text {
126 display: table-cell;
127 vertical-align: middle;
128 overflow: hidden;
129 font-size: 12px;
130 color: #626E7B;
131 }
132
133 .wio-number-you-optimized > p {
134 display: table;
135 }
136
137 /* Number and bars */
138 .wio-bars {
139 padding-right: 15px;
140 }
141
142 .wio-bars p {
143 font-size: 12px;
144 margin-bottom: 5px;
145 }
146
147 .wio-bars + .wio-number-you-optimized {
148 border-bottom: 0;
149 padding-top: 0.85em;
150 }
151
152 .wio-bars + .wio-number-you-optimized p {
153 color: #46b1ce;
154 }
155
156 .wio-bar-negative .wio-progress {
157 background: #D2D3D6;
158 }
159
160 .wio-bar-negative .wio-barnb {
161 color: #7A8996;
162 }
163
164 .wio-bar-neutral .wio-progress {
165 background: #F5A623;
166 }
167
168 .wio-space-left .wio-bar-negative .wio-progress {
169 background: #C51162;
170 }
171
172 .wio-progress {
173 height: 8px;
174 }
175
176 .wio-progress {
177 transition: width .3s;
178 }
179
180 .wio-bar-positive .wio-progress {
181 background: #8CC152;
182 }
183
184 .wio-bar-positive .wio-barnb {
185 color: #8CC152;
186 }
187
188 .wio-bar-primary .wio-progress {
189 background: #8bc34a;
190 }
191
192 .wio-bar-primary .wio-barnb {
193 color: #8bc34a;
194 }
195
196 .right-outside-number .wio-barnb {
197 display: block;
198 margin-right: -5.25em;
199 text-align: right;
200 font-weight: bold;
201 line-height: .8;
202 }
203
204
205 /* Doughnut */
206 .wio-chart {
207 position: relative;
208 top: 1px;
209 display: inline-block;
210 vertical-align: middle;
211 }
212
213 .wio-chart-container {
214 position: relative;
215 display: inline-block;
216 margin-right: 5px;
217 }
218
219 .wio-chart-container canvas {
220 display: block;
221 }
222
223 .wio-overview-chart-container {
224 float: left;
225 margin-right: 20px;
226 }
227
228 @media (max-width: 1380px) and (min-width: 1246px), (max-width: 380px) {
229 .wio-overview-chart-container {
230 float: none;
231 margin-right: 0;
232 }
233 }
234
235 .wio-chart-percent {
236 position: absolute;
237 left: 0;
238 right: 0;
239 top: 50%;
240 margin-top: -.5em;
241 line-height: 1;
242 text-align: center;
243 font-size: 55px;
244 font-weight: bold;
245 color: #afafaf;
246 }
247
248 .wio-chart-percent span {
249 font-size: 20px;
250 vertical-align: super;
251 }
252
253 #wio-overview-chart-legend {
254 overflow: hidden;
255 }
256
257 .imagify-doughnut-legend {
258 margin-top: 38px;
259 list-style: none;
260 }
261
262 .wio-doughnut-legend li {
263 display: inline-block;
264 padding-left: 30px;
265 position: relative;
266 margin-bottom: 15px;
267 border-radius: 5px;
268 padding: 3px 8px 2px 31px;
269 font-size: 13px;
270 cursor: default;
271 -webkit-transition: background-color 200ms ease-in-out;
272 -moz-transition: background-color 200ms ease-in-out;
273 -o-transition: background-color 200ms ease-in-out;
274 transition: background-color 200ms ease-in-out;
275 }
276
277 .wio-doughnut-legend li span {
278 display: block;
279 position: absolute;
280 left: 0;
281 top: 0;
282 width: 25px;
283 height: 25px;
284 border-radius: 50%;
285 }
286
287 @media (max-width: 1380px) and (min-width: 1246px), (max-width: 380px) {
288 .wio-overview-chart-container {
289 float: none;
290 margin-right: 0;
291 }
292
293 .wio-doughnut-legend {
294 margin-top: 18px;
295 }
296
297 .wio-global-optim-phrase {
298 padding-top: 0;
299 width: auto;
300 }
301 }
302
303 .wio-global-optim-phrase {
304 width: 180px;
305 padding-top: 20px;
306 font-size: 14px;
307 text-align: center;
308 }
309
310 .wio-clear {
311 clear: both;
312 }
313
314 .wio-total-percent {
315 color: #46b1ce;
316 }
317
318 .wio-columns .col-chart.col-chart {
319 width: 40%;
320 position: relative;
321 padding: 20px;
322 font-size: 12px;
323 text-transform: uppercase;
324 background: #f1f1f1b3;
325 color: #abacaf;
326 font-weight: bold;
327 border-radius: 5px;
328 margin-top: 10px;
329 text-align: left;
330 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
331 }
332
333 .wio-image-optimize-board {
334 padding-bottom: 0 !important;
335 }
336
337 .wio-optimize-button {
338 width: 180px;
339 padding: 12px 30px;
340 background: #c9deb2;
341 color: #586549;
342 border: 0;
343 box-shadow: none;
344 font-size: 16px;
345 text-transform: uppercase !important;
346 font-weight: bold;
347 border-radius: 4px;
348 outline: none;
349 }
350
351 .wio-optimize-button:active {
352 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
353 }
354
355 .wio-optimize-button.running {
356 color: #a57b3c;
357 background: #fdd599 url("../img/Spinner-1s-33px.gif") 10px center no-repeat;
358 }
359
360 .wio-widget-bottom {
361 display: table;
362 padding-top: 20px !important;
363 width: 100%;
364 text-align: right;
365 }
366
367 .wio-widget-bottom li {
368 display: table-cell;
369 }
370
371 .wio-widget-bottom li:first-child {
372 text-align: left;
373 }
374
375 .wio-imagify-widget {
376 padding: 0 !important;
377 }
378
379 .wio-imagify-widget .wio-bars {
380 width: 60%;
381 margin-left: 155px;
382 }
383
384 .wio-imagify-widget .col-chart.col-chart {
385 width: 100%;
386 }
387
388 .wio-imagify-widget .col-controls {
389 width: 45%;
390 padding-left: 5px;
391 padding-top: 110px
392 }
393
394 .wio-imagify-widget .wio-doughnut-legend {
395 /*padding-top:30px;*/
396 text-align: left;
397 }
398
399 #wio-start-msg-top, #wio-start-msg-right, #wio-start-msg-complete {
400 display: none;
401 }
402
403 .wio-text-left {
404 text-align: left;
405 }
406
407 span.wio-num {
408 display: inline !important;
409 position: inherit !important;
410 }
411