PluginProbe
WP Reset / 1.40
WP Reset v1.40
trunk 1.0 1.1 1.11 1.20 1.25 1.30 1.35 1.40 1.45 1.50 1.55 1.60 1.65 1.70 1.75 1.77 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.90 All 42 releases
wp-reset / css / wp-reset.css

wp-reset.css in WP Reset 1.40, at css/wp-reset.css

494 lines 9.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * WP Reset
3 * https://wpreset.com/
4 * (c) WebFactory Ltd, 2017-2018
5 */
6
7 .tools_page_wp-reset #wp_reset_form input {
8 vertical-align: middle;
9 }
10
11 .tools_page_wp-reset h1 span {
12 font-size: 13px;
13 vertical-align: super;
14 font-style: italic;
15 }
16
17 .tools_page_wp-reset .textcenter {
18 text-align: center;
19 }
20
21 .tools_page_wp-reset.wp-core-ui .button,
22 .tools_page_wp-reset.wp-core-ui .button-primary,
23 .tools_page_wp-reset.wp-core-ui .button-secondary {
24 border-radius: 0;
25 }
26
27 .tools_page_wp-reset .plain-list {
28 margin-top: 5px;
29 list-style-type: circle;
30 list-style-position: inside;
31 }
32
33 .tools_page_wp-reset .plain-list li {
34 text-indent: -18px;
35 padding-left: 23px;
36 line-height: 23px;
37 margin: 0;
38 }
39
40 .tools_page_wp-reset .red {
41 color: #dd3036;
42 }
43
44 .tools_page_wp-reset .green {
45 color: #1daf1d;
46 }
47
48 .tools_page_wp-reset #logo-icon {
49 max-height: 30px;
50 width: auto;
51 padding: 0;
52 margin: 0;
53 }
54
55 .tools_page_wp-reset .dismiss-notice-rate {
56 vertical-align: bottom;
57 margin-left: 10px;
58 }
59
60 .tools_page_wp-reset .button {
61 box-shadow: none;
62 text-shadow: none;
63 }
64
65 .tools_page_wp-reset .swal2-container {
66 z-index: 99999;
67 }
68
69 .tools_page_wp-reset .swal2-container.swal2-shown {
70 background-color: rgba(0,0,0,.6);
71 }
72
73 .tools_page_wp-reset .swal2-popup .swal2-title {
74 line-height: 1;
75 }
76
77 .tools_page_wp-reset code {
78 white-space: nowrap;
79 }
80
81 .tools_page_wp-reset p {
82 line-height: 1.7;
83 }
84
85 .tools_page_wp-reset .rotating {
86 -webkit-animation:spin 1.5s linear infinite;
87 -moz-animation:spin 1.5s linear infinite;
88 animation:spin 1.5s linear infinite;
89 }
90
91 .tools_page_wp-reset .notice-error {
92 border-color: #dd3036;
93 }
94
95 .tools_page_wp-reset .toggle-card {
96 position: absolute;
97 right: 2em;
98 top: 2.2em;
99 text-decoration: none;
100 }
101
102 .tools_page_wp-reset .card {
103 padding: 1em 2em 1em 2em;
104 width: 520px;
105 }
106
107 .tools_page_wp-reset .card.collapsed p,
108 .tools_page_wp-reset .card.collapsed b,
109 .tools_page_wp-reset .card.collapsed ul {
110 display: none;
111 }
112
113 .tools_page_wp-reset .swal2-popup {
114 border-radius: 0;
115 }
116
117 .tools_page_wp-reset .create-new-snapshot-corner {
118 position: absolute;
119 top: 2em;
120 right: 2em;
121 }
122
123 .tools_page_wp-reset table {
124 width: calc(100% + 4em);
125 border-spacing: 0;
126 border-collapse: separate;
127 margin: 0 0 0 -2em;
128 }
129
130 .tools_page_wp-reset table td {
131 text-align: left;
132 padding: 5px;
133 }
134
135 .tools_page_wp-reset table tr:nth-child(even) td {
136 background-color: #f9f9f9;
137 }
138
139 .tools_page_wp-reset table .ss-actions {
140 width: 55px;
141 }
142
143 .tools_page_wp-reset table th {
144 text-align: left;
145 border-bottom: thin solid #444444;
146 padding: 5px;
147 }
148
149 .tools_page_wp-reset table .ss-action {
150 text-decoration: none;
151 margin: 0 7px 5px 0;
152 display: inline-block;
153 }
154
155 .tools_page_wp-reset table .delete-snapshot {
156 margin: 0;
157 }
158
159 .tools_page_wp-reset .no-padding-bottom {
160 padding-bottom: 0;
161 }
162
163 .wpr-table-container {
164 min-width: 960px;
165 max-width: 1200px;
166 margin: 0 auto 15px auto;
167 }
168
169 .swal2-popup.compare-snapshots {
170 min-height: 90%;
171 flex-direction: column;
172 justify-content: flex-start;
173 }
174
175 .wpr-table-container pre {
176 font-size: 14px;
177 overflow: auto;
178 max-width: 580px;
179 }
180
181 .wpr-table-container p {
182 font-size: 14px;
183 color: #545454;
184 }
185
186 .wpr-table-container table {
187 border-spacing: 0;
188 border-collapse: separate;
189 margin: 0;
190 padding: 0;
191 width: 100%;
192 position: relative;
193 }
194
195 .wpr-table-container table span.dashicons {
196 position: absolute;
197 right: 10px;
198 top: 13px;
199 }
200
201 .wpr-table-container table td {
202 width: 50%;
203 padding: 10px;
204 }
205
206 .wpr-table-container > table > tbody > tr:first-child {
207 cursor: pointer;
208 }
209
210 .wpr-table-container table tr td:nth-child(2) {
211 border-left: thin solid #00000080;
212 }
213
214 .wpr-table-container table td {
215 background-color: #f9f9f9;
216 }
217
218 .wpr-table-container .no-padding {
219 padding: 0;
220 }
221
222 .wpr-table-container .wpr-table-missing td {
223 background-color: #ff000830;
224 }
225
226 .wpr-table-container .wpr-table-difference td {
227 background-color: rgba(255, 166, 0, 0.30);
228 }
229
230 .wpr-table-container .wpr-table-match td {
231 background-color: rgba(9, 255, 0, 0.30);
232 }
233
234 .wpr-table-container table.table_diff tr td {
235 width: auto;
236 border-left: none;
237 word-break: break-all;
238 font-size: 14px;
239 font-family: monospace;
240 vertical-align: top;
241 }
242
243 .wpr-table-container .table_diff {
244 width: 100%;
245 }
246
247
248 @-moz-keyframes spin {
249 100% {
250 -moz-transform: rotate(-360deg);
251 }
252 }
253 @-webkit-keyframes spin {
254 100% {
255 -webkit-transform: rotate(-360deg);
256 }
257 }
258 @keyframes spin {
259 100% {
260 -webkit-transform: rotate(-360deg); transform:rotate(-360deg);
261 }
262 }
263
264
265 /* tabs */
266 .tools_page_wp-reset .ui-tabs {
267 max-width: 100%;
268 position: relative;
269 padding: 0px;
270 zoom: 1;
271 margin-top: 20px;
272 }
273
274 .tools_page_wp-reset .ui-tabs .ui-tabs-nav {
275 margin: 0;
276 padding: 0;
277 }
278
279 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li {
280 list-style: none;
281 position: relative;
282 top: 1px;
283 margin: 0 .2em 1px 0;
284 padding: 0;
285 white-space: nowrap;
286 }
287
288 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li a {
289 text-decoration: none;
290 }
291
292 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
293 margin-bottom: 0;
294 border-bottom: 1px solid #F1F1F1 !important;
295 }
296
297 .tools_page_wp-reset ul.ui-tabs-nav.wpr-main-tab li.ui-state-active {
298 border-top: 3px solid #666666;
299 background: #ffffff;
300 transition: all 0.4s ease-out;
301 border-bottom: 1px solid #fff;
302 }
303
304 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
305 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
306 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-state-processing a {
307 cursor: text;
308 }
309
310 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li a,
311 .tools_page_wp-reset .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
312 cursor: pointer;
313 }
314
315
316 .tools_page_wp-reset .ui-tabs .ui-tabs-panel {
317 display: inline-block;
318 border: none;
319 padding: 20px;
320 background: #ffffff;
321 overflow: visible;
322 min-width: 520px;
323 border-top: 1px solid #e5e5e5;
324 }
325
326 .tools_page_wp-reset .ui-tabs .ui-tabs-hide {
327 display: none !important;
328 }
329
330 .tools_page_wp-reset .ui-tabs .ui-tabs-nav li a {
331 font-size: 14px;
332 font-weight: 600;
333 line-height: 32px;
334 color: #AAAAAA;
335 padding: 5px 10px;
336 display: block;
337 letter-spacing: 1px;
338 }
339
340 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li.ui-state-active .icon {
341 color: #666666;
342 }
343
344 .tools_page_wp-reset .ui-tabs-nav:after {
345 content: '';
346 clear: both;
347 display: block;
348 }
349
350 .tools_page_wp-reset .ui-tabs-anchor,
351 .nav-tab {
352 outline: none !important;
353 }
354
355 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li {
356 color: #AAAAAA;
357 display: inline-block;
358 font-size: 12px;
359 line-height: 16px;
360 margin: 0px 5px 0px 5px;
361 text-decoration: none;
362 text-shadow: none;
363 background: rgba(255, 255, 255, 0.7);
364 padding: 0;
365 text-align: center;
366 letter-spacing: .5px;
367 min-width: 100px;
368 border-top: 3px solid transparent;
369 border-bottom: 1px solid #e5e5e5;
370 }
371
372 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li .label {
373 display: block;
374 margin-top: -10px;
375 }
376
377 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li:first-child {
378 margin-left: 0;
379 }
380
381 .tools_page_wp-reset ul.ui-tabs-nav.wpr-main-tab {
382 padding-bottom: 0;
383 width: 100%;
384 box-sizing: border-box;
385 }
386
387 .tools_page_wp-reset .ui-state-hover a,
388 .tools_page_wp-reset .ui-state-active a,
389 .tools_page_wp-reset li.ui-state-hover,
390 .tools_page_wp-reset li.ui-state-hover a {
391 color: #000000 !important;
392 }
393
394 .tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li.ui-state-hover {
395 background-color: #ffffff !important;
396 border-bottom: 1px solid #fff;
397 }
398
399 .tools_page_wp-reset .ui-tabs-nav a:focus {
400 box-shadow: none;
401 -webkit-box-shadow: none;
402 }
403 /* tabs */
404
405 /* diff */
406
407 .Differences {
408 width: 100%;
409 border-collapse: collapse;
410 border-spacing: 0;
411 empty-cells: show;
412 }
413
414 .Differences thead th {
415 text-align: left;
416 border-bottom: 1px solid #000;
417 background: #aaa;
418 color: #000;
419 padding: 4px;
420 }
421 .Differences tbody th {
422 text-align: right;
423 background: #ccc;
424 width: 4em;
425 padding: 1px 2px;
426 border-right: 1px solid #00000080;
427 border-bottom: none;
428 vertical-align: middle;
429 font-size: 13px;
430 font-weight: 400;
431 }
432
433 .Differences td {
434 padding: 5px !important;
435 font-family: Consolas, monospace;
436 font-size: 13px;
437 }
438
439 .DifferencesSideBySide .ChangeInsert td.Left {
440 background: #dfd;
441 }
442
443 .DifferencesSideBySide .ChangeInsert td.Right {
444 background: #cfc;
445 }
446
447 .DifferencesSideBySide .ChangeDelete td.Left {
448 background: #f88;
449 }
450
451 .DifferencesSideBySide .ChangeDelete td.Right {
452 background: #faa;
453 }
454
455 .DifferencesSideBySide .ChangeReplace .Left {
456 background: #fe9;
457 }
458
459 .DifferencesSideBySide .ChangeReplace .Right {
460 background: #fd8;
461 }
462
463 .Differences ins, .Differences del {
464 text-decoration: none;
465 }
466
467 .DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
468 background: #fc0;
469 }
470
471 .Differences .Skipped {
472 background: #f7f7f7;
473 }
474
475 .DifferencesInline .ChangeReplace .Left,
476 .DifferencesInline .ChangeDelete .Left {
477 background: #fdd;
478 }
479
480 .DifferencesInline .ChangeReplace .Right,
481 .DifferencesInline .ChangeInsert .Right {
482 background: #dfd;
483 }
484
485 .DifferencesInline .ChangeReplace ins {
486 background: #9e9;
487 }
488
489 .DifferencesInline .ChangeReplace del {
490 background: #e99;
491 }
492
493 /* diff */
494