admin.css
3 years ago
admin.js
3 years ago
block-editor.css
3 years ago
index.php
3 years ago
notice.css
3 years ago
admin.css
1697 lines
| 1 | /* .tabs-menu { |
| 2 | margin-top: 30px; |
| 3 | margin-bottom: 0; |
| 4 | height: 39px; |
| 5 | clear: both; |
| 6 | } |
| 7 | |
| 8 | .tabs-menu li { |
| 9 | height: 30px; |
| 10 | line-height: 30px; |
| 11 | float: left; |
| 12 | margin-right: 8px; |
| 13 | background-color: #e4e4e4; |
| 14 | border-top: 1px solid #d4d4d1; |
| 15 | border-right: 1px solid #d4d4d1; |
| 16 | border-left: 1px solid #d4d4d1; |
| 17 | margin-bottom: 0; |
| 18 | padding: 4px 7px; |
| 19 | font-weight: 700; |
| 20 | font-size: 15px; |
| 21 | } |
| 22 | |
| 23 | .tabs-menu a:active, .tabs-menu a:focus, .tabs-menu .current a:active, .tabs-menu .current a:focus { |
| 24 | box-shadow: none; |
| 25 | } |
| 26 | |
| 27 | .tabs-menu li a { |
| 28 | padding: 10px; |
| 29 | color: #555; |
| 30 | text-decoration: none; |
| 31 | } |
| 32 | |
| 33 | .tabs-menu li:hover { |
| 34 | background-color: #fff; |
| 35 | color: #464646; |
| 36 | } |
| 37 | |
| 38 | .tabs-menu li.current { |
| 39 | position: relative; |
| 40 | background-color: #fff; |
| 41 | border-bottom: 1px solid #fff; |
| 42 | z-index: 5; |
| 43 | } |
| 44 | |
| 45 | .tabs-menu .current a { |
| 46 | color: #000; |
| 47 | } |
| 48 | |
| 49 | .tab { |
| 50 | border: 1px solid #d4d4d1; |
| 51 | background-color: #fff; |
| 52 | margin-bottom: 20px; |
| 53 | width: auto; |
| 54 | } |
| 55 | |
| 56 | .tab-content { |
| 57 | padding: 20px; |
| 58 | display: none; |
| 59 | } |
| 60 | |
| 61 | #tab-1 { |
| 62 | display: block; |
| 63 | } */ |
| 64 | |
| 65 | |
| 66 | /* css for support page*/ |
| 67 | |
| 68 | |
| 69 | /* .wrap .wpcs-admin-extra{ |
| 70 | padding:25px; |
| 71 | } |
| 72 | .adl_support_wrapper .wrap.wrap_left { |
| 73 | width: 60%; |
| 74 | } |
| 75 | .adl_support_wrapper .wrap { |
| 76 | float: left; |
| 77 | margin-right: 20px; |
| 78 | } |
| 79 | .adl_support_wrapper .wrap.wrap_right { |
| 80 | width: 30%; |
| 81 | } |
| 82 | .adl_support_wrapper .wrap.wrap_right .postbox { |
| 83 | background: #f0f9dc; |
| 84 | padding: 0 0 10px; |
| 85 | } |
| 86 | ul.adl_pro_features { |
| 87 | padding: 0 23px; |
| 88 | } |
| 89 | .adl_pro_features li { |
| 90 | font-size: 13px; |
| 91 | line-height: 22px; |
| 92 | color: #333; |
| 93 | position: relative; |
| 94 | margin-bottom: 6px; |
| 95 | } |
| 96 | .adl_pro_features li:before { |
| 97 | content: "\f522"; |
| 98 | font-family: 'dashicons', 'sans-serif'; |
| 99 | margin-right: 4px; |
| 100 | display: inline-block; |
| 101 | vertical-align: -1.9px; |
| 102 | } |
| 103 | .adl-upgrade-content-wrapper-right h3 { |
| 104 | font-size: 15px; |
| 105 | font-weight: normal; |
| 106 | color: #ffffff; |
| 107 | background: #0085ba; |
| 108 | text-align: center; |
| 109 | padding: 12px 0; |
| 110 | margin: 0; |
| 111 | } |
| 112 | .adl_support_wrapper .wrap.wrap_right .text-center { |
| 113 | margin-left: 23px; |
| 114 | } */ |
| 115 | |
| 116 | |
| 117 | /* Default Overwrite */ |
| 118 | |
| 119 | #poststuff #post-body.columns-2 { |
| 120 | margin-right: 0; |
| 121 | } |
| 122 | |
| 123 | #post-body-content { |
| 124 | min-width: unset; |
| 125 | } |
| 126 | |
| 127 | #post-body.columns-2 #postbox-container-1 { |
| 128 | float: right; |
| 129 | margin-right: 0; |
| 130 | width: auto; |
| 131 | } |
| 132 | |
| 133 | #poststuff .postbox-container { |
| 134 | width: calc(100% - 300px); |
| 135 | margin-right: 0; |
| 136 | } |
| 137 | |
| 138 | #post-body-content, |
| 139 | .edit-form-section { |
| 140 | margin-bottom: 0; |
| 141 | } |
| 142 | |
| 143 | #comment-link-box, |
| 144 | #edit-slug-box { |
| 145 | margin-top: 2px; |
| 146 | } |
| 147 | |
| 148 | .cmb-repeat-group-wrap .cmb2-wrap>.cmb-field-list>.cmb-row, |
| 149 | .postbox-container .cmb2-wrap>.cmb-field-list>.cmb-row { |
| 150 | padding: 20px 0; |
| 151 | } |
| 152 | |
| 153 | .notice, |
| 154 | div.error, |
| 155 | div.updated { |
| 156 | margin: 15px 20px 2px 0; |
| 157 | border-color: #c6d0dc; |
| 158 | } |
| 159 | |
| 160 | .notice-error, |
| 161 | div.error { |
| 162 | border-left-color: #ff408c; |
| 163 | } |
| 164 | |
| 165 | #postbox-container-2 .postbox-header { |
| 166 | clear: both; |
| 167 | background: white; |
| 168 | padding: 6px; |
| 169 | border-radius: 4px; |
| 170 | box-shadow: 0 3px 5px rgba(173, 180, 210, 0.05); |
| 171 | display: flex; |
| 172 | align-items: center; |
| 173 | margin-bottom: 10px; |
| 174 | border-bottom: none; |
| 175 | } |
| 176 | |
| 177 | .postbox-header { |
| 178 | clear: both; |
| 179 | background: white; |
| 180 | padding: 6px; |
| 181 | border-radius: 4px; |
| 182 | box-shadow: 0 3px 5px rgba(173, 180, 210, 0.05); |
| 183 | display: flex; |
| 184 | align-items: center; |
| 185 | margin-bottom: 10px; |
| 186 | border-bottom: 1px solid #e3e6ef; |
| 187 | } |
| 188 | |
| 189 | #postbox-container-2 .postbox-header { |
| 190 | border-bottom: none; |
| 191 | } |
| 192 | |
| 193 | #side-sortables .cmb2-wrap label, |
| 194 | .inner-sidebar .cmb2-wrap label { |
| 195 | padding: 0; |
| 196 | } |
| 197 | |
| 198 | input[type=checkbox]:checked::before { |
| 199 | height: 1.125rem; |
| 200 | width: 1.125rem; |
| 201 | } |
| 202 | |
| 203 | |
| 204 | /* //Extension css */ |
| 205 | |
| 206 | body.post-type-adl-shortcode { |
| 207 | font-family: "Roboto", sans-serif; |
| 208 | } |
| 209 | |
| 210 | .lcsp-tabs-menu-wrapper{ |
| 211 | display: flex; |
| 212 | align-items: center; |
| 213 | justify-content: space-between; |
| 214 | margin-top: 30px; |
| 215 | margin-bottom: 0; |
| 216 | } |
| 217 | .lcsp-tabs-menu-wrapper .lcsp-support{ |
| 218 | color: #5A5F7D; |
| 219 | text-decoration: none; |
| 220 | display: flex; |
| 221 | align-items: center; |
| 222 | font-size: 14px; |
| 223 | font-weight: 500; |
| 224 | } |
| 225 | |
| 226 | .lcsp-tabs-menu-wrapper .lcsp-support span{ |
| 227 | display: inline-block; |
| 228 | margin-right: 4px; |
| 229 | } |
| 230 | |
| 231 | .lcsp-tabs-menu { |
| 232 | margin: 0; |
| 233 | clear: both; |
| 234 | max-width: max-content; |
| 235 | background: white; |
| 236 | padding: 0; |
| 237 | border-radius: 4px 4px 0 0; |
| 238 | box-shadow: 0 3px 5px rgba(173, 180, 210, .05); |
| 239 | display: flex; |
| 240 | align-items: center; |
| 241 | flex-wrap: wrap; |
| 242 | } |
| 243 | |
| 244 | .lcsp-tabs-menu li { |
| 245 | float: left; |
| 246 | margin-bottom: 0; |
| 247 | padding: 11px 15px; |
| 248 | font-weight: 500; |
| 249 | line-height: 24px; |
| 250 | font-size: 14px; |
| 251 | border-radius: 0; |
| 252 | display: flex; |
| 253 | align-items: center; |
| 254 | justify-content: center; |
| 255 | border: 1px solid #E3E6EF; |
| 256 | } |
| 257 | |
| 258 | .lcsp-tabs-menu li { |
| 259 | margin-right: -1px; |
| 260 | } |
| 261 | |
| 262 | .lcsp-tabs-menu li.current{ |
| 263 | margin-right: 0; |
| 264 | } |
| 265 | |
| 266 | .lcsp-tabs-menu a:active, |
| 267 | .lcsp-tabs-menu a:focus, |
| 268 | .lcsp-tabs-menu .current a:active, |
| 269 | .lcsp-tabs-menu .current a:focus { |
| 270 | box-shadow: none; |
| 271 | } |
| 272 | |
| 273 | .lcsp-tabs-menu li a { |
| 274 | color: #5A5F7D; |
| 275 | text-decoration: none; |
| 276 | display: flex; |
| 277 | align-items: center; |
| 278 | } |
| 279 | |
| 280 | .lcsp-tabs-menu li a span { |
| 281 | font-size: 15px; |
| 282 | margin-right: 6px; |
| 283 | color: #A1A8C6; |
| 284 | } |
| 285 | |
| 286 | .lcsp-tabs-menu li.current { |
| 287 | position: relative; |
| 288 | background-color: #fff; |
| 289 | z-index: 5; |
| 290 | border-right-color: #E3E6EF; |
| 291 | border-color: transparent; |
| 292 | position: relative; |
| 293 | } |
| 294 | .lcsp-tabs-menu li.current:not(:first-child){ |
| 295 | border-left-color: #E3E6EF; |
| 296 | } |
| 297 | .lcsp-tabs-menu li.current:last-child{ |
| 298 | border-right-color: #E3E6EF; |
| 299 | } |
| 300 | .lcsp-tabs-menu li.current::before{ |
| 301 | position: absolute; |
| 302 | content: ''; |
| 303 | width: calc(100% + 2px); |
| 304 | height: 2px; |
| 305 | border-radius: 4px; |
| 306 | background: #834EFF; |
| 307 | top: -1px; |
| 308 | left: -1px; |
| 309 | } |
| 310 | |
| 311 | .lcsp-tabs-menu .current a span, |
| 312 | .lcsp-tabs-menu .current a { |
| 313 | color: #834EFF; |
| 314 | } |
| 315 | |
| 316 | .cmb2-wrap input.cmb2-text-small, |
| 317 | .cmb2-wrap input.cmb2-timepicker { |
| 318 | width: 130px; |
| 319 | } |
| 320 | |
| 321 | .cmb2-metabox-note { |
| 322 | background-color: #f4f5f7; |
| 323 | border-radius: 3px; |
| 324 | padding: 10px; |
| 325 | margin-top: 7px; |
| 326 | } |
| 327 | |
| 328 | .cmb2-metabox-note p { |
| 329 | color: #868eae; |
| 330 | font-size: 13px; |
| 331 | font-weight: 400; |
| 332 | line-height: 20px; |
| 333 | margin: 0; |
| 334 | } |
| 335 | |
| 336 | .cmb2-metabox-note p strong { |
| 337 | font-weight: 500; |
| 338 | color: #272b41; |
| 339 | } |
| 340 | |
| 341 | .cmb-td-sizes { |
| 342 | display: flex; |
| 343 | align-items: center; |
| 344 | flex-wrap: wrap; |
| 345 | } |
| 346 | |
| 347 | .cmb-td-size { |
| 348 | display: grid; |
| 349 | } |
| 350 | |
| 351 | .cmb-td-size label { |
| 352 | color: #5a5f7d; |
| 353 | font-size: 13px; |
| 354 | font-weight: 500; |
| 355 | line-height: 25px; |
| 356 | margin-bottom: 4px; |
| 357 | } |
| 358 | |
| 359 | .cmb2-wrap .cmb-td-sizes input.cmb2-text-small, |
| 360 | .cmb2-wrap .cmb-td-sizes input.cmb2-timepicker { |
| 361 | width: 150px; |
| 362 | } |
| 363 | |
| 364 | .cmb2-save-setting { |
| 365 | background-color: #f9fafb; |
| 366 | border-radius: 0 0 5px 5px; |
| 367 | padding: 13px 40px; |
| 368 | } |
| 369 | |
| 370 | .cmb2-save-setting button { |
| 371 | background: #834eff; |
| 372 | border-radius: 4px; |
| 373 | color: white; |
| 374 | box-shadow: 0 5px 10px rgba(131, 78, 255, 0.1); |
| 375 | border: none; |
| 376 | height: 43px; |
| 377 | padding: 12px 20px; |
| 378 | font-size: 14px; |
| 379 | font-weight: 500; |
| 380 | line-height: 25px; |
| 381 | display: flex; |
| 382 | align-items: center; |
| 383 | justify-content: center; |
| 384 | cursor: pointer; |
| 385 | transition: 0.3s; |
| 386 | } |
| 387 | |
| 388 | .cmb2-save-setting button:hover { |
| 389 | background-color: rgba(131, 78, 255, 0.9); |
| 390 | box-shadow: 0 5px 10px rgba(131, 78, 255, 0.3); |
| 391 | } |
| 392 | |
| 393 | .cmb2-save-setting button:focus { |
| 394 | outline: none; |
| 395 | } |
| 396 | |
| 397 | .cmb-product-columns { |
| 398 | display: flex; |
| 399 | flex-wrap: wrap; |
| 400 | } |
| 401 | |
| 402 | .cmb-product-columns .input-group { |
| 403 | width: auto; |
| 404 | position: relative; |
| 405 | display: flex; |
| 406 | align-items: stretch; |
| 407 | width: 98px; |
| 408 | height: 38px; |
| 409 | margin-right: 10px; |
| 410 | } |
| 411 | |
| 412 | .cmb-product-columns .input-group input { |
| 413 | position: relative; |
| 414 | flex: 1 1 auto; |
| 415 | width: 1%; |
| 416 | margin-bottom: 0; |
| 417 | display: block; |
| 418 | width: 100%; |
| 419 | padding: 0.375rem 0.75rem; |
| 420 | font-size: 1rem; |
| 421 | line-height: 1.5; |
| 422 | color: #495057; |
| 423 | background-color: #fff; |
| 424 | background-clip: padding-box; |
| 425 | border: 1px solid #ced4da; |
| 426 | border-radius: 0.25rem; |
| 427 | border-top-left-radius: 0; |
| 428 | border-bottom-left-radius: 0; |
| 429 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 430 | } |
| 431 | |
| 432 | .cmb-product-columns .input-group-prepend .input-group-text { |
| 433 | display: flex; |
| 434 | align-items: center; |
| 435 | justify-content: center; |
| 436 | width: 40px; |
| 437 | margin-bottom: 0; |
| 438 | font-size: 15px; |
| 439 | font-weight: 400; |
| 440 | line-height: 25px; |
| 441 | color: #5a5f7d; |
| 442 | text-align: center; |
| 443 | white-space: nowrap; |
| 444 | background-color: #eff0f3; |
| 445 | border: 1px solid #e3e6ef; |
| 446 | border-radius: 4px; |
| 447 | border-top-right-radius: 0; |
| 448 | border-bottom-right-radius: 0; |
| 449 | } |
| 450 | |
| 451 | .cmb-product-columns .input-group-append, |
| 452 | .cmb-product-columns .input-group-prepend { |
| 453 | display: flex; |
| 454 | flex-wrap: wrap; |
| 455 | } |
| 456 | |
| 457 | .cmb2-wrap .cmb-product-columns input.cmb2-text-small { |
| 458 | border: 1px solid #e3e6ef; |
| 459 | background-color: #ffffff; |
| 460 | height: 38px; |
| 461 | font-size: 15px; |
| 462 | font-weight: 400; |
| 463 | line-height: 25px; |
| 464 | color: #5a5f7d; |
| 465 | text-align: center; |
| 466 | width: 58px; |
| 467 | margin: 0; |
| 468 | } |
| 469 | |
| 470 | .wp-color-result-text { |
| 471 | color: #5a5f7d; |
| 472 | font-weight: 400; |
| 473 | height: 30px; |
| 474 | line-height: 3; |
| 475 | } |
| 476 | |
| 477 | .wp-picker-container .wp-color-result.button { |
| 478 | margin: 0 6px 0px 0; |
| 479 | } |
| 480 | |
| 481 | .cmb2-wrap .wp-color-result, |
| 482 | .cmb2-wrap .wp-picker-container { |
| 483 | margin: 0 10px 6px 0; |
| 484 | } |
| 485 | |
| 486 | .cmb-header-font-styles label { |
| 487 | font-size: 13px; |
| 488 | font-weight: 500; |
| 489 | line-height: 25px; |
| 490 | color: #5a5f7d; |
| 491 | margin-bottom: 4px; |
| 492 | } |
| 493 | |
| 494 | .cmb-header-font-styles .input-group { |
| 495 | width: auto; |
| 496 | position: relative; |
| 497 | display: flex; |
| 498 | align-items: stretch; |
| 499 | width: 140px; |
| 500 | height: 40px; |
| 501 | margin-right: 10px; |
| 502 | margin-top: 4px; |
| 503 | } |
| 504 | |
| 505 | .cmb-header-font-styles .input-group input { |
| 506 | position: relative; |
| 507 | flex: 1 1 auto; |
| 508 | width: 1%; |
| 509 | margin-bottom: 0; |
| 510 | display: block; |
| 511 | width: 100%; |
| 512 | padding: 0.375rem 0.75rem; |
| 513 | font-size: 1rem; |
| 514 | line-height: 1.5; |
| 515 | color: #495057; |
| 516 | background-color: #fff; |
| 517 | background-clip: padding-box; |
| 518 | border: 1px solid #ced4da; |
| 519 | border-radius: 0.25rem; |
| 520 | border-top-right-radius: 0; |
| 521 | border-bottom-right-radius: 0; |
| 522 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 523 | } |
| 524 | |
| 525 | .cmb-header-font-styles .input-group-prepend .input-group-text { |
| 526 | display: flex; |
| 527 | align-items: center; |
| 528 | justify-content: center; |
| 529 | width: 40px; |
| 530 | margin-bottom: 0; |
| 531 | font-size: 15px; |
| 532 | font-weight: 400; |
| 533 | line-height: 25px; |
| 534 | color: #5a5f7d; |
| 535 | text-align: center; |
| 536 | white-space: nowrap; |
| 537 | background-color: #eff0f3; |
| 538 | border: 1px solid #e3e6ef; |
| 539 | border-radius: 4px; |
| 540 | border-top-left-radius: 0; |
| 541 | border-bottom-left-radius: 0; |
| 542 | } |
| 543 | |
| 544 | .cmb-header-font-styles .input-group-append, |
| 545 | .cmb-header-font-styles .input-group-prepend { |
| 546 | display: flex; |
| 547 | flex-wrap: wrap; |
| 548 | } |
| 549 | |
| 550 | .cmb2-wrap .cmb-header-font-styles input.cmb2-text-small { |
| 551 | border: 1px solid #e3e6ef; |
| 552 | background-color: #ffffff; |
| 553 | height: 40px; |
| 554 | font-size: 15px; |
| 555 | font-weight: 400; |
| 556 | line-height: 25px; |
| 557 | color: #5a5f7d; |
| 558 | text-align: center; |
| 559 | width: 58px; |
| 560 | margin: 0; |
| 561 | } |
| 562 | |
| 563 | .cmb-header-font-styles+.cmb-navigation-item { |
| 564 | margin-top: 10px; |
| 565 | } |
| 566 | |
| 567 | .cmb2-wrap select { |
| 568 | margin-top: 3px; |
| 569 | border: 1px solid #e3e6ef; |
| 570 | background-color: #f4f5f7; |
| 571 | color: #5a5f7d; |
| 572 | font-size: 14px; |
| 573 | font-weight: 400; |
| 574 | line-height: 25px; |
| 575 | height: 44px; |
| 576 | margin: 0; |
| 577 | margin-right: 15px; |
| 578 | padding: 0 15px; |
| 579 | position: relative; |
| 580 | width: 130px; |
| 581 | } |
| 582 | |
| 583 | |
| 584 | /* .lcsp-tab*/ |
| 585 | |
| 586 | .adl-tab-content { |
| 587 | background-color: #fff; |
| 588 | margin-bottom: 20px; |
| 589 | width: auto; |
| 590 | border: none; |
| 591 | box-shadow: 0 3px 5px rgba(173, 180, 210, 0.1); |
| 592 | border-radius: 4px; |
| 593 | display: none; |
| 594 | } |
| 595 | |
| 596 | .adl-tab-content#tab-2 { |
| 597 | display: block; |
| 598 | } |
| 599 | |
| 600 | .adl-tab-content .cmb2-metabox { |
| 601 | padding: 12px 40px; |
| 602 | } |
| 603 | |
| 604 | .lcsp-withoutTab-content { |
| 605 | background-color: #fff; |
| 606 | margin-bottom: 20px; |
| 607 | width: auto; |
| 608 | border: none; |
| 609 | box-shadow: 0 3px 5px rgba(173, 180, 210, 0.1); |
| 610 | border-radius: 4px; |
| 611 | } |
| 612 | |
| 613 | #lcsp-tab-1 { |
| 614 | display: block; |
| 615 | } |
| 616 | |
| 617 | .lcsp_shortcode { |
| 618 | background-color: #71bbde; |
| 619 | color: #ffffff; |
| 620 | padding: 8px 8px; |
| 621 | text-align: center; |
| 622 | } |
| 623 | |
| 624 | #poststuff .lcsp_shortcode h2 { |
| 625 | color: #ffffff; |
| 626 | text-align: center; |
| 627 | margin-top: 0 !important; |
| 628 | line-height: normal; |
| 629 | border-bottom: 1px solid #fff; |
| 630 | font-weight: bold; |
| 631 | font-size: 1.5em; |
| 632 | padding: 0 0 3px; |
| 633 | } |
| 634 | |
| 635 | .lcsp_shortcode textarea { |
| 636 | text-align: center; |
| 637 | } |
| 638 | |
| 639 | .lcsp_shortcode p { |
| 640 | margin-bottom: 8px; |
| 641 | font-size: 15px; |
| 642 | } |
| 643 | |
| 644 | .lcsp_shortcode textarea { |
| 645 | padding: 4px 0px; |
| 646 | } |
| 647 | |
| 648 | .lcsp_settings_page .metabox-holder { |
| 649 | background: #ffffff; |
| 650 | } |
| 651 | |
| 652 | .lcsp_settings_page input.regular-text { |
| 653 | width: 15em; |
| 654 | } |
| 655 | |
| 656 | #lcsp_style_settings .regular-text, |
| 657 | #lcsp_slider_settings .regular-text { |
| 658 | width: 105px; |
| 659 | } |
| 660 | |
| 661 | .lcsp-th { |
| 662 | color: #222; |
| 663 | float: left; |
| 664 | font-weight: 600; |
| 665 | line-height: 1.3; |
| 666 | padding: 20px 10px 20px 0; |
| 667 | vertical-align: top; |
| 668 | width: 200px; |
| 669 | } |
| 670 | |
| 671 | .lcsp-th label { |
| 672 | display: block; |
| 673 | padding: 5px 0; |
| 674 | } |
| 675 | |
| 676 | .postbox-container .lcsp-th { |
| 677 | width: 10%; |
| 678 | padding: 0 1% 0 0; |
| 679 | } |
| 680 | |
| 681 | .postbox-container .lcsp-row { |
| 682 | padding: 0 0 1.8em; |
| 683 | margin: 0 0 0.8em; |
| 684 | } |
| 685 | |
| 686 | .postbox-container .lcsp-th+.lcsp-td { |
| 687 | width: 89%; |
| 688 | float: right; |
| 689 | } |
| 690 | |
| 691 | .postbox-container .lcsp-row { |
| 692 | padding: 0 0 1.8em; |
| 693 | margin: 0 0 0.8em; |
| 694 | } |
| 695 | |
| 696 | input.lcsp-text-input { |
| 697 | width: 250px; |
| 698 | } |
| 699 | |
| 700 | .lcsp_settings_page .metabox-holder { |
| 701 | padding: 0 7px; |
| 702 | } |
| 703 | |
| 704 | .post-type-lcsp_sgenerator .wrap h1 a.page-title-action { |
| 705 | background: #f66095; |
| 706 | color: #ffffff; |
| 707 | font-size: 14px; |
| 708 | } |
| 709 | |
| 710 | .post-type-lcsp_sgenerator .wrap h1 a.page-title-action:hover { |
| 711 | background: #dc4178; |
| 712 | color: #ffffff; |
| 713 | } |
| 714 | |
| 715 | .lcsp-checkbox-wrapper { |
| 716 | margin-left: 24px; |
| 717 | padding: 8px 10px; |
| 718 | background: #f5f5f5; |
| 719 | font-size: 13px; |
| 720 | } |
| 721 | |
| 722 | .lcsp-checkbox-wrapper ul li { |
| 723 | display: inline-block; |
| 724 | padding: 0px 9px; |
| 725 | } |
| 726 | |
| 727 | .lcsp-checkbox-wrapper ul li:first-child { |
| 728 | padding-left: 0; |
| 729 | } |
| 730 | |
| 731 | .lcsp_active { |
| 732 | display: block !important; |
| 733 | } |
| 734 | |
| 735 | .lfm.lcsp_active { |
| 736 | display: inline-block !important; |
| 737 | } |
| 738 | |
| 739 | #lcsp_logos_byid { |
| 740 | margin-left: 26px; |
| 741 | margin-bottom: 5px; |
| 742 | width: 205px; |
| 743 | } |
| 744 | |
| 745 | #lcsp_logos_from_year { |
| 746 | margin-left: 26px; |
| 747 | margin-bottom: 5px; |
| 748 | } |
| 749 | |
| 750 | #lcsp_logos_from_month { |
| 751 | margin-left: 26px; |
| 752 | margin-bottom: 5px; |
| 753 | } |
| 754 | |
| 755 | #lcsp_logos_from_month_year { |
| 756 | margin-left: 6px; |
| 757 | } |
| 758 | |
| 759 | #lcsp-tab-4 h2 { |
| 760 | font-size: 23px; |
| 761 | font-weight: 400; |
| 762 | padding: 9px 15px 4px 0; |
| 763 | line-height: 29px; |
| 764 | margin: 0; |
| 765 | } |
| 766 | |
| 767 | #lcsp-tab-4 p { |
| 768 | margin-top: 6px; |
| 769 | margin-bottom: 0; |
| 770 | font-size: 14px; |
| 771 | } |
| 772 | |
| 773 | |
| 774 | /* style for lcs support page*/ |
| 775 | |
| 776 | .lcs_support_wrapper { |
| 777 | margin-top: 20px; |
| 778 | } |
| 779 | |
| 780 | .lcs_support_wrapper .wrap { |
| 781 | float: left; |
| 782 | margin-right: 20px; |
| 783 | } |
| 784 | |
| 785 | .lcs_support_wrapper .wrap.wrap_left { |
| 786 | width: calc(100% - 350px); |
| 787 | } |
| 788 | |
| 789 | .lcs_support_wrapper .wrap.wrap_left .postbox h2 { |
| 790 | margin: 0; |
| 791 | padding-bottom: 20px; |
| 792 | border-bottom: 1px solid #ededed; |
| 793 | } |
| 794 | |
| 795 | .lcs_support_wrapper .wrap.wrap_right { |
| 796 | width: 300px; |
| 797 | } |
| 798 | |
| 799 | .lcs_support_wrapper .wrap.wrap_right .text-center { |
| 800 | text-align: center; |
| 801 | } |
| 802 | |
| 803 | .lcs_support_wrapper .wrap.wrap_right .postbox { |
| 804 | background: #f0f9dc; |
| 805 | padding: 0 0 10px; |
| 806 | } |
| 807 | |
| 808 | .lcs_pro_features li { |
| 809 | font-size: 13px; |
| 810 | line-height: 22px; |
| 811 | color: #333; |
| 812 | position: relative; |
| 813 | margin-bottom: 6px; |
| 814 | } |
| 815 | |
| 816 | .lcs_pro_features li:before { |
| 817 | content: "\f522"; |
| 818 | font-family: "dashicons", san-serif; |
| 819 | margin-right: 4px; |
| 820 | display: inline-block; |
| 821 | vertical-align: -1.9px; |
| 822 | } |
| 823 | |
| 824 | .lcs-upgrade-content-wrapper-right h3 { |
| 825 | font-size: 15px; |
| 826 | font-weight: normal; |
| 827 | color: #ffffff; |
| 828 | background: #0085ba; |
| 829 | text-align: center; |
| 830 | padding: 12px 0; |
| 831 | margin: 0; |
| 832 | } |
| 833 | |
| 834 | ul.lcs_pro_features { |
| 835 | padding: 0 23px; |
| 836 | } |
| 837 | |
| 838 | |
| 839 | /* style for lcs support page*/ |
| 840 | |
| 841 | .lcs_support_wrapper { |
| 842 | margin-top: 20px; |
| 843 | } |
| 844 | |
| 845 | .lcs_support_wrapper .wrap { |
| 846 | float: left; |
| 847 | margin-right: 20px; |
| 848 | } |
| 849 | |
| 850 | .lcs_support_wrapper .wrap.wrap_left { |
| 851 | width: calc(100% - 350px); |
| 852 | } |
| 853 | |
| 854 | .lcs_support_wrapper .wrap.wrap_left .postbox h2 { |
| 855 | margin: 0; |
| 856 | padding-bottom: 20px; |
| 857 | border-bottom: 1px solid #ededed; |
| 858 | } |
| 859 | |
| 860 | .lcs_support_wrapper .wrap.wrap_right { |
| 861 | width: 300px; |
| 862 | } |
| 863 | |
| 864 | .lcs_support_wrapper .wrap.wrap_right .text-center { |
| 865 | text-align: center; |
| 866 | } |
| 867 | |
| 868 | .lcs_support_wrapper .wrap.wrap_right .postbox { |
| 869 | background: #f0f9dc; |
| 870 | padding: 0 0 10px; |
| 871 | } |
| 872 | |
| 873 | .lcs_pro_features li { |
| 874 | font-size: 13px; |
| 875 | line-height: 22px; |
| 876 | color: #333; |
| 877 | position: relative; |
| 878 | margin-bottom: 6px; |
| 879 | } |
| 880 | |
| 881 | .lcs_pro_features li:before { |
| 882 | content: "\f522"; |
| 883 | font-family: "dashicons", san-serif; |
| 884 | margin-right: 4px; |
| 885 | display: inline-block; |
| 886 | vertical-align: -1.9px; |
| 887 | } |
| 888 | |
| 889 | .lcs-upgrade-content-wrapper-right h3 { |
| 890 | font-size: 15px; |
| 891 | font-weight: normal; |
| 892 | color: #ffffff; |
| 893 | background: #0085ba; |
| 894 | text-align: center; |
| 895 | padding: 12px 0; |
| 896 | margin: 0; |
| 897 | } |
| 898 | |
| 899 | ul.lcs_pro_features { |
| 900 | padding: 0 23px; |
| 901 | } |
| 902 | |
| 903 | .wrap .lcs-upgrade-content-wrapper { |
| 904 | padding: 25px; |
| 905 | } |
| 906 | |
| 907 | |
| 908 | /* css for support page*/ |
| 909 | |
| 910 | .adl_support_wrapper .wrap.wrap_left { |
| 911 | width: calc(100% - 614px); |
| 912 | } |
| 913 | |
| 914 | .adl_support_wrapper .wrap { |
| 915 | float: left; |
| 916 | margin-right: 20px; |
| 917 | } |
| 918 | |
| 919 | .adl_support_wrapper .wrap.wrap_right { |
| 920 | width: 570px; |
| 921 | } |
| 922 | |
| 923 | .adl_pro_features li { |
| 924 | font-size: 14px; |
| 925 | line-height: 22px; |
| 926 | color: #333; |
| 927 | position: relative; |
| 928 | display: flex; |
| 929 | align-items: baseline; |
| 930 | margin-bottom: 14px; |
| 931 | font-weight: 500; |
| 932 | } |
| 933 | |
| 934 | .adl_pro_features li span { |
| 935 | min-width: 18px; |
| 936 | height: 18px; |
| 937 | background-color: #00bc5e; |
| 938 | border-radius: 50%; |
| 939 | display: flex; |
| 940 | color: white; |
| 941 | align-items: center; |
| 942 | justify-content: center; |
| 943 | font-size: 9px; |
| 944 | margin-right: 10px; |
| 945 | } |
| 946 | |
| 947 | .wrap .wpcs-admin-extra { |
| 948 | padding: 20px; |
| 949 | } |
| 950 | |
| 951 | |
| 952 | /* Add New Styles */ |
| 953 | |
| 954 | #postbox-container-2 .postbox { |
| 955 | background: transparent; |
| 956 | border: none; |
| 957 | box-shadow: none; |
| 958 | } |
| 959 | |
| 960 | #postbox-container-2 .postbox .inside { |
| 961 | padding: 0; |
| 962 | margin: 0; |
| 963 | } |
| 964 | |
| 965 | #postbox-container-1 .postbox { |
| 966 | box-shadow: 0 3px 5px rgba(173, 180, 210, 0.05); |
| 967 | background: #fff; |
| 968 | border-radius: 4px; |
| 969 | border: none; |
| 970 | } |
| 971 | |
| 972 | .cmb2-metabox-content { |
| 973 | display: flex; |
| 974 | flex-wrap: wrap; |
| 975 | } |
| 976 | |
| 977 | .cmb2-metabox-card { |
| 978 | flex-basis: 0; |
| 979 | flex-grow: 1; |
| 980 | max-width: 100%; |
| 981 | padding: 30px 40px; |
| 982 | } |
| 983 | |
| 984 | .cmb2-metabox-card2 { |
| 985 | border-right: 1px solid #F1F2F6; |
| 986 | } |
| 987 | |
| 988 | .cmb2-metabox-card h6 { |
| 989 | font-size: 17px; |
| 990 | color: #272B41; |
| 991 | font-weight: 500; |
| 992 | line-height: 24px; |
| 993 | margin: 0; |
| 994 | } |
| 995 | |
| 996 | .cmb2-metabox-card p { |
| 997 | font-size: 15px; |
| 998 | font-weight: 400; |
| 999 | line-height: 24px; |
| 1000 | color: #5A5F7D; |
| 1001 | margin: 0; |
| 1002 | margin-top: 17px; |
| 1003 | } |
| 1004 | |
| 1005 | .cmb2-metabox-card textarea { |
| 1006 | border: 1px solid #E3E6EF; |
| 1007 | background-color: #F4F5F7; |
| 1008 | font-size: 14px; |
| 1009 | font-weight: 400; |
| 1010 | line-height: 25px; |
| 1011 | padding: 6px 40px; |
| 1012 | height: 41px; |
| 1013 | color: #272B41; |
| 1014 | white-space: normal; |
| 1015 | display: flex; |
| 1016 | align-items: center; |
| 1017 | text-align: justify; |
| 1018 | text-align-last: center; |
| 1019 | white-space: nowrap; |
| 1020 | resize: none; |
| 1021 | width: unset; |
| 1022 | } |
| 1023 | |
| 1024 | .cmb2-metabox-card2 textarea { |
| 1025 | width: 183px; |
| 1026 | max-width: 100%; |
| 1027 | } |
| 1028 | |
| 1029 | .cmb2-metabox-card3 textarea { |
| 1030 | width: 377px; |
| 1031 | max-width: 100%; |
| 1032 | } |
| 1033 | |
| 1034 | .cmb2-metabox-card-textarea { |
| 1035 | margin-top: 18px; |
| 1036 | } |
| 1037 | |
| 1038 | .cmb2-metabox-header { |
| 1039 | display: flex; |
| 1040 | align-items: center; |
| 1041 | justify-content: space-between; |
| 1042 | flex-wrap: wrap; |
| 1043 | background-image: linear-gradient( to right top, #6729f9, #833afa, #9a4bfb, #ae5cfd, #c06dff); |
| 1044 | padding: 8px 30px; |
| 1045 | border-top-left-radius: 4px; |
| 1046 | border-top-right-radius: 4px; |
| 1047 | } |
| 1048 | |
| 1049 | .cmb2-metabox-header h4 { |
| 1050 | font-size: 18px; |
| 1051 | font-weight: 500; |
| 1052 | line-height: 24px; |
| 1053 | color: white; |
| 1054 | margin: 0; |
| 1055 | } |
| 1056 | |
| 1057 | .cmb2-metabox-header h4 span { |
| 1058 | font-size: 20px; |
| 1059 | margin-right: 12px; |
| 1060 | } |
| 1061 | |
| 1062 | .cmb2-metabox-header p { |
| 1063 | font-size: 15px; |
| 1064 | line-height: 25px; |
| 1065 | font-weight: 400; |
| 1066 | color: rgba(255, 255, 255, 0.6); |
| 1067 | } |
| 1068 | |
| 1069 | .cmb2-metabox-header a { |
| 1070 | text-decoration: none; |
| 1071 | } |
| 1072 | |
| 1073 | .cmb2-metabox-header p span { |
| 1074 | margin-right: 5px; |
| 1075 | } |
| 1076 | |
| 1077 | |
| 1078 | /* Input */ |
| 1079 | |
| 1080 | .post-type-adl-shortcode #titlediv { |
| 1081 | margin-bottom: 20px; |
| 1082 | } |
| 1083 | |
| 1084 | .post-type-adl-shortcode #titlediv #title-prompt-text { |
| 1085 | font-size: 20px; |
| 1086 | font-weight: 400; |
| 1087 | line-height: 24px; |
| 1088 | padding: 13px 20px; |
| 1089 | color: #a1a8c6; |
| 1090 | } |
| 1091 | |
| 1092 | .post-type-adl-shortcode #titlediv #title { |
| 1093 | border: 1px solid #c6d0dc; |
| 1094 | border-radius: 5px; |
| 1095 | height: 50px; |
| 1096 | color: #a1a8c6; |
| 1097 | font-size: 20px; |
| 1098 | font-weight: 400; |
| 1099 | line-height: 24px; |
| 1100 | padding: 0 20px; |
| 1101 | } |
| 1102 | |
| 1103 | .d-block { |
| 1104 | display: block; |
| 1105 | } |
| 1106 | |
| 1107 | .cmb-th label { |
| 1108 | font-size: 15px; |
| 1109 | font-weight: 500; |
| 1110 | line-height: 24px; |
| 1111 | color: #272b41; |
| 1112 | } |
| 1113 | |
| 1114 | .postbox-container .cmb-row:not(:last-of-type) { |
| 1115 | border-bottom: none; |
| 1116 | } |
| 1117 | |
| 1118 | .cmb-repeat-group-wrap .cmb-row, |
| 1119 | .postbox-container .cmb-row { |
| 1120 | margin: 0; |
| 1121 | } |
| 1122 | |
| 1123 | .cmb2-wrap input.cmb2-text-small, |
| 1124 | .cmb2-wrap input.cmb2-text-medium { |
| 1125 | height: 44px; |
| 1126 | border: 1px solid #e3e6ef; |
| 1127 | background-color: #f4f5f7; |
| 1128 | color: #5a5f7d; |
| 1129 | font-size: 14px; |
| 1130 | font-weight: 400; |
| 1131 | line-height: 25px; |
| 1132 | margin: 0; |
| 1133 | margin-right: 15px; |
| 1134 | padding: 0 15px; |
| 1135 | } |
| 1136 | |
| 1137 | .cmb2-wrap input.cmb2-timepicker { |
| 1138 | border: 1px solid #e3e6ef; |
| 1139 | background-color: #f4f5f7; |
| 1140 | color: #5a5f7d; |
| 1141 | font-size: 14px; |
| 1142 | font-weight: 400; |
| 1143 | line-height: 25px; |
| 1144 | height: 30px; |
| 1145 | margin: 0; |
| 1146 | margin-right: 15px; |
| 1147 | padding: 0 15px; |
| 1148 | } |
| 1149 | |
| 1150 | .wp-picker-container input[type="text"].wp-color-picker { |
| 1151 | height: 30px; |
| 1152 | } |
| 1153 | |
| 1154 | .cmb-navigation-item { |
| 1155 | display: grid; |
| 1156 | margin-bottom: 5px; |
| 1157 | } |
| 1158 | |
| 1159 | .cmb-navigation-item label { |
| 1160 | font-size: 13px; |
| 1161 | font-weight: 500; |
| 1162 | line-height: 25px; |
| 1163 | color: #5a5f7d; |
| 1164 | margin-bottom: 4px; |
| 1165 | } |
| 1166 | |
| 1167 | |
| 1168 | /* switch div */ |
| 1169 | |
| 1170 | .cmd-switch { |
| 1171 | display: flex; |
| 1172 | align-items: center; |
| 1173 | text-align: center; |
| 1174 | } |
| 1175 | |
| 1176 | .cmd-switch-item { |
| 1177 | border: 2px solid #e3e6ef; |
| 1178 | border-radius: 2px; |
| 1179 | padding: 0px 12px 0 12px; |
| 1180 | height: 54px; |
| 1181 | display: flex; |
| 1182 | align-items: center; |
| 1183 | justify-content: center; |
| 1184 | position: relative; |
| 1185 | } |
| 1186 | |
| 1187 | .cmd-switch .active .cmd-switch-item { |
| 1188 | border: 2px solid #00bc5e; |
| 1189 | } |
| 1190 | |
| 1191 | .cmd-switch .active .cmd-switch-item .cmd-switch-item-icon { |
| 1192 | display: block; |
| 1193 | position: absolute; |
| 1194 | top: -1px; |
| 1195 | right: 0; |
| 1196 | content: ""; |
| 1197 | } |
| 1198 | |
| 1199 | .cmd-switch .active .cmd-switch-item .cmd-switch-item-icon i { |
| 1200 | font-size: 16px; |
| 1201 | color: #00bc5e; |
| 1202 | } |
| 1203 | |
| 1204 | .cmb-theme-wrapper { |
| 1205 | display: flex; |
| 1206 | align-items: center; |
| 1207 | flex-wrap: wrap; |
| 1208 | } |
| 1209 | |
| 1210 | .cmb-theme-wrapper a { |
| 1211 | font-size: 13px; |
| 1212 | font-weight: 500; |
| 1213 | line-height: 25px; |
| 1214 | color: #2c99ff; |
| 1215 | margin: 5px 0; |
| 1216 | } |
| 1217 | |
| 1218 | .meta-box-sortables select.c_theme { |
| 1219 | width: 250px; |
| 1220 | border: 1px solid #e3e6ef; |
| 1221 | background-color: #f4f5f7; |
| 1222 | color: #5a5f7d; |
| 1223 | font-size: 14px; |
| 1224 | font-weight: 400; |
| 1225 | line-height: 25px; |
| 1226 | height: 44px; |
| 1227 | margin: 0; |
| 1228 | margin-right: 15px; |
| 1229 | padding: 0 15px; |
| 1230 | -webkit-appearance: none; |
| 1231 | -moz-appearance: none; |
| 1232 | appearance: none; |
| 1233 | position: relative; |
| 1234 | } |
| 1235 | |
| 1236 | .meta-box-sortables select.c_theme:after { |
| 1237 | position: absolute; |
| 1238 | content: "\f078"; |
| 1239 | font-family: "Font Awesome 5 Pro"; |
| 1240 | font-weight: 900; |
| 1241 | } |
| 1242 | |
| 1243 | .cmd-switch-carousel, |
| 1244 | .cmd-switch-grid { |
| 1245 | max-width: 101px; |
| 1246 | } |
| 1247 | |
| 1248 | .cmd-switch-item-icon { |
| 1249 | display: none; |
| 1250 | } |
| 1251 | |
| 1252 | .cmd-switch-item img { |
| 1253 | max-width: 100%; |
| 1254 | } |
| 1255 | |
| 1256 | .cmd-switch p { |
| 1257 | font-size: 13px; |
| 1258 | font-weight: 500; |
| 1259 | line-height: 25px; |
| 1260 | color: #5a5f7d; |
| 1261 | margin: 0; |
| 1262 | } |
| 1263 | |
| 1264 | .cmd-switch-grid { |
| 1265 | margin-left: 10px; |
| 1266 | } |
| 1267 | |
| 1268 | |
| 1269 | /* Switch input */ |
| 1270 | |
| 1271 | .cmb2-wrap .cmb2-radio-switch { |
| 1272 | display: flex; |
| 1273 | align-items: center; |
| 1274 | justify-content: center; |
| 1275 | border: 1px solid #e9e9e9; |
| 1276 | width: 93px; |
| 1277 | height: 34px; |
| 1278 | border-radius: 17px; |
| 1279 | overflow: hidden; |
| 1280 | } |
| 1281 | |
| 1282 | .cmb2-wrap .cmb2-radio-switch li { |
| 1283 | margin: 0; |
| 1284 | } |
| 1285 | |
| 1286 | .cmb2-wrap .cmb2-radio-switch input { |
| 1287 | display: none; |
| 1288 | } |
| 1289 | |
| 1290 | .cmb2-wrap .cmb2-radio-switch input[type="radio"]+label { |
| 1291 | padding: 1px 12px; |
| 1292 | font-size: 14px; |
| 1293 | font-weight: 500; |
| 1294 | line-height: normal; |
| 1295 | color: #9b9eaf; |
| 1296 | height: 28px; |
| 1297 | display: flex; |
| 1298 | align-items: center; |
| 1299 | justify-content: center; |
| 1300 | } |
| 1301 | |
| 1302 | #side-sortables .cmb2-wrap .cmb2-radio-switch input[type="radio"]+label { |
| 1303 | padding: 7px 12px; |
| 1304 | } |
| 1305 | |
| 1306 | .cmb2-wrap .cmb2-radio-switch input.cmb2-radio-switch1 { |
| 1307 | border-radius: 15px 0 0 15px; |
| 1308 | background: red; |
| 1309 | color: white; |
| 1310 | } |
| 1311 | |
| 1312 | .cmb2-wrap .cmb2-radio-switch input.cmb2-radio-switch1[type="radio"]:checked+label { |
| 1313 | background: #20b126; |
| 1314 | border-radius: 15px 0 0 15px; |
| 1315 | color: white; |
| 1316 | } |
| 1317 | |
| 1318 | .cmb2-wrap .cmb2-radio-switch input.cmb2-radio-switch2[type="radio"] { |
| 1319 | border-radius: 0 15px 15px 0; |
| 1320 | background: red; |
| 1321 | color: white; |
| 1322 | } |
| 1323 | |
| 1324 | .cmb2-wrap .cmb2-radio-switch input.cmb2-radio-switch2[type="radio"]:checked+label { |
| 1325 | background: #fb6665; |
| 1326 | border-radius: 0 15px 15px 0; |
| 1327 | color: white; |
| 1328 | } |
| 1329 | |
| 1330 | .cmb-td-medium { |
| 1331 | display: grid; |
| 1332 | margin-top: 18px; |
| 1333 | } |
| 1334 | |
| 1335 | .cmb-td-multicheck { |
| 1336 | margin-top: 18px; |
| 1337 | } |
| 1338 | |
| 1339 | .cmb-td-multicheck .cmb2-radio-list { |
| 1340 | margin-top: 5px; |
| 1341 | } |
| 1342 | |
| 1343 | |
| 1344 | /* radio button style */ |
| 1345 | |
| 1346 | .cmb2-radio-list+div .cmb2-text-medium { |
| 1347 | margin-top: 10px; |
| 1348 | } |
| 1349 | |
| 1350 | p.cmb2-metabox-description { |
| 1351 | color: #868eae; |
| 1352 | font-style: normal; |
| 1353 | font-size: 13px; |
| 1354 | line-height: 25px; |
| 1355 | font-weight: 400; |
| 1356 | } |
| 1357 | |
| 1358 | .cmb2-radio-list label { |
| 1359 | color: #5a5f7d; |
| 1360 | font-size: 14px; |
| 1361 | font-weight: 400; |
| 1362 | line-height: 25px; |
| 1363 | } |
| 1364 | |
| 1365 | .cmb2-radio-list-pro li { |
| 1366 | display: flex; |
| 1367 | align-items: center; |
| 1368 | } |
| 1369 | |
| 1370 | .cmb2-radio-list-pro p { |
| 1371 | color: #5a5f7d; |
| 1372 | font-size: 13px; |
| 1373 | font-weight: 400; |
| 1374 | line-height: 25px; |
| 1375 | margin: 10px 0 3px 0; |
| 1376 | } |
| 1377 | |
| 1378 | .cmb2-radio-list-pro p a { |
| 1379 | color: #834eff; |
| 1380 | font-weight: 500; |
| 1381 | } |
| 1382 | |
| 1383 | .cmb2-radio-list-pro input[type="checkbox"], |
| 1384 | .cmb2-radio-list-pro input[type="radio"] { |
| 1385 | border: 1px solid #e3e6ef; |
| 1386 | } |
| 1387 | |
| 1388 | input[type="checkbox"], |
| 1389 | input[type="radio"] { |
| 1390 | border: 2px solid #c6d0dc; |
| 1391 | box-shadow: none; |
| 1392 | } |
| 1393 | |
| 1394 | input[type="checkbox"]:focus, |
| 1395 | input[type="radio"]:focus { |
| 1396 | border: 2px solid #834eff; |
| 1397 | box-shadow: none; |
| 1398 | } |
| 1399 | |
| 1400 | input[type="radio"]:checked { |
| 1401 | border: 2px solid #834eff; |
| 1402 | } |
| 1403 | |
| 1404 | input[type="radio"]:checked::before { |
| 1405 | background-color: #834eff; |
| 1406 | width: 6px; |
| 1407 | height: 6px; |
| 1408 | } |
| 1409 | |
| 1410 | .cmb2-wrap li { |
| 1411 | margin: 0; |
| 1412 | } |
| 1413 | |
| 1414 | .cmb2-wrap .cmb2-radio-list-pro label { |
| 1415 | color: #5a5f7d; |
| 1416 | font-size: 14px; |
| 1417 | font-weight: 400; |
| 1418 | line-height: 25px; |
| 1419 | } |
| 1420 | |
| 1421 | |
| 1422 | /* usage abd support */ |
| 1423 | |
| 1424 | .wpcs-admin-extra-top { |
| 1425 | flex-flow: column; |
| 1426 | align-items: center; |
| 1427 | display: flex; |
| 1428 | flex-wrap: wrap; |
| 1429 | text-align: center; |
| 1430 | } |
| 1431 | |
| 1432 | .wpcs-admin-extra-top img { |
| 1433 | width: 90px; |
| 1434 | height: 90px; |
| 1435 | max-width: 100%; |
| 1436 | } |
| 1437 | |
| 1438 | .wpcs-admin-extra-top p { |
| 1439 | color: #5a5f7d; |
| 1440 | font-size: 16px; |
| 1441 | font-weight: 400; |
| 1442 | line-height: 24px; |
| 1443 | margin-bottom: 10px; |
| 1444 | } |
| 1445 | |
| 1446 | .wpcs-admin-extra-top p span { |
| 1447 | color: #ff408c; |
| 1448 | font-weight: 700; |
| 1449 | } |
| 1450 | |
| 1451 | .wpcs-admin-extra-heading { |
| 1452 | font-size: 24px; |
| 1453 | font-weight: 500; |
| 1454 | line-height: 24px; |
| 1455 | color: #272b41; |
| 1456 | } |
| 1457 | |
| 1458 | .wpcs-admin-extra .wpcs-admin-extra-heading { |
| 1459 | padding: 28px 30px; |
| 1460 | border-bottom: 1px solid #f1f2f6; |
| 1461 | margin: 0; |
| 1462 | } |
| 1463 | |
| 1464 | .adl_pro_features { |
| 1465 | margin-bottom: 40px; |
| 1466 | } |
| 1467 | |
| 1468 | .adl_support_wrapper .postbox { |
| 1469 | background: white; |
| 1470 | border-radius: 4px; |
| 1471 | border: none; |
| 1472 | box-shadow: 0 3px 5px rgba(173, 180, 210, 0.05); |
| 1473 | padding: 0; |
| 1474 | margin-bottom: 30px; |
| 1475 | } |
| 1476 | |
| 1477 | .adl_support_wrapper .wrap_right .postbox { |
| 1478 | padding: 50px 30px; |
| 1479 | } |
| 1480 | |
| 1481 | .postbox-inline-body { |
| 1482 | padding: 30px; |
| 1483 | } |
| 1484 | |
| 1485 | .postbox-inline-body p { |
| 1486 | font-size: 16px; |
| 1487 | font-weight: 400; |
| 1488 | line-height: 24px; |
| 1489 | color: #5a5f7d; |
| 1490 | margin: 0; |
| 1491 | } |
| 1492 | |
| 1493 | .postbox-inline-body p strong { |
| 1494 | font-size: 15px; |
| 1495 | color: #272b41; |
| 1496 | } |
| 1497 | |
| 1498 | .postbox-inline-body p:not(:last-child) { |
| 1499 | margin-bottom: 14px; |
| 1500 | } |
| 1501 | |
| 1502 | .postbox-inline-body p:first-child { |
| 1503 | margin-bottom: 17px; |
| 1504 | } |
| 1505 | |
| 1506 | .postbox-inline-video iframe { |
| 1507 | width: 100%; |
| 1508 | height: 430px; |
| 1509 | max-height: 100%; |
| 1510 | border-radius: 4px; |
| 1511 | } |
| 1512 | |
| 1513 | .postbox-inline-video h3 { |
| 1514 | color: #272b41; |
| 1515 | font-size: 22px; |
| 1516 | font-weight: 500; |
| 1517 | line-height: 24px; |
| 1518 | text-align: center; |
| 1519 | margin: 56px 0 20px 0; |
| 1520 | } |
| 1521 | |
| 1522 | .adl-upgrade-content-wrapper-right h3 { |
| 1523 | color: #272b41; |
| 1524 | font-size: 22px; |
| 1525 | font-weight: 500; |
| 1526 | line-height: 24px; |
| 1527 | } |
| 1528 | |
| 1529 | .wpcs-admin-extra-bottom { |
| 1530 | display: flex; |
| 1531 | flex-wrap: wrap; |
| 1532 | margin: -5px; |
| 1533 | } |
| 1534 | |
| 1535 | .wpcs-admin-extra-bottom .btn { |
| 1536 | padding: 8px 20px; |
| 1537 | border-radius: 4px; |
| 1538 | margin: 5px; |
| 1539 | font-size: 14px; |
| 1540 | font-weight: 500; |
| 1541 | line-height: 25px; |
| 1542 | text-decoration: none; |
| 1543 | color: white; |
| 1544 | } |
| 1545 | |
| 1546 | .wpcs-feature-btn { |
| 1547 | background: #834eff; |
| 1548 | border: 1px solid #834eff; |
| 1549 | } |
| 1550 | |
| 1551 | .wpcs-version-btn { |
| 1552 | background: #ff408c; |
| 1553 | border: 1px solid #ff408c; |
| 1554 | } |
| 1555 | |
| 1556 | |
| 1557 | /* sidebar css */ |
| 1558 | |
| 1559 | #postbox-container-1 .cmb2-metabox-card { |
| 1560 | padding: 40px 15px; |
| 1561 | } |
| 1562 | |
| 1563 | #postbox-container-1 .cmb2-metabox-card textarea { |
| 1564 | width: 180px; |
| 1565 | } |
| 1566 | |
| 1567 | #postbox-container-1 .adl-tab-content .cmb2-metabox { |
| 1568 | padding: 12px 18px; |
| 1569 | } |
| 1570 | |
| 1571 | #postbox-container-1 .cmb2-metabox-card2 { |
| 1572 | border: none; |
| 1573 | } |
| 1574 | |
| 1575 | #postbox-container-1 .lcsp-withoutTab-content { |
| 1576 | box-shadow: none; |
| 1577 | } |
| 1578 | |
| 1579 | h1.wpcs-admin-header { |
| 1580 | font-size: 24px; |
| 1581 | font-weight: 500; |
| 1582 | line-height: 24px; |
| 1583 | color: #272b41; |
| 1584 | padding: 0 5px; |
| 1585 | } |
| 1586 | |
| 1587 | #sale_ribbon_text_wrapper label, |
| 1588 | #featured_ribbon_text_wrapper label, |
| 1589 | #discount_ribbon_text_wrapper label, |
| 1590 | #sold_out_ribbon_text_wrapper label, |
| 1591 | .cmb-pagination-item label { |
| 1592 | display: block; |
| 1593 | font-size: 13px; |
| 1594 | font-weight: 500; |
| 1595 | line-height: 25px; |
| 1596 | color: #5a5f7d; |
| 1597 | margin: 10px 0 4px; |
| 1598 | } |
| 1599 | |
| 1600 | #sale_ribbon_text_wrapper input { |
| 1601 | margin: 0; |
| 1602 | } |
| 1603 | |
| 1604 | |
| 1605 | /* Responsive style */ |
| 1606 | |
| 1607 | @media (max-width: 1600.98px) { |
| 1608 | .cmb2-metabox-card2 textarea { |
| 1609 | width: 100%; |
| 1610 | min-width: 180px; |
| 1611 | } |
| 1612 | .cmb2-metabox-card3 textarea { |
| 1613 | width: 100%; |
| 1614 | min-width: 180px; |
| 1615 | } |
| 1616 | } |
| 1617 | |
| 1618 | @media (max-width: 1399.99px) { |
| 1619 | .adl_support_wrapper .wrap.wrap_left { |
| 1620 | width: calc(100% - 404px); |
| 1621 | } |
| 1622 | .adl_support_wrapper .wrap.wrap_right { |
| 1623 | width: 360px; |
| 1624 | } |
| 1625 | .cmb2-metabox-card textarea { |
| 1626 | height: 60px; |
| 1627 | } |
| 1628 | } |
| 1629 | |
| 1630 | @media (max-width: 960.99px) { |
| 1631 | .adl_support_wrapper { |
| 1632 | overflow: hidden; |
| 1633 | } |
| 1634 | .adl_support_wrapper .wrap.wrap_left { |
| 1635 | width: auto; |
| 1636 | margin: 15px 13px 0 5px; |
| 1637 | } |
| 1638 | .adl_support_wrapper .wrap.wrap_right { |
| 1639 | width: 100%; |
| 1640 | } |
| 1641 | .cmb2-metabox-card textarea { |
| 1642 | height: 42px; |
| 1643 | } |
| 1644 | } |
| 1645 | |
| 1646 | @media screen and (max-width: 850px) { |
| 1647 | #poststuff .postbox-container { |
| 1648 | width: 100%; |
| 1649 | } |
| 1650 | } |
| 1651 | |
| 1652 | @media screen and (max-width: 782px) { |
| 1653 | .cmb2-wrap li { |
| 1654 | margin: 1px 0 5px; |
| 1655 | } |
| 1656 | .cmb-repeat-group-wrap .cmb-th, |
| 1657 | .postbox-container .cmb-th { |
| 1658 | display: block; |
| 1659 | float: none; |
| 1660 | padding-bottom: 1em; |
| 1661 | text-align: left; |
| 1662 | width: 100%; |
| 1663 | padding-left: 0; |
| 1664 | padding-right: 0; |
| 1665 | } |
| 1666 | .cmb-repeat-group-wrap .cmb-th+.cmb-td, |
| 1667 | .postbox-container .cmb-th+.cmb-td { |
| 1668 | width: 100%; |
| 1669 | display: block; |
| 1670 | float: none; |
| 1671 | } |
| 1672 | .cmb-th label:after { |
| 1673 | border-bottom: 1px solid #e9e9e9; |
| 1674 | content: ""; |
| 1675 | clear: both; |
| 1676 | display: block; |
| 1677 | padding-top: 0.4em; |
| 1678 | } |
| 1679 | } |
| 1680 | |
| 1681 | @media (max-width: 767.98px) { |
| 1682 | .cmb2-metabox-card { |
| 1683 | padding: 40px 40px; |
| 1684 | } |
| 1685 | } |
| 1686 | |
| 1687 | @media (max-width: 450px) { |
| 1688 | .adl-tab-content .cmb2-metabox { |
| 1689 | padding: 15px 30px 0 30px; |
| 1690 | } |
| 1691 | .cmb2-save-setting { |
| 1692 | padding: 13px 30px; |
| 1693 | } |
| 1694 | .cmb2-metabox-card { |
| 1695 | padding: 30px 30px; |
| 1696 | } |
| 1697 | } |