admin-setting.css
6 years ago
design.css
6 years ago
design.min.css
6 years ago
folder-icon.css
6 years ago
media.css
6 years ago
select2.min.css
6 years ago
settings.css
6 years ago
spectrum.min.css
6 years ago
design.css
1658 lines
| 1 | .wcp-custom-menu { |
| 2 | padding-left: 0 |
| 3 | } |
| 4 | .wcp-custom-menu { |
| 5 | position: relative |
| 6 | } |
| 7 | .wcp-container ul { |
| 8 | list-style: none |
| 9 | } |
| 10 | .wcp-container .route { |
| 11 | position: relative; |
| 12 | list-style-type: none; |
| 13 | border: 0; |
| 14 | margin: 0; |
| 15 | padding: 0; |
| 16 | top: 0; |
| 17 | max-height: 100% !important; |
| 18 | width: 100%; |
| 19 | border-radius: 2px; |
| 20 | z-index: -1; |
| 21 | background: 0 0 |
| 22 | } |
| 23 | .wcp-container .route span { |
| 24 | position: absolute; |
| 25 | top: 2px; |
| 26 | left: 0; |
| 27 | z-index: 10; |
| 28 | width: 20px; |
| 29 | height: 18px; |
| 30 | text-indent: 0; |
| 31 | font-size: 20px; |
| 32 | background: no-repeat |
| 33 | } |
| 34 | .wcp-container .route .title { |
| 35 | position: absolute; |
| 36 | border: 0; |
| 37 | margin: 0; |
| 38 | padding: 0; |
| 39 | height: 30px; |
| 40 | width: 200px; |
| 41 | text-indent: 30px; |
| 42 | background: 0 0; |
| 43 | box-shadow: none; |
| 44 | font-size: 14px; |
| 45 | line-height: 26px; |
| 46 | border-radius: 4px; |
| 47 | -webkit-border-radius: 4px; |
| 48 | -moz-border-radius: 4px; |
| 49 | overflow: hidden |
| 50 | } |
| 51 | .wcp-container .first-title { |
| 52 | margin-left: 10px |
| 53 | } |
| 54 | .wcp-container .space { |
| 55 | position: relative; |
| 56 | list-style-type: none; |
| 57 | border: 0; |
| 58 | margin: 0 0 0 20px; |
| 59 | padding: 0 0 30px 0; |
| 60 | width: 40px; |
| 61 | top: 30px; |
| 62 | height: 100%; |
| 63 | z-index: 1 |
| 64 | } |
| 65 | .wcp-container .first-space { |
| 66 | margin-left: 10px; |
| 67 | top: 10px |
| 68 | } |
| 69 | i.fa-caret-right { |
| 70 | transition: .1s; |
| 71 | -webkit-transition: .1s; |
| 72 | -moz-transition: .1s |
| 73 | } |
| 74 | li.active > span > i.fa-caret-right { |
| 75 | transform: rotate(90deg); |
| 76 | -webkit-transform: rotate(90deg); |
| 77 | -moz-transform: rotate(90deg) |
| 78 | } |
| 79 | li.active > span > i.fa-folder:before { |
| 80 | content: "\f07c" |
| 81 | } |
| 82 | .has-sub-tree > ul.ui-sortable li { |
| 83 | display: none |
| 84 | } |
| 85 | .has-sub-tree.active > ul.ui-sortable > li { |
| 86 | display: block |
| 87 | } |
| 88 | .nav-icon { |
| 89 | display: none; |
| 90 | left: -20px !important |
| 91 | } |
| 92 | .has-sub-tree > .nav-icon { |
| 93 | display: block |
| 94 | } |
| 95 | .wcp-content { |
| 96 | position: fixed !important; |
| 97 | top: 32px; |
| 98 | left: 160px; |
| 99 | bottom: 0; |
| 100 | width: 315px; |
| 101 | box-sizing: border-box; |
| 102 | z-index: 1; |
| 103 | direction: ltr; |
| 104 | transition: all .15s linear; |
| 105 | -webkit-transition: all .15s linear; |
| 106 | -moz-transition: all .15s linear |
| 107 | } |
| 108 | html[dir=rtl] .wcp-content { |
| 109 | left: auto; |
| 110 | right: 160px |
| 111 | } |
| 112 | body.folded .wcp-content { |
| 113 | left: 36px |
| 114 | } |
| 115 | html[dir=rtl] body.folded .wcp-content { |
| 116 | left: auto; |
| 117 | right: 36px |
| 118 | } |
| 119 | body.wp-admin #wpcontent { |
| 120 | padding-left: 335px; |
| 121 | transition: all .15s linear; |
| 122 | -webkit-transition: all .15s linear; |
| 123 | -moz-transition: all .15s linear |
| 124 | } |
| 125 | html[dir=rtl] body.wp-admin #wpcontent { |
| 126 | padding-left: 0; |
| 127 | padding-right: 320px |
| 128 | } |
| 129 | .wcp-container { |
| 130 | padding: 20px 20px 20px 16px |
| 131 | } |
| 132 | .form-title { |
| 133 | font-size: 23px; |
| 134 | font-weight: 400; |
| 135 | margin: 0; |
| 136 | padding: 0 0 10px 0; |
| 137 | line-height: 29px; |
| 138 | min-height: 36px |
| 139 | } |
| 140 | .form-operations { |
| 141 | border: solid 1px #e5e5e5; |
| 142 | border-right: none; |
| 143 | margin-bottom: 20px |
| 144 | } |
| 145 | .form-operations ul { |
| 146 | margin: 0; |
| 147 | padding: 0 |
| 148 | } |
| 149 | .form-operations li { |
| 150 | display: block; |
| 151 | float: left; |
| 152 | width: 20%; |
| 153 | text-align: center; |
| 154 | background: #fff; |
| 155 | margin: 0; |
| 156 | padding: 0 |
| 157 | } |
| 158 | .form-operations li a { |
| 159 | display: block; |
| 160 | padding: 10px 0; |
| 161 | border-right: solid 1px #e5e5e5; |
| 162 | font-size: 16px; |
| 163 | color: #727272 |
| 164 | } |
| 165 | .clearfix { |
| 166 | clear: both |
| 167 | } |
| 168 | .wcp-parent-data { |
| 169 | position: relative |
| 170 | } |
| 171 | .wcp-parent { |
| 172 | position: absolute; |
| 173 | left: -21px; |
| 174 | font-weight: 700; |
| 175 | font-size: 14px |
| 176 | } |
| 177 | .wcp-parent .fa { |
| 178 | font-size: 18px; |
| 179 | margin-right: 8px |
| 180 | } |
| 181 | .wcp-form-data { |
| 182 | background: #fff; |
| 183 | border: solid 1px #f1f1f1; |
| 184 | padding: 15px; |
| 185 | display: none; |
| 186 | margin-bottom: 20px |
| 187 | } |
| 188 | .wcp-form-title { |
| 189 | color: #727272; |
| 190 | font-size: 14px; |
| 191 | text-transform: uppercase; |
| 192 | padding: 0 0 10px 0 |
| 193 | } |
| 194 | .wcp-form-data .form-field { |
| 195 | padding: 0 0 10px 0 |
| 196 | } |
| 197 | .wcp-form-data .form-field input, .wcp-form-data .form-field select { |
| 198 | width: 100% |
| 199 | } |
| 200 | button#wcp-save-folder { |
| 201 | float: right |
| 202 | } |
| 203 | .wcp-form-message span { |
| 204 | display: block; |
| 205 | padding: 5px 10px; |
| 206 | background: #ffabab; |
| 207 | margin-bottom: 10px; |
| 208 | color: #000; |
| 209 | border: solid 1px #8c0000; |
| 210 | border-radius: 4px |
| 211 | } |
| 212 | .wcp-container .route.active-item > h3.title { |
| 213 | background: #008ec2; |
| 214 | color: #fff; |
| 215 | border-radius: 4px |
| 216 | } |
| 217 | .wcp-container .route span.ui-icon { |
| 218 | line-height: 24px; |
| 219 | font-size: 18px; |
| 220 | cursor: move; |
| 221 | left: 5px; |
| 222 | top: 2px; |
| 223 | height: 26px |
| 224 | } |
| 225 | .route.active-item > span.ui-icon { |
| 226 | background: #008ec2; |
| 227 | color: #fff |
| 228 | } |
| 229 | #custom-menu.active > ul > li.route { |
| 230 | display: block |
| 231 | } |
| 232 | .wcp-parent.active > i.fa-caret-right { |
| 233 | transform: rotate(90deg); |
| 234 | -webkit-transform: rotate(90deg); |
| 235 | -moz-transform: rotate(90deg) |
| 236 | } |
| 237 | .wcp-parent.active > i.fa-folder:before { |
| 238 | content: "\f07c" |
| 239 | } |
| 240 | .wcp-container .route .title img { |
| 241 | display: none; |
| 242 | width: 14px; |
| 243 | height: 14px; |
| 244 | margin: 5px auto 0 |
| 245 | } |
| 246 | .wcp-container .route .title:hover { |
| 247 | background: #dfdfdf; |
| 248 | cursor: pointer |
| 249 | } |
| 250 | .wcp-container .route .title.wcp-drop-hover .ui-icon img.folder-sticky-icon { |
| 251 | |
| 252 | } |
| 253 | body:not(.no-hover-css) .wcp-container .route .title:hover img.move-folder-icon, .wcp-container .route .title.wcp-drop-hover img.move-folder-icon { |
| 254 | display: block |
| 255 | } |
| 256 | body:not(.no-hover-css) .wcp-container .route .title:hover .ui-icon i, body:not(.no-hover-css) .wcp-container .route .title:hover .ui-icon img.folder-sticky-icon, .wcp-container .route .title.wcp-drop-hover .ui-icon i, .wcp-container .route .title.wcp-drop-hover .ui-icon img.folder-sticky-icon { |
| 257 | display: none |
| 258 | } |
| 259 | .route.is-sticky > h3.title > .ui-icon > .folder-sticky-icon { |
| 260 | display: block; |
| 261 | width: 100%; |
| 262 | height: auto; |
| 263 | margin: 3px auto 0; |
| 264 | } |
| 265 | .route.is-sticky.active-item > h3.title > .ui-icon > .folder-sticky-icon { |
| 266 | filter: invert(100%); |
| 267 | -webkit-filter: invert(100%); |
| 268 | } |
| 269 | .route.is-sticky > h3.title > .ui-icon > i { |
| 270 | display: none; |
| 271 | } |
| 272 | .wcp-container .route .title.wcp-drop-hover img { |
| 273 | filter: invert(100%); |
| 274 | -webkit-filter: invert(100%); |
| 275 | } |
| 276 | .add-new-folder { |
| 277 | text-decoration: none; |
| 278 | display: block; |
| 279 | float: right; |
| 280 | font-size: 14px; |
| 281 | padding: 4px 10px; |
| 282 | background: #f51366; |
| 283 | color: #fff; |
| 284 | border: solid 1px #f51366; |
| 285 | border-radius: 3px; |
| 286 | line-height: 24px; |
| 287 | -webkit-box-shadow: 0 3px 5px -3px #333; |
| 288 | -moz-box-shadow: 0 3px 5px -3px #333; |
| 289 | box-shadow: 0 3px 5px -3px #333; |
| 290 | position: relative |
| 291 | } |
| 292 | .add-new-folder:focus, .add-new-folder:hover { |
| 293 | color: #fff |
| 294 | } |
| 295 | .add-new-folder:hover:after { |
| 296 | content: ""; |
| 297 | width: 100%; |
| 298 | height: 100%; |
| 299 | background: rgba(0, 0, 0, .1); |
| 300 | position: absolute; |
| 301 | top: 0; |
| 302 | left: 0 |
| 303 | } |
| 304 | .add-new-folder span { |
| 305 | display: block; |
| 306 | float: left; |
| 307 | line-height: 20px; |
| 308 | font-size: 14px; |
| 309 | margin-right: 5px |
| 310 | } |
| 311 | .add-new-folder span.folder-icon-create_new_folder { |
| 312 | font-size: 20px |
| 313 | } |
| 314 | .form-options { |
| 315 | background: #fff; |
| 316 | padding: 10px 0 0 10px; |
| 317 | margin: 0 0 |
| 318 | } |
| 319 | .form-options ul { |
| 320 | margin: 0; |
| 321 | padding: 0 |
| 322 | } |
| 323 | .form-options > ul > li { |
| 324 | display: inline-block; |
| 325 | margin: 0 2px 0 0; |
| 326 | vertical-align: top |
| 327 | } |
| 328 | .form-options > ul > li.last { |
| 329 | margin: 0 |
| 330 | } |
| 331 | .form-options > ul > li > a { |
| 332 | display: inline-block; |
| 333 | text-decoration: none; |
| 334 | padding: 5px 5px; |
| 335 | color: #000; |
| 336 | background: #ccc; |
| 337 | box-shadow: 0 1px 0 #ccc; |
| 338 | vertical-align: middle; |
| 339 | border: solid 1px #ccc; |
| 340 | border-radius: 3px; |
| 341 | margin: 0 0 12px 0 |
| 342 | } |
| 343 | .form-options > ul > li.last > a { |
| 344 | padding: 3px |
| 345 | } |
| 346 | .form-options > ul > li.last > a span.icon { |
| 347 | font-size: 28px; |
| 348 | line-height: 22px |
| 349 | } |
| 350 | a#expand-collapse-list.all-open span:before { |
| 351 | content: "\e911" |
| 352 | } |
| 353 | .form-options > ul > li > a:hover { |
| 354 | background: #404040; |
| 355 | color: #fff; |
| 356 | border: solid 1px #404040 |
| 357 | } |
| 358 | .form-options span.icon { |
| 359 | font-size: 18px; |
| 360 | display: inline-block; |
| 361 | vertical-align: top |
| 362 | } |
| 363 | .un-categorised-items { |
| 364 | border-radius: 3px |
| 365 | } |
| 366 | .header-posts a, .un-categorised-items a { |
| 367 | color: #444; |
| 368 | padding: 7px; |
| 369 | border-radius: 3px; |
| 370 | display: block; |
| 371 | text-decoration: none; |
| 372 | font-size: 14px; |
| 373 | line-height: 18px |
| 374 | } |
| 375 | .header-posts a:hover, .un-categorised-items.active-item, .un-categorised-items:hover { |
| 376 | background: #dfdfdf; |
| 377 | border-radius: 3px |
| 378 | } |
| 379 | .header-posts a.active-item, .un-categorised-items.active-item { |
| 380 | background: #008ec2 !important; |
| 381 | color: #fff !important |
| 382 | } |
| 383 | .un-categorised-items.active-item a { |
| 384 | color: #fff !important |
| 385 | } |
| 386 | .header-posts a.active-item span.total-count, .un-categorised-items.active-item a span { |
| 387 | color: #444 !important |
| 388 | } |
| 389 | span.total-count { |
| 390 | float: right; |
| 391 | background: #fff; |
| 392 | padding: 0 5px; |
| 393 | border: solid 1px #ccc; |
| 394 | font-size: 10px; |
| 395 | line-height: 16px; |
| 396 | border-radius: 2px |
| 397 | } |
| 398 | .wcp-icon { |
| 399 | display: inline-block; |
| 400 | font-size: 16px; |
| 401 | vertical-align: top; |
| 402 | margin-right: 3px |
| 403 | } |
| 404 | #custom-menu .wcp-icon { |
| 405 | font-size: 20px; |
| 406 | line-height: 24px |
| 407 | } |
| 408 | .route.active > .nav-icon > .folder-icon-arrow_right { |
| 409 | transform: rotate(90deg); |
| 410 | -webkit-transform: rotate(90deg); |
| 411 | -moz-transform: rotate(90deg) |
| 412 | } |
| 413 | .route.active > .ui-icon > .folder-icon-folder:before { |
| 414 | content: "\e90c" |
| 415 | } |
| 416 | .wcp-container .route span.total-count { |
| 417 | position: relative; |
| 418 | font-size: 8px; |
| 419 | float: right; |
| 420 | text-align: center; |
| 421 | width: auto; |
| 422 | background: #fff; |
| 423 | display: block; |
| 424 | margin: 4px 3px 3px 3px; |
| 425 | color: #23282d !important; |
| 426 | line-height: 16px; |
| 427 | height: 16px |
| 428 | } |
| 429 | .dynamic-menu { |
| 430 | position: absolute; |
| 431 | left: 50px; |
| 432 | background: #fff; |
| 433 | width: 170px; |
| 434 | padding: 0; |
| 435 | z-index: 101; |
| 436 | -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25); |
| 437 | -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25); |
| 438 | box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25) |
| 439 | } |
| 440 | .sticky-folders .dynamic-menu { |
| 441 | left: auto; |
| 442 | right: 50px; |
| 443 | } |
| 444 | .dynamic-menu li { |
| 445 | position: relative; |
| 446 | width: 100%; |
| 447 | display: inline-block !important; |
| 448 | padding: 2px 0; |
| 449 | margin: 0 |
| 450 | } |
| 451 | .dynamic-menu a { |
| 452 | text-decoration: none; |
| 453 | color: #848484; |
| 454 | position: relative; |
| 455 | display: block; |
| 456 | padding: 5px 10px; |
| 457 | line-height: 18px; |
| 458 | white-space: nowrap |
| 459 | } |
| 460 | .dynamic-menu ul > li > a > span, .dynamic-menu ul > li > a > span span { |
| 461 | position: relative !important; |
| 462 | display: inline-block; |
| 463 | vertical-align: top; |
| 464 | margin-right: 5px; |
| 465 | top: 0 !important; |
| 466 | } |
| 467 | .dynamic-menu ul > li > a > span span { |
| 468 | top: auto; |
| 469 | height: auto; |
| 470 | width: auto; |
| 471 | margin: 0; |
| 472 | left: auto; |
| 473 | vertical-align: baseline; |
| 474 | display: inline |
| 475 | } |
| 476 | .dynamic-menu li.new-folder { |
| 477 | border-bottom: solid 1px #d8d8d8 |
| 478 | } |
| 479 | .dynamic-menu a:hover, .dynamic-menu a.active { |
| 480 | background: #efefef; |
| 481 | color: #000 |
| 482 | } |
| 483 | .dynamic-menu ul li span { |
| 484 | font-size: 20px; |
| 485 | vertical-align: middle; |
| 486 | } |
| 487 | .dynamic-menu ul li span.sticky-folder-icon { |
| 488 | width: 20px; |
| 489 | } |
| 490 | .wcp-form-input { |
| 491 | padding-left: 35px; |
| 492 | box-sizing: border-box; |
| 493 | position: relative |
| 494 | } |
| 495 | .wcp-form-input input { |
| 496 | width: 100% |
| 497 | } |
| 498 | .wcp-form-btn { |
| 499 | padding: 4px 0 4px 2px |
| 500 | } |
| 501 | .wcp-form-input:before { |
| 502 | content: "\e90d"; |
| 503 | font-family: folder-icon !important; |
| 504 | speak: none; |
| 505 | position: absolute; |
| 506 | left: 0; |
| 507 | font-size: 28px; |
| 508 | top: 5px |
| 509 | } |
| 510 | .add-new-folder-btn { |
| 511 | margin-right: 5px !important |
| 512 | } |
| 513 | .form-loader { |
| 514 | width: 100%; |
| 515 | height: 5px; |
| 516 | margin: 0 0 10px |
| 517 | } |
| 518 | .form-loader-count { |
| 519 | width: 0; |
| 520 | height: 5px; |
| 521 | background: url(../images/form-loader.png); |
| 522 | transition: all 2.5s linear; |
| 523 | -webkit-transition: all 2s linear; |
| 524 | -moz-transition: all 2.5s linear |
| 525 | } |
| 526 | .route.is-high > .ui-icon > i:before { |
| 527 | content: "\e900" !important |
| 528 | } |
| 529 | .route.is-high.active > .ui-icon > i:before { |
| 530 | content: "\e90c" !important; |
| 531 | z-index: 11; |
| 532 | color: #444; |
| 533 | font-size: 20px |
| 534 | } |
| 535 | .route.is-high.active > .ui-icon > i:after { |
| 536 | content: "\e907"; |
| 537 | margin-left: -1.2em; |
| 538 | color: #444; |
| 539 | font-size: 11px; |
| 540 | top: 1px; |
| 541 | position: absolute |
| 542 | } |
| 543 | .route.is-high.active.active-item > .ui-icon > i:after, .route.is-high.active.active-item > .ui-icon > i:before { |
| 544 | color: #fff |
| 545 | } |
| 546 | li.active-menu { |
| 547 | z-index: 2 !important |
| 548 | } |
| 549 | .wp-list-table th { |
| 550 | width: auto !important |
| 551 | } |
| 552 | .wp-list-table th.column-title { |
| 553 | width: 35% !important; |
| 554 | } |
| 555 | .fixed .column-author, .fixed .column-date, .fixed .column-format, .fixed .column-links, .fixed .column-parent, .fixed .column-posts { |
| 556 | width: 10% !important; |
| 557 | } |
| 558 | .wp-list-table #wcp_move { |
| 559 | width: 20px !important |
| 560 | } |
| 561 | td.wcp_move.column-wcp_move { |
| 562 | vertical-align: middle |
| 563 | } |
| 564 | .wp-list-table tr td .wcp-move-file { |
| 565 | vertical-align: middle; |
| 566 | opacity: 0 |
| 567 | } |
| 568 | .wp-list-table td.wcp_move.column-wcp_move.wcp-draggable, .wp-list-table tr:hover td .wcp-move-file { |
| 569 | opacity: 1 |
| 570 | } |
| 571 | .wcp-drop-hover { |
| 572 | background: #0073aa !important; |
| 573 | z-index: 2 !important; |
| 574 | color: #fff !important |
| 575 | } |
| 576 | .wcp-drop-hover span { |
| 577 | color: #fff !important |
| 578 | } |
| 579 | .ui-draggable-dragging { |
| 580 | z-index: 1051 !important |
| 581 | } |
| 582 | .wcp-hover-list { |
| 583 | background: #008ec2 !important; |
| 584 | color: #fff; |
| 585 | position: relative |
| 586 | } |
| 587 | .wcp-hover-list a { |
| 588 | color: #fff |
| 589 | } |
| 590 | .wcp-hover-list span.total-count { |
| 591 | color: #000 |
| 592 | } |
| 593 | span.wcp-item { |
| 594 | display: none |
| 595 | } |
| 596 | .wcp-move-file { |
| 597 | cursor: move |
| 598 | } |
| 599 | .wcp-drop-hover-list a.folder-view { |
| 600 | background: #008ec2; |
| 601 | color: #fff; |
| 602 | border: solid 1px #fff; |
| 603 | position: relative |
| 604 | } |
| 605 | .tree-structure .folder-view { |
| 606 | display: block; |
| 607 | border: 1px solid #dadce0; |
| 608 | color: #404040; |
| 609 | border-radius: 4px; |
| 610 | -moz-border-radius: 4px; |
| 611 | -webkit-border-radius: 4px; |
| 612 | position: relative; |
| 613 | cursor: pointer; |
| 614 | background: #fff |
| 615 | } |
| 616 | .tree-structure .folder-view:hover { |
| 617 | background: #008ec2; |
| 618 | color: #fff |
| 619 | } |
| 620 | .wcp-drop-hover-list a.folder-view:before { |
| 621 | width: 100%; |
| 622 | height: 100%; |
| 623 | content: ""; |
| 624 | position: absolute; |
| 625 | top: -2px; |
| 626 | left: -2px; |
| 627 | border: solid 1px #008ec2; |
| 628 | padding: 1px; |
| 629 | border-radius: 4px; |
| 630 | -moz-border-radius: 4px; |
| 631 | -webkit-border-radius: 4px |
| 632 | } |
| 633 | .ui-draggable-dragging.wcp-move-file { |
| 634 | z-index: 5001; |
| 635 | display: inline-block; |
| 636 | border: solid 2px #0073aa; |
| 637 | padding: 5px 10px; |
| 638 | border-radius: 5px; |
| 639 | background: #e4f6ff; |
| 640 | z-index: 2001; |
| 641 | position: fixed !important; |
| 642 | max-width: 230px; |
| 643 | overflow: hidden; |
| 644 | width: auto !important |
| 645 | } |
| 646 | .ui-draggable-dragging.wcp-move-file span { |
| 647 | display: block; |
| 648 | float: left |
| 649 | } |
| 650 | .ui-draggable-dragging.wcp-move-file span.wcp-move { |
| 651 | margin-right: 5px; |
| 652 | display: block; |
| 653 | float: left |
| 654 | } |
| 655 | .wcp-container .route span.title-text { |
| 656 | position: relative; |
| 657 | top: auto; |
| 658 | left: auto; |
| 659 | display: inline-block; |
| 660 | font-size: 16px; |
| 661 | line-height: 30px; |
| 662 | height: 30px; |
| 663 | width: calc(100% - 80px); |
| 664 | overflow: hidden; |
| 665 | white-space: nowrap |
| 666 | } |
| 667 | .ui-resizable-handle.ui-resizable-e { |
| 668 | position: absolute; |
| 669 | top: 0; |
| 670 | height: 100%; |
| 671 | height: 100vh; |
| 672 | width: 1px; |
| 673 | right: 0; |
| 674 | border-right: 1px solid #ccc; |
| 675 | cursor: col-resize |
| 676 | } |
| 677 | .ui-resizable-handle.ui-resizable-e:before, .ui-resizable-handle.ui-resizable-w:before { |
| 678 | content: ""; |
| 679 | top: 68px; |
| 680 | width: 3px; |
| 681 | height: 53px; |
| 682 | position: absolute; |
| 683 | border-left: solid 1px #ccc; |
| 684 | border-right: solid 1px #ccc; |
| 685 | left: -1px |
| 686 | } |
| 687 | .ui-resizable-handle.ui-resizable-w { |
| 688 | position: absolute; |
| 689 | top: 0; |
| 690 | height: 100%; |
| 691 | height: 100vh; |
| 692 | width: 1px; |
| 693 | left: 0; |
| 694 | border-right: 1px solid #ccc; |
| 695 | cursor: col-resize |
| 696 | } |
| 697 | div#custom-menu { |
| 698 | padding-bottom: 150px; |
| 699 | padding-left: 4px |
| 700 | } |
| 701 | .wcp-container .route span.star-icon, .sticky-folders li a span.star-icon { |
| 702 | position: relative; |
| 703 | top: 2px; |
| 704 | left: auto; |
| 705 | float: right; |
| 706 | font-family: folder-icon !important; |
| 707 | speak: none; |
| 708 | color: #ffc90e; |
| 709 | display: none; |
| 710 | font-size: 20px; |
| 711 | font-weight: bold; |
| 712 | } |
| 713 | .wcp-container .route span.update-inline-record, .sticky-folders li a span.update-inline-record { |
| 714 | position: relative; |
| 715 | left: auto; |
| 716 | top: 2px; |
| 717 | float: right; |
| 718 | width: 0; |
| 719 | height: 22px; |
| 720 | font-family: folder-icon !important; |
| 721 | font-size: 16px; |
| 722 | overflow: hidden; |
| 723 | transition: all .25s linear; |
| 724 | -webkit-transition: all .25s linear; |
| 725 | -moz-transition: all .25s linear |
| 726 | } |
| 727 | body:not(.no-hover-css) .wcp-container .route h3:hover > span.update-inline-record, body:not(.no-hover-css) .sticky-folders li a:hover span.update-inline-record { |
| 728 | width: 18px |
| 729 | } |
| 730 | .sticky-folders li a:hover .folder-count { |
| 731 | margin: 0px 3px 0px 0px; |
| 732 | } |
| 733 | .wcp-container .route span.update-inline-record:after, .sticky-folders li a span.update-inline-record:after { |
| 734 | content: "\e910" |
| 735 | } |
| 736 | .wcp-container .route.is-high > h3 > span.star-icon, .sticky-folders li.is-high a span.star-icon { |
| 737 | display: block; |
| 738 | } |
| 739 | .wcp-container .route span.star-icon:after, .sticky-folders li a span.star-icon:after { |
| 740 | content: "\e907" |
| 741 | } |
| 742 | .tree-structure li { |
| 743 | display: block; |
| 744 | width: auto; |
| 745 | float: left; |
| 746 | margin: 0; |
| 747 | padding: 0 |
| 748 | } |
| 749 | .tree-structure .folder-item { |
| 750 | padding: 8px; |
| 751 | position: relative |
| 752 | } |
| 753 | .tree-structure .folder-view { |
| 754 | display: block; |
| 755 | border: 1px solid #dadce0; |
| 756 | color: #404040; |
| 757 | border-radius: 4px; |
| 758 | -moz-border-radius: 4px; |
| 759 | -webkit-border-radius: 4px; |
| 760 | position: relative; |
| 761 | cursor: pointer; |
| 762 | background: #fff |
| 763 | } |
| 764 | .tree-structure .folder-view span.item-name { |
| 765 | display: block; |
| 766 | padding: 10px 25px 10px 50px; |
| 767 | position: relative; |
| 768 | width: 100%; |
| 769 | overflow: hidden; |
| 770 | height: 38px; |
| 771 | font-size: 16px; |
| 772 | box-sizing: border-box |
| 773 | } |
| 774 | .folder-view span.item-name:before { |
| 775 | content: "\e90d"; |
| 776 | font-family: folder-icon !important; |
| 777 | position: absolute; |
| 778 | left: 15px; |
| 779 | font-size: 24px |
| 780 | } |
| 781 | .folder-view.is-high span.item-name:before { |
| 782 | content: "\e900" |
| 783 | } |
| 784 | .folder-view.is-post span.item-name:before { |
| 785 | content: "\e901" |
| 786 | } |
| 787 | .tree-structure span.folder-option { |
| 788 | position: absolute; |
| 789 | right: 0; |
| 790 | font-family: folder-icon !important; |
| 791 | top: 0; |
| 792 | font-size: 20px; |
| 793 | line-height: 38px; |
| 794 | z-index: 1; |
| 795 | cursor: pointer; |
| 796 | display: none |
| 797 | } |
| 798 | .tree-structure .folder-view:hover span.folder-option { |
| 799 | display: block |
| 800 | } |
| 801 | .tree-structure span.folder-option:hover { |
| 802 | color: #f51366 |
| 803 | } |
| 804 | .tree-structure span.folder-option:after { |
| 805 | content: "\e90a" |
| 806 | } |
| 807 | .tree-structure li { |
| 808 | position: relative |
| 809 | } |
| 810 | .tree-structure { |
| 811 | margin-left: -8px; |
| 812 | margin-right: -8px |
| 813 | } |
| 814 | .tree-structure .folder-view span.folder-title { |
| 815 | overflow: hidden; |
| 816 | width: 100%; |
| 817 | height: 18px; |
| 818 | display: block |
| 819 | } |
| 820 | .swal2-popup .swal2-title { |
| 821 | line-height: 36px |
| 822 | } |
| 823 | .attachments-browser.ui-draggable-dragging .media-sidebar, .attachments-browser.ui-draggable-dragging .media-toolbar, .attachments-browser.ui-draggable-dragging .uploader-inline, .attachments-browser.ui-draggable-dragging ul.attachments { |
| 824 | display: none |
| 825 | } |
| 826 | .attachments.ui-sortable.ui-draggable-dragging { |
| 827 | z-index: 5000 |
| 828 | } |
| 829 | .selected-items { |
| 830 | background: #0073aa; |
| 831 | color: #fff; |
| 832 | padding: 10px 20px; |
| 833 | border-radius: 5px; |
| 834 | -moz-border-radius: 5px; |
| 835 | -webkit-border-radius: 5px; |
| 836 | margin-top: 0; |
| 837 | cursor: none; |
| 838 | font-size: 12px |
| 839 | } |
| 840 | .media-frame, .media-frame .attachments-browser, .media-frame-content { |
| 841 | overflow: inherit |
| 842 | } |
| 843 | .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail { |
| 844 | width: 2px !important; |
| 845 | background-color: #0073aa !important; |
| 846 | background-color: rgba(0, 115, 170, .6) !important; |
| 847 | box-shadow: none !important |
| 848 | } |
| 849 | .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { |
| 850 | background-color: #0073aa !important |
| 851 | } |
| 852 | .mCSB_outside + .mCSB_scrollTools { |
| 853 | right: -15px !important |
| 854 | } |
| 855 | body.upload-php.eml-grid #wpbody { |
| 856 | position: relative !important; |
| 857 | top: 0 !important; |
| 858 | bottom: auto !important; |
| 859 | left: auto !important; |
| 860 | right: auto !important; |
| 861 | height: auto |
| 862 | } |
| 863 | #footer-thankyou { |
| 864 | display: none |
| 865 | } |
| 866 | span.upgrade-message { |
| 867 | padding: 0 0 10px; |
| 868 | background: #fff; |
| 869 | display: inline-block; |
| 870 | font-size: 14px; |
| 871 | color: #000 |
| 872 | } |
| 873 | span.upgrade-message a.pink, span.upgrade-message span.pink { |
| 874 | color: #ff5983; |
| 875 | text-decoration: none; |
| 876 | font-weight: 700 |
| 877 | } |
| 878 | .media-toolbar.sticky-media { |
| 879 | position: fixed; |
| 880 | top: 32px; |
| 881 | right: 18px !important; |
| 882 | left: auto |
| 883 | } |
| 884 | .media-position { |
| 885 | width: 1px; |
| 886 | height: 1px |
| 887 | } |
| 888 | .media-frame.mode-grid .media-toolbar { |
| 889 | margin: 0 !important |
| 890 | } |
| 891 | .button-disabled { |
| 892 | cursor: no-drop; |
| 893 | pointer-events: none |
| 894 | } |
| 895 | .wcp-hide-show-buttons { |
| 896 | position: absolute; |
| 897 | top: 25px; |
| 898 | right: -20px; |
| 899 | z-index: 10001; |
| 900 | } |
| 901 | html[dir="rtl"] .wcp-hide-show-buttons { |
| 902 | left: -20px; |
| 903 | right: auto; |
| 904 | } |
| 905 | .wcp-hide-show-buttons .toggle-buttons { |
| 906 | background: #f51366; |
| 907 | color: #fff; |
| 908 | display: inline-block; |
| 909 | margin: 0; |
| 910 | padding: 0; |
| 911 | float: left; |
| 912 | -webkit-border-top-right-radius: 50%; |
| 913 | -webkit-border-bottom-right-radius: 50%; |
| 914 | -moz-border-radius-topright: 50%; |
| 915 | -moz-border-radius-bottomright: 50%; |
| 916 | border-top-right-radius: 50%; |
| 917 | border-bottom-right-radius: 50%; |
| 918 | display: none; |
| 919 | width: 20px; |
| 920 | height: 20px; |
| 921 | cursor: pointer; |
| 922 | position: relative |
| 923 | } |
| 924 | .wcp-hide-show-buttons:hover .toggle-buttons:after { |
| 925 | content: ""; |
| 926 | width: 100%; |
| 927 | height: 100%; |
| 928 | background: transparent; |
| 929 | position: absolute; |
| 930 | top: 0; |
| 931 | left: 0; |
| 932 | -webkit-border-top-right-radius: 50%; |
| 933 | -webkit-border-bottom-right-radius: 50%; |
| 934 | -moz-border-radius-topright: 50%; |
| 935 | -moz-border-radius-bottomright: 50%; |
| 936 | border-top-right-radius: 50%; |
| 937 | border-bottom-right-radius: 50% |
| 938 | } |
| 939 | html[dir="rtl"] .wcp-hide-show-buttons .toggle-buttons { |
| 940 | border-radius: 0; |
| 941 | -webkit-border-radius: 0; |
| 942 | -moz-border-radius: 0; |
| 943 | -webkit-border-top-left-radius: 50%; |
| 944 | -webkit-border-bottom-left-radius: 50%; |
| 945 | -moz-border-radius-top-left: 50%; |
| 946 | -moz-border-radius-bottom-left: 50%; |
| 947 | border-top-left-radius: 50%; |
| 948 | border-bottom-left-radius: 50%; |
| 949 | } |
| 950 | html[dir="rtl"] .wcp-hide-show-buttons .toggle-buttons span { |
| 951 | -webkit-transform: rotate(180deg); |
| 952 | transform: rotate(180deg); |
| 953 | } |
| 954 | .hide-folders-area .wcp-content { |
| 955 | width: 0 !important |
| 956 | } |
| 957 | .hide-folders-area .wcp-container { |
| 958 | display: none |
| 959 | } |
| 960 | .wcp-hide-show-buttons .toggle-buttons.active { |
| 961 | display: block |
| 962 | } |
| 963 | #wcp-content.no-transition .wcp-container { |
| 964 | display: none |
| 965 | } |
| 966 | button.button.organize-button { |
| 967 | vertical-align: middle; |
| 968 | text-decoration: none; |
| 969 | display: inline-block; |
| 970 | font-size: 14px; |
| 971 | padding: 4px 10px; |
| 972 | background: #f51366; |
| 973 | color: #fff; |
| 974 | border: solid 1px #f51366; |
| 975 | border-radius: 3px; |
| 976 | line-height: 14px; |
| 977 | -webkit-box-shadow: 0 3px 5px -3px #333; |
| 978 | -moz-box-shadow: 0 3px 5px -3px #333; |
| 979 | box-shadow: 0 3px 5px -3px #333; |
| 980 | position: relative |
| 981 | } |
| 982 | button.button.organize-button:focus, button.button.organize-button:hover { |
| 983 | color: #fff |
| 984 | } |
| 985 | button.button.organize-button:hover:after { |
| 986 | content: ""; |
| 987 | width: 100%; |
| 988 | height: 100%; |
| 989 | background: rgba(0, 0, 0, .1); |
| 990 | position: absolute; |
| 991 | top: 0; |
| 992 | left: 0 |
| 993 | } |
| 994 | .tree-structure-content ul { |
| 995 | margin: 0; |
| 996 | padding: 0 |
| 997 | } |
| 998 | .tree-structure-content { |
| 999 | padding: 10px 20px 10px; |
| 1000 | background: #fff; |
| 1001 | margin: 10px 0 15px; |
| 1002 | border-radius: 4px; |
| 1003 | -moz-border-radius: 4px; |
| 1004 | -webkit-border-radius: 4px; |
| 1005 | border: solid 1px #ccc |
| 1006 | } |
| 1007 | .tree-structure-content .tree-structure { |
| 1008 | height: 55px; |
| 1009 | overflow: hidden; |
| 1010 | transition: .1s; |
| 1011 | -webkit-transition: .1s; |
| 1012 | -moz-transition: .1s |
| 1013 | } |
| 1014 | .tree-structure-content.active .tree-structure { |
| 1015 | height: auto |
| 1016 | } |
| 1017 | .folders-toggle-button { |
| 1018 | height: 15px; |
| 1019 | text-align: center; |
| 1020 | position: relative |
| 1021 | } |
| 1022 | .folders-toggle-button span { |
| 1023 | background: #f51366; |
| 1024 | color: #fff; |
| 1025 | height: 20px; |
| 1026 | width: 30px; |
| 1027 | text-align: center; |
| 1028 | display: block; |
| 1029 | margin: 0 auto; |
| 1030 | position: absolute; |
| 1031 | left: 0; |
| 1032 | right: 0; |
| 1033 | bottom: -10px; |
| 1034 | cursor: pointer; |
| 1035 | font-family: dashicons; |
| 1036 | font-size: 20px; |
| 1037 | line-height: 20px |
| 1038 | } |
| 1039 | .folders-toggle-button span:after { |
| 1040 | content: "\f347" |
| 1041 | } |
| 1042 | .tree-structure-content.active .folders-toggle-button span:after { |
| 1043 | content: "\f343" |
| 1044 | } |
| 1045 | span.media-info-message { |
| 1046 | vertical-align: middle; |
| 1047 | line-height: 20px; |
| 1048 | font-weight: 700; |
| 1049 | color: #f51366; |
| 1050 | padding: 0 0 10px 0; |
| 1051 | display: none !important |
| 1052 | } |
| 1053 | span.media-info-message.active { |
| 1054 | display: block !important |
| 1055 | } |
| 1056 | .folder-popup-form { |
| 1057 | position: fixed; |
| 1058 | width: 100%; |
| 1059 | height: 100%; |
| 1060 | background: rgba(0, 0, 0, .5); |
| 1061 | top: 0; |
| 1062 | left: 0; |
| 1063 | z-index: 10001; |
| 1064 | display: none |
| 1065 | } |
| 1066 | .folder-popup-form.disabled { |
| 1067 | pointer-events: none |
| 1068 | } |
| 1069 | .popup-form-content { |
| 1070 | background: #fff; |
| 1071 | min-height: 100px; |
| 1072 | width: 400px; |
| 1073 | text-align: center; |
| 1074 | margin: 0 auto; |
| 1075 | position: absolute; |
| 1076 | left: 0; |
| 1077 | right: 0; |
| 1078 | top: 50%; |
| 1079 | transform: translate(0, -50%); |
| 1080 | -webkit-transform: translate(0, -50%); |
| 1081 | -moz-transform: translate(0, -50%); |
| 1082 | -o-transform: translate(0, -50%); |
| 1083 | -ms-transform: translate(0, -50%); |
| 1084 | padding: 20px; |
| 1085 | -webkit-border-radius: 10px; |
| 1086 | -moz-border-radius: 10px; |
| 1087 | border-radius: 10px |
| 1088 | } |
| 1089 | .folder-form-buttons a, .folder-form-buttons button { |
| 1090 | display: inline-block; |
| 1091 | padding: 10px 20px; |
| 1092 | text-decoration: none; |
| 1093 | margin: 10px 3px; |
| 1094 | font-size: 18px; |
| 1095 | line-height: 22px; |
| 1096 | border-radius: .25em; |
| 1097 | color: #fff; |
| 1098 | border: none |
| 1099 | } |
| 1100 | .folder-form-buttons a span, .folder-form-buttons button span { |
| 1101 | -webkit-animation: fa-spin .75s infinite linear; |
| 1102 | animation: fa-spin .75s infinite linear |
| 1103 | } |
| 1104 | [data-tooltip] { |
| 1105 | position: relative |
| 1106 | } |
| 1107 | [data-tooltip]::after, [data-tooltip]::before { |
| 1108 | text-transform: none; |
| 1109 | font-size: .9em; |
| 1110 | line-height: 1; |
| 1111 | user-select: none; |
| 1112 | pointer-events: none; |
| 1113 | position: absolute; |
| 1114 | display: none; |
| 1115 | opacity: 0 |
| 1116 | } |
| 1117 | [data-tooltip]::before { |
| 1118 | content: ''; |
| 1119 | border: 5px solid transparent; |
| 1120 | z-index: 1001 |
| 1121 | } |
| 1122 | [data-tooltip]::after { |
| 1123 | content: attr(data-tooltip); |
| 1124 | font-family: Helvetica, sans-serif; |
| 1125 | text-align: center; |
| 1126 | min-width: 3em; |
| 1127 | max-width: 21em; |
| 1128 | white-space: nowrap; |
| 1129 | overflow: hidden; |
| 1130 | text-overflow: ellipsis; |
| 1131 | padding: 1ch 1.5ch; |
| 1132 | border-radius: .3ch; |
| 1133 | box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, .35); |
| 1134 | background: #333; |
| 1135 | color: #fff; |
| 1136 | z-index: 1000 |
| 1137 | } |
| 1138 | [data-tooltip]:hover::after, [data-tooltip]:hover::before { |
| 1139 | display: block; |
| 1140 | opacity: 1 |
| 1141 | } |
| 1142 | [data-tooltip]:not([flow])::before, [data-tooltip][flow^=up]::before { |
| 1143 | bottom: 100%; |
| 1144 | border-bottom-width: 0; |
| 1145 | border-top-color: #333 |
| 1146 | } |
| 1147 | [data-tooltip]:not([flow])::after, [data-tooltip][flow^=up]::after { |
| 1148 | bottom: calc(100% + 5px) |
| 1149 | } |
| 1150 | [data-tooltip]:not([flow])::after, [data-tooltip]:not([flow])::before, [data-tooltip][flow^=up]::after, [data-tooltip][flow^=up]::before { |
| 1151 | left: 50%; |
| 1152 | transform: translate(-50%, -.5em) |
| 1153 | } |
| 1154 | #remove-folder-item { |
| 1155 | width: 126px !important |
| 1156 | } |
| 1157 | .wp-core-ui .button-primary.select-all-item-btn { |
| 1158 | margin: 11px 11px 11px 0; |
| 1159 | display: none !important |
| 1160 | } |
| 1161 | .wp-core-ui .button-primary.select-all-item-btn.active { |
| 1162 | display: inline-block !important |
| 1163 | } |
| 1164 | .form-options > ul > li.last.folder-checkbox { |
| 1165 | padding: 8px 0 0 6px |
| 1166 | } |
| 1167 | #custom-menu input.checkbox { |
| 1168 | display: none |
| 1169 | } |
| 1170 | #custom-menu.show-folder-checkbox input.checkbox { |
| 1171 | display: block; |
| 1172 | margin: 5px 0 0 0 |
| 1173 | } |
| 1174 | #custom-menu.show-folder-checkbox h3.title > .ui-icon > i, #custom-menu.show-folder-checkbox h3.title > .ui-icon > img { |
| 1175 | display: none !important |
| 1176 | } |
| 1177 | @-webkit-keyframes fa-spin { |
| 1178 | 0% { |
| 1179 | -webkit-transform: rotate(0); |
| 1180 | transform: rotate(0) |
| 1181 | } 100% { |
| 1182 | -webkit-transform: rotate(359deg); |
| 1183 | transform: rotate(359deg) |
| 1184 | }} |
| 1185 | .folder-form-buttons a:focus, .folder-form-buttons a:hover, .folder-form-buttons button:focus, .folder-form-buttons button:hover { |
| 1186 | color: #fff; |
| 1187 | background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)) |
| 1188 | } |
| 1189 | .folder-form-buttons a:focus { |
| 1190 | outline: 0; |
| 1191 | box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4) |
| 1192 | } |
| 1193 | .form-cancel-btn { |
| 1194 | background-color: #aaa |
| 1195 | } |
| 1196 | .form-submit-btn { |
| 1197 | background-color: #3085d6 |
| 1198 | } |
| 1199 | .add-update-folder-title { |
| 1200 | display: block; |
| 1201 | position: relative; |
| 1202 | max-width: 100%; |
| 1203 | margin: 0 0 .4em; |
| 1204 | padding: 0; |
| 1205 | color: #595959; |
| 1206 | font-size: 1.875em; |
| 1207 | font-weight: 600; |
| 1208 | text-align: center; |
| 1209 | text-transform: none; |
| 1210 | word-wrap: break-word; |
| 1211 | line-height: 30px |
| 1212 | } |
| 1213 | .folder-form-input input { |
| 1214 | width: 100%; |
| 1215 | transition: border-color .3s, box-shadow .3s; |
| 1216 | border: 1px solid #d9d9d9; |
| 1217 | border-radius: .1875em; |
| 1218 | font-size: 1.125em; |
| 1219 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06); |
| 1220 | box-sizing: border-box; |
| 1221 | height: 2.625em; |
| 1222 | padding: 0 .75em; |
| 1223 | margin: 1em auto |
| 1224 | } |
| 1225 | .folder-form-message { |
| 1226 | font-size: 16px; |
| 1227 | line-height: 20px; |
| 1228 | margin: 25px 0 |
| 1229 | } |
| 1230 | .folder-form-errors { |
| 1231 | margin: 0 0 10px 0; |
| 1232 | padding: 8px 0; |
| 1233 | background: #ffe4e4; |
| 1234 | color: #a20000; |
| 1235 | display: none |
| 1236 | } |
| 1237 | .folder-form-errors.active { |
| 1238 | display: block |
| 1239 | } |
| 1240 | .sticky-menu #adminmenuwrap { |
| 1241 | position: relative !important |
| 1242 | } |
| 1243 | span.folder-loader-ajax { |
| 1244 | float: right; |
| 1245 | margin: 0 8px 0 0; |
| 1246 | line-height: 30px; |
| 1247 | display: none |
| 1248 | } |
| 1249 | .folder-loader-ajax.active { |
| 1250 | display: inline-block |
| 1251 | } |
| 1252 | @-webkit-keyframes scaleAnimation { |
| 1253 | 0% { |
| 1254 | opacity: 0; |
| 1255 | -webkit-transform: scale(1.5); |
| 1256 | transform: scale(1.5) |
| 1257 | } 100% { |
| 1258 | opacity: 1; |
| 1259 | -webkit-transform: scale(1); |
| 1260 | transform: scale(1) |
| 1261 | }} |
| 1262 | @keyframes scaleAnimation { |
| 1263 | 0% { |
| 1264 | opacity: 0; |
| 1265 | -webkit-transform: scale(1.5); |
| 1266 | transform: scale(1.5) |
| 1267 | } 100% { |
| 1268 | opacity: 1; |
| 1269 | -webkit-transform: scale(1); |
| 1270 | transform: scale(1) |
| 1271 | }} |
| 1272 | @-webkit-keyframes drawCircle { |
| 1273 | 0% { |
| 1274 | stroke-dashoffset: 151px |
| 1275 | } 100% { |
| 1276 | stroke-dashoffset: 0 |
| 1277 | }} |
| 1278 | @keyframes drawCircle { |
| 1279 | 0% { |
| 1280 | stroke-dashoffset: 151px |
| 1281 | } 100% { |
| 1282 | stroke-dashoffset: 0 |
| 1283 | }} |
| 1284 | @-webkit-keyframes drawCheck { |
| 1285 | 0% { |
| 1286 | stroke-dashoffset: 36px |
| 1287 | } 100% { |
| 1288 | stroke-dashoffset: 0 |
| 1289 | }} |
| 1290 | @keyframes drawCheck { |
| 1291 | 0% { |
| 1292 | stroke-dashoffset: 36px |
| 1293 | } 100% { |
| 1294 | stroke-dashoffset: 0 |
| 1295 | }} |
| 1296 | @-webkit-keyframes fadeOut { |
| 1297 | 0% { |
| 1298 | opacity: 1 |
| 1299 | } 100% { |
| 1300 | opacity: 0 |
| 1301 | }} |
| 1302 | @keyframes fadeOut { |
| 1303 | 0% { |
| 1304 | opacity: 1 |
| 1305 | } 100% { |
| 1306 | opacity: 0 |
| 1307 | }} |
| 1308 | @-webkit-keyframes fadeIn { |
| 1309 | 0% { |
| 1310 | opacity: 0 |
| 1311 | } 100% { |
| 1312 | opacity: 1 |
| 1313 | }} |
| 1314 | @keyframes fadeIn { |
| 1315 | 0% { |
| 1316 | opacity: 0 |
| 1317 | } 100% { |
| 1318 | opacity: 1 |
| 1319 | }} |
| 1320 | #successAnimationCircle { |
| 1321 | stroke-dasharray: 151px 151px; |
| 1322 | stroke: #2ce0a7 |
| 1323 | } |
| 1324 | #successAnimationCheck { |
| 1325 | stroke-dasharray: 36px 36px; |
| 1326 | stroke: #2ce0a7 |
| 1327 | } |
| 1328 | #successAnimationResult { |
| 1329 | fill: #2ce0a7; |
| 1330 | opacity: 0 |
| 1331 | } |
| 1332 | svg#successAnimation { |
| 1333 | width: 34px; |
| 1334 | height: 34px; |
| 1335 | padding: 0; |
| 1336 | display: none; |
| 1337 | float: left |
| 1338 | } |
| 1339 | #successAnimation.active { |
| 1340 | display: inline-block |
| 1341 | } |
| 1342 | .folder-loader-ajax img { |
| 1343 | display: none |
| 1344 | } |
| 1345 | .folder-loader-ajax img.active { |
| 1346 | display: inline-block |
| 1347 | } |
| 1348 | #successAnimation.animated { |
| 1349 | -webkit-animation: 1s ease-out 0s 1 both scaleAnimation; |
| 1350 | animation: 1s ease-out 0s 1 both scaleAnimation |
| 1351 | } |
| 1352 | #successAnimation.animated #successAnimationCircle { |
| 1353 | -webkit-animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCircle, .3s linear .9s 1 both fadeOut; |
| 1354 | animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCircle, .3s linear .9s 1 both fadeOut |
| 1355 | } |
| 1356 | #successAnimation.animated #successAnimationCheck { |
| 1357 | -webkit-animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCheck, .3s linear .9s 1 both fadeOut; |
| 1358 | animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCheck, .3s linear .9s 1 both fadeOut |
| 1359 | } |
| 1360 | #successAnimation.animated #successAnimationResult { |
| 1361 | -webkit-animation: .3s linear .9s both fadeIn; |
| 1362 | animation: .3s linear .9s both fadeIn |
| 1363 | } |
| 1364 | .mCSB_scrollTools a + .mCSB_draggerContainer { |
| 1365 | margin: 10px 0 !important |
| 1366 | } |
| 1367 | .popup-folder-title { |
| 1368 | font-weight: 700; |
| 1369 | font-size: 24px; |
| 1370 | padding: 0 0 20px 0 |
| 1371 | } |
| 1372 | .select-box { |
| 1373 | padding: 20px 0 10px 0 |
| 1374 | } |
| 1375 | .select-box select { |
| 1376 | width: 100%; |
| 1377 | max-width: 300px |
| 1378 | } |
| 1379 | .actions #media_folder, select.media-select-folder { |
| 1380 | width: 132px |
| 1381 | } |
| 1382 | select#media-attachment-taxonomy-filter { |
| 1383 | width: 132px |
| 1384 | } |
| 1385 | .custom-media-select { |
| 1386 | float: right; |
| 1387 | padding: 10px 0 0 0; |
| 1388 | display: none |
| 1389 | } |
| 1390 | .custom-media-select.active { |
| 1391 | display: block |
| 1392 | } |
| 1393 | .folder-progress { |
| 1394 | background: #b4b9be; |
| 1395 | border-radius: 4px; |
| 1396 | margin: 5px 0 0 0; |
| 1397 | position: relative |
| 1398 | } |
| 1399 | .folder-meter { |
| 1400 | height: 20px; |
| 1401 | position: relative; |
| 1402 | background: #f1f1f1; |
| 1403 | padding: 0; |
| 1404 | width: 0%; |
| 1405 | border-radius: 4px; |
| 1406 | -webkit-transition: all .2s linear; |
| 1407 | transition: all .2s linear |
| 1408 | } |
| 1409 | .folder-meter > span { |
| 1410 | display: block; |
| 1411 | height: 100%; |
| 1412 | -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4); |
| 1413 | -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4); |
| 1414 | box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4); |
| 1415 | position: relative; |
| 1416 | overflow: hidden; |
| 1417 | border-radius: 4px |
| 1418 | } |
| 1419 | .folder-animate > span > span, .folder-meter > span:after, .folder-progress:after { |
| 1420 | content: ""; |
| 1421 | position: absolute; |
| 1422 | border-radius: 4px; |
| 1423 | top: 0; |
| 1424 | left: 0; |
| 1425 | bottom: 0; |
| 1426 | right: 0; |
| 1427 | background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent)); |
| 1428 | background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); |
| 1429 | z-index: 1; |
| 1430 | -webkit-background-size: 50px 50px; |
| 1431 | -moz-background-size: 50px 50px; |
| 1432 | -webkit-animation: move 2s linear infinite; |
| 1433 | overflow: hidden |
| 1434 | } |
| 1435 | .folder-animate > span:after { |
| 1436 | display: none |
| 1437 | } |
| 1438 | @-webkit-keyframes move { |
| 1439 | 0% { |
| 1440 | background-position: 0 0 |
| 1441 | } 100% { |
| 1442 | background-position: 50px 50px |
| 1443 | }} |
| 1444 | .orange-bg > span { |
| 1445 | background-color: #ff5983 |
| 1446 | } |
| 1447 | .media-folder-loader { |
| 1448 | padding: 10px 0 15px; |
| 1449 | display: none |
| 1450 | } |
| 1451 | .media-folder-loader > span { |
| 1452 | font-weight: 700 |
| 1453 | } |
| 1454 | .sticky-folders { |
| 1455 | display: none; |
| 1456 | padding: 0 0 5px; |
| 1457 | margin: 0 0 5px; |
| 1458 | border-bottom: solid 1px #ccc; |
| 1459 | } |
| 1460 | .top-settings { |
| 1461 | padding: 0 0 5px; |
| 1462 | margin: 0 0 5px; |
| 1463 | border-bottom: solid 1px #ccc; |
| 1464 | } |
| 1465 | .sticky-folders.active { |
| 1466 | display: block; |
| 1467 | } |
| 1468 | .sticky-folders ul { |
| 1469 | margin: 0; |
| 1470 | padding: 0; |
| 1471 | } |
| 1472 | .sticky-folders > ul > li { |
| 1473 | display: block; |
| 1474 | margin: 0; |
| 1475 | padding: 0; |
| 1476 | } |
| 1477 | .sticky-folders > ul > li > a { |
| 1478 | display: block; |
| 1479 | color: #444; |
| 1480 | padding: 7px; |
| 1481 | border-radius: 3px; |
| 1482 | text-decoration: none; |
| 1483 | font-size: 16px; |
| 1484 | line-height: 18px; |
| 1485 | } |
| 1486 | .sticky-folders ul li a:hover, .sticky-folders ul li a.active { |
| 1487 | background: #dfdfdf; |
| 1488 | border-radius: 3px; |
| 1489 | } |
| 1490 | .sticky-folders ul li a.active-item { |
| 1491 | background-color: #008ec2 !important; |
| 1492 | color: #ffffff; |
| 1493 | } |
| 1494 | .sticky-folders ul li a.active-item img { |
| 1495 | filter: invert(100%); |
| 1496 | -webkit-filter: invert(100%); |
| 1497 | } |
| 1498 | .sticky-folders ul li a span { |
| 1499 | display: inline-block; |
| 1500 | vertical-align: middle; |
| 1501 | line-height: 18px; |
| 1502 | } |
| 1503 | .sticky-folders ul li a span.sticky-icon { |
| 1504 | width: 18px; |
| 1505 | height: 18px; |
| 1506 | margin-right: 3px; |
| 1507 | } |
| 1508 | .sticky-folders ul li a span.sticky-icon img { |
| 1509 | width: 100%; |
| 1510 | height: 100%; |
| 1511 | } |
| 1512 | .sticky-wcp-custom-form a:focus { |
| 1513 | box-shadow: none; |
| 1514 | outline: none; |
| 1515 | } |
| 1516 | span.folder-count { |
| 1517 | float: right; |
| 1518 | background: #fff; |
| 1519 | padding: 0 5px; |
| 1520 | border: solid 1px #ccc; |
| 1521 | font-size: 10px; |
| 1522 | line-height: 16px; |
| 1523 | border-radius: 2px; |
| 1524 | color: #444 !important; |
| 1525 | } |
| 1526 | span.folder-count:empty { |
| 1527 | display: none; |
| 1528 | } |
| 1529 | .sticky-title { |
| 1530 | font-size: 16px; |
| 1531 | font-weight: bold; |
| 1532 | padding: 7px; |
| 1533 | } |
| 1534 | .sticky-title img { |
| 1535 | display: inline-block; |
| 1536 | vertical-align: middle; |
| 1537 | height: 20px; |
| 1538 | width: 20px; |
| 1539 | } |
| 1540 | .sticky-folder-icon img { |
| 1541 | width: 100%; |
| 1542 | filter: invert(50%); |
| 1543 | -webkit-filter: invert(50%); |
| 1544 | } |
| 1545 | .dynamic-menu .sticky-folder:hover img { |
| 1546 | filter: invert(0%); |
| 1547 | -webkit-filter: invert(0%); |
| 1548 | } |
| 1549 | .form-options > ul > li.last > a.sort-folder-order { |
| 1550 | width: 32px; |
| 1551 | height: 30px; |
| 1552 | padding: 7px; |
| 1553 | text-align: center; |
| 1554 | display: inline-block; |
| 1555 | box-sizing: border-box; |
| 1556 | } |
| 1557 | .sort-folder-order svg { |
| 1558 | width: 100%; |
| 1559 | height: 100%; |
| 1560 | fill: #000; |
| 1561 | } |
| 1562 | .sort-folder-order:hover svg { |
| 1563 | fill: #ffffff; |
| 1564 | } |
| 1565 | .folder-order { |
| 1566 | position: relative; |
| 1567 | } |
| 1568 | .folder-sort-menu { |
| 1569 | position: absolute; |
| 1570 | right: 0; |
| 1571 | width: 120px; |
| 1572 | z-index: 101; |
| 1573 | background: #fff; |
| 1574 | -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25); |
| 1575 | -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25); |
| 1576 | box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25); |
| 1577 | display: none; |
| 1578 | } |
| 1579 | .folder-order.active .folder-sort-menu { |
| 1580 | display: block; |
| 1581 | } |
| 1582 | .folder-order.active .sort-folder-order { |
| 1583 | background: #404040; |
| 1584 | color: #fff; |
| 1585 | border: solid 1px #404040; |
| 1586 | } |
| 1587 | .folder-order.active .sort-folder-order svg { |
| 1588 | fill: #fff; |
| 1589 | } |
| 1590 | .folder-sort-menu li { |
| 1591 | display: block; |
| 1592 | margin: 0; |
| 1593 | padding: 0; |
| 1594 | background: transparent; |
| 1595 | } |
| 1596 | .folder-sort-menu li a { |
| 1597 | display: block; |
| 1598 | margin: 0; |
| 1599 | padding: 3px 5px; |
| 1600 | background: transparent; |
| 1601 | color: #848484; |
| 1602 | text-decoration: none; |
| 1603 | font-size: 14px; |
| 1604 | } |
| 1605 | .folder-sort-menu li a:hover, .folder-sort-menu li a.active { |
| 1606 | background: #efefef; |
| 1607 | color: #000; |
| 1608 | } |
| 1609 | .dynamic-menu.bottom-fix { |
| 1610 | bottom: 0; |
| 1611 | } |
| 1612 | @media screen and (max-width: 960px) { |
| 1613 | .wcp-content { |
| 1614 | left: 36px |
| 1615 | } |
| 1616 | html[dir=rtl] .wcp-content { |
| 1617 | right: 36px; |
| 1618 | left: auto |
| 1619 | } |
| 1620 | } |
| 1621 | @media screen and (max-width: 780px) { |
| 1622 | .wcp-content { |
| 1623 | left: 0 |
| 1624 | } |
| 1625 | html[dir=rtl] .wcp-content { |
| 1626 | right: 0 |
| 1627 | } |
| 1628 | } |
| 1629 | @media screen and (max-width: 640px) { |
| 1630 | .wcp-content { |
| 1631 | left: 0; |
| 1632 | position: relative !important; |
| 1633 | width: 100% !important; |
| 1634 | padding-bottom: 100px; |
| 1635 | top: 0; |
| 1636 | right: 0; |
| 1637 | display: block |
| 1638 | } |
| 1639 | .ui-resizable-handle.ui-resizable-e { |
| 1640 | display: none !important |
| 1641 | } |
| 1642 | .hide-folders-area .wcp-container { |
| 1643 | display: block |
| 1644 | } |
| 1645 | .wcp-hide-show-buttons { |
| 1646 | display: none |
| 1647 | } |
| 1648 | .hide-folders-area .wcp-content { |
| 1649 | width: 100% !important |
| 1650 | } |
| 1651 | body.wp-admin #wpcontent { |
| 1652 | padding: 0 !important |
| 1653 | } |
| 1654 | #wpbody-content { |
| 1655 | padding-bottom: 30px |
| 1656 | } |
| 1657 | } |
| 1658 |