vendor
7 years ago
addons.css
9 years ago
admin.css
6 years ago
embedpress-elementor.css
6 years ago
embedpress.css
6 years ago
font.css
7 years ago
index.html
7 years ago
preview.css
6 years ago
admin.css
381 lines
| 1 | /** |
| 2 | * @package EmbedPress |
| 3 | * @author EmbedPress <help@embedpress.com> |
| 4 | * @copyright Copyright (C) 2018 EmbedPress. All rights reserved. |
| 5 | * @license GPLv2 or later |
| 6 | * @since 1.3.1 |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * WordPress's admin sidebar. |
| 11 | */ |
| 12 | #toplevel_page_embedpress > a.current, |
| 13 | #toplevel_page_embedpress > a.wp-has-current-submenu { |
| 14 | background-color: #655997 !important; |
| 15 | } |
| 16 | |
| 17 | #toplevel_page_embedpress .dashicons-admin-generic::before, |
| 18 | #toplevel_page_embedpress .current .dashicons-admin-generic::before { |
| 19 | background-image: url(../images/menu-icon.png); |
| 20 | background-repeat: no-repeat; |
| 21 | background-position: 0 8px; |
| 22 | background-size: 19px auto; |
| 23 | content: " "; |
| 24 | transition: none; |
| 25 | -moz-transition: none; |
| 26 | -webkit-transition: none; |
| 27 | -o-transition: none; |
| 28 | } |
| 29 | |
| 30 | #toplevel_page_embedpress:active .wp-not-current-submenu .dashicons-admin-generic::before, |
| 31 | #toplevel_page_embedpress:hover .wp-not-current-submenu .dashicons-admin-generic::before { |
| 32 | background-position: 0 -26px; |
| 33 | } |
| 34 | |
| 35 | #toplevel_page_embedpress > a.wp-has-current-submenu .dashicons-admin-generic::before, |
| 36 | #toplevel_page_embedpress .current .dashicons-admin-generic::before { |
| 37 | background-position: 0 -60px; |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Helper classes. |
| 42 | */ |
| 43 | .ep-label-danger { |
| 44 | color: #D54E21; |
| 45 | } |
| 46 | |
| 47 | .ep-label-success { |
| 48 | color: #5CA410; |
| 49 | } |
| 50 | |
| 51 | .ep-small-link { |
| 52 | line-height: 28px; |
| 53 | font-size: 0.8em; |
| 54 | } |
| 55 | |
| 56 | .ep-small-spacing { |
| 57 | margin-left: 5px; |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * EmbedPress Settings Wrapper. |
| 62 | */ |
| 63 | |
| 64 | #embedpress-settings-wrapper { |
| 65 | margin-top: 15px; |
| 66 | } |
| 67 | |
| 68 | #embedpress-settings-wrapper > header .pressshack-title { |
| 69 | display: inline-block; |
| 70 | padding: 10px 0 10px 55px; |
| 71 | background-image: url(../images/icon-128x128.png); |
| 72 | background-size: 45px auto; |
| 73 | background-position: left center; |
| 74 | background-repeat: no-repeat; |
| 75 | background-color: transparent; |
| 76 | } |
| 77 | |
| 78 | #embedpress-settings-wrapper > header h1 { |
| 79 | margin: .67em 0 15px .15em; |
| 80 | font-weight: 600; |
| 81 | font-size: 2em; |
| 82 | } |
| 83 | |
| 84 | #embedpress-settings-wrapper > header h1 a, |
| 85 | #embedpress-settings-wrapper > header h1 a:hover, |
| 86 | #embedpress-settings-wrapper > header h1 a:focus, |
| 87 | #embedpress-settings-wrapper > header h1 a:active { |
| 88 | color: #23282d; |
| 89 | } |
| 90 | |
| 91 | #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab { |
| 92 | color: inherit; |
| 93 | } |
| 94 | |
| 95 | #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab-active { |
| 96 | border-top-color: #655997; |
| 97 | color: #655997; |
| 98 | } |
| 99 | |
| 100 | #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab:not(.nav-tab-active):hover { |
| 101 | color: #555; |
| 102 | } |
| 103 | |
| 104 | #embedpress-settings-wrapper input:not([type="checkbox"]):not([type="radio"]):not(.wp-color-picker):not(.wp-picker-clear) { |
| 105 | -webkit-border-radius: 4px; |
| 106 | -moz-border-radius: 4px; |
| 107 | border-radius: 4px; |
| 108 | padding: 4.5px 10px; |
| 109 | } |
| 110 | |
| 111 | #embedpress-settings-wrapper input:focus, |
| 112 | #embedpress-settings-wrapper select:focus, |
| 113 | #embedpress-settings-wrapper textarea:focus, |
| 114 | #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active, |
| 115 | #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus, |
| 116 | #embedpress-settings-wrapper a:active, |
| 117 | #embedpress-settings-wrapper a:focus { |
| 118 | -webkit-box-shadow: 0 0 2px rgba(101, 89, 151, .8); |
| 119 | -moz-box-shadow: 0 0 2px rgba(101, 89, 151, .8); |
| 120 | box-shadow: 0 0 2px rgba(101, 89, 151, .8); |
| 121 | } |
| 122 | |
| 123 | #embedpress-settings-wrapper input:focus, |
| 124 | #embedpress-settings-wrapper select:focus, |
| 125 | #embedpress-settings-wrapper textarea:focus, |
| 126 | #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active, |
| 127 | #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus { |
| 128 | border-color: #9D94C9; |
| 129 | } |
| 130 | |
| 131 | #embedpress-settings-wrapper input[type="radio"]::before { |
| 132 | background-color: #9D94C9; |
| 133 | } |
| 134 | |
| 135 | #embedpress-settings-wrapper > footer { |
| 136 | text-align: center; |
| 137 | } |
| 138 | |
| 139 | #embedpress-settings-wrapper > footer p { |
| 140 | color: #666; |
| 141 | font-size: 12px; |
| 142 | } |
| 143 | |
| 144 | #embedpress-settings-wrapper > footer .dashicons { |
| 145 | font-size: 16px; |
| 146 | width: 16px; |
| 147 | height: 16px; |
| 148 | } |
| 149 | |
| 150 | #embedpress-settings-wrapper > footer .dashicons.dashicons-star-filled { |
| 151 | line-height: 18px; |
| 152 | font-size: 12px; |
| 153 | width: 12px; |
| 154 | height: 12px; |
| 155 | color: #FFB300; |
| 156 | -webkit-transition: color 200ms ease-in-out; |
| 157 | -moz-transition: color 200ms ease-in-out; |
| 158 | -o-transition: color 200ms ease-in-out; |
| 159 | transition: color 200ms ease-in-out; |
| 160 | } |
| 161 | |
| 162 | #embedpress-settings-wrapper > footer a:hover .dashicons.dashicons-star-filled { |
| 163 | color: #C58C07; |
| 164 | } |
| 165 | |
| 166 | #embedpress-settings-wrapper > footer > nav ul { |
| 167 | list-style: none; |
| 168 | } |
| 169 | |
| 170 | #embedpress-settings-wrapper > footer > nav ul > li { |
| 171 | display: inline-block; |
| 172 | } |
| 173 | |
| 174 | #embedpress-settings-wrapper > footer > nav ul > li:not(:first-child) { |
| 175 | margin-left: 15px; |
| 176 | } |
| 177 | |
| 178 | #embedpress-settings-wrapper > footer > nav ul > li > a { |
| 179 | font-weight: bold; |
| 180 | } |
| 181 | |
| 182 | #embedpress-settings-wrapper a { |
| 183 | color: #777; |
| 184 | } |
| 185 | |
| 186 | #embedpress-settings-wrapper a, |
| 187 | #embedpress-settings-wrapper button |
| 188 | #embedpress-settings-wrapper button::before { |
| 189 | -webkit-transition: all 200ms ease-in-out; |
| 190 | -moz-transition: all 200ms ease-in-out; |
| 191 | -o-transition: all 200ms ease-in-out; |
| 192 | transition: all 200ms ease-in-out; |
| 193 | } |
| 194 | |
| 195 | #embedpress-settings-wrapper a:link, |
| 196 | #embedpress-settings-wrapper a:visited, |
| 197 | #embedpress-settings-wrapper a:active, |
| 198 | #embedpress-settings-wrapper a:hover { |
| 199 | text-decoration: none; |
| 200 | } |
| 201 | |
| 202 | #embedpress-settings-wrapper a:hover { |
| 203 | color: #9D94C9; |
| 204 | } |
| 205 | |
| 206 | #embedpress-settings-wrapper .button-primary { |
| 207 | line-height: 1; |
| 208 | border: none; |
| 209 | border-radius: 0; |
| 210 | background-color: #dc4444; |
| 211 | color: #ffffff; |
| 212 | font-size: 14px; |
| 213 | width: 150px; |
| 214 | height: 38px; |
| 215 | border-radius: 5px; |
| 216 | transition: all .3s; |
| 217 | text-shadow: none; |
| 218 | box-shadow: none; |
| 219 | margin: 0; |
| 220 | } |
| 221 | |
| 222 | #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary { |
| 223 | background-color: #655997; |
| 224 | border-color: #363050; |
| 225 | color: #FFF; |
| 226 | } |
| 227 | |
| 228 | #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary:hover { |
| 229 | background-color: #5A4F87; |
| 230 | } |
| 231 | |
| 232 | #embedpress-settings-wrapper button:not(.notice-dismiss) { |
| 233 | -webkit-border-radius: 5px; |
| 234 | -moz-border-radius: 5px; |
| 235 | border-radius: 5px; |
| 236 | text-shadow: initial; |
| 237 | -webkit-box-shadow: initial; |
| 238 | -moz-box-shadow: initial; |
| 239 | box-shadow: initial; |
| 240 | vertical-align: middle; |
| 241 | line-height: 0; |
| 242 | min-height: 28px; |
| 243 | text-decoration: none; |
| 244 | padding: 15px 10px; |
| 245 | border-width: 2px; |
| 246 | border-style: solid; |
| 247 | } |
| 248 | |
| 249 | #embedpress-settings-wrapper button:not(.notice-dismiss):hover, |
| 250 | #embedpress-settings-wrapper button:not(.notice-dismiss):active, |
| 251 | #embedpress-settings-wrapper button:not(.notice-dismiss):focus { |
| 252 | outline: none; |
| 253 | -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); |
| 254 | -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); |
| 255 | box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); |
| 256 | } |
| 257 | |
| 258 | #embedpress-settings-wrapper > #setting-error-settings_updated { |
| 259 | margin-left: 0; |
| 260 | margin-bottom: 15px; |
| 261 | } |
| 262 | |
| 263 | #embedpress-settings-wrapper > #setting-error-settings_updated button.notice-dismiss:hover::before { |
| 264 | color: #655997; |
| 265 | } |
| 266 | |
| 267 | .modal-dialog .row { |
| 268 | width: 100%; |
| 269 | } |
| 270 | |
| 271 | |
| 272 | /** |
| 273 | * Fremius tweaks |
| 274 | */ |
| 275 | |
| 276 | #piframe, |
| 277 | .fs-secure-notice { |
| 278 | display: none; |
| 279 | } |
| 280 | |
| 281 | /** |
| 282 | * Notice |
| 283 | **/ |
| 284 | |
| 285 | .wpdeveloper-review-notice { |
| 286 | padding: 10px; |
| 287 | background-color: #fff; |
| 288 | border-radius: 3px; |
| 289 | margin: 15px; |
| 290 | border-left: 4px solid transparent; |
| 291 | display: -webkit-box; |
| 292 | display: -ms-flexbox; |
| 293 | display: flex; |
| 294 | -webkit-box-align: center; |
| 295 | -ms-flex-align: center; |
| 296 | align-items: center; |
| 297 | } |
| 298 | .wpdeveloper-review-notice:after { |
| 299 | content: ""; |
| 300 | display: table; |
| 301 | clear: both; |
| 302 | } |
| 303 | .wpdeveloper-notice-thumbnail { |
| 304 | width: 90px; |
| 305 | float: left; |
| 306 | padding: 5px; |
| 307 | text-align: center; |
| 308 | border-right: 4px solid transparent; |
| 309 | } |
| 310 | .wpdeveloper-notice-thumbnail img { |
| 311 | width: 72px; |
| 312 | opacity: 0.85; |
| 313 | -webkit-transition: all 0.3s; |
| 314 | -o-transition: all 0.3s; |
| 315 | transition: all 0.3s; |
| 316 | } |
| 317 | .wpdeveloper-notice-thumbnail img:hover { |
| 318 | opacity: 1; |
| 319 | } |
| 320 | |
| 321 | .wpdeveloper-notice-link { |
| 322 | margin: 8px 0 0 0; |
| 323 | padding: 0; |
| 324 | } |
| 325 | .wpdeveloper-notice-link li { |
| 326 | display: inline-block; |
| 327 | margin-right: 15px; |
| 328 | } |
| 329 | .wpdeveloper-notice-link li a { |
| 330 | display: inline-block; |
| 331 | color: #10738b; |
| 332 | text-decoration: none; |
| 333 | padding-left: 26px; |
| 334 | position: relative; |
| 335 | } |
| 336 | .wpdeveloper-notice-link li a span { |
| 337 | position: absolute; |
| 338 | left: 0; |
| 339 | top: -2px; |
| 340 | } |
| 341 | .wpdeveloper-notice-message { |
| 342 | padding: 10px 0; |
| 343 | } |
| 344 | .wpdeveloper-upsale-notice .wpdeveloper-notice-message { |
| 345 | display: -webkit-box; |
| 346 | display: -ms-flexbox; |
| 347 | display: flex; |
| 348 | -webkit-box-align: center; |
| 349 | -ms-flex-align: center; |
| 350 | align-items: center; |
| 351 | padding: 10px 0; |
| 352 | } |
| 353 | .wpdeveloper-upsale-notice .wpdeveloper-notice-message + .notice-dismiss { |
| 354 | top: 10px; |
| 355 | } |
| 356 | .wpdeveloper-upsale-notice #plugin-install-core { |
| 357 | margin-left: 10px; |
| 358 | } |
| 359 | .notice.notice-has-thumbnail { |
| 360 | padding-left: 0; |
| 361 | } |
| 362 | .wpdeveloper-upsale-notice { |
| 363 | display: -webkit-box; |
| 364 | display: -ms-flexbox; |
| 365 | display: flex; |
| 366 | } |
| 367 | .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail { |
| 368 | padding: 10px; |
| 369 | width: 40px; |
| 370 | } |
| 371 | .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img { |
| 372 | width: 32px; |
| 373 | } |
| 374 | .toplevel_page_eael-settings .wp-menu-image img { |
| 375 | max-width: 20px; |
| 376 | padding-top: 8px !important; |
| 377 | } |
| 378 | .wpdeveloper-upsale-notice .wpdeveloper-notice-message .button { |
| 379 | margin-left: 15px; |
| 380 | } |
| 381 |