vendor
9 years ago
admin.css
9 years ago
embedpress.css
9 years ago
font.css
9 years ago
index.html
9 years ago
preview.css
9 years ago
admin.css
268 lines
| 1 | /** |
| 2 | * @package EmbedPress |
| 3 | * @author PressShack <help@pressshack.com> |
| 4 | * @copyright Copyright (C) 2017 Open Source Training, LLC. 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 | background-color: #655997 !important; |
| 14 | } |
| 15 | |
| 16 | #toplevel_page_embedpress .dashicons-admin-generic::before, |
| 17 | #toplevel_page_embedpress .current .dashicons-admin-generic::before { |
| 18 | background-image: url(../images/menu-icon.png); |
| 19 | background-repeat: no-repeat; |
| 20 | background-position: 0 8px; |
| 21 | background-size: 19px auto; |
| 22 | content: " "; |
| 23 | transition: none; |
| 24 | -moz-transition: none; |
| 25 | -webkit-transition: none; |
| 26 | -o-transition: none; |
| 27 | } |
| 28 | |
| 29 | #toplevel_page_embedpress:active .wp-not-current-submenu .dashicons-admin-generic::before, |
| 30 | #toplevel_page_embedpress:hover .wp-not-current-submenu .dashicons-admin-generic::before { |
| 31 | background-position: 0 -26px; |
| 32 | } |
| 33 | |
| 34 | #toplevel_page_embedpress .current .dashicons-admin-generic::before { |
| 35 | background-position: 0 -60px; |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * Helper classes. |
| 40 | */ |
| 41 | .ep-label-danger { |
| 42 | color: #D54E21; |
| 43 | } |
| 44 | |
| 45 | .ep-label-success { |
| 46 | color: #5CA410; |
| 47 | } |
| 48 | |
| 49 | .ep-small-link { |
| 50 | line-height: 28px; |
| 51 | font-size: 0.8em; |
| 52 | } |
| 53 | |
| 54 | .ep-small-spacing { |
| 55 | margin-left: 5px; |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * EmbedPress Settings Wrapper. |
| 60 | */ |
| 61 | |
| 62 | #embedpress-settings-wrapper { |
| 63 | margin-top: 15px; |
| 64 | } |
| 65 | |
| 66 | #embedpress-settings-wrapper > header .pressshack-title { |
| 67 | display: inline-block; |
| 68 | padding: 10px 0 10px 55px; |
| 69 | background-image: url(../images/icon-128x128.png); |
| 70 | background-size: 45px auto; |
| 71 | background-position: left center; |
| 72 | background-repeat: no-repeat; |
| 73 | background-color: transparent; |
| 74 | } |
| 75 | |
| 76 | #embedpress-settings-wrapper > header h1 { |
| 77 | margin: .67em 0 15px .15em; |
| 78 | font-weight: 600; |
| 79 | font-size: 2em; |
| 80 | } |
| 81 | |
| 82 | #embedpress-settings-wrapper > header h1 a, |
| 83 | #embedpress-settings-wrapper > header h1 a:hover, |
| 84 | #embedpress-settings-wrapper > header h1 a:focus, |
| 85 | #embedpress-settings-wrapper > header h1 a:active { |
| 86 | color: #23282d; |
| 87 | } |
| 88 | |
| 89 | #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab { |
| 90 | color: inherit; |
| 91 | } |
| 92 | |
| 93 | #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab-active { |
| 94 | border-top-color: #655997; |
| 95 | color: #655997; |
| 96 | } |
| 97 | |
| 98 | #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab:not(.nav-tab-active):hover { |
| 99 | color: #555; |
| 100 | } |
| 101 | |
| 102 | #embedpress-settings-wrapper input:not([type="checkbox"]):not([type="radio"]) { |
| 103 | -webkit-border-radius: 4px; |
| 104 | -moz-border-radius: 4px; |
| 105 | border-radius: 4px; |
| 106 | padding: 4.5px 10px; |
| 107 | } |
| 108 | |
| 109 | #embedpress-settings-wrapper input:focus, |
| 110 | #embedpress-settings-wrapper select:focus, |
| 111 | #embedpress-settings-wrapper textarea:focus, |
| 112 | #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active, |
| 113 | #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus, |
| 114 | #embedpress-settings-wrapper a:active, |
| 115 | #embedpress-settings-wrapper a:focus { |
| 116 | -webkit-box-shadow: 0 0 2px rgba(101, 89, 151, .8); |
| 117 | -moz-box-shadow: 0 0 2px rgba(101, 89, 151, .8); |
| 118 | box-shadow: 0 0 2px rgba(101, 89, 151, .8); |
| 119 | } |
| 120 | |
| 121 | #embedpress-settings-wrapper input:focus, |
| 122 | #embedpress-settings-wrapper select:focus, |
| 123 | #embedpress-settings-wrapper textarea:focus, |
| 124 | #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active, |
| 125 | #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus { |
| 126 | border-color: #9D94C9; |
| 127 | } |
| 128 | |
| 129 | #embedpress-settings-wrapper input[type="radio"]::before { |
| 130 | background-color: #9D94C9; |
| 131 | } |
| 132 | |
| 133 | #embedpress-settings-wrapper > footer { |
| 134 | text-align: center; |
| 135 | } |
| 136 | |
| 137 | #embedpress-settings-wrapper > footer p { |
| 138 | color: #666; |
| 139 | font-size: 12px; |
| 140 | } |
| 141 | |
| 142 | #embedpress-settings-wrapper > footer .dashicons { |
| 143 | font-size: 16px; |
| 144 | width: 16px; |
| 145 | height: 16px; |
| 146 | } |
| 147 | |
| 148 | #embedpress-settings-wrapper > footer .dashicons.dashicons-star-filled { |
| 149 | line-height: 18px; |
| 150 | font-size: 12px; |
| 151 | width: 12px; |
| 152 | height: 12px; |
| 153 | color: #FFB300; |
| 154 | -webkit-transition: color 200ms ease-in-out; |
| 155 | -moz-transition: color 200ms ease-in-out; |
| 156 | -o-transition: color 200ms ease-in-out; |
| 157 | transition: color 200ms ease-in-out; |
| 158 | } |
| 159 | |
| 160 | #embedpress-settings-wrapper > footer a:hover .dashicons.dashicons-star-filled { |
| 161 | color: #C58C07; |
| 162 | } |
| 163 | |
| 164 | #embedpress-settings-wrapper > footer > nav ul { |
| 165 | list-style: none; |
| 166 | } |
| 167 | |
| 168 | #embedpress-settings-wrapper > footer > nav ul > li { |
| 169 | display: inline-block; |
| 170 | } |
| 171 | |
| 172 | #embedpress-settings-wrapper > footer > nav ul > li:not(:first-child) { |
| 173 | margin-left: 15px; |
| 174 | } |
| 175 | |
| 176 | #embedpress-settings-wrapper > footer > nav ul > li > a { |
| 177 | font-weight: bold; |
| 178 | } |
| 179 | |
| 180 | #embedpress-settings-wrapper a { |
| 181 | color: #777; |
| 182 | } |
| 183 | |
| 184 | #embedpress-settings-wrapper a, |
| 185 | #embedpress-settings-wrapper button |
| 186 | #embedpress-settings-wrapper button::before { |
| 187 | -webkit-transition: all 200ms ease-in-out; |
| 188 | -moz-transition: all 200ms ease-in-out; |
| 189 | -o-transition: all 200ms ease-in-out; |
| 190 | transition: all 200ms ease-in-out; |
| 191 | } |
| 192 | |
| 193 | #embedpress-settings-wrapper a:link, |
| 194 | #embedpress-settings-wrapper a:visited, |
| 195 | #embedpress-settings-wrapper a:active, |
| 196 | #embedpress-settings-wrapper a:hover { |
| 197 | text-decoration: none; |
| 198 | } |
| 199 | |
| 200 | #embedpress-settings-wrapper a:hover { |
| 201 | color: #9D94C9; |
| 202 | } |
| 203 | |
| 204 | #embedpress-settings-wrapper .button-primary { |
| 205 | background-color: #FFB300; |
| 206 | border-color: #C58C07; |
| 207 | color: #754D26; |
| 208 | } |
| 209 | |
| 210 | #embedpress-settings-wrapper .button-primary:hover, |
| 211 | #embedpress-settings-wrapper .button-primary:active, |
| 212 | #embedpress-settings-wrapper .button-primary:focus { |
| 213 | background-color: #F3AC04; |
| 214 | color: #333; |
| 215 | } |
| 216 | |
| 217 | #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary { |
| 218 | background-color: #655997; |
| 219 | border-color: #363050; |
| 220 | color: #FFF; |
| 221 | } |
| 222 | |
| 223 | #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary:hover { |
| 224 | background-color: #5A4F87; |
| 225 | } |
| 226 | |
| 227 | #embedpress-settings-wrapper button:not(.notice-dismiss) { |
| 228 | -webkit-border-radius: 5px; |
| 229 | -moz-border-radius: 5px; |
| 230 | border-radius: 5px; |
| 231 | text-shadow: initial; |
| 232 | -webkit-box-shadow: initial; |
| 233 | -moz-box-shadow: initial; |
| 234 | box-shadow: initial; |
| 235 | vertical-align: middle; |
| 236 | line-height: 0; |
| 237 | min-height: 28px; |
| 238 | text-decoration: none; |
| 239 | padding: 15px 10px; |
| 240 | border-width: 2px; |
| 241 | border-style: solid; |
| 242 | } |
| 243 | |
| 244 | #embedpress-settings-wrapper button:not(.notice-dismiss):hover, |
| 245 | #embedpress-settings-wrapper button:not(.notice-dismiss):active, |
| 246 | #embedpress-settings-wrapper button:not(.notice-dismiss):focus { |
| 247 | outline: none; |
| 248 | -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); |
| 249 | -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); |
| 250 | box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); |
| 251 | } |
| 252 | |
| 253 | #embedpress-settings-wrapper > #setting-error-settings_updated { |
| 254 | margin-left: 0; |
| 255 | margin-bottom: 15px; |
| 256 | } |
| 257 | |
| 258 | #embedpress-settings-wrapper > #setting-error-settings_updated button.notice-dismiss:hover::before { |
| 259 | color: #655997; |
| 260 | } |
| 261 | |
| 262 | .modal-dialog .row { |
| 263 | width: 100%; |
| 264 | } |
| 265 | |
| 266 | .fs-secure-notice { |
| 267 | display: none; |
| 268 | } |