PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | css/wordads-ccpa-rtl.css +72 -92 12.0.3 → 16.3-a.1 View file →
@@ -2,10 +2,9 @@
2 2 /*!
3 3 * CleanSlate
4 4 * github.com/premasagar/cleanslate
5 5 *
6 -*/
7 -/*
6 +*/ /*
8 7 An extreme CSS reset stylesheet, for normalising the styling of a container element and its children.
9 8
10 9 by Premasagar Rose
11 10 dharmafly.com
@@ -23,15 +22,13 @@
23 22 .cleanslate, .cleanslate h1, .cleanslate h2, .cleanslate h3, .cleanslate h4, .cleanslate h5, .cleanslate h6, .cleanslate p, .cleanslate td, .cleanslate dl, .cleanslate tr, .cleanslate dt, .cleanslate ol, .cleanslate form, .cleanslate select, .cleanslate option, .cleanslate pre, .cleanslate div, .cleanslate table, .cleanslate th, .cleanslate tbody, .cleanslate tfoot, .cleanslate caption, .cleanslate thead, .cleanslate ul, .cleanslate li, .cleanslate address, .cleanslate blockquote, .cleanslate dd, .cleanslate fieldset, .cleanslate li, .cleanslate iframe, .cleanslate strong, .cleanslate legend, .cleanslate em, .cleanslate summary, .cleanslate cite, .cleanslate span, .cleanslate input, .cleanslate sup, .cleanslate label, .cleanslate dfn, .cleanslate object, .cleanslate big, .cleanslate q, .cleanslate samp, .cleanslate acronym, .cleanslate small, .cleanslate img, .cleanslate strike, .cleanslate code, .cleanslate sub, .cleanslate ins, .cleanslate textarea, .cleanslate button, .cleanslate var, .cleanslate a, .cleanslate abbr, .cleanslate applet, .cleanslate del, .cleanslate kbd, .cleanslate tt, .cleanslate b, .cleanslate i, .cleanslate hr,
24 23 .cleanslate article, .cleanslate aside, .cleanslate figure, .cleanslate figcaption, .cleanslate footer, .cleanslate header, .cleanslate menu, .cleanslate nav, .cleanslate section, .cleanslate time, .cleanslate mark, .cleanslate audio, .cleanslate video, .cleanslate abbr, .cleanslate address, .cleanslate area, .cleanslate blockquote, .cleanslate canvas, .cleanslate caption, .cleanslate cite, .cleanslate code, .cleanslate colgroup, .cleanslate col, .cleanslate datalist, .cleanslate fieldset, .cleanslate main, .cleanslate map, .cleanslate meta, .cleanslate optgroup, .cleanslate output, .cleanslate progress, .cleanslate svg {
25 24 background-attachment: scroll !important;
26 25 background-color: transparent !important;
27 - background-image: none !important;
28 - /* This rule affects the use of pngfix JavaScript http://dillerdesign.com/experiment/DD_BelatedPNG for IE6, which is used to force the browser to recognise alpha-transparent PNGs files that replace the IE6 lack of PNG transparency. (The rule overrides the VML image that is used to replace the given CSS background-image). If you don't know what that means, then you probably haven't used the pngfix script, and this comment may be ignored :) */
26 + background-image: none !important; /* This rule affects the use of pngfix JavaScript http://dillerdesign.com/experiment/DD_BelatedPNG for IE6, which is used to force the browser to recognise alpha-transparent PNGs files that replace the IE6 lack of PNG transparency. (The rule overrides the VML image that is used to replace the given CSS background-image). If you don't know what that means, then you probably haven't used the pngfix script, and this comment may be ignored :) */
29 27 background-position: 100% 0 !important;
30 28 background-repeat: repeat !important;
31 29 border-color: black !important;
32 - border-color: currentColor !important;
33 - /* `border-color` should match font color. Modern browsers (incl. IE9) allow the use of "currentColor" to match the current font 'color' value <http://www.w3.org/TR/css3-color/#currentcolor>. For older browsers, a default of 'black' is given before this rule. Guideline to support older browsers: if you haven't already declared a border-color for an element, be sure to do so, e.g. when you first declare the border-width. */
30 + border-color: currentColor !important; /* `border-color` should match font color. Modern browsers (incl. IE9) allow the use of "currentColor" to match the current font 'color' value <http://www.w3.org/TR/css3-color/#currentcolor>. For older browsers, a default of 'black' is given before this rule. Guideline to support older browsers: if you haven't already declared a border-color for an element, be sure to do so, e.g. when you first declare the border-width. */
34 31 border-radius: 0 !important;
35 32 border-style: none !important;
36 33 border-width: medium !important;
37 34 bottom: auto !important;
@@ -43,10 +40,9 @@
43 40 cursor: auto !important;
44 41 direction: inherit !important;
45 42 display: inline !important;
46 43 float: none !important;
47 - font-family: inherit !important;
48 - /* As with other inherit values, this needs to be set on the root container element */
44 + font-family: inherit !important; /* As with other inherit values, this needs to be set on the root container element */
49 45 font-size: inherit !important;
50 46 font-style: inherit !important;
51 47 font-variant: normal !important;
52 48 font-weight: inherit !important;
@@ -53,10 +49,9 @@
53 49 height: auto !important;
54 50 right: auto !important;
55 51 letter-spacing: normal !important;
56 52 line-height: inherit !important;
57 - list-style-type: inherit !important;
58 - /* Could set list-style-type to none */
53 + list-style-type: inherit !important; /* Could set list-style-type to none */
59 54 list-style-position: outside !important;
60 55 list-style-image: none !important;
61 56 margin: 0 !important;
62 57 max-height: none !important;
@@ -86,12 +81,10 @@
86 81 /* CSS3 */
87 82 /* Including all prefixes according to http://caniuse.com/ */
88 83 /* CSS Animations don't cascade, so don't require resetting */
89 84 background-origin: padding-box !important;
90 - -webkit-background-clip: border-box !important;
91 85 background-clip: border-box !important;
92 86 background-size: auto !important;
93 - -o-border-image: none !important;
94 87 border-image: none !important;
95 88 border-radius: 0 !important;
96 89 box-shadow: none !important;
97 90 box-sizing: content-box !important;
@@ -96,16 +89,14 @@
96 89 box-shadow: none !important;
97 90 box-sizing: content-box !important;
98 91 column-count: auto !important;
99 92 column-gap: normal !important;
100 - column-rule: medium none black !important;
101 - /* doesn't exist yet but probably will */
93 + column-rule: medium none black !important; /* doesn't exist yet but probably will */
102 94 column-span: 1 !important;
103 95 column-width: auto !important;
104 96 font-feature-settings: normal !important;
105 97 overflow-x: visible !important;
106 98 overflow-y: visible !important;
107 - -webkit-hyphens: manual !important;
108 99 hyphens: manual !important;
109 100 -ms-perspective: none !important;
110 101 -o-perspective: none !important;
111 102 perspective: none !important;
@@ -230,10 +221,9 @@
230 221 display: list-item !important;
231 222 /* Fixes IE7 issue with positioning of nested bullets */
232 223 min-height: auto !important;
233 224 min-width: auto !important;
234 - padding-right: 20px !important;
235 - /* replace -webkit-padding-start: 40px; */
225 + padding-right: 20px !important; /* replace -webkit-padding-start: 40px; */
236 226 }
237 227
238 228 .cleanslate strong {
239 229 font-weight: bold !important;
@@ -270,21 +260,12 @@
270 260 background: white !important;
271 261 -webkit-appearance: push-button !important;
272 262 color: buttontext !important;
273 263 border: 1px #a6a6a6 solid !important;
274 - background: lightgrey !important;
275 - /* Old browsers */
276 - background: white;
277 - /* Old browsers */
278 - /* FF3.6+ */
279 - /* Chrome,Safari4+ */
280 - /* Chrome10+,Safari5.1+ */
281 - /* Opera 11.10+ */
282 - /* IE10+ */
283 - background: linear-gradient(to bottom, white 0%, #dddddd 100%, #d1d1d1 100%, #dddddd 100%) !important;
284 - /* W3C */
285 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dddddd",GradientType=0 ) !important;
286 - /* IE6-9 */
264 + background: lightgrey !important; /* Old browsers */
265 + background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
266 + background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%, rgb(209, 209, 209) 100%, rgb(221, 221, 221) 100%) !important; /* W3C */
267 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */
287 268 -o-box-shadow: -1px 1px 0px #eee !important;
288 269 box-shadow: -1px 1px 0px #eee !important;
289 270 outline: initial !important;
290 271 }
@@ -289,17 +270,10 @@
289 270 outline: initial !important;
290 271 }
291 272
292 273 .cleanslate button:active, .cleanslate input[type=submit]:active, .cleanslate input[type=button]:active, .cleanslate button:active {
293 - background: #3b679e !important;
294 - /* Old browsers */
295 - /* FF3.6+ */
296 - /* Chrome,Safari4+ */
297 - /* Chrome10+,Safari5.1+ */
298 - /* Opera 11.10+ */
299 - /* IE10+ */
300 - background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%) !important;
301 - /* W3C */
274 + background: rgb(59, 103, 158) !important; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
275 + background: linear-gradient(to bottom, rgb(59, 103, 158) 0%, rgb(43, 136, 217) 50%, rgb(32, 124, 202) 51%, rgb(125, 185, 232) 100%) !important; /* W3C */
302 276 border-color: #5259b0 !important;
303 277 }
304 278
305 279 .cleanslate button {
@@ -375,10 +349,9 @@
375 349 text-decoration: line-through !important;
376 350 }
377 351
378 352 .cleanslate blockquote, .cleanslate q {
379 - quotes: none !important;
380 - /* HTML5 */
353 + quotes: none !important; /* HTML5 */
381 354 }
382 355
383 356 .cleanslate blockquote:before, .cleanslate blockquote:after, .cleanslate q:before, .cleanslate q:after, .cleanslate li:before, .cleanslate li:after {
384 357 content: "" !important;
@@ -460,12 +433,10 @@
460 433 .cleanslate {
461 434 font-size: medium !important;
462 435 line-height: 1 !important;
463 436 direction: rtl !important;
464 - text-align: right !important;
465 - /* for IE, Opera */
466 - text-align: start !important;
467 - /* recommended W3C Spec */
437 + text-align: right !important; /* for IE, Opera */
438 + text-align: start !important; /* recommended W3C Spec */
468 439 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
469 440 color: black !important;
470 441 font-style: normal !important;
471 442 font-weight: normal !important;
@@ -484,11 +455,11 @@
484 455 }
485 456
486 457 .cleanslate {
487 458 /* Modal */
488 - /* Form Toggle */
489 459 }
490 -.cleanslate .components-modal__screen-overlay, .cleanslate .ccpa__loading-overlay {
460 +.cleanslate .components-modal__screen-overlay,
461 +.cleanslate .ccpa__loading-overlay {
491 462 position: fixed !important;
492 463 top: 0 !important;
493 464 left: 0 !important;
494 465 bottom: 0 !important;
@@ -519,9 +490,9 @@
519 490 right: 0 !important;
520 491 box-sizing: border-box !important;
521 492 margin: 0 !important;
522 493 text-align: center !important;
523 - color: #ffffff !important;
494 + color: #fff !important;
524 495 }
525 496 @media (min-width: 600px) {
526 497 .cleanslate .components-modal__frame {
527 498 top: 50% !important;
@@ -537,12 +508,12 @@
537 508 }
538 509 }
539 510 @keyframes components-modal__appear-animation {
540 511 from {
541 - margin-top: 32px !important;
512 + margin-top: 32px;
542 513 }
543 514 to {
544 - margin-top: 0 !important;
515 + margin-top: 0;
545 516 }
546 517 }
547 518 .cleanslate .components-modal__header {
548 519 box-sizing: border-box !important;
@@ -595,20 +566,8 @@
595 566 flex-direction: row-reverse !important;
596 567 justify-content: space-between !important;
597 568 align-items: center !important;
598 569 }
599 -.cleanslate .components-button {
600 - display: inline-flex !important;
601 - text-decoration: none !important;
602 - font-size: 13px !important;
603 - margin: 0 !important;
604 - border: 0 !important;
605 - cursor: pointer !important;
606 - -webkit-appearance: none !important;
607 - background: none !important;
608 - /* Buttons that look like links, for a cross of good semantics with the visual */
609 - /* Link buttons that are red to indicate destructive behavior. */
610 -}
611 570 .cleanslate .components-icon-button {
612 571 display: flex !important;
613 572 align-items: center !important;
614 573 padding: 8px !important;
@@ -645,11 +604,15 @@
645 604 background-color: #fff !important;
646 605 color: #1d2327 !important;
647 606 box-shadow: inset 0 0 0 1px #c3c4c7, inset 0 0 0 2px #fff !important;
648 607 }
649 -.cleanslate .components-icon-button[aria-disabled=true]:focus, .cleanslate .components-icon-button:disabled:focus {
608 +.cleanslate .components-icon-button[aria-disabled=true]:focus,
609 +.cleanslate .components-icon-button:disabled:focus {
650 610 box-shadow: none !important;
651 611 }
612 +.cleanslate {
613 + /* Form Toggle */
614 +}
652 615 .cleanslate .components-form-toggle {
653 616 position: relative !important;
654 617 display: inline-block !important;
655 618 }
@@ -679,8 +642,12 @@
679 642 }
680 643 .cleanslate .components-form-toggle .components-form-toggle__on {
681 644 right: 8px !important;
682 645 display: none !important;
646 + outline: 1px solid transparent !important;
647 + outline-offset: -1px !important;
648 + border: 1px solid #000 !important;
649 + filter: invert(100%) contrast(500%) !important;
683 650 }
684 651 .cleanslate .components-form-toggle .components-form-toggle__track {
685 652 content: "" !important;
686 653 display: inline-block !important;
@@ -768,14 +735,8 @@
768 735 }
769 736 .cleanslate .components-form-toggle input.components-form-toggle__input[type=checkbox]::before {
770 737 content: "" !important;
771 738 }
772 -.cleanslate .components-form-toggle .components-form-toggle__on {
773 - outline: 1px solid transparent !important;
774 - outline-offset: -1px !important;
775 - border: 1px solid #000 !important;
776 - filter: invert(100%) contrast(500%) !important;
777 -}
778 739 .cleanslate .components-button {
779 740 display: inline-flex !important;
780 741 text-decoration: none !important;
781 742 font-size: 13px !important;
@@ -783,9 +744,9 @@
783 744 border: 0 !important;
784 745 cursor: pointer !important;
785 746 -webkit-appearance: none !important;
786 747 background: none !important;
787 - /* Buttons that look like links, for a cross of good semantics with the visual */
748 + /* Buttons that look like links for a cross of good semantics and visuals. */
788 749 /* Link buttons that are red to indicate destructive behavior. */
789 750 }
790 751 .cleanslate .components-button.is-button {
791 752 padding: 0 10px 1px !important;
@@ -796,44 +757,62 @@
796 757 border-width: 1px !important;
797 758 border-style: solid !important;
798 759 }
799 760 .cleanslate .components-button.is-primary {
800 - background: #0085ba !important;
801 - border-color: #006a95 #00648c #00648c !important;
802 - box-shadow: inset 0 -1px 0 #00648c !important;
761 + background: rgb(0, 133, 186) !important;
762 + border-color: rgb(0, 106, 149) rgb(0, 100, 140) rgb(0, 100, 140) !important;
763 + box-shadow: inset 0 -1px 0 rgb(0, 100, 140) !important;
803 764 color: #fff !important;
804 765 text-decoration: none !important;
805 - text-shadow: 0 -1px 1px #005d82, -1px 0 1px #005d82, 0 1px 1px #005d82, 1px 0 1px #005d82 !important;
766 + text-shadow: 0 -1px 1px rgb(0, 93, 130), -1px 0 1px rgb(0, 93, 130), 0 1px 1px rgb(0, 93, 130), 1px 0 1px rgb(0, 93, 130) !important;
806 767 }
807 -.cleanslate .components-button.is-primary:hover, .cleanslate .components-button.is-primary:focus:enabled {
808 - background: #007eb1 !important;
809 - border-color: #00435d !important;
768 +.cleanslate .components-button.is-primary:hover,
769 +.cleanslate .components-button.is-primary:focus:enabled {
770 + background: rgb(0, 126, 177) !important;
771 + border-color: rgb(0, 67, 93) !important;
810 772 color: #fff !important;
811 773 }
812 774 .cleanslate .components-button.is-primary:hover {
813 - box-shadow: inset 0 -1px 0 #00435d !important;
775 + box-shadow: inset 0 -1px 0 rgb(0, 67, 93) !important;
814 776 }
815 777 .cleanslate .components-button.is-primary:active:enabled {
816 - background: #006a95 !important;
817 - border-color: #00435d !important;
818 - box-shadow: inset 0 1px 0 #00435d !important;
778 + background: rgb(0, 106, 149) !important;
779 + border-color: rgb(0, 67, 93) !important;
780 + box-shadow: inset 0 1px 0 rgb(0, 67, 93) !important;
819 781 vertical-align: top !important;
820 782 }
821 -.cleanslate .components-button.is-primary:disabled, .cleanslate .components-button.is-primary:disabled:active:enabled, .cleanslate .components-button.is-primary[aria-disabled=true], .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled {
822 - color: #66b6d6 !important;
823 - background: #0085ba !important;
824 - border-color: #007cad !important;
783 +.cleanslate .components-button.is-primary:disabled,
784 +.cleanslate .components-button.is-primary:disabled:active:enabled,
785 +.cleanslate .components-button.is-primary[aria-disabled=true],
786 +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled {
787 + color: rgb(102, 182, 214) !important;
788 + background: rgb(0, 133, 186) !important;
789 + border-color: rgb(0, 124, 173) !important;
825 790 box-shadow: none !important;
826 791 text-shadow: none !important;
827 792 opacity: 1 !important;
828 793 }
829 -.cleanslate .components-button.is-primary:disabled.is-button, .cleanslate .components-button.is-primary:disabled.is-button:hover, .cleanslate .components-button.is-primary:disabled:active:enabled, .cleanslate .components-button.is-primary:disabled:active:enabled.is-button, .cleanslate .components-button.is-primary:disabled:active:enabled.is-button:hover, .cleanslate .components-button.is-primary:disabled:active:enabled:active:enabled, .cleanslate .components-button.is-primary[aria-disabled=true].is-button, .cleanslate .components-button.is-primary[aria-disabled=true].is-button:hover, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled.is-button, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled.is-button:hover, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled:active:enabled {
794 +.cleanslate .components-button.is-primary:disabled.is-button,
795 +.cleanslate .components-button.is-primary:disabled.is-button:hover,
796 +.cleanslate .components-button.is-primary:disabled:active:enabled,
797 +.cleanslate .components-button.is-primary:disabled:active:enabled.is-button,
798 +.cleanslate .components-button.is-primary:disabled:active:enabled.is-button:hover,
799 +.cleanslate .components-button.is-primary:disabled:active:enabled:active:enabled,
800 +.cleanslate .components-button.is-primary[aria-disabled=true].is-button,
801 +.cleanslate .components-button.is-primary[aria-disabled=true].is-button:hover,
802 +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled,
803 +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled.is-button,
804 +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled.is-button:hover,
805 +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled:active:enabled {
830 806 box-shadow: none !important;
831 807 text-shadow: none !important;
832 808 }
833 -.cleanslate .components-button.is-primary:disabled:focus:enabled, .cleanslate .components-button.is-primary:disabled:active:enabled:focus:enabled, .cleanslate .components-button.is-primary[aria-disabled=true]:focus:enabled, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled {
834 - color: #66b6d6 !important;
835 - border-color: #007cad !important;
809 +.cleanslate .components-button.is-primary:disabled:focus:enabled,
810 +.cleanslate .components-button.is-primary:disabled:active:enabled:focus:enabled,
811 +.cleanslate .components-button.is-primary[aria-disabled=true]:focus:enabled,
812 +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled {
813 + color: rgb(102, 182, 214) !important;
814 + border-color: rgb(0, 124, 173) !important;
836 815 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba !important;
837 816 }
838 817 .cleanslate .ccpa-settings {
839 818 font-size: 13px !important;
@@ -846,9 +825,9 @@
846 825 padding: 16px !important;
847 826 border-bottom: 1px solid #e2e4e7 !important;
848 827 }
849 828 .cleanslate .ccpa-setting__header {
850 - font-weight: bold !important;
829 + font-weight: 700 !important;
851 830 }
852 831 .cleanslate .ccpa-setting__text {
853 832 padding-left: 50px !important;
854 833 }
@@ -869,8 +848,9 @@
869 848 }
870 849 .cleanslate .is-checked > .ccpa-setting__toggle-text-on {
871 850 display: inline-block !important;
872 851 }
873 -.cleanslate .ccpa-privacy, .cleanslate .ccpa-privacy:visited {
874 - color: #0085ba !important;
852 +.cleanslate .ccpa-privacy,
853 +.cleanslate .ccpa-privacy:visited {
854 + color: rgb(0, 133, 186) !important;
875 855 text-decoration: none !important;
876 856 }