menu-icon.css
2 years ago
style-insert.css
2 years ago
style-settings.css
2 years ago
style-tools.css
2 years ago
style.css
2 years ago
style.css
434 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: 350px; |
| 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: 300px !important; |
| 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 | .sc_params_form a{ |
| 155 | text-decoration: none !important; |
| 156 | line-height: 0; |
| 157 | vertical-align: middle; |
| 158 | } |
| 159 | .sc_params_form a:hover{ |
| 160 | opacity: 0.8; |
| 161 | } |
| 162 | .sc_params_form a .dashicons{ |
| 163 | position: static !important; |
| 164 | } |
| 165 | |
| 166 | .sc_cm_menu { |
| 167 | margin: 15px 0 10px 0; |
| 168 | } |
| 169 | .sc_cm_content{ |
| 170 | height: 500px; |
| 171 | width: 100%; |
| 172 | font-size: 15px; |
| 173 | line-height: 1.75em; |
| 174 | } |
| 175 | .CodeMirror { |
| 176 | border: 1px solid #e5e5e5; |
| 177 | line-height: 1.5em; |
| 178 | font-size: 14px; |
| 179 | } |
| 180 | |
| 181 | #sc_mb_settings .form-table th{ |
| 182 | width: 300px; |
| 183 | } |
| 184 | |
| 185 | /* Modifying post edit page */ |
| 186 | #edit-slug-buttons{ |
| 187 | margin-left: 6px; |
| 188 | } |
| 189 | #edit-slug-box{ |
| 190 | margin-bottom: 1.5em; |
| 191 | } |
| 192 | |
| 193 | #misc-publishing-actions #visibility{ |
| 194 | display: none; |
| 195 | } |
| 196 | #misc-publishing-actions .misc-pub-post-status{ |
| 197 | display: none; |
| 198 | } |
| 199 | #misc-publishing-actions a{ |
| 200 | display: none; |
| 201 | } |
| 202 | .misc-pub-curtime{ |
| 203 | margin-bottom: 10px; |
| 204 | } |
| 205 | |
| 206 | .sc_settings_link{ |
| 207 | float: right; |
| 208 | } |
| 209 | |
| 210 | /* Shortcode list page */ |
| 211 | .sc_copy_list_wrap{ |
| 212 | position: relative; |
| 213 | } |
| 214 | .sc_copy_list_wrap .sc_copy_list{ |
| 215 | position: absolute; |
| 216 | right: 10px; |
| 217 | top: 0; |
| 218 | } |
| 219 | .sc_copy_list_wrap input.widefat{ |
| 220 | border: none; |
| 221 | } |
| 222 | .sc_copy_text.copied{ |
| 223 | background-color: lightgreen; |
| 224 | } |
| 225 | .sc_copy_list{ |
| 226 | display: none; |
| 227 | } |
| 228 | .sc_content_list{ |
| 229 | padding: 10px; |
| 230 | max-height: 300px; |
| 231 | overflow: auto; |
| 232 | background: #333; |
| 233 | color: #fff; |
| 234 | border-radius: 5px; |
| 235 | } |
| 236 | .sc_content_list::-webkit-scrollbar { |
| 237 | width: 7.5px; |
| 238 | height: 7.5px; |
| 239 | } |
| 240 | .sc_content_list::-webkit-scrollbar-track { |
| 241 | background-color: transparent; |
| 242 | } |
| 243 | .sc_content_list::-webkit-scrollbar-thumb{ |
| 244 | background: rgba(255, 255, 255, 0.2); |
| 245 | border-radius: 10px; |
| 246 | } |
| 247 | #the-list tr.type-shortcoder:hover a.sc_copy_list{ |
| 248 | display: inline-block; |
| 249 | } |
| 250 | #the-list tr.type-shortcoder td.column-shortcode{ |
| 251 | vertical-align: middle; |
| 252 | } |
| 253 | |
| 254 | |
| 255 | /* Codemirror */ |
| 256 | .cm-sc_param{ |
| 257 | font-weight: bold; |
| 258 | } |
| 259 | |
| 260 | |
| 261 | /** Changelog **/ |
| 262 | .sc_changelog{ |
| 263 | background: rgba(70, 50, 50, 0.3); |
| 264 | position: fixed; |
| 265 | top: 32px; |
| 266 | bottom: 0; |
| 267 | left: 0; |
| 268 | right: 0; |
| 269 | z-index: 999; |
| 270 | } |
| 271 | .sc_changelog main{ |
| 272 | margin: 0 auto; |
| 273 | background: #fff; |
| 274 | width: 50%; |
| 275 | padding: 25px; |
| 276 | z-index: 99999; |
| 277 | box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5); |
| 278 | display: flex; |
| 279 | flex-direction: column; |
| 280 | height: 100%; |
| 281 | box-sizing: border-box; |
| 282 | } |
| 283 | .sc_changelog article{ |
| 284 | height: 100%; |
| 285 | overflow: auto; |
| 286 | padding: 0 15px; |
| 287 | } |
| 288 | .sc_changelog footer { |
| 289 | bottom: 0; |
| 290 | left: 0; |
| 291 | right: 0; |
| 292 | padding-top: 25px; |
| 293 | border-top: 1px solid #dfdfdf; |
| 294 | text-align: center; |
| 295 | } |
| 296 | .sc_changelog h2 { |
| 297 | font-size: 2em; |
| 298 | font-weight: normal; |
| 299 | } |
| 300 | .sc_changelog h3 { |
| 301 | font-size: 1.5em; |
| 302 | font-weight: normal; |
| 303 | } |
| 304 | .sc_changelog p, .sc_changelog ul{ |
| 305 | font-size: 1.25em; |
| 306 | line-height: 1.5; |
| 307 | } |
| 308 | .sc_changelog ul{ |
| 309 | list-style: disc; |
| 310 | padding-left: 1.5em; |
| 311 | } |
| 312 | |
| 313 | /** PRO - Top link **/ |
| 314 | .pro_top_link{ |
| 315 | float: left; |
| 316 | position: relative; |
| 317 | } |
| 318 | #screen-meta-links .pro_top_link a.show-settings{ |
| 319 | background: #fff !important; |
| 320 | } |
| 321 | .pro_top_link a:after{ |
| 322 | display: none !important; |
| 323 | } |
| 324 | .pro_top_link .dashicons { |
| 325 | font-size: 14px; |
| 326 | margin: 6px 5px 0 0; |
| 327 | height: 14px; |
| 328 | color: #ff8c29; |
| 329 | } |
| 330 | |
| 331 | /** Feedback **/ |
| 332 | .feedback ul { |
| 333 | margin: 5px 0; |
| 334 | } |
| 335 | .feedback ul li{ |
| 336 | margin: 0; |
| 337 | padding: 10px; |
| 338 | border-bottom: 1px solid #eee; |
| 339 | } |
| 340 | .feedback ul li:last-child{ |
| 341 | border-bottom: none; |
| 342 | } |
| 343 | .feedback li .dashicons { |
| 344 | width: 15px; |
| 345 | height: 15px; |
| 346 | font-size: 15px; |
| 347 | margin: 3px 5px 0 0; |
| 348 | } |
| 349 | .feedback a{ |
| 350 | text-decoration: none; |
| 351 | } |
| 352 | .feedback a:hover{ |
| 353 | text-decoration: underline; |
| 354 | } |
| 355 | .feedback a:hover .dashicons{ |
| 356 | text-decoration: none; |
| 357 | } |
| 358 | .feedback .button{ |
| 359 | display: block; |
| 360 | text-align: center; |
| 361 | margin-bottom: 10px; |
| 362 | } |
| 363 | .feedback .button:last-child{ |
| 364 | margin-bottom: 0; |
| 365 | } |
| 366 | .feedback .button .dashicons{ |
| 367 | margin: 5px 5px 0 0; |
| 368 | } |
| 369 | .feedback .button:hover{ |
| 370 | text-decoration: none; |
| 371 | } |
| 372 | .feedback > *:last-child{ |
| 373 | margin-bottom: 0; |
| 374 | } |
| 375 | .feedback h3 { |
| 376 | font-size: 1.125em; |
| 377 | margin: 1em 0 1em 0.5em; |
| 378 | } |
| 379 | |
| 380 | .stars { |
| 381 | display: inline-flex; |
| 382 | line-height: 1; |
| 383 | margin-left: 5px; |
| 384 | } |
| 385 | .stars .dashicons{ |
| 386 | font-size: 13px; |
| 387 | width: 13px; |
| 388 | margin-top: 4px; |
| 389 | height: 13px; |
| 390 | color: #FF9800; |
| 391 | } |
| 392 | |
| 393 | .subscribe_form { |
| 394 | display: flex; |
| 395 | padding: 15px; |
| 396 | background: #f7f7f7; |
| 397 | border-radius: 5px; |
| 398 | margin-top: 10px; |
| 399 | flex-direction: column; |
| 400 | } |
| 401 | .subscribe_form .subscribe_email_box { |
| 402 | width: 100%; |
| 403 | margin-bottom: 10px; |
| 404 | } |
| 405 | .subscribe_form .subscribe_btn .dashicons{ |
| 406 | font-size: 16px; |
| 407 | width: 16px; |
| 408 | margin: 7px 3px 0 0; |
| 409 | } |
| 410 | .subscribe_confirm{ |
| 411 | display: none; |
| 412 | margin: 0 0 10px 0; |
| 413 | color: green; |
| 414 | } |
| 415 | |
| 416 | /** Import/Export link **/ |
| 417 | .ie_top_link{ |
| 418 | float: left; |
| 419 | margin: 0 0 0 6px; |
| 420 | } |
| 421 | #import-export-tab{ |
| 422 | margin: 0; |
| 423 | } |
| 424 | |
| 425 | /** Footer **/ |
| 426 | .footer_thanks{ |
| 427 | font-style: italic; |
| 428 | } |
| 429 | .footer_thanks a{ |
| 430 | text-decoration: none; |
| 431 | } |
| 432 | .footer_thanks a:hover{ |
| 433 | text-decoration: underline; |
| 434 | } |