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