fonts
9 months ago
vendor
7 years ago
admin-notices.css
1 year ago
admin.css
9 months ago
analytics.build.css
9 months ago
blocks.build.css
9 months ago
carousel.min.css
2 years ago
el-icon.css
3 years ago
embedpress-elementor.css
2 years ago
embedpress.css
9 months ago
font.css
7 years ago
glider.min.css
2 years ago
index.html
7 years ago
plyr.css
3 years ago
preview.css
6 years ago
settings-icons.css
9 months ago
settings.css
9 months ago
admin-notices.css
347 lines
| 1 | #wpnotice-embedpress-optin { |
| 2 | display: block !important; |
| 3 | } |
| 4 | |
| 5 | .wpnotice-content-wrapper>p { |
| 6 | margin-top: 0px; |
| 7 | margin-bottom: 0px; |
| 8 | } |
| 9 | |
| 10 | #wpnotice-embedpress-freedom30 .wpnotice-thumbnail-wrapper { |
| 11 | padding: 10px 0px 10px 0px !important; |
| 12 | } |
| 13 | |
| 14 | .wpnotice-thumbnail-wrapper img { |
| 15 | display: block; |
| 16 | } |
| 17 | |
| 18 | .button.button-primary.btn-embedpress { |
| 19 | background-color: #5B4E96; |
| 20 | } |
| 21 | |
| 22 | .btn-embedpress:focus { |
| 23 | outline: none; |
| 24 | box-shadow: none; |
| 25 | } |
| 26 | |
| 27 | |
| 28 | .notice-embedpress-review { |
| 29 | padding: 10px; |
| 30 | background-color: #fff; |
| 31 | border-radius: 3px; |
| 32 | margin: 15px; |
| 33 | display: -webkit-box; |
| 34 | display: -ms-flexbox; |
| 35 | display: flex; |
| 36 | -webkit-box-align: center; |
| 37 | -ms-flex-align: center; |
| 38 | align-items: center; |
| 39 | } |
| 40 | |
| 41 | .notice-embedpress-review:after { |
| 42 | content: ""; |
| 43 | display: table; |
| 44 | clear: both; |
| 45 | } |
| 46 | |
| 47 | .wpdeveloper-update-notice { |
| 48 | margin-top: 20px; |
| 49 | } |
| 50 | |
| 51 | .wpdeveloper-update-notice .notice-dismiss { |
| 52 | top: auto; |
| 53 | } |
| 54 | |
| 55 | .wpdeveloper-notice-thumbnail { |
| 56 | width: 40px; |
| 57 | float: left; |
| 58 | padding: 5px 5px 5px 10px; |
| 59 | text-align: center; |
| 60 | border-right: 4px solid transparent; |
| 61 | } |
| 62 | |
| 63 | .wpdeveloper-notice-thumbnail img { |
| 64 | width: 100%; |
| 65 | opacity: 0.85; |
| 66 | -webkit-transition: all 0.3s; |
| 67 | -o-transition: all 0.3s; |
| 68 | transition: all 0.3s; |
| 69 | } |
| 70 | |
| 71 | .wpdeveloper-notice-thumbnail img:hover { |
| 72 | opacity: 1; |
| 73 | } |
| 74 | |
| 75 | .notice-links { |
| 76 | margin: 8px 0 0 0; |
| 77 | padding: 0; |
| 78 | } |
| 79 | |
| 80 | .notice-links li { |
| 81 | display: inline-block; |
| 82 | margin-right: 15px; |
| 83 | } |
| 84 | |
| 85 | .notice-links li a { |
| 86 | display: inline-block; |
| 87 | text-decoration: none; |
| 88 | position: relative; |
| 89 | } |
| 90 | |
| 91 | .wpdeveloper-notice-message { |
| 92 | padding: 10px; |
| 93 | } |
| 94 | |
| 95 | .wpdeveloper-upsale-notice .wpdeveloper-notice-message { |
| 96 | display: -webkit-box; |
| 97 | display: -ms-flexbox; |
| 98 | display: flex; |
| 99 | -webkit-box-align: center; |
| 100 | -ms-flex-align: center; |
| 101 | align-items: center; |
| 102 | padding: 10px 0; |
| 103 | } |
| 104 | |
| 105 | .wpdeveloper-upsale-notice .wpdeveloper-notice-message+.notice-dismiss { |
| 106 | top: 10px; |
| 107 | } |
| 108 | |
| 109 | .wpdeveloper-upsale-notice #plugin-install-core { |
| 110 | margin-left: 10px; |
| 111 | } |
| 112 | |
| 113 | .notice.notice-has-thumbnail { |
| 114 | padding-left: 0; |
| 115 | display: flex; |
| 116 | align-items: center; |
| 117 | } |
| 118 | |
| 119 | .wpdeveloper-upsale-notice { |
| 120 | display: -webkit-box; |
| 121 | display: -ms-flexbox; |
| 122 | display: flex; |
| 123 | } |
| 124 | |
| 125 | .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail { |
| 126 | padding: 10px; |
| 127 | width: 40px; |
| 128 | } |
| 129 | |
| 130 | .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img { |
| 131 | width: 32px; |
| 132 | } |
| 133 | |
| 134 | .toplevel_page_eael-settings .wp-menu-image img { |
| 135 | max-width: 20px; |
| 136 | padding-top: 8px !important; |
| 137 | } |
| 138 | |
| 139 | .wpdeveloper-upsale-notice .wpdeveloper-notice-message .button { |
| 140 | margin-left: 15px; |
| 141 | } |
| 142 | |
| 143 | #embedpress-settings-wrapper a.embedpress-settings-link { |
| 144 | color: #0073aa; |
| 145 | } |
| 146 | |
| 147 | #wpnotice-embedpress-black_friday_notice { |
| 148 | padding: 16px 0; |
| 149 | } |
| 150 | |
| 151 | #wpnotice-embedpress-black_friday_notice.notice-info { |
| 152 | border-left-color: #5b4e96; |
| 153 | } |
| 154 | |
| 155 | #wpnotice-embedpress-black_friday_notice .wpnotice-thumbnail-wrapper { |
| 156 | padding-left: 30px; |
| 157 | padding-right: 28px; |
| 158 | } |
| 159 | |
| 160 | #wpnotice-embedpress-black_friday_notice .wpnotice-content-wrapper a { |
| 161 | text-transform: capitalize; |
| 162 | margin-right: 16px; |
| 163 | } |
| 164 | |
| 165 | #wpnotice-embedpress-black_friday_notice .wpnotice-content-wrapper button { |
| 166 | text-transform: capitalize; |
| 167 | } |
| 168 | |
| 169 | #wpnotice-embedpress-black_friday_notice .wpnotice-content-wrapper button:hover { |
| 170 | background-color: transparent; |
| 171 | } |
| 172 | |
| 173 | #wpbody-content #wpnotice-embedpress-100k_notice, |
| 174 | #wpbody-content #wpnotice-embedpress-compatibility { |
| 175 | padding: 8px 20px; |
| 176 | gap: 32px !important; |
| 177 | } |
| 178 | |
| 179 | #wpbody-content #wpnotice-embedpress-compatibility { |
| 180 | min-height: 35px; |
| 181 | } |
| 182 | |
| 183 | #wpbody-content #wpnotice-embedpress-100k_notice .notice-info, |
| 184 | #wpbody-content #wpnotice-embedpress-compatibility .notice-info { |
| 185 | border: none; |
| 186 | border-left: 5px solid #d63638; |
| 187 | } |
| 188 | |
| 189 | #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-thumbnail-wrapper img, |
| 190 | #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-thumbnail-wrapper img { |
| 191 | max-width: 144px !important; |
| 192 | } |
| 193 | |
| 194 | #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper, |
| 195 | #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper { |
| 196 | flex: 1; |
| 197 | display: flex; |
| 198 | align-items: center; |
| 199 | justify-content: space-between; |
| 200 | gap: 20px; |
| 201 | } |
| 202 | |
| 203 | #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper p, |
| 204 | #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper p { |
| 205 | font-size: 14px; |
| 206 | line-height: 20px; |
| 207 | margin: 0 !important; |
| 208 | padding: 0 !important; |
| 209 | } |
| 210 | |
| 211 | /* |
| 212 | #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper p span, |
| 213 | #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper p span { |
| 214 | font-weight: 400; |
| 215 | } */ |
| 216 | |
| 217 | #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper button, |
| 218 | #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper button { |
| 219 | display: none; |
| 220 | } |
| 221 | |
| 222 | #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper .button-primary, |
| 223 | #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper .button-primary { |
| 224 | margin-right: 30px; |
| 225 | } |
| 226 | |
| 227 | @media all and (max-width: 1024px) { |
| 228 | |
| 229 | #wpbody-content #wpnotice-embedpress-100k_notice, |
| 230 | #wpbody-content #wpnotice-embedpress-compatibility { |
| 231 | padding: 8px 20px; |
| 232 | gap: 30px !important; |
| 233 | } |
| 234 | |
| 235 | #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper, |
| 236 | #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper { |
| 237 | flex-wrap: wrap; |
| 238 | } |
| 239 | |
| 240 | #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper p, |
| 241 | #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper p { |
| 242 | padding-right: 30px !important; |
| 243 | } |
| 244 | |
| 245 | #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper, |
| 246 | #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper { |
| 247 | gap: 12px; |
| 248 | } |
| 249 | } |
| 250 | |
| 251 | div#wpnotice-embedpress-helloween_2024_notice { |
| 252 | border-left-color: #5626E7; |
| 253 | /* border-left-color: #5b4e96; */ |
| 254 | } |
| 255 | |
| 256 | .wpnotice-content-wrapper .helloween_2024_notice { |
| 257 | display: flex; |
| 258 | justify-content: space-between; |
| 259 | width: calc(100% - 30px); |
| 260 | align-items: center; |
| 261 | margin: 15px 0; |
| 262 | |
| 263 | } |
| 264 | |
| 265 | .helloween_2024_notice a.button.button-primary { |
| 266 | display: inline-flex; |
| 267 | align-items: center; |
| 268 | gap: 8px; |
| 269 | padding: 5px 15px; |
| 270 | background-color: #5626E7; |
| 271 | /* background-color: #5b4e96; */ |
| 272 | } |
| 273 | |
| 274 | .helloween_2024_notice p { |
| 275 | font-size: 14px; |
| 276 | } |
| 277 | |
| 278 | .wpnotice-content-wrapper { |
| 279 | width: 100%; |
| 280 | } |
| 281 | |
| 282 | |
| 283 | |
| 284 | .holiday_2024_notice { |
| 285 | padding: 15px 0; |
| 286 | } |
| 287 | |
| 288 | .holiday_2024_notice a.button.button-primary { |
| 289 | display: inline-flex; |
| 290 | align-items: center; |
| 291 | gap: 8px; |
| 292 | padding: 0px 15px; |
| 293 | background-color: #5626E7; |
| 294 | min-height: 32px; |
| 295 | } |
| 296 | |
| 297 | .holiday_2024_notice a.button.button-primary svg { |
| 298 | height: 16px; |
| 299 | width: auto; |
| 300 | } |
| 301 | |
| 302 | .holiday_2024_notice p.notice-message { |
| 303 | margin-bottom: 8px; |
| 304 | margin-top: 0; |
| 305 | padding-top: 0; |
| 306 | } |
| 307 | |
| 308 | .embedpress-notice-dismiss-button { |
| 309 | font-weight: 400; |
| 310 | line-height: 19.36px; |
| 311 | text-align: center; |
| 312 | text-decoration-line: underline; |
| 313 | text-decoration-style: solid; |
| 314 | text-underline-position: from-font; |
| 315 | text-decoration-skip-ink: none; |
| 316 | cursor: pointer; |
| 317 | color: #5626E7; |
| 318 | |
| 319 | } |
| 320 | |
| 321 | |
| 322 | .notice-links { |
| 323 | display: flex; |
| 324 | align-items: center; |
| 325 | gap: 20px; |
| 326 | margin-top: 0; |
| 327 | } |
| 328 | |
| 329 | div#wpnotice-embedpress-holiday_2024_notice { |
| 330 | gap: 50px !important; |
| 331 | padding-left: 40px; |
| 332 | } |
| 333 | |
| 334 | .notice-info { |
| 335 | border-left-color: #1e1e1e; |
| 336 | } |
| 337 | |
| 338 | @media screen and (max-width: 767px) { |
| 339 | |
| 340 | div#wpnotice-embedpress-helloween_2024_notice { |
| 341 | display: none !important; |
| 342 | } |
| 343 | |
| 344 | div#wpnotice-embedpress-holiday_2024_notice { |
| 345 | display: none !important; |
| 346 | } |
| 347 | } |