| 1 |
/* Error Notice */ |
| 2 |
.imagify-plugins-error { |
| 3 |
overflow: hidden; |
| 4 |
padding-left: 20px; |
| 5 |
list-style-type: disc |
| 6 |
} |
| 7 |
.imagify-plugins-error li { |
| 8 |
width:300px; |
| 9 |
line-height:30px |
| 10 |
} |
| 11 |
@media (max-width: 570px) { |
| 12 |
.imagify-plugins-error li { |
| 13 |
width: auto; |
| 14 |
} |
| 15 |
} |
| 16 |
|
| 17 |
/* Notice close link */ |
| 18 |
.imagify-notice-dismiss.notice-dismiss { |
| 19 |
text-decoration: none; |
| 20 |
} |
| 21 |
|
| 22 |
/* Notices in Imagify related pages */ |
| 23 |
.media_page_imagify-bulk-optimization .notice, |
| 24 |
body[class*="_imagify-ngg-bulk-optimization"] .notice, |
| 25 |
.settings_page_imagify .notice { |
| 26 |
margin-right: 20px; |
| 27 |
margin-left: 2px; |
| 28 |
} |
| 29 |
|
| 30 |
.imagify-notice .button-mini { |
| 31 |
padding: 2px 10px; |
| 32 |
font-size: 13px; |
| 33 |
} |
| 34 |
|
| 35 |
.imagify-notice.imagify-notice { |
| 36 |
position: relative; |
| 37 |
display: -webkit-box; |
| 38 |
display: -webkit-flex; |
| 39 |
display: -ms-flexbox; |
| 40 |
display: flex; |
| 41 |
padding: 0; |
| 42 |
margin: 10px 20px 10px 2px; |
| 43 |
border: 0 none; |
| 44 |
background: #4A5362; |
| 45 |
box-shadow: none; |
| 46 |
color: #FFF; |
| 47 |
} |
| 48 |
@media (max-width:782px) { |
| 49 |
.imagify-notice.imagify-notice, |
| 50 |
.imagify-welcome { |
| 51 |
margin-right: 12px; |
| 52 |
} |
| 53 |
} |
| 54 |
@media (max-width: 450px) { |
| 55 |
.imagify-notice.imagify-notice { |
| 56 |
-webkit-box-orient: vertical; |
| 57 |
-webkit-box-direction: normal; |
| 58 |
-webkit-flex-direction: column; |
| 59 |
-ms-flex-direction: column; |
| 60 |
flex-direction: column; |
| 61 |
} |
| 62 |
} |
| 63 |
.wrap .imagify-notice { |
| 64 |
margin: 5px 15px 2px; |
| 65 |
position: relative; |
| 66 |
} |
| 67 |
.imagify-notice-logo { |
| 68 |
padding: 18px 23px; |
| 69 |
background: #40B1D0; |
| 70 |
} |
| 71 |
.imagify-notice-logo .imagify-logo { |
| 72 |
opacity: 1; |
| 73 |
} |
| 74 |
.imagify-flex-notice-content .imagify-notice-logo { |
| 75 |
display: flex; |
| 76 |
align-items: center; |
| 77 |
} |
| 78 |
.updated .imagify-notice-logo { |
| 79 |
background: #8BC34A; |
| 80 |
} |
| 81 |
.error .imagify-notice-logo { |
| 82 |
background: #C51162; |
| 83 |
} |
| 84 |
|
| 85 |
.imagify-notice-title { |
| 86 |
font-size: 15px; |
| 87 |
} |
| 88 |
|
| 89 |
.imagify-notice-content { |
| 90 |
padding: 5px 23px; |
| 91 |
} |
| 92 |
.imagify-notice-content.imagify-notice-content p { |
| 93 |
margin: 0.65em 0; |
| 94 |
} |
| 95 |
.imagify-flex-notice-content .imagify-notice-content { |
| 96 |
display: flex; |
| 97 |
flex-wrap: wrap; |
| 98 |
padding: 0; |
| 99 |
} |
| 100 |
.imagify-flex-notice-content .imagify-notice-content > * { |
| 101 |
padding: 10px 20px; |
| 102 |
} |
| 103 |
.imagify-flex-notice-content .imagify-meteo-icon img { |
| 104 |
height: 100%; |
| 105 |
margin-top: 6px; |
| 106 |
} |
| 107 |
.imagify-notice-quota [class^="imagify-bar-"] { |
| 108 |
background: #1F2332; |
| 109 |
} |
| 110 |
.imagify-notice-quota .imagify-space-left p { |
| 111 |
margin: 0; |
| 112 |
} |
| 113 |
.imagify-flex-notice-content .imagify-notice-content .imagify-notice-quota { |
| 114 |
padding-right: 24px; |
| 115 |
padding-left: 8px; |
| 116 |
background: #343A49; |
| 117 |
} |
| 118 |
.imagify-notice a { |
| 119 |
color: #40B1D0; |
| 120 |
} |
| 121 |
.imagify-notice a:hover, |
| 122 |
.imagify-notice a:focus { |
| 123 |
color: #FEE102; |
| 124 |
} |
| 125 |
|
| 126 |
.imagify-notice code { |
| 127 |
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; |
| 128 |
} |
| 129 |
|
| 130 |
.imagify-notice .imagify-rate-us.imagify-rate-us { |
| 131 |
text-align: left; |
| 132 |
} |
| 133 |
|
| 134 |
.imagify-notice .imagify-rate-us .stars { |
| 135 |
margin: 0; |
| 136 |
} |
| 137 |
|
| 138 |
/** |
| 139 |
* == Welcome section |
| 140 |
*/ |
| 141 |
.imagify-welcome { |
| 142 |
margin: 30px 20px 0 0; |
| 143 |
} |
| 144 |
.imagify-welcome .baseline { |
| 145 |
display: inline-block; |
| 146 |
margin: .2em 0 0 2em; |
| 147 |
font-size: 17px; |
| 148 |
} |
| 149 |
.imagify-welcome .imagify-logo { |
| 150 |
vertical-align: middle; |
| 151 |
} |
| 152 |
.imagify-welcome-remove { |
| 153 |
position: absolute; |
| 154 |
top: 50%; right: 15px; |
| 155 |
margin-top: -8px; |
| 156 |
color: #FFF; |
| 157 |
text-decoration: none; |
| 158 |
} |
| 159 |
/* Welcome columns */ |
| 160 |
.imagify-columns [class^="col-"] img { |
| 161 |
float: left; |
| 162 |
margin-right: 18px; |
| 163 |
} |
| 164 |
.imagify-col-content { |
| 165 |
overflow: hidden; |
| 166 |
} |
| 167 |
.imagify-col-title { |
| 168 |
margin: 0 0 15px 0; |
| 169 |
font-size: 23px; |
| 170 |
} |
| 171 |
.counter .imagify-col-title:before { |
| 172 |
counter-increment: cols; |
| 173 |
content: counter(cols) ". "; |
| 174 |
color: #40B1D0; |
| 175 |
} |
| 176 |
.imagify-col-desc { |
| 177 |
color: #5F758E; |
| 178 |
margin-bottom: 2em; |
| 179 |
} |
| 180 |
|
| 181 |
/* WP Rocket notice */ |
| 182 |
.imagify-rkt-notice.imagify-rkt-notice { |
| 183 |
position: relative; |
| 184 |
display: -webkit-box; |
| 185 |
display: -webkit-flex; |
| 186 |
display: -ms-flexbox; |
| 187 |
display: flex; |
| 188 |
-webkit-box-align: center; |
| 189 |
-webkit-align-items: center; |
| 190 |
-ms-flex-align: center; |
| 191 |
-ms-grid-row-align: center; |
| 192 |
align-items: center; |
| 193 |
padding: 10px 45px 10px 0; |
| 194 |
border: 0 none; |
| 195 |
box-shadow: none; |
| 196 |
color: #FFF; |
| 197 |
background: #1F2332; |
| 198 |
} |
| 199 |
.media_page_imagify-bulk-optimization .imagify-rkt-notice { |
| 200 |
margin-left: 2px; |
| 201 |
margin-right: 20px; |
| 202 |
} |
| 203 |
@media (max-width: 782px) { |
| 204 |
.media_page_imagify-bulk-optimization .imagify-rkt-notice { |
| 205 |
margin-left: 0; |
| 206 |
margin-right: 12px; |
| 207 |
} |
| 208 |
} |
| 209 |
.imagify-rkt-notice .imagify-cross { |
| 210 |
position: absolute; |
| 211 |
right: 8px; top: 50%; |
| 212 |
width: 22px; height: 22px; |
| 213 |
padding: 0; |
| 214 |
margin-top: -11px; |
| 215 |
background: transparent; |
| 216 |
color: rgba(255,255,255,.5); |
| 217 |
text-decoration: none; |
| 218 |
border-radius: 50%; |
| 219 |
transition: all .275s; |
| 220 |
} |
| 221 |
.imagify-rkt-notice .imagify-cross .dashicons { |
| 222 |
position: relative; |
| 223 |
top: 2px; left: 1px; |
| 224 |
transition: all .275s; |
| 225 |
} |
| 226 |
.imagify-rkt-notice .imagify-cross:hover { |
| 227 |
background: #FFF; |
| 228 |
} |
| 229 |
.imagify-rkt-notice .imagify-cross:hover .dashicons { |
| 230 |
color: #412355; |
| 231 |
} |
| 232 |
.imagify-rkt-notice .imagify-rkt-cta, |
| 233 |
.imagify-rkt-notice .imagify-rkt-logo, |
| 234 |
.imagify-rkt-notice .imagify-rkt-coupon { |
| 235 |
-webkit-flex-shrink: 0; |
| 236 |
-ms-flex-negative: 0; |
| 237 |
flex-shrink: 0; |
| 238 |
} |
| 239 |
.imagify-rkt-notice .imagify-rkt-logo { |
| 240 |
width: 150px!important; /* !important because of a dirtugly WP Engine code */ |
| 241 |
text-align: center; |
| 242 |
padding: 0 25px 0 30px; |
| 243 |
line-height: 0.8; |
| 244 |
} |
| 245 |
.imagify-rkt-notice .imagify-rkt-msg { |
| 246 |
width: 100%!important; /* !important because of a dirtugly WP Engine code */ |
| 247 |
color: #FFF; |
| 248 |
padding: 0 15px; |
| 249 |
font-size: 14px; |
| 250 |
line-height: 1.6; |
| 251 |
} |
| 252 |
.imagify-rkt-notice .imagify-rkt-coupon { |
| 253 |
width: 150px!important; /* !important because of a dirtugly WP Engine code */ |
| 254 |
padding: 0 15px; |
| 255 |
} |
| 256 |
.imagify-rkt-notice .imagify-rkt-coupon-code { |
| 257 |
padding: 5px 10px; |
| 258 |
font-size: 23px; |
| 259 |
font-weight: bold; |
| 260 |
border: 1px dashed #F56640; |
| 261 |
color: #F56640; |
| 262 |
} |
| 263 |
.imagify-rkt-notice .imagify-rkt-cta { |
| 264 |
width: 250px!important; /* !important because of a dirtugly WP Engine code */ |
| 265 |
-webkit-box-flex: 1; |
| 266 |
-webkit-flex-grow: 1; |
| 267 |
-ms-flex-positive: 1; |
| 268 |
flex-grow: 1; |
| 269 |
-webkit-flex-basis: 200px; |
| 270 |
-ms-flex-preferred-size: 200px; |
| 271 |
flex-basis: 200px; |
| 272 |
} |
| 273 |
.imagify-rkt-notice .button.button { |
| 274 |
position: relative; |
| 275 |
top: -1px; |
| 276 |
height: auto; |
| 277 |
font-weight: 600; |
| 278 |
font-size: 14px; |
| 279 |
border: 0 none; |
| 280 |
padding: 9px 18px 9px; |
| 281 |
background: #F56640; |
| 282 |
box-shadow: none; |
| 283 |
text-shadow: none!important; |
| 284 |
} |
| 285 |
@media (max-width: 880px) { |
| 286 |
.imagify-rkt-notice { |
| 287 |
-webkit-flex-wrap: wrap; |
| 288 |
-ms-flex-wrap: wrap; |
| 289 |
flex-wrap: wrap; |
| 290 |
} |
| 291 |
.imagify-rkt-notice .imagify-rkt-msg, |
| 292 |
.imagify-rkt-notice .imagify-rkt-cta, |
| 293 |
.imagify-rkt-notice .imagify-rkt-logo { |
| 294 |
text-align: left; |
| 295 |
padding: 5px 15px; |
| 296 |
} |
| 297 |
.imagify-cross.imagify-cross { |
| 298 |
top: 8px; |
| 299 |
margin-top: 0; |
| 300 |
} |
| 301 |
.imagify-rkt-notice .imagify-cross .dashicons { |
| 302 |
top: 1px; |
| 303 |
} |
| 304 |
} |