PluginProbe
Patchstack – WordPress & Plugins Security / 2.3.0
Patchstack – WordPress & Plugins Security v2.3.0
2.3.7 trunk 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.17 2.1.18 2.1.19 2.1.2 2.1.20 2.1.21 2.1.22 2.1.23 2.1.24 2.1.25 2.1.3 2.1.4 2.1.5 2.1.6 All 49 releases
patchstack / assets / css / patchstack.css

patchstack.css in Patchstack – WordPress & Plugins Security 2.3.0, at assets/css/patchstack.css

627 lines 11.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @font-face {
2 font-family: 'Faktum';
3 font-weight: 400;
4 font-style: normal;
5 src: url(../fonts/Faktum-Regular.woff);
6 }
7
8 .patchstack-content-wrap,
9 .patchstack-font {
10 font-family: 'Faktum',sans-serif
11 }
12
13 .patchstack-font a {
14 color: #AFE614;
15 text-decoration: none
16 }
17
18 .patchstack-content-wrap {
19 margin-top: 64px;
20 padding: 0 20px 20px 0
21 }
22
23 .patchstack-content-inner {
24 position: relative;
25 z-index: 20;
26 padding: 0;
27 background-color: #fff;
28 border-bottom-left-radius: 3px;
29 border-bottom-right-radius: 3px
30 }
31
32 .patchstack-form-table input[type=text],
33 .patchstack-form-wrap input[type=text] {
34 background-color: #272930;
35 border: none !important;
36 color: #acacac!important
37 }
38
39 .patchstack-content-inner h2,
40 .patchstack-content-inner h3,
41 .patchstack-form-wrap h2,
42 .patchstack-form-wrap h3 {
43 color: #fff;
44 font-size: 18px;
45 line-height: 1;
46 font-weight: 400;
47 margin-top: 0;
48 margin-bottom: 12px
49 }
50
51 .patchstack-content-inner p,
52 .patchstack-form-wrap p {
53 margin-top: 0;
54 margin-bottom: 10px;
55 font-size: 13px;
56 line-height: 1.3;
57 font-weight: 400;
58 color: #333
59 }
60
61 .patchstack-content-inner p b,
62 .patchstack-form-wrap p b {
63 font-weight: 400
64 }
65
66 .patchstack-content-inner input[type=submit],
67 .patchstack-form-wrap input[type=submit],
68 .patchstack-button {
69 height: auto;
70 padding: 10px 30px !important;
71 color: #1C1E22!important;
72 border: none;
73 border-radius: 2px !important;
74 background-color: #AFE614;
75 font-size: 15px !important;
76 font-weight: 400 !important;
77 line-height: 20px;
78 -webkit-box-shadow: none;
79 box-shadow: none;
80 text-shadow: none;
81 transition: all .3s ease-in-out;
82 -webkit-transition: all .3s ease-in-out;
83 -moz-transition: all .3s ease-in-out;
84 -o-transition: all .3s ease-in-out;
85 -ms-transition: all .3s ease-in-out
86 }
87
88 .patchstack-button {
89 margin-top: 0 !important;
90 }
91
92 .patchstack-content-inner input[type=submit]:focus,
93 .patchstack-content-inner input[type=submit]:hover,
94 .patchstack-form-wrap input[type=submit]:focus,
95 .patchstack-form-wrap input[type=submit]:hover {
96 background-color: #AFE614;
97 color: #1C1E22 !important;
98 }
99
100 .form-table th,
101 .patchstack-content-wrap .form-table td {
102 font-size: 14px;
103 color: #444;
104 line-height: 1.3
105 }
106
107 .form-table {
108 margin-top: 15px
109 }
110
111 .patchstack-form-wrap .form-table tr {
112 border-bottom: 1px solid rgba(170, 189, 215, 0.1);
113 }
114
115 .form-table tr:last-child {
116 border-bottom: none
117 }
118
119 .form-table th {
120 width: 235px;
121 padding: 15px 15px 15px 0;
122 font-weight: 700;
123 vertical-align: top
124 }
125
126 .form-table td {
127 padding: 15px;
128 vertical-align: top
129 }
130
131 .patchstack-content-wrap .form-table td label {
132 font-style: italic
133 }
134
135 .patchstack-form-wrap .form-table td p {
136 font-size: 11px;
137 line-height: initial;
138 font-weight: 400;
139 color: #d0d0d0;
140 text-transform: initial
141 }
142
143 .form-table input[type=text] {
144 padding: 8px 15px;
145 color: #444;
146 border: 1px solid #acacac;
147 border-radius: 3px;
148 font-size: 14px;
149 line-height: 1.3;
150 height: auto
151 }
152
153 .form-table .regular-text {
154 width: 26em
155 }
156
157 .patchstack-form-table {
158 border-collapse: inherit;
159 margin-top: 0;
160 }
161
162 table {
163 border-collapse: collapse
164 }
165
166 .patchstack-form-table tr {
167 border-bottom: none
168 }
169
170 .patchstack-form-table tr:last-child td {
171 padding-left: 0
172 }
173
174 .patchstack-form-table th {
175 padding: 8px 15px 8px 0;
176 width: 150px
177 }
178
179 .patchstack-form-table td {
180 padding: 8px 25px
181 }
182
183 .patchstack-form-table td,
184 .patchstack-form-table th {
185 vertical-align: middle
186 }
187
188 pre,
189 thead {
190 text-align: left
191 }
192
193 .patchstack-font>h2,
194 .patchstack-font>h4 {
195 color: #fff;
196 padding-left: 10px;
197 font-family: 'Faktum';
198 font-weight: 300!important;
199 }
200
201 .patchstack-font>h2 {
202 padding-left: 0;
203 }
204
205 .patchstack-content-inner>h2 {
206 padding-left: 10px
207 }
208
209 .patchstack-content-table>.patchstack-content-inner {
210 background-color: #1C1E22;
211 color: #fff;
212 }
213
214 .patchstack-form-wrap>table>tbody>tr>td>label>i,
215 .patchstack-form-wrap>table>tbody>tr>th {
216 font-family: 'Faktum';
217 font-weight: 300;
218 color: #d0d0d0
219 }
220
221 .patchstack-font>h3,
222 .patchstack-form-wrap>h2,
223 .patchstack-inner-block>h3 {
224 color: #fff
225 }
226
227 .patchstack-font>p,
228 .patchstack-form-table>tbody>tr>th>label {
229 color: #d0d0d0
230 }
231
232 #wpwrap {
233 background-color: #1C1E22
234 }
235
236 .patchstack-content-table {
237 padding-top: 80px
238 }
239
240 .patchstack-top {
241 display: block;
242 width: 100%;
243 position: absolute;
244 z-index: 800;
245 background: #1C1E22;
246 border: none;
247 margin-left: -20px;
248 padding-right: 20px
249 }
250
251 .patchstack-top-logo {
252 float: left;
253 margin: 40px 0px 0 45px;
254 }
255
256 .patchstack-plan {
257 background:rgba(185, 192, 202, 0.05);
258 border-radius: 8px;
259 padding: 32px;
260 color: #acacac;
261 font-size: 15px;
262 max-width: 496px;
263 position: relative;
264 margin-top: 32px;
265 }
266
267 .patchstack-plan a {
268 color: #AFE614;
269 text-decoration: none;
270 }
271
272 .patchstack-has-text-white,
273 .patchstack-has-text-white:hover {
274 color: #fff !important;
275 text-decoration: none;
276 }
277
278 .patchstack-has-text-danger,
279 .patchstack-has-text-danger:hover {
280 color: #ED645E !important;
281 text-decoration: none;
282 }
283
284 .patchstack-plan p {
285 color: #acacac;
286 font-size: 15px;
287 line-height: 20px;
288 margin: 0;
289 }
290
291 .patchstack-plan li {
292 margin-bottom: 8px;
293 }
294
295 .patchstack-free .patchstack-top {
296 position: initial;
297 margin-left: 0;
298 padding-right: 0;
299 }
300
301 .patchstack-free .patchstack-top-logo {
302 width: 184px;
303 margin: 0 auto;
304 float: initial;
305 margin-top: 32px;
306 margin-bottom: 32px;
307 }
308
309 .patchstack-free .patchstack-content-table {
310 padding-top: 0;
311 }
312
313 .patchstack-free .patchstack-content-table>.patchstack-content-inner {
314 margin: 0 auto;
315 }
316
317 .patchstack-free .patchstack-content-table>.patchstack-content-inner > .patchstack-font{
318 background: #272930;
319 padding: 20px;
320 border-radius: 4px;
321 }
322
323 .patchstack-free h1 {
324 color: #acacac;
325 font-family: 'Faktum';
326 font-weight: 400!important;
327 font-size: 15px;
328 text-align: center;
329 }
330
331 .patchstack-free h1 a {
332 color: #AFE614;
333 text-decoration: none;
334 }
335
336 .patchstack-free .form-table input[type=text] {
337 background: transparent;
338 width: 100%;
339 border: 2px solid rgba(170, 189, 215, 0.1) !important;
340 padding: 17px 15px;
341 border-radius: 4px;
342 margin: 32px 0;
343 }
344
345 .patchstack-free .form-table label {
346 color: #fff;
347 font-size: 15px;
348 margin: 0;
349 display: inline-block;
350 width: 100%;
351 }
352
353 .patchstack-free .form-table label span {
354 float: right;
355 color: #AFE614;
356 }
357
358 .patchstack-free .button-primary {
359 color: #1C1E22;
360 font-weight: 500;
361 font-size: 13px;
362 line-height: 20px;
363 background: #AFE614;
364 border-radius: 4px;
365 border: none;
366 padding: 12px 30px;
367 margin-top: 34px;
368 width: 100%;
369 text-align: center;
370 }
371
372 .patchstack-free .button-primary:hover,
373 .patchstack-free .button-primary:focus {
374 background-color: #6ebe00 !important;
375 color: #111216 !important;
376 box-shadow: none;
377 }
378
379 .patchstack-free .form-table th,
380 .form-table th label {
381 font-weight: 400;
382 }
383
384 .patchstack-free .submit {
385 padding: 0;
386 }
387
388 .patchstack-free .patchstack-form-table td {
389 padding: 3px 0px;
390 }
391
392 .patchstack-premium {
393 max-width: 560px;
394 }
395
396 .patchstack-premium .patchstack-plan2::before {
397 display: none;
398 }
399
400 .patchstack-fullwidth {
401 width: 100% !important;
402 }
403
404 #patchstack-activate {
405 margin-top: 0;
406 }
407
408 @-moz-keyframes spin {
409 100% {
410 -moz-transform: rotate(360deg);
411 }
412 }
413
414 @-webkit-keyframes spin {
415 100% {
416 -webkit-transform: rotate(360deg);
417 }
418 }
419
420 @keyframes spin {
421 100% {
422 -webkit-transform: rotate(360deg);
423 transform: rotate(360deg);
424 }
425 }
426
427 .is-polling-section {
428 margin-bottom: 16px;
429 text-align: center;
430 }
431
432 .is-polling-section p {
433 color: #afb9c6;
434 font-size: 15px;
435 }
436
437 .is-polling-section img.rotate {
438 -webkit-animation: spin 2s linear infinite;
439 -moz-animation: spin 2s linear infinite;
440 animation: spin 2s linear infinite;
441 }
442
443 .patchstack-activate-wrapper {
444 position: relative;
445 }
446
447 .patchstack-activate-wrapper input[type=submit].button-primary {
448 position: absolute;
449 right: 12px;
450 top: 41px;
451 padding: 4px 8px !important;
452 width: auto;
453 }
454
455 .patchstack-activate-wrapper input[type=text] {
456 margin: 8px 0 0 0 !important;
457 }
458
459 .patchstack-license-button #patchstack-activate {
460 width: 49%;
461 float: left;
462 }
463
464 .patchstack-license-button .patchstack-activate {
465 width: 49%;
466 float: left;
467 margin-top: 42px;
468 margin-left: 2%;
469 }
470
471 .patchstack-activate.button-primary.focus,
472 .patchstack-activate.button-primary:focus {
473 background: #AFE614;
474 border: none;
475 outline: none;
476 opacity: .5;
477 }
478
479 p.patchstack-upsell {
480 text-align: center;
481 font-size: 15px;
482 line-height: 24px;
483 color: #ACACAC;
484 margin-top: 32px;
485 }
486
487 p.patchstack-upsell.patchstack-footer {
488 display: flex;
489 gap: 32px;
490 justify-content: center;
491 }
492
493 .patchstack-footer span {
494 background: rgba(185, 192, 202, 0.10);
495 height: 24px;
496 width: 1px;
497 }
498
499 p.patchstack-upsell a {
500 color: #AFE614;
501 text-decoration: none;
502 }
503
504 p.patchstack-upsell img {
505 position: relative;
506 top: 7px;
507 }
508
509 .patchstack-loading {
510 display: none;
511 width: 32px;
512 height: 32px;
513 margin: 16px auto 0 auto;
514 }
515
516 .patchstack-loading div {
517 box-sizing: border-box;
518 display: block;
519 position: absolute;
520 width: 32px;
521 height: 32px;
522 margin: 8px;
523 border: 4px solid #fff;
524 border-radius: 50%;
525 animation: patchstack-loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
526 border-color: #fff transparent transparent transparent;
527 }
528
529 .patchstack-loading div:nth-child(1) {
530 animation-delay: -0.45s;
531 }
532
533 .patchstack-loading div:nth-child(2) {
534 animation-delay: -0.3s;
535 }
536
537 .patchstack-loading div:nth-child(3) {
538 animation-delay: -0.15s;
539 }
540
541 @keyframes patchstack-loading {
542 0% {
543 transform: rotate(0deg);
544 }
545 100% {
546 transform: rotate(360deg);
547 }
548 }
549
550 p.patchstack-resync {
551 color: #AFE614;
552 margin-top: 32px;
553 text-align: center;
554 }
555
556 p.patchstack-error {
557 color: #ED645E;
558 font-size: 11.20px;
559 font-family: Faktum;
560 font-weight: 400;
561 line-height: 16px;
562 letter-spacing: 0.22px;
563 word-wrap: break-word;
564 margin-bottom: 32px;
565 }
566
567 .patchstack-rows > div {
568 width: 100%;
569 display: flex;
570 justify-content: space-between;
571 border-bottom: 1px solid rgba(136, 138, 142, 0.10);
572 padding: 16px 0;
573 }
574
575 .patchstack-rows > div:first-child {
576 padding-top: 0;
577 }
578
579 .patchstack-rows > div:last-child {
580 border-bottom: 0;
581 }
582
583 .patchstack-rows > div span {
584 font-size: 16px;
585 }
586
587 .patchstack-rows > div span:first-child {
588 color: #AFB9C6;
589 }
590
591 .patchstack-rows > div span:last-child {
592 color: #fff;
593 }
594
595 .patchstack-login-button {
596 margin-top: 16px;
597 }
598
599 .ps-label {
600 display: flex;
601 padding: 3px 9px;
602 font-size: 11px !important;
603 }
604
605 .ps-label.has-success {
606 color: #AFE614 !important;
607 background: rgba(110, 190, 0, 0.15);
608 }
609
610 .ps-label.has-error {
611 color: #ED645E !important;
612 background: rgba(237, 100, 94, 0.15);
613 }
614
615 [class*=hint--]::after {
616 background: #333 !important;
617 border-radius: 4px;
618 font-size: 14px !important;
619 }
620
621 .has-text-centered {
622 text-align: center;
623 }
624
625 .patchstack-top-16 {
626 margin-top: 16px;
627 }