admin-setting.css
7 years ago
design.css
7 years ago
folder-icon.css
7 years ago
media.css
7 years ago
sweetalert2.min.css
7 years ago
design.css
931 lines
| 1 | .wcp-custom-menu { |
| 2 | padding-left: 0px; |
| 3 | |
| 4 | } |
| 5 | |
| 6 | .wcp-custom-menu { |
| 7 | position: relative; |
| 8 | } |
| 9 | |
| 10 | .wcp-container ul { |
| 11 | list-style: none; |
| 12 | } |
| 13 | |
| 14 | .wcp-container .route { |
| 15 | position: relative; |
| 16 | list-style-type: none; |
| 17 | border: 0; |
| 18 | margin: 0; |
| 19 | padding: 0; |
| 20 | top: 0px; |
| 21 | margin-top: 0px; |
| 22 | max-height: 100% !important; |
| 23 | width: 100%; |
| 24 | border-radius: 2px; |
| 25 | z-index: -1; |
| 26 | background: transparent; |
| 27 | } |
| 28 | |
| 29 | .wcp-container .route span { |
| 30 | position: absolute; |
| 31 | top: 2px; |
| 32 | left: 0; |
| 33 | z-index: 10; |
| 34 | width: 20px; |
| 35 | height: 18px; |
| 36 | text-indent: 0; |
| 37 | font-size: 20px; |
| 38 | background: no-repeat; |
| 39 | } |
| 40 | |
| 41 | .wcp-container .route .title { |
| 42 | position: absolute; |
| 43 | border: 0; |
| 44 | margin: 0; |
| 45 | padding: 0; |
| 46 | padding-top: 0px; |
| 47 | height: 30px; |
| 48 | width: 200px; |
| 49 | text-indent: 30px; |
| 50 | background: transparent; |
| 51 | border-radius: 0px; |
| 52 | box-shadow: none; |
| 53 | font-size: 14px; |
| 54 | line-height: 26px; |
| 55 | border-radius: 4px; |
| 56 | -webkit-border-radius: 4px; |
| 57 | -moz-border-radius: 4px; |
| 58 | overflow: hidden; |
| 59 | } |
| 60 | |
| 61 | .wcp-container .first-title { |
| 62 | margin-left: 10px; |
| 63 | } |
| 64 | |
| 65 | .wcp-container .space { |
| 66 | position: relative; |
| 67 | list-style-type: none; |
| 68 | border: 0; |
| 69 | margin: 0; |
| 70 | padding: 0; |
| 71 | margin-left: 20px; |
| 72 | width: 30px; |
| 73 | top: 30px; |
| 74 | padding-bottom: 30px; |
| 75 | height: 100%; |
| 76 | z-index: 1; |
| 77 | } |
| 78 | |
| 79 | .wcp-container .first-space { |
| 80 | margin-left: 10px; |
| 81 | } |
| 82 | |
| 83 | i.fa-caret-right { |
| 84 | transition: 0.1s; |
| 85 | -webkit-transition: 0.1s; |
| 86 | -moz-transition: 0.1s; |
| 87 | } |
| 88 | |
| 89 | li.active > span > i.fa-caret-right { |
| 90 | transform: rotate(90deg); |
| 91 | -webkit-transform: rotate(90deg); |
| 92 | -moz-transform: rotate(90deg); |
| 93 | } |
| 94 | |
| 95 | li.active > span > i.fa-folder:before { |
| 96 | content: "\f07c"; |
| 97 | } |
| 98 | |
| 99 | .has-sub-tree > ul.ui-sortable li { |
| 100 | display: none; |
| 101 | } |
| 102 | |
| 103 | .has-sub-tree.active > ul.ui-sortable > li { |
| 104 | display: block; |
| 105 | } |
| 106 | |
| 107 | .nav-icon { |
| 108 | display: none; |
| 109 | left: -20px !important; |
| 110 | } |
| 111 | |
| 112 | .has-sub-tree > .nav-icon { |
| 113 | display: block; |
| 114 | } |
| 115 | |
| 116 | .wcp-content { |
| 117 | position: fixed !important; |
| 118 | top: 32px; |
| 119 | left: 160px; |
| 120 | bottom: 0; |
| 121 | width: 305px; |
| 122 | box-sizing: border-box; |
| 123 | z-index: 1; |
| 124 | direction: ltr; |
| 125 | transition: all 0.15s linear; |
| 126 | -webkit-transition: all 0.15s linear; |
| 127 | -moz-transition: all 0.15s linear; |
| 128 | } |
| 129 | html[dir="rtl"] .wcp-content { |
| 130 | left: auto; |
| 131 | right: 160px; |
| 132 | } |
| 133 | body.wp-admin #wpcontent { |
| 134 | padding-left: 310px; |
| 135 | transition: all 0.15s linear; |
| 136 | -webkit-transition: all 0.15s linear; |
| 137 | -moz-transition: all 0.15s linear; |
| 138 | } |
| 139 | html[dir="rtl"] body.wp-admin #wpcontent { |
| 140 | padding-left: 0px; |
| 141 | padding-right: 320px; |
| 142 | } |
| 143 | .wcp-container { |
| 144 | padding: 20px 20px 20px 16px; |
| 145 | } |
| 146 | .form-title { |
| 147 | font-size: 23px; |
| 148 | font-weight: 400; |
| 149 | margin: 0; |
| 150 | padding: 0 0 10px 0; |
| 151 | line-height: 29px; |
| 152 | } |
| 153 | .form-operations { |
| 154 | border: solid 1px #e5e5e5; |
| 155 | border-right: none; |
| 156 | margin-bottom: 20px; |
| 157 | } |
| 158 | .form-operations ul { |
| 159 | margin: 0; |
| 160 | padding: 0 ; |
| 161 | } |
| 162 | .form-operations li { |
| 163 | display: block; |
| 164 | float: left; |
| 165 | width: 20%; |
| 166 | text-align: center; |
| 167 | background: #fff; |
| 168 | margin: 0; |
| 169 | padding: 0; |
| 170 | } |
| 171 | .form-operations li a { |
| 172 | display: block; |
| 173 | padding: 10px 0; |
| 174 | border-right: solid 1px #e5e5e5; |
| 175 | font-size: 16px; |
| 176 | color: #727272; |
| 177 | } |
| 178 | .clearfix { |
| 179 | clear: both; |
| 180 | } |
| 181 | .wcp-parent-data { |
| 182 | position: relative; |
| 183 | } |
| 184 | .wcp-parent { |
| 185 | position: absolute; |
| 186 | left: -21px; |
| 187 | font-weight: bold; |
| 188 | font-size: 14px; |
| 189 | } |
| 190 | .wcp-parent .fa { |
| 191 | font-size: 18px; |
| 192 | margin-right: 8px; |
| 193 | } |
| 194 | .wcp-form-data { |
| 195 | background: #fff; |
| 196 | border: solid 1px #f1f1f1; |
| 197 | padding: 15px; |
| 198 | display: none; |
| 199 | margin-bottom: 20px; |
| 200 | } |
| 201 | .wcp-form-title { |
| 202 | color: #727272; |
| 203 | font-size: 14px; |
| 204 | text-transform: uppercase; |
| 205 | padding: 0 0 10px 0; |
| 206 | } |
| 207 | .wcp-form-data .form-field { |
| 208 | padding: 0 0 10px 0; |
| 209 | } |
| 210 | |
| 211 | .wcp-form-data .form-field input, .wcp-form-data .form-field select { |
| 212 | width: 100%; |
| 213 | } |
| 214 | button#wcp-save-folder { |
| 215 | float: right; |
| 216 | } |
| 217 | .wcp-form-message span { |
| 218 | display: block; |
| 219 | padding: 5px 10px; |
| 220 | background: #ffabab; |
| 221 | margin-bottom: 10px; |
| 222 | color: #000; |
| 223 | border: solid 1px #8c0000; |
| 224 | border-radius: 4px; |
| 225 | } |
| 226 | .wcp-container .route.active-item > h3.title { |
| 227 | background: #008ec2; |
| 228 | color: #fff; |
| 229 | border-radius: 4px; |
| 230 | } |
| 231 | .wcp-container .route span.ui-icon { |
| 232 | line-height: 24px; |
| 233 | font-size: 18px; |
| 234 | cursor: move; |
| 235 | left: 5px; |
| 236 | top: 2px; |
| 237 | } |
| 238 | .route.active-item > span.ui-icon { |
| 239 | background: #008ec2; |
| 240 | color: #fff; |
| 241 | } |
| 242 | #custom-menu.active > ul > li.route { |
| 243 | display: block; |
| 244 | } |
| 245 | .wcp-parent.active > i.fa-caret-right { |
| 246 | transform: rotate(90deg); |
| 247 | -webkit-transform: rotate(90deg); |
| 248 | -moz-transform: rotate(90deg); |
| 249 | } |
| 250 | .wcp-parent.active > i.fa-folder:before { |
| 251 | content: "\f07c"; |
| 252 | } |
| 253 | .wcp-container .route .title:hover { |
| 254 | background: #dfdfdf; |
| 255 | cursor: pointer; |
| 256 | } |
| 257 | .add-new-folder { |
| 258 | text-decoration: none; |
| 259 | display: block; |
| 260 | float: right; |
| 261 | font-size: 14px; |
| 262 | padding: 4px 10px; |
| 263 | background: #F51366; |
| 264 | color: #fff; |
| 265 | border: solid 1px #F51366; |
| 266 | border-radius: 3px; |
| 267 | line-height: 24px; |
| 268 | -webkit-box-shadow: 0 3px 5px -3px #333333; |
| 269 | -moz-box-shadow: 0 3px 5px -3px #333333; |
| 270 | box-shadow: 0 3px 5px -3px #333333; |
| 271 | } |
| 272 | .add-new-folder:hover, .add-new-folder:focus { |
| 273 | background: #bc0f50; |
| 274 | color: #ffffff; |
| 275 | border: solid 1px #bc0f50 |
| 276 | } |
| 277 | .add-new-folder span { |
| 278 | display: block; |
| 279 | float: left; |
| 280 | line-height: 20px; |
| 281 | font-size: 14px; |
| 282 | margin-right: 5px; |
| 283 | } |
| 284 | .add-new-folder span.folder-icon-create_new_folder { |
| 285 | font-size: 20px; |
| 286 | } |
| 287 | .form-options { |
| 288 | background: #fff; |
| 289 | padding: 10px 10px 0 10px; |
| 290 | margin: 10px 0 0px; |
| 291 | } |
| 292 | .form-options ul { |
| 293 | margin: 0; |
| 294 | padding: 0; |
| 295 | } |
| 296 | .form-options li { |
| 297 | display: inline-block; |
| 298 | margin: 0 5px 0 0; |
| 299 | vertical-align: top; |
| 300 | } |
| 301 | .form-options li.last { |
| 302 | margin: 0; |
| 303 | } |
| 304 | .form-options li a { |
| 305 | display: inline-block; |
| 306 | text-decoration: none; |
| 307 | padding: 5px 12px; |
| 308 | color: #000; |
| 309 | background: #ccc; |
| 310 | box-shadow: 0 1px 0 #ccc; |
| 311 | vertical-align: middle; |
| 312 | border: solid 1px #ccc; |
| 313 | border-radius: 3px; |
| 314 | margin: 0 0 10px 0; |
| 315 | } |
| 316 | .form-options li.last a { |
| 317 | padding: 3px; |
| 318 | } |
| 319 | .form-options li.last a span.icon{ |
| 320 | font-size: 28px; |
| 321 | line-height: 22px; |
| 322 | } |
| 323 | a#expand-collapse-list.all-open span:before { |
| 324 | content: "\e911"; |
| 325 | } |
| 326 | .form-options li a:hover { |
| 327 | background: #404040; |
| 328 | color: #ffffff; |
| 329 | border: solid 1px #404040; |
| 330 | } |
| 331 | .form-options span.icon { |
| 332 | font-size: 18px; |
| 333 | display: inline-block; |
| 334 | vertical-align: top; |
| 335 | } |
| 336 | .header-posts a, .un-categorised-items a { |
| 337 | color: #444444; |
| 338 | padding: 7px; |
| 339 | border-radius: 3px; |
| 340 | display: block; |
| 341 | text-decoration: none; |
| 342 | font-size: 14px; |
| 343 | line-height: 18px; |
| 344 | } |
| 345 | .header-posts a:hover, .un-categorised-items:hover { |
| 346 | background: #dfdfdf; |
| 347 | } |
| 348 | span.total-count { |
| 349 | float: right; |
| 350 | background: #fff; |
| 351 | padding: 0 5px; |
| 352 | border: solid 1px #cccccc; |
| 353 | font-size: 10px; |
| 354 | line-height: 16px; |
| 355 | border-radius: 2px; |
| 356 | } |
| 357 | .wcp-icon { |
| 358 | display: inline-block; |
| 359 | font-size: 16px; |
| 360 | vertical-align: top; |
| 361 | margin-right: 3px; |
| 362 | } |
| 363 | #custom-menu .wcp-icon { |
| 364 | font-size: 20px; |
| 365 | line-height: 24px; |
| 366 | } |
| 367 | .route.active > .nav-icon > .folder-icon-arrow_right { |
| 368 | transform: rotate(90deg); |
| 369 | -webkit-transform: rotate(90deg); |
| 370 | -moz-transform: rotate(90deg); |
| 371 | } |
| 372 | |
| 373 | .route.active > .ui-icon > .folder-icon-folder:before { |
| 374 | content: "\e90c"; |
| 375 | } |
| 376 | |
| 377 | .wcp-container .route span.total-count { |
| 378 | position: relative; |
| 379 | font-size: 8px; |
| 380 | float: right; |
| 381 | text-align: center; |
| 382 | width: auto; |
| 383 | background: #fff; |
| 384 | display: block; |
| 385 | margin: 6px 3px 3px 3px; |
| 386 | color: #23282d !important; |
| 387 | line-height: 16px; |
| 388 | height: 16px; |
| 389 | } |
| 390 | .dynamic-menu { |
| 391 | position: absolute; |
| 392 | left: 50px; |
| 393 | background: #fff; |
| 394 | width: 140px; |
| 395 | padding: 0; |
| 396 | z-index: 101; |
| 397 | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); |
| 398 | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); |
| 399 | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); |
| 400 | } |
| 401 | .dynamic-menu li { |
| 402 | position: relative; |
| 403 | display: block !important; |
| 404 | padding: 2px 0; |
| 405 | margin: 0; |
| 406 | } |
| 407 | .dynamic-menu a { |
| 408 | text-decoration: none; |
| 409 | color: #848484; |
| 410 | position: relative; |
| 411 | display: block; |
| 412 | padding: 5px 10px; |
| 413 | } |
| 414 | .wcp-container .route .dynamic-menu ul > li > a > span, .wcp-container .route .dynamic-menu ul > li > a > span span { |
| 415 | position: relative; |
| 416 | top: auto; |
| 417 | display: inline-block; |
| 418 | vertical-align: top; |
| 419 | margin-right: 5px; |
| 420 | } |
| 421 | .wcp-container .route .dynamic-menu ul > li > a > span span { |
| 422 | top: auto; |
| 423 | height: auto; |
| 424 | width: auto; |
| 425 | margin: 0; |
| 426 | left: auto; |
| 427 | vertical-align: baseline; |
| 428 | } |
| 429 | .dynamic-menu li.new-folder { |
| 430 | border-bottom: solid 1px #d8d8d8; |
| 431 | } |
| 432 | .dynamic-menu a:hover { |
| 433 | background: #efefef; |
| 434 | color: #000; |
| 435 | } |
| 436 | .wcp-form-input { |
| 437 | padding-left: 35px; |
| 438 | box-sizing: border-box; |
| 439 | position: relative; |
| 440 | } |
| 441 | .wcp-form-input input { |
| 442 | width: 100%; |
| 443 | } |
| 444 | .wcp-form-btn { |
| 445 | padding: 4px 0 4px 2px; |
| 446 | } |
| 447 | .wcp-form-input:before { |
| 448 | content: "\e90d"; |
| 449 | font-family: 'folder-icon' !important; |
| 450 | speak: none; |
| 451 | position: absolute; |
| 452 | left: 0; |
| 453 | font-size: 28px; |
| 454 | top: 5px; |
| 455 | } |
| 456 | .add-new-folder-btn { |
| 457 | margin-right: 5px !important; |
| 458 | } |
| 459 | .form-loader { |
| 460 | width: 100%; |
| 461 | height: 5px; |
| 462 | margin: 0 0 20px; |
| 463 | } |
| 464 | .form-loader-count { |
| 465 | width: 0; |
| 466 | height: 5px; |
| 467 | background: url("../images/form-loader.png"); |
| 468 | transition: all 2.5s linear; |
| 469 | -webkit-transition: all 2s linear; |
| 470 | -moz-transition: all 2.5s linear; |
| 471 | } |
| 472 | .route.is-high > .ui-icon > i:before { |
| 473 | content: "\e900" !important |
| 474 | } |
| 475 | .route.is-high.active > .ui-icon > i:before { |
| 476 | content: "\e90c" !important; |
| 477 | z-index: 11; |
| 478 | color: #444; |
| 479 | font-size: 20px; |
| 480 | } |
| 481 | .route.is-high.active > .ui-icon > i:after { |
| 482 | content: "\e907"; |
| 483 | margin-left: -1.2em; |
| 484 | color: #444; |
| 485 | font-size: 11px; |
| 486 | top: 1px; |
| 487 | position: absolute; |
| 488 | } |
| 489 | .route.is-high.active.active-item > .ui-icon > i:before, .route.is-high.active.active-item > .ui-icon > i:after { |
| 490 | color: #ffffff; |
| 491 | } |
| 492 | li.active-menu { |
| 493 | z-index: 2 !important; |
| 494 | } |
| 495 | th#wcp_move { |
| 496 | width: 20px; |
| 497 | } |
| 498 | td.wcp_move.column-wcp_move { |
| 499 | vertical-align: middle; |
| 500 | opacity: 0; |
| 501 | } |
| 502 | .wp-list-table tr:hover .column-wcp_move:hover, .wp-list-table td.wcp_move.column-wcp_move.wcp-draggable { |
| 503 | opacity: 1; |
| 504 | } |
| 505 | .wcp-drop-hover { |
| 506 | background: #0073aa !important; |
| 507 | z-index: 2 !important; |
| 508 | color: #fff !important; |
| 509 | } |
| 510 | .wcp-drop-hover span { |
| 511 | color: #fff !important; |
| 512 | } |
| 513 | .ui-draggable-dragging { |
| 514 | z-index: 1051 !important; |
| 515 | } |
| 516 | span.wcp-item { |
| 517 | display: none; |
| 518 | } |
| 519 | .wcp-move-file { |
| 520 | cursor: move; |
| 521 | } |
| 522 | .wcp-drop-hover-list a.folder-view { |
| 523 | background: #008ec2; |
| 524 | color: #fff; |
| 525 | border: solid 1px #fff; |
| 526 | position: relative; |
| 527 | } |
| 528 | .wcp-hover-list { |
| 529 | background: #008ec2 !important; |
| 530 | color: #fff; |
| 531 | position: relative; |
| 532 | } |
| 533 | .wcp-hover-list a { |
| 534 | color: #fff; |
| 535 | } |
| 536 | .wcp-hover-list span.total-count { |
| 537 | color: #000; |
| 538 | } |
| 539 | .tree-structure .folder-view { |
| 540 | display: block; |
| 541 | border: 1px solid #dadce0; |
| 542 | color: #404040; |
| 543 | border-radius: 4px; |
| 544 | -moz-border-radius: 4px; |
| 545 | -webkit-border-radius: 4px; |
| 546 | position: relative; |
| 547 | cursor: pointer; |
| 548 | background: #fff; |
| 549 | } |
| 550 | .tree-structure .folder-view:hover { |
| 551 | background: #008ec2; |
| 552 | color: #ffffff; |
| 553 | |
| 554 | } |
| 555 | .wcp-drop-hover-list a.folder-view:before { |
| 556 | width: 100%; |
| 557 | height: 100%; |
| 558 | content: ""; |
| 559 | position: absolute; |
| 560 | top: -2px; |
| 561 | left: -2px; |
| 562 | border: solid 1px #008ec2; |
| 563 | padding: 1px; |
| 564 | border-radius: 4px; |
| 565 | -moz-border-radius: 4px; |
| 566 | -webkit-border-radius: 4px; |
| 567 | } |
| 568 | .ui-draggable-dragging.wcp-move-file { |
| 569 | z-index: 5001; |
| 570 | display: inline-block; |
| 571 | border: solid 2px #0073aa; |
| 572 | padding: 5px 10px; |
| 573 | border-radius: 5px; |
| 574 | background: #e4f6ff; |
| 575 | z-index: 2001; |
| 576 | position: fixed !important; |
| 577 | max-width: 230px; |
| 578 | overflow: hidden; |
| 579 | width: auto !important; |
| 580 | } |
| 581 | .ui-draggable-dragging.wcp-move-file span { |
| 582 | display: block; |
| 583 | float: left; |
| 584 | } |
| 585 | .ui-draggable-dragging.wcp-move-file span.wcp-move { |
| 586 | margin-right: 5px; |
| 587 | display: block; |
| 588 | float: left; |
| 589 | } |
| 590 | .wcp-container .route span.title-text { |
| 591 | position: relative; |
| 592 | top: auto; |
| 593 | left: auto; |
| 594 | width: auto; |
| 595 | display: inline-block; |
| 596 | font-size: 16px; |
| 597 | line-height: 30px; |
| 598 | } |
| 599 | .ui-resizable-handle.ui-resizable-e { |
| 600 | position: absolute; |
| 601 | top: 0; |
| 602 | height: 100%; |
| 603 | height: 100vh; |
| 604 | width: 1px; |
| 605 | right: 0; |
| 606 | border-right: 1px solid #ccc; |
| 607 | cursor: col-resize; |
| 608 | } |
| 609 | .ui-resizable-handle.ui-resizable-e:before, .ui-resizable-handle.ui-resizable-w:before { |
| 610 | content: ""; |
| 611 | top: 68px; |
| 612 | width: 3px; |
| 613 | height: 53px; |
| 614 | position: absolute; |
| 615 | border-left: solid 1px #ccc; |
| 616 | border-right: solid 1px #ccc; |
| 617 | left: -1px; |
| 618 | } |
| 619 | .ui-resizable-handle.ui-resizable-w { |
| 620 | position: absolute; |
| 621 | top: 0; |
| 622 | height: 100%; |
| 623 | height: 100vh; |
| 624 | width: 1px; |
| 625 | left: 0; |
| 626 | border-right: 1px solid #ccc; |
| 627 | cursor: col-resize; |
| 628 | } |
| 629 | |
| 630 | div#custom-menu { |
| 631 | padding-bottom: 120px; |
| 632 | } |
| 633 | .wcp-container .route span.star-icon { |
| 634 | position: relative; |
| 635 | top: 2px; |
| 636 | left: auto; |
| 637 | float: right; |
| 638 | font-family: 'folder-icon' !important; |
| 639 | speak: none; |
| 640 | color: #ffc90e; |
| 641 | display: none; |
| 642 | } |
| 643 | .wcp-container .route span.update-inline-record { |
| 644 | position: relative; |
| 645 | left: auto; |
| 646 | top: 2px; |
| 647 | float: right; |
| 648 | width: 0px; |
| 649 | height: 22px; |
| 650 | font-family: 'folder-icon' !important; |
| 651 | font-size: 16px; |
| 652 | overflow: hidden; |
| 653 | transition: all 0.25s linear; |
| 654 | -webkit-transition: all 0.25s linear; |
| 655 | -moz-transition: all 0.25s linear; |
| 656 | } |
| 657 | .wcp-container .route h3:hover > span.update-inline-record { |
| 658 | width: 18px; |
| 659 | } |
| 660 | .wcp-container .route span.update-inline-record:after { |
| 661 | content: "\e910"; |
| 662 | } |
| 663 | .wcp-container .route.is-high > h3 > span.star-icon { |
| 664 | display: block; |
| 665 | } |
| 666 | .wcp-container .route span.star-icon:after { |
| 667 | content: "\e907"; |
| 668 | } |
| 669 | |
| 670 | .tree-structure li { |
| 671 | display: block; |
| 672 | width: 16.667%; |
| 673 | float: left; |
| 674 | margin: 0; |
| 675 | padding: 0; |
| 676 | } |
| 677 | .tree-structure .folder-item { |
| 678 | padding: 8px; |
| 679 | position: relative; |
| 680 | } |
| 681 | .tree-structure .folder-view { |
| 682 | display: block; |
| 683 | border: 1px solid #dadce0; |
| 684 | color: #404040; |
| 685 | border-radius: 4px; |
| 686 | -moz-border-radius: 4px; |
| 687 | -webkit-border-radius: 4px; |
| 688 | position: relative; |
| 689 | cursor: pointer; |
| 690 | background: #fff; |
| 691 | } |
| 692 | .tree-structure .folder-view span.item-name { |
| 693 | display: block; |
| 694 | padding: 10px 25px 10px 50px; |
| 695 | position: relative; |
| 696 | width: 100%; |
| 697 | overflow: hidden; |
| 698 | height: 38px; |
| 699 | font-size: 16px; |
| 700 | box-sizing: border-box; |
| 701 | } |
| 702 | .folder-view span.item-name:before { |
| 703 | content: "\e90d"; |
| 704 | font-family: 'folder-icon' !important; |
| 705 | position: absolute; |
| 706 | left: 15px; |
| 707 | font-size: 24px; |
| 708 | } |
| 709 | .folder-view.is-high span.item-name:before { |
| 710 | content: "\e900"; |
| 711 | } |
| 712 | .folder-view.is-post span.item-name:before { |
| 713 | content: "\e901"; |
| 714 | } |
| 715 | .tree-structure span.folder-option { |
| 716 | position: absolute; |
| 717 | right: 0; |
| 718 | font-family: 'folder-icon' !important; |
| 719 | top: 0px; |
| 720 | font-size: 20px; |
| 721 | line-height: 38px; |
| 722 | z-index: 1; |
| 723 | cursor: pointer; |
| 724 | display: none; |
| 725 | } |
| 726 | .tree-structure .folder-view:hover span.folder-option { |
| 727 | display: block; |
| 728 | } |
| 729 | .tree-structure span.folder-option:hover { |
| 730 | color: #F51366; |
| 731 | } |
| 732 | .tree-structure span.folder-option:after { |
| 733 | content: "\e90a"; |
| 734 | } |
| 735 | .tree-structure li { |
| 736 | position: relative; |
| 737 | } |
| 738 | .tree-structure { |
| 739 | margin-left: -8px; |
| 740 | margin-right: -8px; |
| 741 | } |
| 742 | .tree-structure .folder-view span.folder-title { |
| 743 | overflow: hidden; |
| 744 | width: 100%; |
| 745 | height: 18px; |
| 746 | display: block; |
| 747 | } |
| 748 | .swal2-popup .swal2-title { |
| 749 | line-height: 36px; |
| 750 | } |
| 751 | .attachments-browser.ui-draggable-dragging .media-sidebar, .attachments-browser.ui-draggable-dragging .uploader-inline, .attachments-browser.ui-draggable-dragging .media-toolbar, .attachments-browser.ui-draggable-dragging ul.attachments { |
| 752 | display: none; |
| 753 | } |
| 754 | .attachments.ui-sortable.ui-draggable-dragging { |
| 755 | z-index: 5000;; |
| 756 | } |
| 757 | .selected-items { |
| 758 | background: #0073aa; |
| 759 | color: #ffffff; |
| 760 | padding: 10px 20px; |
| 761 | border-radius: 5px; |
| 762 | -moz-border-radius: 5px; |
| 763 | -webkit-border-radius: 5px; |
| 764 | margin-top: 0px; |
| 765 | cursor: none; |
| 766 | } |
| 767 | .media-frame, .media-frame-content, .media-frame .attachments-browser { |
| 768 | overflow: inherit; |
| 769 | } |
| 770 | body.upload-php.eml-grid #wpbody { |
| 771 | position: relative !important; |
| 772 | top: 0px !important; |
| 773 | bottom: auto !important; |
| 774 | left: auto !important; |
| 775 | right: auto !important;; |
| 776 | height: auto; |
| 777 | } |
| 778 | span.upgrade-message { |
| 779 | padding: 0px 0 10px; |
| 780 | background: #fff; |
| 781 | display: inline-block; |
| 782 | font-size: 14px; |
| 783 | color: #000; |
| 784 | } |
| 785 | span.upgrade-message a.pink, span.upgrade-message span.pink { |
| 786 | color: #FF5983; |
| 787 | text-decoration: none; |
| 788 | font-weight: bold; |
| 789 | } |
| 790 | |
| 791 | .media-toolbar.sticky-media { |
| 792 | position: fixed; |
| 793 | top: 32px; |
| 794 | right: 18px !important; |
| 795 | left: auto; |
| 796 | } |
| 797 | |
| 798 | .media-position { |
| 799 | width: 1px; |
| 800 | height: 1px; |
| 801 | } |
| 802 | .media-frame.mode-grid .media-toolbar { |
| 803 | margin: 0 !important; |
| 804 | } |
| 805 | .button-disabled { |
| 806 | cursor: no-drop; |
| 807 | pointer-events: none; |
| 808 | } |
| 809 | .wcp-hide-show-buttons { |
| 810 | position: absolute; |
| 811 | top: 25px; |
| 812 | right: -20px; |
| 813 | } |
| 814 | .wcp-hide-show-buttons .toggle-buttons { |
| 815 | background: #f51366; |
| 816 | color: #fff; |
| 817 | display: inline-block; |
| 818 | margin: 0; |
| 819 | padding: 0; |
| 820 | float: left; |
| 821 | -webkit-border-top-right-radius: 50%; |
| 822 | -webkit-border-bottom-right-radius: 50%; |
| 823 | -moz-border-radius-topright: 50%; |
| 824 | -moz-border-radius-bottomright: 50%; |
| 825 | border-top-right-radius: 50%; |
| 826 | border-bottom-right-radius: 50%; |
| 827 | display: none; |
| 828 | width: 20px; |
| 829 | height: 20px; |
| 830 | cursor: pointer; |
| 831 | } |
| 832 | .wcp-hide-show-buttons .toggle-buttons:hover { |
| 833 | background: #bc0f50; |
| 834 | } |
| 835 | .hide-folders-area .wcp-content { |
| 836 | width: 0px !important; |
| 837 | } |
| 838 | .hide-folders-area .wcp-container { |
| 839 | display: none; |
| 840 | } |
| 841 | |
| 842 | .wcp-hide-show-buttons .toggle-buttons.active { |
| 843 | display: block; |
| 844 | } |
| 845 | #wcp-content.no-transition .wcp-container { |
| 846 | display: none; |
| 847 | } |
| 848 | button.button.organize-button { |
| 849 | vertical-align: middle; |
| 850 | text-decoration: none; |
| 851 | display: inline-block; |
| 852 | font-size: 14px; |
| 853 | padding: 4px 10px; |
| 854 | background: #F51366; |
| 855 | color: #fff; |
| 856 | border: solid 1px #F51366; |
| 857 | border-radius: 3px; |
| 858 | line-height: 14px; |
| 859 | -webkit-box-shadow: 0 3px 5px -3px #333333; |
| 860 | -moz-box-shadow: 0 3px 5px -3px #333333; |
| 861 | box-shadow: 0 3px 5px -3px #333333; |
| 862 | } |
| 863 | button.button.organize-button:hover, button.button.organize-button:focus { |
| 864 | background: #bc0f50; |
| 865 | color: #ffffff; |
| 866 | border: solid 1px #bc0f50; |
| 867 | } |
| 868 | @media screen and (max-width: 1300px) { |
| 869 | .tree-structure li { |
| 870 | width: 20%; |
| 871 | } |
| 872 | } |
| 873 | @media screen and (max-width: 960px) { |
| 874 | .wcp-content { |
| 875 | left: 36px; |
| 876 | } |
| 877 | html[dir="rtl"] .wcp-content { |
| 878 | right: 36px; |
| 879 | left: auto; |
| 880 | } |
| 881 | .tree-structure li { |
| 882 | width: 25%; |
| 883 | } |
| 884 | } |
| 885 | |
| 886 | @media screen and (max-width: 780px) { |
| 887 | .wcp-content { |
| 888 | left: 0px; |
| 889 | } |
| 890 | html[dir="rtl"] .wcp-content { |
| 891 | right: 0px; |
| 892 | } |
| 893 | .tree-structure li { |
| 894 | width: 33.33%; |
| 895 | } |
| 896 | } |
| 897 | |
| 898 | |
| 899 | @media screen and (max-width: 640px) { |
| 900 | .wcp-content { |
| 901 | left: 0px; |
| 902 | position: relative !important; |
| 903 | width: 100% !important; |
| 904 | padding-bottom: 100px; |
| 905 | top: 0; |
| 906 | right: 0; |
| 907 | display: block; |
| 908 | } |
| 909 | .ui-resizable-handle.ui-resizable-e { |
| 910 | display: none !important; |
| 911 | } |
| 912 | .hide-folders-area .wcp-container { |
| 913 | display: block; |
| 914 | } |
| 915 | .wcp-hide-show-buttons { |
| 916 | display: none; |
| 917 | } |
| 918 | .hide-folders-area .wcp-content { |
| 919 | width: 100% !important; |
| 920 | } |
| 921 | body.wp-admin #wpcontent { |
| 922 | padding: 0 !important; |
| 923 | } |
| 924 | #wpbody-content { |
| 925 | padding-bottom: 30px; |
| 926 | } |
| 927 | .tree-structure li { |
| 928 | width: 50%; |
| 929 | } |
| 930 | } |
| 931 |