menu-icon.css
4 years ago
style-insert.css
4 years ago
style-settings.css
4 years ago
style-tools.css
4 years ago
style.css
4 years ago
style.css
396 lines
| 1 | .wp-heading-inline small{ |
| 2 | vertical-align: super; |
| 3 | font-size: 13px; |
| 4 | margin: 0 0 0 5px; |
| 5 | color: #888; |
| 6 | } |
| 7 | |
| 8 | #sc_name{ |
| 9 | position: relative; |
| 10 | } |
| 11 | #sc_name #post_name{ |
| 12 | padding: 3px 8px; |
| 13 | font-size: 1.7em; |
| 14 | line-height: 100%; |
| 15 | height: 1.7em; |
| 16 | width: 100%; |
| 17 | outline: 0; |
| 18 | margin: 0 0 3px; |
| 19 | background-color: #fff; |
| 20 | } |
| 21 | |
| 22 | .sc_preview_text{ |
| 23 | background: #f1f1f1; |
| 24 | } |
| 25 | .sc_copy .dashicons{ |
| 26 | margin-top: 1.5px; |
| 27 | display: none; |
| 28 | } |
| 29 | .sc_copy.copied .dashicons{ |
| 30 | display: inline-block; |
| 31 | } |
| 32 | |
| 33 | .sc_editor_toolbar{ |
| 34 | display: inline-block; |
| 35 | } |
| 36 | .sc_cm_menu .sc_editor_toolbar > *{ |
| 37 | margin-right: 5px; |
| 38 | } |
| 39 | |
| 40 | .sc_editor_list { |
| 41 | position: relative; |
| 42 | display: inline-block; |
| 43 | } |
| 44 | .sc_editor_list select { |
| 45 | padding: 0 25px 0 35px!important; |
| 46 | border-radius: 3px; |
| 47 | } |
| 48 | .sc_editor_list:before { |
| 49 | font-family: Dashicons; |
| 50 | position: absolute; |
| 51 | left: 10px; |
| 52 | top: 5px; |
| 53 | font-size: 20px; |
| 54 | color: #82878c; |
| 55 | line-height: 20px; |
| 56 | } |
| 57 | .sc_editor_icon_text:before{ |
| 58 | content: "\f215"; |
| 59 | } |
| 60 | .sc_editor_icon_visual:before{ |
| 61 | content: "\f177"; |
| 62 | } |
| 63 | .sc_editor_icon_code:before{ |
| 64 | content: "\f475"; |
| 65 | } |
| 66 | |
| 67 | .sc_insert_param .dashicons-plus{ |
| 68 | margin-top: 5px; |
| 69 | margin-right: 5px; |
| 70 | } |
| 71 | .sc_insert_param .dashicons-arrow-down{ |
| 72 | margin-top: 3px; |
| 73 | margin-left: 5px; |
| 74 | } |
| 75 | |
| 76 | .sc_params_list{ |
| 77 | box-shadow: 0 2px 5px -2px rgba(0,0,0,.2); |
| 78 | border: 1px solid #dfdfdf; |
| 79 | margin: 0; |
| 80 | position: absolute; |
| 81 | display: none; |
| 82 | background: #fff; |
| 83 | z-index: 9999; |
| 84 | } |
| 85 | .sc_params_list li{ |
| 86 | position: relative; |
| 87 | background: #fff; |
| 88 | margin: 0; |
| 89 | padding: 10px; |
| 90 | width: 200px; |
| 91 | border-bottom: 1px solid #e5e5e5; |
| 92 | cursor: pointer; |
| 93 | } |
| 94 | .sc_params_list li:hover{ |
| 95 | background: lightyellow; |
| 96 | } |
| 97 | .sc_params_list > li{ |
| 98 | padding-left: 40px; |
| 99 | } |
| 100 | .sc_params_list > li:after{ |
| 101 | position: absolute; |
| 102 | font-family: dashicons; |
| 103 | content: "\f139"; |
| 104 | right: 5px; |
| 105 | top: 10px; |
| 106 | } |
| 107 | .sc_params_list li:last-child{ |
| 108 | border: 0; |
| 109 | } |
| 110 | .sc_params_list li ul{ |
| 111 | background: #fff; |
| 112 | position: absolute; |
| 113 | display: none; |
| 114 | top: 0; |
| 115 | left: 100%; |
| 116 | box-shadow: 0 2px 5px -2px rgba(0,0,0,.2); |
| 117 | border: 1px solid #dfdfdf; |
| 118 | z-index: 9999; |
| 119 | max-height: 300px; |
| 120 | overflow: auto; |
| 121 | } |
| 122 | .sc_params_list li:hover ul{ |
| 123 | display: block; |
| 124 | } |
| 125 | |
| 126 | .sc_params_list .isc_form{ |
| 127 | cursor: auto; |
| 128 | width: 330px; |
| 129 | } |
| 130 | .sc_params_list .dashicons { |
| 131 | position: absolute; |
| 132 | left: 10px; |
| 133 | font-size: 15px; |
| 134 | top: 13px; |
| 135 | color: #555; |
| 136 | } |
| 137 | |
| 138 | .sc_params_form{ |
| 139 | cursor: auto !important; |
| 140 | width: 330px; |
| 141 | } |
| 142 | .sc_params_form h4:first-child{ |
| 143 | margin: 0 0 15px 0; |
| 144 | } |
| 145 | .sc_params_form p{ |
| 146 | margin: 5px 0; |
| 147 | } |
| 148 | .sc_params_form p.red{ |
| 149 | color: red; |
| 150 | } |
| 151 | .sc_params_form .button { |
| 152 | margin: 15px 0 5px 0; |
| 153 | } |
| 154 | |
| 155 | .sc_cm_menu { |
| 156 | margin: 15px 0 10px 0; |
| 157 | } |
| 158 | .sc_cm_content{ |
| 159 | height: 500px; |
| 160 | width: 100%; |
| 161 | font-size: 15px; |
| 162 | line-height: 1.75em; |
| 163 | } |
| 164 | .CodeMirror { |
| 165 | border: 1px solid #e5e5e5; |
| 166 | line-height: 1.5em; |
| 167 | font-size: 14px; |
| 168 | } |
| 169 | |
| 170 | #sc_mb_settings .form-table th{ |
| 171 | width: 300px; |
| 172 | } |
| 173 | |
| 174 | /* Modifying post edit page */ |
| 175 | #edit-slug-buttons{ |
| 176 | margin-left: 6px; |
| 177 | } |
| 178 | #edit-slug-box{ |
| 179 | margin-bottom: 1.5em; |
| 180 | } |
| 181 | |
| 182 | #misc-publishing-actions #visibility{ |
| 183 | display: none; |
| 184 | } |
| 185 | #misc-publishing-actions .misc-pub-post-status{ |
| 186 | display: none; |
| 187 | } |
| 188 | #misc-publishing-actions a{ |
| 189 | display: none; |
| 190 | } |
| 191 | .misc-pub-curtime{ |
| 192 | margin-bottom: 10px; |
| 193 | } |
| 194 | |
| 195 | /* Codemirror */ |
| 196 | |
| 197 | .cm-sc_param{ |
| 198 | font-weight: bold; |
| 199 | } |
| 200 | |
| 201 | |
| 202 | /** Changelog **/ |
| 203 | .sc_changelog{ |
| 204 | background: rgba(70, 50, 50, 0.3); |
| 205 | position: fixed; |
| 206 | top: 32px; |
| 207 | bottom: 0; |
| 208 | left: 0; |
| 209 | right: 0; |
| 210 | z-index: 999; |
| 211 | } |
| 212 | .sc_changelog main{ |
| 213 | margin: 0 auto; |
| 214 | background: #fff; |
| 215 | width: 50%; |
| 216 | padding: 25px; |
| 217 | z-index: 99999; |
| 218 | box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5); |
| 219 | display: flex; |
| 220 | flex-direction: column; |
| 221 | height: 100%; |
| 222 | box-sizing: border-box; |
| 223 | } |
| 224 | .sc_changelog article{ |
| 225 | height: 100%; |
| 226 | overflow: auto; |
| 227 | padding: 0 15px; |
| 228 | } |
| 229 | .sc_changelog footer { |
| 230 | bottom: 0; |
| 231 | left: 0; |
| 232 | right: 0; |
| 233 | padding-top: 25px; |
| 234 | border-top: 1px solid #dfdfdf; |
| 235 | text-align: center; |
| 236 | } |
| 237 | .sc_changelog h2 { |
| 238 | font-size: 2em; |
| 239 | font-weight: normal; |
| 240 | } |
| 241 | .sc_changelog h3 { |
| 242 | font-size: 1.75em; |
| 243 | } |
| 244 | .sc_changelog p, .sc_changelog ul{ |
| 245 | font-size: 1.25em; |
| 246 | line-height: 1.5; |
| 247 | } |
| 248 | .sc_changelog ul{ |
| 249 | list-style: disc; |
| 250 | padding-left: 1.5em; |
| 251 | } |
| 252 | |
| 253 | /** Coffee - Top link **/ |
| 254 | .cfe_top_link{ |
| 255 | float: left; |
| 256 | position: relative; |
| 257 | } |
| 258 | #screen-meta-links .cfe_top_link a.show-settings{ |
| 259 | padding-right: 35px !important; |
| 260 | background: #fff !important; |
| 261 | } |
| 262 | .cfe_top_link a:after{ |
| 263 | display: none !important; |
| 264 | } |
| 265 | .cfe_top_link a:before{ |
| 266 | content: ''; |
| 267 | display: block; |
| 268 | position: absolute; |
| 269 | background: url('../images/coffee.svg') no-repeat; |
| 270 | background-size: 100%; |
| 271 | width: 20px; |
| 272 | height: 24px; |
| 273 | right: 10px; |
| 274 | top: 5px; |
| 275 | } |
| 276 | |
| 277 | /** Feedback **/ |
| 278 | .feedback ul { |
| 279 | margin: 5px 0; |
| 280 | } |
| 281 | .feedback ul li{ |
| 282 | margin: 0; |
| 283 | padding: 12px; |
| 284 | border-bottom: 1px solid #eee; |
| 285 | } |
| 286 | .feedback ul li:last-child{ |
| 287 | border-bottom: none; |
| 288 | } |
| 289 | .feedback a{ |
| 290 | text-decoration: none; |
| 291 | } |
| 292 | .feedback a:hover{ |
| 293 | text-decoration: underline; |
| 294 | } |
| 295 | .feedback .button{ |
| 296 | display: block; |
| 297 | text-align: center; |
| 298 | margin-bottom: 10px; |
| 299 | } |
| 300 | .feedback .button:last-child{ |
| 301 | margin-bottom: 0; |
| 302 | } |
| 303 | .feedback .button .dashicons{ |
| 304 | margin: 5px 5px 0 0; |
| 305 | } |
| 306 | .feedback .button:hover{ |
| 307 | text-decoration: none; |
| 308 | } |
| 309 | .feedback > *:last-child{ |
| 310 | margin-bottom: 0; |
| 311 | } |
| 312 | .feedback .twitter_btn.button{ |
| 313 | background: #1b95e0; |
| 314 | color: #fff; |
| 315 | border-color: transparent; |
| 316 | } |
| 317 | .feedback .facebook_btn.button{ |
| 318 | background: #4080ff; |
| 319 | color: #fff; |
| 320 | border-color: transparent; |
| 321 | } |
| 322 | .promo_slides > .promo_slide{ |
| 323 | display: none; |
| 324 | } |
| 325 | .promo_slides > .promo_slide:first-child{ |
| 326 | display: block; |
| 327 | } |
| 328 | .promo_slide img { |
| 329 | width: 100%; |
| 330 | border-radius: 5px; |
| 331 | margin: 7px 0 0 0; |
| 332 | } |
| 333 | .promo_btn{ |
| 334 | text-decoration: none; |
| 335 | } |
| 336 | .promo_btns{ |
| 337 | display: flex; |
| 338 | justify-content: space-between; |
| 339 | margin-bottom: 20px; |
| 340 | } |
| 341 | |
| 342 | .stars { |
| 343 | display: inline-flex; |
| 344 | line-height: 1; |
| 345 | margin-left: 5px; |
| 346 | } |
| 347 | .stars .dashicons{ |
| 348 | font-size: 13px; |
| 349 | width: 13px; |
| 350 | margin-top: 4px; |
| 351 | height: 13px; |
| 352 | color: #FF9800; |
| 353 | } |
| 354 | |
| 355 | .subscribe_form { |
| 356 | display: flex; |
| 357 | padding: 15px; |
| 358 | background: #f7f7f7; |
| 359 | border-radius: 5px; |
| 360 | margin-top: 10px; |
| 361 | flex-direction: column; |
| 362 | } |
| 363 | .subscribe_form .subscribe_email_box { |
| 364 | width: 100%; |
| 365 | margin-bottom: 10px; |
| 366 | } |
| 367 | .subscribe_form .subscribe_btn .dashicons{ |
| 368 | font-size: 16px; |
| 369 | width: 16px; |
| 370 | margin: 7px 3px 0 0; |
| 371 | } |
| 372 | .subscribe_confirm{ |
| 373 | display: none; |
| 374 | margin: 0 0 10px 0; |
| 375 | color: green; |
| 376 | } |
| 377 | |
| 378 | /** Import/Export link **/ |
| 379 | .ie_top_link{ |
| 380 | float: left; |
| 381 | margin: 0 0 0 6px; |
| 382 | } |
| 383 | #import-export-tab{ |
| 384 | margin: 0; |
| 385 | } |
| 386 | |
| 387 | /** Footer **/ |
| 388 | .footer_thanks{ |
| 389 | font-style: italic; |
| 390 | } |
| 391 | .footer_thanks a{ |
| 392 | text-decoration: none; |
| 393 | } |
| 394 | .footer_thanks a:hover{ |
| 395 | text-decoration: underline; |
| 396 | } |