admin-setting.css
5 years ago
design.css
5 years ago
design.min.css
5 years ago
folder-icon.css
5 years ago
folders.css
5 years ago
folders.min.css
5 years ago
jstree.css
5 years ago
jstree.min.css
5 years ago
media.css
6 years ago
new-media.css
5 years ago
page-post-media.css
5 years ago
page-post-media.min.css
5 years ago
replace-media.css
5 years ago
select2.min.css
5 years ago
settings.css
5 years ago
spectrum.min.css
6 years ago
settings.css
954 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 | span.upgrade-message { |
| 4 | padding: 5px 10px; |
| 5 | background: #fff; |
| 6 | display: inline-block; |
| 7 | font-size: 14px; |
| 8 | color: #000 |
| 9 | } |
| 10 | |
| 11 | a.pink, span.pink { |
| 12 | color: #ff5983; |
| 13 | text-decoration: none; |
| 14 | font-weight: 700 |
| 15 | } |
| 16 | |
| 17 | .form-table { |
| 18 | margin: 0 |
| 19 | } |
| 20 | |
| 21 | #setting-form { |
| 22 | font-family: Roboto, sans-serif |
| 23 | } |
| 24 | |
| 25 | .form-table th { |
| 26 | width: 220px; |
| 27 | font-weight: 400; |
| 28 | vertical-align: middle |
| 29 | } |
| 30 | |
| 31 | .form-table th.default-folder { |
| 32 | width: 100px |
| 33 | } |
| 34 | |
| 35 | .premio-help { |
| 36 | text-align: center |
| 37 | } |
| 38 | |
| 39 | .premio-help a { |
| 40 | display: block; |
| 41 | float: right |
| 42 | } |
| 43 | |
| 44 | .premio-help a img { |
| 45 | width: auto; |
| 46 | height: auto |
| 47 | } |
| 48 | |
| 49 | .hide-option { |
| 50 | display: none |
| 51 | } |
| 52 | |
| 53 | .accordion { |
| 54 | max-width: 1024px; |
| 55 | box-shadow: 0 4px 21px rgba(7, 16, 28, .1); |
| 56 | border-radius: 4px; |
| 57 | margin: 0 0 20px 0 |
| 58 | } |
| 59 | |
| 60 | .accordion-header { |
| 61 | background: #ebf1f4; |
| 62 | padding: 10px 15px; |
| 63 | font-size: 16px; |
| 64 | cursor: pointer; |
| 65 | border-radius: 4px; |
| 66 | color: #484848; |
| 67 | font-weight: 500 |
| 68 | } |
| 69 | |
| 70 | .accordion-header.active { |
| 71 | border-radius: 0; |
| 72 | -webkit-border-top-left-radius: 4px; |
| 73 | -webkit-border-top-right-radius: 4px; |
| 74 | -moz-border-radius-topleft: 4px; |
| 75 | -moz-border-radius-topright: 4px; |
| 76 | border-top-left-radius: 4px; |
| 77 | border-top-right-radius: 4px |
| 78 | } |
| 79 | |
| 80 | .accordion-header.active span { |
| 81 | transform: rotate(180deg) |
| 82 | } |
| 83 | |
| 84 | select.hide-show-option { |
| 85 | width: 170px |
| 86 | } |
| 87 | |
| 88 | .sp-replacer.sp-light { |
| 89 | padding: 0 !important; |
| 90 | margin: 0 !important; |
| 91 | border: solid 2px #fff !important; |
| 92 | box-shadow: 0 3px 7px rgba(149, 149, 150, .3); |
| 93 | border-radius: 4px |
| 94 | } |
| 95 | |
| 96 | .sp-dd { |
| 97 | display: none !important |
| 98 | } |
| 99 | |
| 100 | .sp-preview { |
| 101 | width: 18px !important; |
| 102 | height: 18px !important; |
| 103 | margin: 0 !important; |
| 104 | padding: 0 !important; |
| 105 | border: none !important |
| 106 | } |
| 107 | |
| 108 | .form-table select { |
| 109 | width: 180px |
| 110 | } |
| 111 | |
| 112 | .accordion-header span { |
| 113 | float: right; |
| 114 | width: 20px; |
| 115 | height: 20px; |
| 116 | line-height: 22px; |
| 117 | font-size: 14px; |
| 118 | background: #fff; |
| 119 | border-radius: 10px |
| 120 | } |
| 121 | |
| 122 | .accordion-header span:hover { |
| 123 | background: #1da1f4; |
| 124 | color: #fff |
| 125 | } |
| 126 | |
| 127 | .form-title { |
| 128 | font-size: 23px; |
| 129 | font-weight: 400; |
| 130 | margin: 0; |
| 131 | padding: 0 0 10px 0; |
| 132 | line-height: 29px; |
| 133 | min-height: 36px |
| 134 | } |
| 135 | |
| 136 | .add-new-folder, button.organize-button { |
| 137 | text-decoration: none; |
| 138 | display: block; |
| 139 | float: right; |
| 140 | font-size: 14px; |
| 141 | padding: 4px 10px 4px 4px; |
| 142 | background: #f51366; |
| 143 | color: #fff; |
| 144 | border: solid 1px #f51366; |
| 145 | border-radius: 4px; |
| 146 | line-height: 24px; |
| 147 | position: relative |
| 148 | } |
| 149 | |
| 150 | .add-new-folder span { |
| 151 | display: block; |
| 152 | float: left; |
| 153 | line-height: 26px; |
| 154 | font-size: 14px; |
| 155 | margin-right: 5px |
| 156 | } |
| 157 | |
| 158 | .add-new-folder span.folder-icon-create_new_folder { |
| 159 | font-size: 20px |
| 160 | } |
| 161 | |
| 162 | .form-options { |
| 163 | background: #fff; |
| 164 | padding: 10px 10px 0 10px; |
| 165 | margin: 0 0; |
| 166 | box-shadow: 0 4px 21px rgba(7, 16, 28, .1); |
| 167 | border-radius: 4px |
| 168 | } |
| 169 | |
| 170 | .shadow-box { |
| 171 | padding: 10px; |
| 172 | box-shadow: 0 4px 21px rgba(7, 16, 28, .1); |
| 173 | margin: 20px 0 0 0 |
| 174 | } |
| 175 | |
| 176 | .accordion .separator { |
| 177 | border-bottom: solid 1px #e9e5e5 |
| 178 | } |
| 179 | |
| 180 | .form-options ul { |
| 181 | margin: 0; |
| 182 | padding: 0 |
| 183 | } |
| 184 | |
| 185 | .form-options li { |
| 186 | display: inline-block; |
| 187 | margin: 0; |
| 188 | vertical-align: top |
| 189 | } |
| 190 | |
| 191 | .form-options li a { |
| 192 | display: inline-block; |
| 193 | text-decoration: none; |
| 194 | padding: 5px 12px; |
| 195 | color: #484848; |
| 196 | vertical-align: middle; |
| 197 | margin: 0 0 10px 0; |
| 198 | background: #f1f1f1; |
| 199 | border-radius: 4px; |
| 200 | font-size: 11px; |
| 201 | line-height: 20px |
| 202 | } |
| 203 | |
| 204 | .form-options span.icon { |
| 205 | font-size: 14px; |
| 206 | display: inline-block; |
| 207 | vertical-align: top; |
| 208 | line-height: 20px; |
| 209 | color: #a4c0d2 |
| 210 | } |
| 211 | |
| 212 | .form-options li.last { |
| 213 | margin: 0 |
| 214 | } |
| 215 | |
| 216 | .form-options li.last a { |
| 217 | padding: 5px 3px 3px; |
| 218 | width: 24px; |
| 219 | text-align: center; |
| 220 | height: 22px; |
| 221 | line-height: 20px |
| 222 | } |
| 223 | |
| 224 | .form-options li.last { |
| 225 | font-size: 28px; |
| 226 | line-height: 22px |
| 227 | } |
| 228 | |
| 229 | .header-posts a, .un-categorised-items a { |
| 230 | color: #444; |
| 231 | padding: 7px; |
| 232 | border-radius: 3px; |
| 233 | display: block; |
| 234 | text-decoration: none; |
| 235 | font-size: 14px; |
| 236 | line-height: 18px |
| 237 | } |
| 238 | |
| 239 | .header-posts a.active-item, .un-categorised-items.active-item { |
| 240 | background: #008ec2; |
| 241 | color: #fff |
| 242 | } |
| 243 | |
| 244 | span.total-count { |
| 245 | float: right; |
| 246 | font-size: 12px !important; |
| 247 | line-height: 16px; |
| 248 | border-radius: 2px |
| 249 | } |
| 250 | |
| 251 | .header-posts a.active-item span.total-count, .un-categorised-items.active-item a span { |
| 252 | color: #fff !important |
| 253 | } |
| 254 | |
| 255 | .media-buttons { |
| 256 | padding: 10px 0; |
| 257 | background: #fff; |
| 258 | text-align: center |
| 259 | } |
| 260 | |
| 261 | .media-buttons button, .media-buttons select { |
| 262 | width: 48%; |
| 263 | display: inline-block; |
| 264 | margin: 0 2% 0 0 |
| 265 | } |
| 266 | |
| 267 | .un-categorised-items { |
| 268 | margin: 0 0 10px 0 |
| 269 | } |
| 270 | |
| 271 | .header-posts { |
| 272 | margin: 10px 0 0 0 |
| 273 | } |
| 274 | |
| 275 | .add-new-folder:focus, .add-new-folder:hover, .organize-button:focus, .organize-button:hover { |
| 276 | color: #fff |
| 277 | } |
| 278 | |
| 279 | .add-new-folder:hover:after, .organize-button:hover:after { |
| 280 | content: ""; |
| 281 | width: 100%; |
| 282 | height: 100%; |
| 283 | background: rgba(0, 0, 0, .1); |
| 284 | position: absolute; |
| 285 | top: 0; |
| 286 | left: 0 |
| 287 | } |
| 288 | |
| 289 | .folder-list li a { |
| 290 | color: #333; |
| 291 | text-decoration: none; |
| 292 | margin: 0 0 1px 0; |
| 293 | border-radius: 3px; |
| 294 | font-size: 20px; |
| 295 | display: block; |
| 296 | line-height: 18px |
| 297 | } |
| 298 | |
| 299 | .folder-list li a i { |
| 300 | display: inline-block; |
| 301 | vertical-align: middle; |
| 302 | font-size: 14px |
| 303 | } |
| 304 | |
| 305 | .folder-list li a span { |
| 306 | font-size: 16px; |
| 307 | display: inline-block; |
| 308 | vertical-align: middle |
| 309 | } |
| 310 | |
| 311 | .preview-inner-box { |
| 312 | padding: 15px; |
| 313 | width: 300px; |
| 314 | max-width: 100%; |
| 315 | float: left; |
| 316 | background: #fff; |
| 317 | border: 1px solid #dbdbdb; |
| 318 | box-sizing: border-box; |
| 319 | border-radius: 4px |
| 320 | } |
| 321 | |
| 322 | .accordion-left { |
| 323 | width: calc(100% - 305px); |
| 324 | float: left; |
| 325 | max-width: 550px |
| 326 | } |
| 327 | |
| 328 | .accordion-right { |
| 329 | width: 300px; |
| 330 | float: right |
| 331 | } |
| 332 | |
| 333 | .preview-text { |
| 334 | font-size: 20px; |
| 335 | padding: 0 0 10px |
| 336 | } |
| 337 | |
| 338 | .preview-text-info { |
| 339 | padding: 10px 0 0; |
| 340 | font-size: 12px; |
| 341 | line-height: 12px |
| 342 | } |
| 343 | |
| 344 | .media-select option { |
| 345 | color: #000 |
| 346 | } |
| 347 | |
| 348 | .media-select option:first-child { |
| 349 | font-weight: 700 |
| 350 | } |
| 351 | |
| 352 | .folder-popup { |
| 353 | position: fixed; |
| 354 | width: 100%; |
| 355 | height: 100%; |
| 356 | top: 0; |
| 357 | left: 0; |
| 358 | z-index: 100001; |
| 359 | background: rgba(0, 0, 0, .75) |
| 360 | } |
| 361 | |
| 362 | .folder-popup-box { |
| 363 | padding: 0; |
| 364 | width: 600px; |
| 365 | max-width: 100%; |
| 366 | margin: auto; |
| 367 | top: 50%; |
| 368 | position: absolute; |
| 369 | left: 0; |
| 370 | right: 0; |
| 371 | border-radius: 5px; |
| 372 | transform: translate(0, -50%); |
| 373 | -webkit-transform: translate(0, -50%); |
| 374 | -moz-transform: translate(0, -50%); |
| 375 | text-align: center; |
| 376 | background: #fcfcfc |
| 377 | } |
| 378 | |
| 379 | .folder-popup-header { |
| 380 | padding: 15px; |
| 381 | font-size: 20px; |
| 382 | border-bottom: solid 1px #e6e6e6 |
| 383 | } |
| 384 | |
| 385 | .folder-popup-content { |
| 386 | background: #fff; |
| 387 | padding: 15px; |
| 388 | font-size: 14px; |
| 389 | line-height: 20px |
| 390 | } |
| 391 | |
| 392 | .folder-popup-content iframe { |
| 393 | margin: 30px 0 |
| 394 | } |
| 395 | |
| 396 | .folder-popup-footer { |
| 397 | padding: 15px; |
| 398 | border-top: solid 1px #e6e6e6 |
| 399 | } |
| 400 | |
| 401 | .folder-popup-footer button { |
| 402 | border: none; |
| 403 | padding: 10px 20px; |
| 404 | border-radius: 4px; |
| 405 | background: #00c478; |
| 406 | color: #fff |
| 407 | } |
| 408 | |
| 409 | .close-folder-popup { |
| 410 | margin: 0; |
| 411 | padding: 0; |
| 412 | background: 0 0; |
| 413 | border: none; |
| 414 | float: right; |
| 415 | background: #000; |
| 416 | border-radius: 50%; |
| 417 | color: #fff; |
| 418 | text-align: center; |
| 419 | width: 24px; |
| 420 | height: 24px |
| 421 | } |
| 422 | |
| 423 | .close-folder-popup span { |
| 424 | line-height: 24px |
| 425 | } |
| 426 | |
| 427 | .wrap h1 { |
| 428 | margin: 0 0 15px 0 |
| 429 | } |
| 430 | |
| 431 | .upgrade-btn { |
| 432 | background: #fff; |
| 433 | border: 1px solid #1da1f4; |
| 434 | box-sizing: border-box; |
| 435 | border-radius: 4px; |
| 436 | height: 34px; |
| 437 | line-height: 34px; |
| 438 | padding: 0 25px; |
| 439 | display: inline-block; |
| 440 | text-decoration: none; |
| 441 | font-weight: 700; |
| 442 | color: #1da1f4 |
| 443 | } |
| 444 | |
| 445 | .upgrade-btn:hover { |
| 446 | background: #1da1f4; |
| 447 | color: #fff |
| 448 | } |
| 449 | |
| 450 | .sr-only { |
| 451 | position: absolute; |
| 452 | width: 1px; |
| 453 | height: 1px; |
| 454 | padding: 0; |
| 455 | margin: -1px; |
| 456 | overflow: hidden; |
| 457 | clip: rect(0, 0, 0, 0); |
| 458 | white-space: nowrap; |
| 459 | border: 0 |
| 460 | } |
| 461 | |
| 462 | .custom-checkbox span { |
| 463 | background: #fff; |
| 464 | border: 1px solid #dbdbdb; |
| 465 | box-sizing: border-box; |
| 466 | border-radius: 4px; |
| 467 | margin: 0 auto; |
| 468 | height: 18px; |
| 469 | width: 18px; |
| 470 | display: inline-block; |
| 471 | vertical-align: middle; |
| 472 | position: relative; |
| 473 | color: #fff |
| 474 | } |
| 475 | |
| 476 | .custom-checkbox input:checked + span { |
| 477 | background: #1da1f4 |
| 478 | } |
| 479 | |
| 480 | .custom-checkbox input:checked + span:after { |
| 481 | content: "\f147"; |
| 482 | font-family: dashicons; |
| 483 | display: inline-block; |
| 484 | line-height: 1; |
| 485 | font-weight: 400; |
| 486 | font-style: normal; |
| 487 | text-decoration: inherit; |
| 488 | font-size: 14px |
| 489 | } |
| 490 | |
| 491 | .custom-checkbox { |
| 492 | display: inline-block |
| 493 | } |
| 494 | |
| 495 | .form-table td.no-padding { |
| 496 | padding: 0 |
| 497 | } |
| 498 | |
| 499 | .custom-checkbox + label { |
| 500 | padding: 0 0 0 5px |
| 501 | } |
| 502 | |
| 503 | ul.folder-list li { |
| 504 | margin: 0; |
| 505 | line-height: 32px; |
| 506 | padding: 0 |
| 507 | } |
| 508 | |
| 509 | ul.folder-list li a { |
| 510 | padding: 5px 10px |
| 511 | } |
| 512 | |
| 513 | .un-categorised-items a:hover, ul.folder-list li a:hover { |
| 514 | background: rgba(250, 22, 107, .08); |
| 515 | border-radius: 4px |
| 516 | } |
| 517 | |
| 518 | .clear { |
| 519 | clear: both |
| 520 | } |
| 521 | |
| 522 | .form-options li .custom-checkbox { |
| 523 | margin: 5px 0 0 0 |
| 524 | } |
| 525 | |
| 526 | span.create_new_folder { |
| 527 | width: 26px; |
| 528 | height: 26px; |
| 529 | line-height: 26px; |
| 530 | font-size: 14px; |
| 531 | background: rgba(255, 255, 255, .4); |
| 532 | backdrop-filter: blur(16px); |
| 533 | border-radius: 4px; |
| 534 | text-align: center; |
| 535 | margin: 0 15px 0 0 |
| 536 | } |
| 537 | |
| 538 | .premio-help-btn { |
| 539 | width: 180px; |
| 540 | text-align: center; |
| 541 | padding: 15px; |
| 542 | border: 1px solid #ebf1f4; |
| 543 | box-sizing: border-box; |
| 544 | border-radius: 4px; |
| 545 | float: right |
| 546 | } |
| 547 | |
| 548 | .need-help { |
| 549 | font-style: normal; |
| 550 | font-weight: 500; |
| 551 | font-size: 15px; |
| 552 | line-height: 18px; |
| 553 | color: #484848 |
| 554 | } |
| 555 | |
| 556 | .visit-our { |
| 557 | font-style: normal; |
| 558 | font-weight: 400; |
| 559 | font-size: 14px; |
| 560 | line-height: 16px; |
| 561 | text-align: center; |
| 562 | color: #484848 |
| 563 | } |
| 564 | |
| 565 | .knowledge-base { |
| 566 | font-style: normal; |
| 567 | font-weight: 400; |
| 568 | font-size: 14px; |
| 569 | line-height: 16px; |
| 570 | text-align: center; |
| 571 | color: #1da1f4; |
| 572 | text-decoration: underline |
| 573 | } |
| 574 | |
| 575 | .form-table td.default-folder { |
| 576 | width: 100px |
| 577 | } |
| 578 | |
| 579 | .accordion-content.no-bp { |
| 580 | padding-bottom: 0 !important |
| 581 | } |
| 582 | |
| 583 | .folders-tabs { |
| 584 | background: #fff; |
| 585 | max-width: 1024px; |
| 586 | box-shadow: 0 4px 21px rgba(7, 16, 28, .1); |
| 587 | border-radius: 4px; |
| 588 | margin: 0 0 20px 0 |
| 589 | } |
| 590 | |
| 591 | .folder-tab-menu { |
| 592 | background: #ebf1f4; |
| 593 | padding: 5px 15px 0; |
| 594 | font-size: 16px; |
| 595 | cursor: pointer; |
| 596 | color: #484848; |
| 597 | font-weight: 500; |
| 598 | -webkit-border-top-left-radius: 4px; |
| 599 | -webkit-border-top-right-radius: 4px; |
| 600 | -moz-border-radius-topleft: 4px; |
| 601 | -moz-border-radius-topright: 4px; |
| 602 | border-top-left-radius: 4px; |
| 603 | border-top-right-radius: 4px |
| 604 | } |
| 605 | |
| 606 | .folder-tab-menu ul { |
| 607 | margin: 0; |
| 608 | padding: 0 |
| 609 | } |
| 610 | |
| 611 | .folder-tab-menu ul li { |
| 612 | display: inline-block; |
| 613 | margin: 0 1px 0 0 |
| 614 | } |
| 615 | |
| 616 | .folder-tab-menu ul li a { |
| 617 | display: inline-block; |
| 618 | padding: 10px 15px; |
| 619 | font-family: Roboto, sans-serif; |
| 620 | text-decoration: none; |
| 621 | font-size: 16px; |
| 622 | color: #484848; |
| 623 | -webkit-border-top-left-radius: 4px; |
| 624 | -webkit-border-top-right-radius: 4px; |
| 625 | -moz-border-radius-topleft: 4px; |
| 626 | -moz-border-radius-topright: 4px; |
| 627 | border-top-left-radius: 4px; |
| 628 | border-top-right-radius: 4px; |
| 629 | outline: 0; |
| 630 | transition: all .2s ease-in-out |
| 631 | } |
| 632 | |
| 633 | .folder-tab-menu ul li a.active, .folder-tab-menu ul li a:focus, .folder-tab-menu ul li a:hover { |
| 634 | background: #fff; |
| 635 | box-shadow: none; |
| 636 | color: #000 |
| 637 | } |
| 638 | |
| 639 | .folder-tab-content { |
| 640 | padding: 15px |
| 641 | } |
| 642 | |
| 643 | .folder-tab-content .tab-content { |
| 644 | display: none; |
| 645 | min-height: 20vh |
| 646 | } |
| 647 | |
| 648 | .folder-tab-content .tab-content.active { |
| 649 | display: block |
| 650 | } |
| 651 | |
| 652 | p.submit { |
| 653 | margin: 0; |
| 654 | padding: 0 |
| 655 | } |
| 656 | |
| 657 | .no-plugin-message p { |
| 658 | font-size: 14px; |
| 659 | margin: 0; |
| 660 | padding: 0 |
| 661 | } |
| 662 | |
| 663 | .folder-popup-form { |
| 664 | position: fixed; |
| 665 | width: 100%; |
| 666 | height: 100%; |
| 667 | background: rgba(0, 0, 0, .5); |
| 668 | top: 0; |
| 669 | left: 0; |
| 670 | z-index: 10001; |
| 671 | display: none; |
| 672 | font-family: Roboto, sans-serif |
| 673 | } |
| 674 | |
| 675 | .popup-form-content { |
| 676 | background: #fff; |
| 677 | min-height: 100px; |
| 678 | width: 400px; |
| 679 | text-align: center; |
| 680 | margin: 0 auto; |
| 681 | position: absolute; |
| 682 | left: 0; |
| 683 | right: 0; |
| 684 | top: 50%; |
| 685 | transform: translate(0, -50%); |
| 686 | -webkit-transform: translate(0, -50%); |
| 687 | -moz-transform: translate(0, -50%); |
| 688 | -o-transform: translate(0, -50%); |
| 689 | -ms-transform: translate(0, -50%); |
| 690 | padding: 20px; |
| 691 | -webkit-border-radius: 4px; |
| 692 | -moz-border-radius: 4px; |
| 693 | border-radius: 4px; |
| 694 | color: #484848; |
| 695 | max-width: 80% |
| 696 | } |
| 697 | |
| 698 | .add-update-folder-title { |
| 699 | display: block; |
| 700 | position: relative; |
| 701 | max-width: 100%; |
| 702 | margin: 0 0 .4em; |
| 703 | padding: 0 20px; |
| 704 | color: #595959; |
| 705 | text-align: center; |
| 706 | text-transform: none; |
| 707 | word-wrap: break-word; |
| 708 | font-weight: 700; |
| 709 | font-size: 22px; |
| 710 | line-height: 26px |
| 711 | } |
| 712 | |
| 713 | .add-folder-note { |
| 714 | padding: 10px 0 30px; |
| 715 | min-height: 35px |
| 716 | } |
| 717 | |
| 718 | .folder-form-errors { |
| 719 | margin: 0 0 10px 0; |
| 720 | padding: 8px 0; |
| 721 | background: #ffe4e4; |
| 722 | color: #a20000; |
| 723 | display: none |
| 724 | } |
| 725 | |
| 726 | .folder-form-buttons { |
| 727 | display: flex |
| 728 | } |
| 729 | |
| 730 | .folder-form-buttons a, .folder-form-buttons button { |
| 731 | display: inline-flex; |
| 732 | padding: 0; |
| 733 | text-decoration: none; |
| 734 | margin: 0 3px; |
| 735 | border-radius: 4px; |
| 736 | border: solid 1px #1da1f4; |
| 737 | line-height: 34px; |
| 738 | font-weight: 700; |
| 739 | font-size: 14px; |
| 740 | box-sizing: border-box; |
| 741 | height: 36px; |
| 742 | cursor: pointer; |
| 743 | flex: 1; |
| 744 | justify-content: center; |
| 745 | outline: 0; |
| 746 | box-shadow: none |
| 747 | } |
| 748 | |
| 749 | .form-cancel-btn, a.form-cancel-btn:hover { |
| 750 | background-color: #fff; |
| 751 | color: #3085d6; |
| 752 | outline: 0 |
| 753 | } |
| 754 | |
| 755 | .form-submit-btn { |
| 756 | background-color: #3085d6; |
| 757 | color: #fff; |
| 758 | outline: 0 |
| 759 | } |
| 760 | |
| 761 | .import-folder-table table { |
| 762 | border-collapse: collapse; |
| 763 | border: solid 1px silver |
| 764 | } |
| 765 | |
| 766 | .import-folder-table td, .import-folder-table th { |
| 767 | border: solid 1px silver; |
| 768 | padding: 10px 15px; |
| 769 | text-align: left; |
| 770 | font-size: 14px; |
| 771 | vertical-align: top |
| 772 | } |
| 773 | |
| 774 | .import-folder-table th { |
| 775 | width: 220px |
| 776 | } |
| 777 | |
| 778 | #import-third-party-plugin-data .import-folder-table th { |
| 779 | width: 120px |
| 780 | } |
| 781 | |
| 782 | #import-third-party-plugin-data .import-folder-table td span.import-message { |
| 783 | display: inline-block; |
| 784 | margin: 0 0 0 5px; |
| 785 | line-height: 30px |
| 786 | } |
| 787 | |
| 788 | #import-third-party-plugin-data .popup-form-content { |
| 789 | width: 430px |
| 790 | } |
| 791 | |
| 792 | .import-folder-table td span.import-message { |
| 793 | display: block; |
| 794 | margin: 0 0 5px 0 |
| 795 | } |
| 796 | |
| 797 | .import-folder-table td button.button { |
| 798 | margin: 0 5px 0 0 |
| 799 | } |
| 800 | |
| 801 | .import-folder-table td button.button.remove-folder-data { |
| 802 | background: 0 0; |
| 803 | border-color: transparent |
| 804 | } |
| 805 | |
| 806 | .import-folder-table td span.spinner { |
| 807 | display: none |
| 808 | } |
| 809 | |
| 810 | .import-folder-table td span.spinner.active { |
| 811 | display: inline-block; |
| 812 | visibility: visible; |
| 813 | margin-right: 0 |
| 814 | } |
| 815 | |
| 816 | .import-folder-table td span.import-message.success-import { |
| 817 | background: #c6ffc6; |
| 818 | padding: 10px; |
| 819 | color: green; |
| 820 | margin: 0 0 10px 0 |
| 821 | } |
| 822 | |
| 823 | .import-folder-table td span.import-message.error-import { |
| 824 | background: #ffeded; |
| 825 | padding: 10px; |
| 826 | color: red; |
| 827 | margin: 0 0 10px 0 |
| 828 | } |
| 829 | |
| 830 | .import-folder-title, .import-plugin-title, .remove-folder-title { |
| 831 | font-size: 16px; |
| 832 | font-weight: 700; |
| 833 | padding: 0 0 15px 0 |
| 834 | } |
| 835 | |
| 836 | .import-folder-note, .remove-folder-note { |
| 837 | min-height: 50px; |
| 838 | padding: 0 0 20px 0 |
| 839 | } |
| 840 | |
| 841 | button#remove-folder-button.delete-folder-plugin { |
| 842 | color: #fff; |
| 843 | background: #ca0000; |
| 844 | border-color: #ca0000 |
| 845 | } |
| 846 | |
| 847 | .popup-content { |
| 848 | position: relative |
| 849 | } |
| 850 | |
| 851 | .close-popup-button { |
| 852 | position: absolute; |
| 853 | right: -10px; |
| 854 | top: -2px; |
| 855 | width: 20px; |
| 856 | height: 20px |
| 857 | } |
| 858 | |
| 859 | .close-popup-button a { |
| 860 | display: block; |
| 861 | position: relative; |
| 862 | width: 20px; |
| 863 | height: 20px; |
| 864 | color: #333; |
| 865 | padding: 2px; |
| 866 | box-sizing: border-box |
| 867 | } |
| 868 | |
| 869 | .close-popup-button a:hover span { |
| 870 | transform: rotate(180deg) |
| 871 | } |
| 872 | |
| 873 | .close-popup-button a span { |
| 874 | display: block; |
| 875 | position: relative; |
| 876 | width: 16px; |
| 877 | height: 16px; |
| 878 | transition: all .2s linear |
| 879 | } |
| 880 | |
| 881 | .close-popup-button a span:after, .close-popup-button a span:before { |
| 882 | content: ""; |
| 883 | position: absolute; |
| 884 | width: 12px; |
| 885 | height: 2px; |
| 886 | background-color: #333; |
| 887 | display: block; |
| 888 | border-radius: 2px; |
| 889 | transform: rotate(45deg); |
| 890 | top: 7px; |
| 891 | left: 2px |
| 892 | } |
| 893 | |
| 894 | .close-popup-button a span:after { |
| 895 | transform: rotate(-45deg) |
| 896 | } |
| 897 | |
| 898 | .import-plugin-note { |
| 899 | padding: 0 0 20px 0 |
| 900 | } |
| 901 | |
| 902 | .import-folder-table table { |
| 903 | width: 100%; |
| 904 | margin: 0 0 20px 0 |
| 905 | } |
| 906 | |
| 907 | .import-plugin-footer { |
| 908 | padding: 0 30px 15px |
| 909 | } |
| 910 | |
| 911 | .input-field label { |
| 912 | display: block; |
| 913 | font-weight: 700; |
| 914 | padding-bottom: 5px |
| 915 | } |
| 916 | |
| 917 | .license-key-footer { |
| 918 | font-weight: 700; |
| 919 | padding-bottom: 15px; |
| 920 | font-size: 16px; |
| 921 | line-height: 30px |
| 922 | } |
| 923 | |
| 924 | input.license-key { |
| 925 | width: 100%; |
| 926 | max-width: 250px |
| 927 | } |
| 928 | |
| 929 | .submit { |
| 930 | text-align: left; |
| 931 | max-width: 100%; |
| 932 | margin-top: 0; |
| 933 | padding-top: 10px |
| 934 | } |
| 935 | |
| 936 | .folder-error-message, .folder-success-message { |
| 937 | background: #fff; |
| 938 | margin: 10px 0 10px 0; |
| 939 | padding: 10px 10px 10px 10px; |
| 940 | border-left: solid 3px #dd4b39 |
| 941 | } |
| 942 | |
| 943 | .folder-success-message { |
| 944 | border-left: solid 3px #00a65a |
| 945 | } |
| 946 | |
| 947 | .folder-tab-content .separator { |
| 948 | border-bottom: solid 1px #e9e5e5; |
| 949 | margin: 20px 0 10px |
| 950 | } |
| 951 | |
| 952 | .folder-form-message { |
| 953 | padding: 30px 50px 40px |
| 954 | } |