PluginProbe ʕ •ᴥ•ʔ
Aruba HiSpeed Cache / 3.0.15
Aruba HiSpeed Cache v3.0.15
3.0.15 3.0.14 3.0.13 1.2.4 1.2.5 1.2.6 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.19 2.0.20 2.0.21 2.0.22 2.0.23 2.0.24 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3
aruba-hispeed-cache / admin / assets / css / option-page.css
aruba-hispeed-cache / admin / assets / css Last commit date
option-page.css 3 months ago
option-page.css
365 lines
1
2 .clearfix {}
3 .clearfix:before,
4 .clearfix:after {
5 content: " ";
6 display: table;
7 }
8
9 .clearfix:after {
10 clear: both;
11 }
12 * {
13 font-family: "Lato", sans-serif;
14 }
15
16 fieldset{
17 margin:3px;
18 }
19 #wpbody-content{
20 background-color: white;
21 }
22 .ahsc-options-wrapper,.ahsc-tab{
23 background-color: #f6f6f6;
24 }
25
26 .wrap.ahsc-wrapper{
27 margin:0px!important;
28 }
29
30 .ahsc-settings-header{
31 background-color: white;
32 }
33 .ahsc-settings-header .notice{
34 margin: 0 auto;
35 width: 52%;
36 }
37 .ahsc-settings-title{
38 margin-left: 24%!important;
39 }
40 .ahsc-settings-nav{
41 text-align: center;
42 margin: 0 auto !important;
43 background-color: white;
44 }
45 .wrap h1{
46 font-size: 24px;
47 }
48 .wrap h1,.wrap h2{
49 font-weight: bold;
50 }
51 .nav-tab-wrapper{
52 border-bottom: 0px!important;
53 }
54
55 .nav-tab{
56 cursor: pointer;
57 border-top: 0px!important;
58 border-left: 0px!important;
59 border-right: 0px!important;
60 border-bottom: 4px solid #ccc;
61 background-color: transparent!important;
62 margin-left: 0px;
63 padding: 15px 15px;
64 color:#3D4D59;
65 }
66 .nav-tab:hover{
67 color:#0E5184!important;
68 }
69 .nav-tab-active{
70 border-top:0px!important;
71 border-left:0px!important;
72 border-right: 0px!important;
73 border-bottom: 4px solid #1474BD!important;
74 color: #1474BD!important;
75 }
76
77 .ahsc-settings-nav .nav-tab:first-child{
78 margin-left: 24%;
79 }
80 #ahsc-settings-form{
81 padding-top: 20px;
82 padding-bottom: 20px;
83 }
84
85 .form-table th,
86 .form-wrap label {
87 vertical-align: middle;
88 cursor: pointer;
89 }
90
91 .form-table th {
92 width: 25% !important;
93 user-select: none; /* standard syntax */
94 -webkit-user-select: none; /* webkit (safari, chrome) browsers */
95 -moz-user-select: none; /* mozilla browsers */
96 -khtml-user-select: none; /* webkit (konqueror) browsers */
97 -ms-user-select: none; /* IE10+ */
98 }
99
100 .ahsc-options-wrapper tr td label {
101 width: 100%;
102 cursor: pointer;
103 user-select: none; /* standard syntax */
104 -webkit-user-select: none; /* webkit (safari, chrome) browsers */
105 -moz-user-select: none; /* mozilla browsers */
106 -khtml-user-select: none; /* webkit (konqueror) browsers */
107 -ms-user-select: none; /* IE10+ */
108 }
109
110 .ahsc-options-wrapper h2,
111 .ahsc-options-wrapper h3 {
112 color: #1d2327 !important;
113 font-size: 1.3em !important;
114 margin: 1em 0 !important;
115 padding: 8px 12px 8px 0px !important;
116 text-align: center;
117 }
118
119 small::before {
120 content: "\a";
121 white-space: pre;
122 }
123
124 *{box-sizing:inherit}
125
126 .settings_page_aruba-hispeed-cache{background:#f6f6f6;box-sizing:border-box;font-size:14px;position:relative}
127 #wpcontent,.auto-fold #wpcontent{padding-left:0}
128
129 .form-table{
130 border-collapse: collapse;
131 width: 52%;
132 clear: both;
133 margin-top: 0px;
134 margin-left: auto;
135 margin-right: auto;
136 margin-bottom: 20px;
137 }
138 .button-table{
139 border-collapse: collapse;
140 margin-top: .5em;
141 width: 52%;
142 clear: both;
143 margin-left: auto;
144 margin-right: auto;
145 text-align: center;
146 }
147
148 /* The switch - the box around the slider */
149 .switch {
150 position: relative;
151 display: inline-block !important;
152 width: 48px !important;
153 height: 24px;
154 }
155
156 /* Hide default HTML checkbox */
157 .switch input {
158 opacity: 0;
159 width: 0;
160 height: 0;
161 }
162
163 /* The slider */
164 .slider {
165 position: absolute;
166 cursor: pointer;
167 top: 0;
168 left: 0;
169 right: 0;
170 bottom: 0;
171 background-color: #B9C4CD;
172 -webkit-transition: .4s;
173 transition: .4s;
174 }
175
176 .slider:before {
177 position: absolute;
178 content: "";
179 height: 17px;
180 width: 17px;
181 left: 2px;
182 bottom: 4px;
183 background-color: white;
184 -webkit-transition: .4s;
185 transition: .4s;
186 }
187
188 input:checked + .slider {
189 background-color:#1474BD;
190 }
191
192 input:focus + .slider {
193 box-shadow: 0 0 1px #2196F3;
194 }
195 input:not(:checked) + .slider:before{
196 left:3px;
197 bottom:3px;
198 }
199
200 input:checked + .slider:before {
201 -webkit-transform: translateX(26px);
202 -ms-transform: translateX(26px);
203 transform: translateX(26px);
204 }
205
206 /* Rounded sliders */
207 .slider.round {
208 border-radius: 34px;
209 }
210
211 .slider.round:before {
212 border-radius: 50%;
213 }
214
215 .dot {
216 height: 10px;
217 width: 10px;
218 background-color: #bbb;
219 border-radius: 50%;
220 display: inline-block;
221 margin:4px;
222 }
223 .dot.green{
224 background-color: #09800F!important;
225 }
226 .dot.yellow{
227 background-color: #F5A623!important;
228 }
229
230 .form-table {
231 background-color: white;
232 }
233
234 table.form-table {
235 border: 1px solid #ddd;
236 border-collapse: separate;
237 border-left: 0;
238 border-radius: 4px;
239 border-spacing: 0px;
240 }
241 .form-table thead {
242 display: table-header-group;
243 vertical-align: middle;
244 border-color: inherit;
245 border-collapse: separate;
246 }
247 .form-table tr {
248 display: table-row;
249 vertical-align: inherit;
250 border-color: inherit;
251 }
252 .form-table th, .form-table td {
253 padding: 24px;
254 text-align: left;
255 vertical-align: middle;
256 border-left: 1px solid #ddd;
257 height: 45px !important;
258
259 }
260 /*
261 .form-table td {
262 border-top: 1px solid #ddd;
263 }*/
264 .form-table thead:first-child tr:first-child th:first-child, .form-table tbody:first-child tr:first-child td:first-child {
265 border-radius: 4px 0 0 0;
266 }
267 .form-table thead:last-child tr:last-child th:first-child, .form-table tbody:last-child tr:last-child td:first-child {
268 border-radius: 0 0 0 4px;
269 }
270
271 /*
272
273 .chevron {
274 display: inline-block;
275 border-right:4px solid gray;
276 border-bottom: 4px solid gray;
277 width: 10px;
278 height: 10px;
279 float: right;
280 margin-right: 10px;
281 }
282
283 .chevron-arrow-up {
284 transform: rotate(45deg);
285 }
286
287 .chevron-arrow-down {
288 transform: rotate(-135deg);
289 }*/
290
291 .boxloader{
292 display: none;
293 }
294
295 span.loader {
296 box-sizing: border-box;
297 position: relative;
298 width: 20px;
299 height: 20px;
300 border: 2px solid #fff;
301 border-radius: 50%;
302 animation: lds-ring 1.2s cubic-bezier(0.5, 0.5, 0.5, 0.5) infinite;
303 border-color: #000 #000 #000 transparent;
304 }
305
306 @keyframes lds-ring {
307 0% {
308 transform: rotate(0deg);
309 }
310 100% {
311 transform: rotate(360deg);
312 }
313 }
314
315 /*
316 #ahsc_reset_save{
317 background-color:#1474BD!important;
318 border-radius: 2px;
319 font-size: 14px;
320 font-weight: bold;
321 height: 40px;
322 }
323 #ahsc_reset_save:hover{
324 background-color:#0E5184!important;
325 }*/
326
327 #purgeall,#ahsc_reset_save,#cdn-panel-admin,#ahsc-db-optimize{
328 border-radius: 2px;
329 font-size: 14px;
330 font-weight: bold;
331 /*height: 40px;*/
332 color:#1474BD;
333 border:solid 2px #1474BD;
334 padding-top:2px;
335 background-color: #fff !important;
336 }
337 #purgeall:hover,#ahsc_reset_save:hover,#cdn-panel-admin:hover,#ahsc-db-optimize:hover{
338 color:#0E5184;
339 border:solid 2px #0E5184;
340 }
341 #ahsc-db-optimize.disabled{
342 pointer-events: none;
343 }
344
345
346 .ahsc_cron_time_button-group,.ahsc_cron_time_button-group.button-group>.button{
347 min-height:40px !important;
348 }
349 .ahsc_cron_time_button-group.button-group>.button{
350 padding-top:8px;
351 padding-bottom:8px;
352 padding-left: 24px;
353 padding-right:24px;
354 background-color: #FFFFFF !important;
355 box-shadow: inset 0 2px 5px -3px #3D4D59 !important;
356 color: #3D4D59 !important;
357 font-size: 14px;
358 font-weight: bold;
359 }
360 .ahsc_cron_time_button-group.button-group>.button.active{
361 background-color: #F3F9FE !important;
362 box-shadow: inset 0 2px 5px -3px #1474BD !important;
363 color:#1474BD !important;
364 }
365