admin-setting.css
2 years ago
design.css
2 years ago
design.min.css
2 years ago
folder-icon.css
5 years ago
folders.css
2 years ago
folders.min.css
2 years ago
jstree.css
4 years ago
jstree.min.css
3 years ago
media-clean.css
3 years ago
media.css
5 years ago
new-media.css
5 years ago
overlayscrollbars.min.css
3 years ago
page-post-media.css
4 years ago
page-post-media.min.css
3 years ago
pricing-table.css
3 years ago
replace-media.css
2 years ago
select2.min.css
5 years ago
settings.css
2 years ago
spectrum.min.css
6 years ago
star-rating-svg.css
2 years ago
folders.css
983 lines
| 1 | @import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap); |
| 2 | |
| 3 | #custom-scroll-menu a, #custom-scroll-menu a:hover, #custom-scroll-menu a:focus { |
| 4 | text-decoration: none; |
| 5 | color: #333; |
| 6 | outline: none; |
| 7 | box-shadow: none; |
| 8 | } |
| 9 | #js-tree-menu { |
| 10 | padding: 0 10px 10px 0; |
| 11 | background: #fff; |
| 12 | /*box-shadow: 0 4px 21px rgba(7,16,28,.1);*/ |
| 13 | } |
| 14 | .pfolder-folder-close { |
| 15 | font-size: 16px; |
| 16 | color: #334155; |
| 17 | } |
| 18 | .jstree-clicked > .pfolder-folder-close { |
| 19 | color: #ffffff; |
| 20 | } |
| 21 | .jstree-open > a > .pfolder-folder-close:before { |
| 22 | content: "\e903"; |
| 23 | } |
| 24 | #dynamic-folders > a > i.pfolder-folder-close:before { |
| 25 | content: "\e900" !important; |
| 26 | } |
| 27 | span.folder-actions { |
| 28 | position: absolute; |
| 29 | right: 4px; |
| 30 | } |
| 31 | .folder-actions span i { |
| 32 | font-size: 10px; |
| 33 | width: 16px; |
| 34 | text-align: center; |
| 35 | } |
| 36 | .folder-actions span { |
| 37 | width: 0px; |
| 38 | overflow: hidden; |
| 39 | height: 30px; |
| 40 | line-height: 30px; |
| 41 | transition: all 0.2s linear; |
| 42 | display: inline-block; |
| 43 | font-size: 10px; |
| 44 | text-align: center; |
| 45 | color: #333; |
| 46 | } |
| 47 | .folder-actions span.premio-folder-count { |
| 48 | width: auto; |
| 49 | } |
| 50 | a.jstree-anchor:hover span.folder-inline-edit { |
| 51 | width: 20px; |
| 52 | } |
| 53 | #jstree-dnd { |
| 54 | background-color: #cecece; |
| 55 | border-radius: 3px; |
| 56 | display: block; |
| 57 | height: 32px; |
| 58 | line-height: 32px; |
| 59 | margin: 0; |
| 60 | opacity: .8; |
| 61 | overflow: hidden; |
| 62 | padding: 0 10px 0 40px; |
| 63 | -o-text-overflow: ellipsis; |
| 64 | text-overflow: ellipsis; |
| 65 | white-space: nowrap; |
| 66 | width: 260px |
| 67 | } |
| 68 | |
| 69 | #jstree-dnd .jstree-icon { |
| 70 | top: 6px; |
| 71 | background-position: 50%; |
| 72 | background-repeat: no-repeat; |
| 73 | background-size: contain; |
| 74 | height: 20px; |
| 75 | width: 20px; |
| 76 | display: none; |
| 77 | } |
| 78 | #js-tree-menu .folder-checkbox { |
| 79 | display: none; |
| 80 | } |
| 81 | .show-folder-checkbox #js-tree-menu .folder-checkbox { |
| 82 | display: inline-block; |
| 83 | } |
| 84 | .show-folder-checkbox #js-tree-menu .pfolder-folder-close { |
| 85 | display: none; |
| 86 | } |
| 87 | li.jstree-node.is-high > a .star-icon { |
| 88 | width: 16px; |
| 89 | text-align: center; |
| 90 | color: #ffc90e; |
| 91 | } |
| 92 | li.jstree-node.is-sticky > a .sticky-icon { |
| 93 | width: 16px; |
| 94 | text-align: center; |
| 95 | } |
| 96 | li.jstree-node.is-sticky > a .sticky-icon i { |
| 97 | font-size: 12px; |
| 98 | } |
| 99 | li.jstree-node .jstree-hovered .star-icon, li.jstree-node .jstree-hovered .sticky-icon { |
| 100 | width: 0px !important; |
| 101 | } |
| 102 | .js-tree-data { |
| 103 | display: none; |
| 104 | } |
| 105 | .cssload-container { |
| 106 | width: 100%; |
| 107 | height: 49px; |
| 108 | text-align: center; |
| 109 | } |
| 110 | |
| 111 | .cssload-tube-tunnel { |
| 112 | width: 49px; |
| 113 | height: 49px; |
| 114 | margin: 0 auto; |
| 115 | border: 4px solid; |
| 116 | border-radius: 50%; |
| 117 | border-color: #ccc; |
| 118 | animation: cssload-scale 1035ms infinite linear; |
| 119 | -o-animation: cssload-scale 1035ms infinite linear; |
| 120 | -ms-animation: cssload-scale 1035ms infinite linear; |
| 121 | -webkit-animation: cssload-scale 1035ms infinite linear; |
| 122 | -moz-animation: cssload-scale 1035ms infinite linear; |
| 123 | } |
| 124 | |
| 125 | .ajax-preloader { |
| 126 | padding: 50px 0; |
| 127 | } |
| 128 | |
| 129 | @keyframes cssload-scale { |
| 130 | 0% { transform: scale(0); transform: scale(0); } |
| 131 | 90% { transform: scale(0.7); transform: scale(0.7); } |
| 132 | 100% { transform: scale(1); transform: scale(1); } |
| 133 | } |
| 134 | |
| 135 | @-o-keyframes cssload-scale { |
| 136 | 0% { -o-transform: scale(0); transform: scale(0); } |
| 137 | 90% { -o-transform: scale(0.7); transform: scale(0.7); } |
| 138 | 100% { -o-transform: scale(1); transform: scale(1); } |
| 139 | } |
| 140 | |
| 141 | @-ms-keyframes cssload-scale { |
| 142 | 0% { -ms-transform: scale(0); transform: scale(0); } |
| 143 | 90% { -ms-transform: scale(0.7); transform: scale(0.7); } |
| 144 | 100% { -ms-transform: scale(1); transform: scale(1); } |
| 145 | } |
| 146 | |
| 147 | @-webkit-keyframes cssload-scale { |
| 148 | 0% { -webkit-transform: scale(0); transform: scale(0); } |
| 149 | 90% { -webkit-transform: scale(0.7); transform: scale(0.7); } |
| 150 | 100% { -webkit-transform: scale(1); transform: scale(1); } |
| 151 | } |
| 152 | |
| 153 | @-moz-keyframes cssload-scale { |
| 154 | 0% { -moz-transform: scale(0); transform: scale(0); } |
| 155 | 90% { -moz-transform: scale(0.7); transform: scale(0.7); } |
| 156 | 100% { -moz-transform: scale(1); transform: scale(1); } |
| 157 | } |
| 158 | .sticky-folders > ul > li > a > span.folder-actions > span { |
| 159 | transition: all 0.25s linear; |
| 160 | } |
| 161 | .sticky-folders > ul > li > a:hover .star-icon { |
| 162 | width: 0px !important; |
| 163 | } |
| 164 | .sticky-folders > ul > li > a:hover .folder-inline-edit { |
| 165 | width: 16px !important; |
| 166 | text-align: center; |
| 167 | } |
| 168 | .sticky-folders li.is-high a span.star-icon { |
| 169 | width: 16px; |
| 170 | text-align: center; |
| 171 | color: #ffc90e; |
| 172 | } |
| 173 | .folder-menu-content .cssload-container { |
| 174 | margin: 100px 0 0 0; |
| 175 | } |
| 176 | .dynamic-menu ul > li > a >span.dashicons, .dynamic-menu ul > li > a > span > span.dashicons { |
| 177 | font-size: 18px; |
| 178 | text-align: left; |
| 179 | height: 16px !important; |
| 180 | width: 16px !important; |
| 181 | display: inline-block; |
| 182 | vertical-align: middle; |
| 183 | } |
| 184 | .close-popup-button { |
| 185 | position: absolute; |
| 186 | right: -10px; |
| 187 | top: -10px; |
| 188 | width: 20px; |
| 189 | height: 20px; |
| 190 | z-index: 100001 |
| 191 | } |
| 192 | .close-popup-button a { |
| 193 | display: block; |
| 194 | position: relative; |
| 195 | width: 20px; |
| 196 | height: 20px; |
| 197 | color: #333; |
| 198 | padding: 2px; |
| 199 | box-sizing: border-box; |
| 200 | } |
| 201 | .close-popup-button a span { |
| 202 | display: block; |
| 203 | position: relative; |
| 204 | width: 16px; |
| 205 | height: 16px; |
| 206 | transition: all .2s linear; |
| 207 | } |
| 208 | .close-popup-button a span:after, .close-popup-button a span:before { |
| 209 | content: ""; |
| 210 | position: absolute; |
| 211 | width: 12px; |
| 212 | height: 2px; |
| 213 | background-color: #333; |
| 214 | display: block; |
| 215 | border-radius: 2px; |
| 216 | transform: rotate( |
| 217 | 45deg |
| 218 | ); |
| 219 | top: 7px; |
| 220 | left: 2px; |
| 221 | } |
| 222 | .close-popup-button a span:after { |
| 223 | transform: rotate( |
| 224 | -45deg |
| 225 | ); |
| 226 | } |
| 227 | .close-popup-button a:hover span { |
| 228 | transform: rotate( |
| 229 | 180deg |
| 230 | ); |
| 231 | } |
| 232 | .popup-form-data { |
| 233 | position: relative; |
| 234 | } |
| 235 | |
| 236 | /* Date: Feb 2021 */ |
| 237 | .dynamic-tree-data { |
| 238 | display: none; |
| 239 | padding: 5px 0 0 0; |
| 240 | } |
| 241 | #dynamic-tree-folders { |
| 242 | background: #fff; |
| 243 | padding: 0 10px 0 0; |
| 244 | } |
| 245 | .dynamic-folders .folder-checkbox, .dynamic-folders .folder-actions { |
| 246 | display: none !important; |
| 247 | } |
| 248 | |
| 249 | .folders-undo-notification { |
| 250 | position: fixed; |
| 251 | right: -500px; |
| 252 | bottom: 25px; |
| 253 | width: 280px; |
| 254 | background: #fff; |
| 255 | padding: 15px; |
| 256 | -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%); |
| 257 | box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%); |
| 258 | transition: all 0.25s linear; |
| 259 | z-index: 1001; |
| 260 | border-left: solid 3px #1da1f4; |
| 261 | } |
| 262 | .folders-undo-notification.success { |
| 263 | border-left: solid 3px #70C6A3; |
| 264 | } |
| 265 | .folders-undo-notification.active { |
| 266 | right: 25px; |
| 267 | } |
| 268 | .folders-undo-notification.no { |
| 269 | border-left: solid 3px #fc5050; |
| 270 | } |
| 271 | html[dir="rtl"] .folders-undo-notification { |
| 272 | right: auto; |
| 273 | left: -500px; |
| 274 | border-left: none; |
| 275 | border-right: solid 3px #1da1f4; |
| 276 | } |
| 277 | html[dir="rtl"] .folders-undo-notification.active { |
| 278 | left: 25px; |
| 279 | } |
| 280 | html[dir="rtl"] .close-undo-box { |
| 281 | right: auto; |
| 282 | left: -10px; |
| 283 | } |
| 284 | html[dir="rtl"] .folders-undo-notification.success { |
| 285 | border-right: solid 3px #70C6A3; |
| 286 | } |
| 287 | html[dir="rtl"] .folders-undo-notification.no { |
| 288 | border-right: solid 3px #fc5050; |
| 289 | } |
| 290 | .folders-undo-header { |
| 291 | font-weight: 500; |
| 292 | font-size: 14px; |
| 293 | padding: 0 0 3px 0; |
| 294 | } |
| 295 | .folders-undo-body { |
| 296 | font-size: 13px; |
| 297 | padding: 0 0 5px 0; |
| 298 | } |
| 299 | .folders-undo-footer { |
| 300 | text-align: right; |
| 301 | padding: 5px 0 0 0; |
| 302 | } |
| 303 | .folders-undo-footer .undo-button { |
| 304 | background: #1da1f4; |
| 305 | border: none; |
| 306 | color: #fff; |
| 307 | padding: 3px 10px; |
| 308 | font-size: 12px; |
| 309 | border-radius: 2px; |
| 310 | cursor: pointer; |
| 311 | } |
| 312 | .folders-undo-body { |
| 313 | position: relative; |
| 314 | } |
| 315 | .close-undo-box { |
| 316 | position: absolute; |
| 317 | right: -10px; |
| 318 | top: 0; |
| 319 | width: 16px; |
| 320 | height: 16px; |
| 321 | transition: all 0.25s linear; |
| 322 | } |
| 323 | .close-undo-box:hover { |
| 324 | transform: rotate(180deg); |
| 325 | } |
| 326 | .close-undo-box span { |
| 327 | display: block; |
| 328 | position: relative; |
| 329 | width: 16px; |
| 330 | height: 16px; |
| 331 | transition: all .2s linear; |
| 332 | } |
| 333 | .close-undo-box span:after, .close-undo-box span:before { |
| 334 | content: ""; |
| 335 | position: absolute; |
| 336 | width: 12px; |
| 337 | height: 2px; |
| 338 | background-color: #333; |
| 339 | display: block; |
| 340 | border-radius: 2px; |
| 341 | transform: rotate(45deg); |
| 342 | top: 7px; |
| 343 | left: 2px; |
| 344 | } |
| 345 | .close-undo-box span:after { |
| 346 | transform: rotate(-45deg); |
| 347 | } |
| 348 | body.mobile .jstree-anchor span.folder-inline-edit { |
| 349 | width: 20px; |
| 350 | } |
| 351 | body.mobile .wp-list-table tr td .wcp-move-file { |
| 352 | opacity: 1; |
| 353 | } |
| 354 | |
| 355 | .folders-action-menu > ul { |
| 356 | margin: 0; |
| 357 | padding: 0; |
| 358 | display: flex; |
| 359 | } |
| 360 | .folders-action-menu > ul > li { |
| 361 | display: inline-block; |
| 362 | margin: 0; |
| 363 | padding: 5px 0 10px; |
| 364 | flex: 1; |
| 365 | } |
| 366 | .folders-action-menu > ul > li > a:not(.no-bg), .folders-action-menu > ul > li > label { |
| 367 | background: #F1F1F1; |
| 368 | display: block; |
| 369 | width: 28px; |
| 370 | height: 28px; |
| 371 | line-height: 30px; |
| 372 | text-align: center; |
| 373 | text-decoration: none; |
| 374 | border-radius: 4px; |
| 375 | color: #A4C0D2; |
| 376 | margin: 0 auto; |
| 377 | font-size: 14px; |
| 378 | } |
| 379 | .folders-action-menu > ul > li > a.no-bg { |
| 380 | text-align: center; |
| 381 | display: block; |
| 382 | line-height: 30px; |
| 383 | } |
| 384 | .folders-action-menu > ul > li > a.disabled, .folders-action-menu > ul > li > label.disabled { |
| 385 | background: #f1f5f9; |
| 386 | color: #e2e8f0; |
| 387 | } |
| 388 | |
| 389 | .folders-action-menu > ul > li > a:not(.disabled):hover, .folders-action-menu > ul > li > label:not(.disabled):hover { |
| 390 | color: #FA166B; |
| 391 | } |
| 392 | .folder-settings-btn { |
| 393 | position: relative; |
| 394 | } |
| 395 | .folder-setting-menu { |
| 396 | position: absolute; |
| 397 | z-index: 11; |
| 398 | right: -5px; |
| 399 | top: 100%; |
| 400 | width: 230px; |
| 401 | background: #fff; |
| 402 | border-radius: 0; |
| 403 | border: solid 1px #e9e5e5; |
| 404 | margin-top: 10px; |
| 405 | -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%); |
| 406 | -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25); |
| 407 | box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%); |
| 408 | display: none; |
| 409 | } |
| 410 | .folder-settings-btn.active .folder-setting-menu { |
| 411 | display: block; |
| 412 | } |
| 413 | .folder-setting-menu:before { |
| 414 | width: 0; |
| 415 | height: 0; |
| 416 | border-left: 5px solid transparent; |
| 417 | border-right: 5px solid transparent; |
| 418 | border-bottom: 5px solid white; |
| 419 | top: -5px; |
| 420 | right: 10px; |
| 421 | content: ""; |
| 422 | position: absolute; |
| 423 | } |
| 424 | |
| 425 | .folder-setting-menu li { |
| 426 | display: block; |
| 427 | margin: 0; |
| 428 | padding: 2px 0; |
| 429 | } |
| 430 | .folder-setting-menu li a, .folder-setting-menu li label { |
| 431 | text-decoration: none; |
| 432 | position: relative; |
| 433 | display: block; |
| 434 | padding: 5px 10px; |
| 435 | line-height: 18px; |
| 436 | white-space: nowrap; |
| 437 | font-size: 14px; |
| 438 | color: #7D7D7E; |
| 439 | } |
| 440 | body.folded .wcp-content { |
| 441 | left: 36px !important; |
| 442 | } |
| 443 | html[dir="rtl"] body.folded .wcp-content { |
| 444 | left: auto !important; |
| 445 | right: 36px !important; |
| 446 | } |
| 447 | .sr-only { |
| 448 | position: absolute; |
| 449 | width: 1px !important; |
| 450 | height: 1px !important; |
| 451 | padding: 0 !important; |
| 452 | margin: -1px; |
| 453 | overflow: hidden; |
| 454 | clip: rect(0,0,0,0); |
| 455 | border: 0 !important; |
| 456 | } |
| 457 | span.setting-checkbox { |
| 458 | display: block; |
| 459 | background: #ababab; |
| 460 | height: 18px; |
| 461 | width: 34px; |
| 462 | float: right; |
| 463 | border-radius: 9px; |
| 464 | color: #ffffff; |
| 465 | position: relative; |
| 466 | } |
| 467 | span.setting-checkbox:before { |
| 468 | content: ""; |
| 469 | height: 14px; |
| 470 | width: 14px; |
| 471 | background: #fff; |
| 472 | border-radius: 50%; |
| 473 | position: absolute; |
| 474 | left: 2px; |
| 475 | top: 2px; |
| 476 | transition: all 0.15s linear; |
| 477 | } |
| 478 | span.setting-checkbox:after { |
| 479 | content: "off"; |
| 480 | position: absolute; |
| 481 | width: 28px; |
| 482 | text-align: right; |
| 483 | top: 0; |
| 484 | left: 2px; |
| 485 | font-size: 10px; |
| 486 | line-height: 16px; |
| 487 | } |
| 488 | input:checked + span.setting-checkbox { |
| 489 | background: #1da1f4; |
| 490 | } |
| 491 | input:checked + span.setting-checkbox:before { |
| 492 | left: 18px; |
| 493 | } |
| 494 | input:checked + span.setting-checkbox:after { |
| 495 | text-align: left; |
| 496 | content: "on"; |
| 497 | padding: 0 0 0 1px; |
| 498 | } |
| 499 | .folder-setting-menu .dashicons { |
| 500 | font-size: 16px; |
| 501 | display: inline-block; |
| 502 | } |
| 503 | span.dashicons.dashicons-cloud-upload { |
| 504 | line-height: 28px; |
| 505 | } |
| 506 | .dynamic-menu li.remove-folder a, .dynamic-menu li.remove-folder a:hover, .dynamic-menu li.remove-folder a:hover span i { |
| 507 | color: #F24141; |
| 508 | } |
| 509 | .media-toolbar.media-toolbar-mode-select .custom-media-select { |
| 510 | display: block !important; |
| 511 | } |
| 512 | .wcp-container .folders-action-menu .folder-tooltip.full-width:after { |
| 513 | width: 180px; |
| 514 | white-space: inherit; |
| 515 | line-height: 18px; |
| 516 | } |
| 517 | .wcp-container .folders-action-menu .folder-tooltip.full:after { |
| 518 | width: 114px; |
| 519 | white-space: inherit; |
| 520 | line-height: 18px; |
| 521 | } |
| 522 | .folder-inline-tooltip { |
| 523 | position: relative; |
| 524 | } |
| 525 | .folder-inline-tooltip span.inline-tooltip { |
| 526 | position: absolute; |
| 527 | width: 180px; |
| 528 | left: -83px; |
| 529 | text-align: center; |
| 530 | background: #333; |
| 531 | padding: 5px; |
| 532 | color: #fff; |
| 533 | font-size: .9em; |
| 534 | bottom: 46px; |
| 535 | z-index: 101; |
| 536 | -webkit-border-radius: 4px; |
| 537 | -moz-border-radius: 4px; |
| 538 | border-radius: 4px; |
| 539 | display: none; |
| 540 | line-height: 18px; |
| 541 | } |
| 542 | .folder-inline-tooltip:hover span.inline-tooltip { |
| 543 | display: block; |
| 544 | } |
| 545 | .folder-inline-tooltip span.inline-tooltip:after{ |
| 546 | content: ''; |
| 547 | position: absolute; |
| 548 | left: 50%; |
| 549 | top: 100%; |
| 550 | width: 0; |
| 551 | height: 0; |
| 552 | border-left: 5px solid transparent; |
| 553 | border-right: 5px solid transparent; |
| 554 | border-top: 5px solid #333333; |
| 555 | clear: both; |
| 556 | } |
| 557 | .folder-inline-tooltip span.inline-tooltip span { |
| 558 | display: block; |
| 559 | text-decoration: underline; |
| 560 | } |
| 561 | .folder-inline-tooltip.cut-folder-action span.inline-tooltip { |
| 562 | width: 124px; |
| 563 | left: -55px; |
| 564 | } |
| 565 | .pro-notice { |
| 566 | padding: 0 0 0 10px; |
| 567 | } |
| 568 | .form-options2 > ul > li { |
| 569 | padding: 5px 0 0 0; |
| 570 | } |
| 571 | .folders-action-menu > ul > li > a > .dashicons { |
| 572 | font-size: 16px; |
| 573 | width: auto; |
| 574 | height: auto; |
| 575 | line-height: 28px; |
| 576 | } |
| 577 | .checkbox-content { |
| 578 | padding: 0 0 15px 0; |
| 579 | } |
| 580 | .folder-inline-tooltip.expand-collapse span.inline-tooltip { |
| 581 | left: -5px; |
| 582 | width: 130px; |
| 583 | bottom: 38px; |
| 584 | } |
| 585 | .folder-inline-tooltip.expand-collapse span.inline-tooltip:after { |
| 586 | left: 14px; |
| 587 | } |
| 588 | .folder-inline-tooltip span.pfolder-arrow-down { |
| 589 | font-size: 8px !important; |
| 590 | } |
| 591 | .form-options > ul { |
| 592 | display: inline-flex; |
| 593 | vertical-align: middle; |
| 594 | flex: 0 0 65px; |
| 595 | } |
| 596 | .form-options > .upgrade-message { |
| 597 | text-align: right; |
| 598 | padding: 4px 0 0 0; |
| 599 | flex: 1; |
| 600 | } |
| 601 | .form-options.form-options2 { |
| 602 | display: flex; |
| 603 | align-items: center; |
| 604 | padding: 0 5px 5px 5px; |
| 605 | } |
| 606 | .folders-action-menu { |
| 607 | width: 100%; |
| 608 | max-width: 224px; |
| 609 | } |
| 610 | .dynamic-menu li.new-folder, .dynamic-menu li.new-folder-pro { |
| 611 | border-bottom: solid 1px #d8d8d8; |
| 612 | } |
| 613 | .view-shortcodes { |
| 614 | display: inline-block; |
| 615 | text-decoration: none; |
| 616 | color: #3c434a; |
| 617 | vertical-align: super; |
| 618 | } |
| 619 | .view-shortcodes svg { |
| 620 | width: 16px; |
| 621 | display: inline-block; |
| 622 | height: auto; |
| 623 | } |
| 624 | .wcp-container .folder-tooltip.view-shortcodes:after { |
| 625 | top: 36px !important; |
| 626 | bottom: auto !important; |
| 627 | font-size: 10px !important; |
| 628 | } |
| 629 | .wcp-container .folder-tooltip.view-shortcodes:before { |
| 630 | top: 26px !important; |
| 631 | bottom: auto !important; |
| 632 | transform: rotate(180deg) !important; |
| 633 | margin-left: -5px !important; |
| 634 | } |
| 635 | |
| 636 | |
| 637 | .keyboard-shortcut { |
| 638 | width: 100%; |
| 639 | } |
| 640 | .keyboard-shortcut tr td, .keyboard-shortcut tr th { |
| 641 | padding: 8px 0; |
| 642 | vertical-align: middle; |
| 643 | text-align: left; |
| 644 | font-weight: normal; |
| 645 | } |
| 646 | .keyboard-shortcut tr td { |
| 647 | text-align: right; |
| 648 | vertical-align: middle; |
| 649 | } |
| 650 | .keyboard-shortcut tr td span:not(.dashicons) { |
| 651 | display: inline-block; |
| 652 | padding: 2px 5px; |
| 653 | } |
| 654 | .keyboard-shortcut tr td span.key-button { |
| 655 | padding: 2px 8px; |
| 656 | background: #eaeaea; |
| 657 | border-radius: 2px; |
| 658 | } |
| 659 | .keyboard-shortcut tr td span.dashicons { |
| 660 | width: auto; |
| 661 | height: auto; |
| 662 | font-size: 14px; |
| 663 | display: inline-block; |
| 664 | vertical-align: middle; |
| 665 | } |
| 666 | .os-content { |
| 667 | background: #ffffff; |
| 668 | } |
| 669 | .custom-scroll-menu.hor-scroll .horizontal-scroll-menu { |
| 670 | width: fit-content; |
| 671 | background: #fff; |
| 672 | min-width: 100%; |
| 673 | } |
| 674 | .custom-scroll-menu.hor-scroll .jstree-default .jstree-anchor { |
| 675 | width: auto; |
| 676 | min-width: calc(100% - 24px); |
| 677 | } |
| 678 | .os-viewport { |
| 679 | background: #ffffff; |
| 680 | } |
| 681 | .custom-scroll-menu.hor-scroll .horizontal-scroll-menu .folder-actions { |
| 682 | background: #ffffff; |
| 683 | padding: 0 15px 0 4px; |
| 684 | } |
| 685 | .custom-scroll-menu.hor-scroll .horizontal-scroll-menu .folder-actions { |
| 686 | |
| 687 | } |
| 688 | .popup-form-content { |
| 689 | font-family: Roboto, sans-serif |
| 690 | } |
| 691 | .upgrade-title { |
| 692 | font-size: 24px; |
| 693 | font-weight: 500; |
| 694 | line-height: 36px; |
| 695 | text-align: center; |
| 696 | padding: 10px 0 5px; |
| 697 | } |
| 698 | .upgrade-desc { |
| 699 | font-size: 16px; |
| 700 | font-weight: 400; |
| 701 | line-height: 24px; |
| 702 | text-align: center; |
| 703 | } |
| 704 | .upgrade-content { |
| 705 | background: rgba(248, 247, 255, 1); |
| 706 | padding: 15px; |
| 707 | border-bottom: 4px; |
| 708 | margin: 15px 0; |
| 709 | text-align: left; |
| 710 | font-size: 14px; |
| 711 | } |
| 712 | .upgrade-content-title { |
| 713 | font-size: 16px; |
| 714 | font-weight: 500; |
| 715 | line-height: 26px; |
| 716 | text-align: left; |
| 717 | } |
| 718 | .upgrade-content li + li { |
| 719 | padding-top: 5px; |
| 720 | } |
| 721 | .upgrade-content ul { |
| 722 | padding: 0; |
| 723 | margin: 15px 0 0; |
| 724 | } |
| 725 | .upgrade-footer { |
| 726 | padding: 15px 0 0; |
| 727 | } |
| 728 | .upgrade-footer a.upgrade-button { |
| 729 | background: rgba(101, 107, 232, 1); |
| 730 | box-shadow: 0px 12px 12px -6px rgba(101, 107, 232, 0.25); |
| 731 | padding: 10px 40px; |
| 732 | border-radius: 20px; |
| 733 | color: #ffffff; |
| 734 | font-size: 16px; |
| 735 | font-weight: 500; |
| 736 | line-height: 24px; |
| 737 | text-decoration: none; |
| 738 | display: inline-block; |
| 739 | margin: 0 0 10px; |
| 740 | } |
| 741 | .upgrade-footer .hide-upgrade-popup { |
| 742 | color: rgba(101, 107, 232, 1); |
| 743 | text-decoration: none; |
| 744 | font-size: 14px; |
| 745 | } |
| 746 | .rating-modal-steps { |
| 747 | display: none; |
| 748 | width: 400px; |
| 749 | margin: 0 auto; |
| 750 | max-width: 100%; |
| 751 | } |
| 752 | .rating-modal-steps.active { |
| 753 | display: block; |
| 754 | } |
| 755 | .rating-modal.popup-form-content { |
| 756 | background: #ffffff url("../images/rating-top.png") top left no-repeat; |
| 757 | } |
| 758 | .rating-modal.popup-form-content:after { |
| 759 | content: ""; |
| 760 | background: transparent url("../images/rating-bottom.png") bottom right no-repeat; |
| 761 | width: 100%; |
| 762 | display: block; |
| 763 | height: 100%; |
| 764 | position: absolute; |
| 765 | left: 0; |
| 766 | top: 0; |
| 767 | z-index: -1; |
| 768 | } |
| 769 | .rating-modal.popup-form-content .popup-content { |
| 770 | } |
| 771 | .rating-modal.popup-form-content .popup-content .upgrade-title { |
| 772 | color: #49687E; |
| 773 | line-height: 30px; |
| 774 | } |
| 775 | .rating-modal.popup-form-content .popup-content .upgrade-desc { |
| 776 | color: #49687E; |
| 777 | padding: 10px 0 0; |
| 778 | } |
| 779 | .upgrade-rating { |
| 780 | padding: 25px 0 15px; |
| 781 | } |
| 782 | .upgrade-rating .jq-star { |
| 783 | margin: 0 5px; |
| 784 | } |
| 785 | .upgrade-rating .jq-star svg { |
| 786 | width: 100%; |
| 787 | height: 100%; |
| 788 | margin: 0; |
| 789 | padding: 0; |
| 790 | stroke-width: 0px !important; |
| 791 | } |
| 792 | .upgrade-user-rating { |
| 793 | font-size: 14px; |
| 794 | color: rgba(73, 104, 126, 1); |
| 795 | } |
| 796 | .upgrade-user-rating span { |
| 797 | font-weight: 500; |
| 798 | } |
| 799 | .upgrade-review-textarea { |
| 800 | padding: 15px 0; |
| 801 | text-align: left; |
| 802 | } |
| 803 | .upgrade-review-textarea label { |
| 804 | color: #83A1B7; |
| 805 | font-size: 12px; |
| 806 | display: flex; |
| 807 | text-align: left; |
| 808 | justify-content: space-between; |
| 809 | padding: 0 0 5px 0; |
| 810 | } |
| 811 | .folder-rated-rating svg { |
| 812 | fill: #FDB10C; |
| 813 | } |
| 814 | .folder-rated-rating .jq-star { |
| 815 | width: 32px; |
| 816 | height: 32px; |
| 817 | } |
| 818 | .folder-rated-rating .jq-star svg { |
| 819 | width: 100%; |
| 820 | height: 100%; |
| 821 | } |
| 822 | #step-4 .folder-rated-rating { |
| 823 | display: inline-block; |
| 824 | vertical-align: middle; |
| 825 | } |
| 826 | div#step-4 { |
| 827 | padding: 50px 0; |
| 828 | } |
| 829 | .upgrade-review-textarea textarea { |
| 830 | border: solid 1px #EAEFF2; |
| 831 | width: 100%; |
| 832 | height: 71px; |
| 833 | padding: 4px 8px; |
| 834 | font-size: 16px; |
| 835 | line-height: 20px; |
| 836 | outline: none; |
| 837 | box-shadow: none; |
| 838 | } |
| 839 | .upgrade-review-textarea textarea:focus { |
| 840 | outline: none; |
| 841 | box-shadow: none; |
| 842 | border-color: rgba(183, 141, 235, 1); |
| 843 | } |
| 844 | .upgrade-review-textarea textarea::placeholder { |
| 845 | color: #83A1B7; |
| 846 | font-size: 14px; |
| 847 | } |
| 848 | .upgrade-review-button { |
| 849 | box-shadow: 0px 12px 12px -6px rgba(183, 141, 235, 0.52); |
| 850 | background: rgba(183, 141, 235, 1); |
| 851 | border: none; |
| 852 | color: #fff; |
| 853 | padding: 0 50px; |
| 854 | line-height: 40px; |
| 855 | font-size: 16px; |
| 856 | border-radius: 8px; |
| 857 | font-weight: 500; |
| 858 | cursor: pointer; |
| 859 | } |
| 860 | .upgrade-modal-button { |
| 861 | padding: 0 0 25px; |
| 862 | } |
| 863 | select.upgrade-review-reminder { |
| 864 | border: solid 1px #9fbbcb; |
| 865 | width: 100%; |
| 866 | padding: 4px 15px; |
| 867 | margin-bottom: 15px; |
| 868 | } |
| 869 | select.upgrade-review-reminder:focus { |
| 870 | outline: none; |
| 871 | box-shadow: none; |
| 872 | border-color: rgba(183, 141, 235, 1); |
| 873 | } |
| 874 | .color-selector { |
| 875 | position: absolute; |
| 876 | top: -10px; |
| 877 | left: 100%; |
| 878 | -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .25); |
| 879 | -moz-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .25); |
| 880 | box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .25); |
| 881 | background: #fff; |
| 882 | width: 285px; |
| 883 | display: none; |
| 884 | } |
| 885 | .color-selector .color-selector-ul { |
| 886 | padding-bottom: 12px; |
| 887 | } |
| 888 | .color-selector .folder-color-option { |
| 889 | height: 30px; |
| 890 | display: inline-block; |
| 891 | width: 30px; |
| 892 | border-radius: 50%; |
| 893 | margin: 10px 5px 0; |
| 894 | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); |
| 895 | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); |
| 896 | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); |
| 897 | cursor: pointer; |
| 898 | } |
| 899 | .color-folder:hover .color-selector { |
| 900 | display: block; |
| 901 | } |
| 902 | .folder-color-default { |
| 903 | text-decoration: none; |
| 904 | position: relative; |
| 905 | display: block; |
| 906 | padding: 9px 10px; |
| 907 | line-height: 18px; |
| 908 | white-space: nowrap; |
| 909 | font-size: 14px; |
| 910 | color: #7D7D7E; |
| 911 | } |
| 912 | li.color-selector-ul { |
| 913 | border-bottom: solid 1px #d8d8d8; |
| 914 | } |
| 915 | .dynamic-menu { |
| 916 | width: 235px; |
| 917 | width: fit-content; |
| 918 | } |
| 919 | .dynamic-menu a.folder-color-default, .dynamic-menu a.folder-color-default:hover { |
| 920 | color: #F24141; |
| 921 | } |
| 922 | .dynamic-menu li li { |
| 923 | padding: 0; |
| 924 | } |
| 925 | body:not(.no-hover-css) #custom-scroll-menu .jstree-clicked .folder-actions span, body:not(.no-hover-css) #custom-scroll-menu .jstree-clicked:not(.jstree-clicked):focus .folder-actions span, #custom-scroll-menu .jstree-clicked, #custom-scroll-menu .jstree-clicked:hover .folder-actions span { |
| 926 | color: #fff; |
| 927 | } |
| 928 | html[dir="rtl"] .color-selector { |
| 929 | left: auto; |
| 930 | right: 100%; |
| 931 | } |
| 932 | html[dir="rtl"] .dynamic-menu ul>li>a>span.dashicons.dashicons-arrow-right-alt2 { |
| 933 | transform: rotate(180deg); |
| 934 | } |
| 935 | |
| 936 | .color-popup-options .popup-form-content { |
| 937 | width: 450px; |
| 938 | padding: 0; |
| 939 | } |
| 940 | .color-popup-options .add-update-folder-title { |
| 941 | padding: 0; |
| 942 | color: #333333; |
| 943 | } |
| 944 | .color-popup-options .add-update-folder-title:after { |
| 945 | display: none; |
| 946 | } |
| 947 | .folder-popup-top img { |
| 948 | width: 100%; |
| 949 | height: auto; |
| 950 | } |
| 951 | .folder-color-title { |
| 952 | color: #333333; |
| 953 | font-size: 18px; |
| 954 | font-weight: bold; |
| 955 | padding-bottom: 10px; |
| 956 | line-height: 24px; |
| 957 | } |
| 958 | .folder-popup-bottom { |
| 959 | padding: 15px; |
| 960 | } |
| 961 | .folder-color-desc { |
| 962 | color: #7D7D7D; |
| 963 | font-size: 14px; |
| 964 | line-height: 20px; |
| 965 | } |
| 966 | .color-popup-options .folder-form-buttons { |
| 967 | padding: 5px 10px 15px; |
| 968 | } |
| 969 | .color-popup-options .folder-form-buttons a, .color-popup-options .folder-form-buttons a:focus { |
| 970 | margin: 0 5px; |
| 971 | color: #4983D0; |
| 972 | border-color: #4983D0; |
| 973 | } |
| 974 | .color-popup-options .folder-form-buttons a.customize-folder-color, .color-popup-options .folder-form-buttons a.customize-folder-color:focus { |
| 975 | background-color: #E6386C; |
| 976 | border-color: #E6386C; |
| 977 | color: #ffffff; |
| 978 | } |
| 979 | .color-popup-options .close-popup-button { |
| 980 | top: 0; |
| 981 | right: 0; |
| 982 | } |
| 983 |