PluginProbe
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance / 2.2.11
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance v2.2.11
4.6.1 4.6.0 4.5.5 4.5.4 4.5.3 4.5.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.5 3.2.6 3.2.7 3.2.9 3.3.0 3.3.1 3.3.2 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.7.0 3.7.1 3.8.0 All 110 releases
wp-optimize / css / wp-optimize-notices.css

wp-optimize-notices.css in WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance 2.2.11, at css/wp-optimize-notices.css

85 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* CSS for adverts */
2
3 .updraft-ad-container {
4 margin-left: 0px !important;
5 }
6
7 .updraft_notice_container {
8 height: auto;
9 overflow: hidden;
10 padding: 7px;
11 }
12
13 .updraft_advert_content_left {
14 float: none;
15 width: 65px;
16 }
17
18 .updraft_advert_content_right {
19 float: none;
20 width: auto;
21 overflow: hidden;
22 }
23
24 .updraft_advert_bottom {
25 margin: 10px 0;
26 padding: 10px;
27 font-size: 140%;
28 background-color: #FFF;
29 border-color: #E6DB55;
30 border: 1px solid;
31 border-radius: 4px;
32 }
33
34 .updraft-advert-dismiss {
35 float: right;
36 font-size: 13px;
37 font-weight: normal;
38 }
39
40 h3.updraft_advert_heading {
41 margin-top: 5px !important;
42 margin-bottom: 5px !important;
43 }
44
45 h4.updraft_advert_heading {
46 margin-top: 2px !important;
47 margin-bottom: 3px !important;
48 }
49
50 .updraft_center_content {
51 text-align: center;
52 margin-bottom: 5px;
53 }
54
55 .updraft_notice_link {
56 padding-left: 5px;
57 }
58
59 .updraft_text_center {
60 text-align: center;
61 }
62
63 .wpo-main-header + .updraft-ad-container,
64 .wpo-main-header + .updated {
65 margin-bottom: 20px;
66 }
67
68 @media screen and (min-width: 560px) {
69
70 .updraft_advert_content_left {
71 float: left;
72 }
73
74 }
75
76 @media screen and (max-width: 768px) {
77
78 .wpo-main-header + .updraft-ad-container,
79 .wpo-main-header + .updated {
80 margin-right: 0;
81 }
82
83 }
84
85