/** * This file provides CSS for the admin dashboard. */ /* Help Page */ .text-center { text-align: center; } div.sp-pcp-help .wp-badge { border: none; background: url(../img/sps-badge.png) right no-repeat; background-size: 100px 100px; box-shadow: none; height: auto; top: -75px; } .about-wrap.sp-pcp-help [class$="-col"] { display: flex; justify-content: space-between; flex-wrap: wrap; } .about-wrap.sp-pcp-help [class$="-col"] .col { flex: 1; align-self: flex-start; } .about-wrap.plugin-section { margin: 25px 0px 0px; } .about-wrap.sp-pcp-help .feature-section .col { margin-top: 40px; } .about-wrap.sp-pcp-help [class$="-col"] .col + .col { margin-left: 20px; } .wrap.about-wrap.sp-pcp-help .headline-feature.feature-video { position: relative; margin: 40px 0; padding-bottom: 56.25%; width: 100%; max-width: 100%; height: 0; text-align: center; } div.sp-pcp-help .headline-feature.feature-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } div.sp-pcp-help .plugin-section .sp-plugin-section-title h2 { font-size: 2.2em; color: #32373c; font-weight: 400; } div.sp-pcp-help .plugin-section .sp-plugin-section-title h4 { font-weight: 400; text-align: center; font-size: 18px; color: #555d66; margin-top: 15px; margin-bottom: 40px; } div.sp-pcp-help .feature-section .sp-pcp-feature { padding: 20px 20px; border: 1px solid #ddd; } div.sp-pcp-help .feature-section .sp-pcp-feature h3 { font-size: 16px; margin-top: 18px; } div.sp-pcp-help .feature-section i.sp-pcp-font-icon { font-size: 30px; display: block; color: #e1624b; font-family: fontawesome; font-style: normal; } .sp-pcp-help .sp-pcp-plugin { border: 1px solid #ddd; } .sp-pcp-help .sp-pcp-plugin-content { padding: 0 20px 20px; } .sp-pcp-help .sp-pcp-plugin-content h3 { margin-top: 20px; margin-bottom: 8px; font-weight: 500; } .sp-pcp-help .feature-section .sp-pcp-feature, .sp-pcp-help .sp-pcp-plugin { background-color: #fff; } /* Preloader */ #sp_pcp_view_options .spf-metabox { min-height: 300px; z-index: 999; background-image: url(../img/preloader.gif); background-repeat: no-repeat; background-color: #fff; background-position: center 65%; } #sp_pcp_view_options .spf-nav-metabox li { opacity: 0; } /* Shortcode sidebar */ .pcp-after-copy-text { bottom: 0; opacity: 0; z-index: 9999999; position: fixed; width: 230px; left: 180px; text-align: center; padding: 15px 15px; line-height: 15px; color: #fff; border-radius: 3px; background: #32373C; border: 1px solid #32373C; } .pcp-after-copy-text .fa-check-circle { font-size: 14px; margin-right: 2px; color: #5db62e } span.pcp-shortcode-selectable { background-color: #eeeeee; padding: 10px 15px 10px 30px; display: inline-block; border: 1px solid #e2e2e2; cursor: pointer; border-radius: 3px; word-break: break-word; position: relative; width: 80%; } span.pcp-shortcode-selectable::after { content: url(../img/copy.svg); width: 16px; left: 10px; top: 50%; position: absolute; margin-top: -6px; } .pcp-scode-wrap-side p { margin-top: 0; } .pcp-scode-wrap-side { margin-top: 0; margin-bottom: 16px; overflow: hidden; } .pcp-scode-wrap-side .pcp-sc-title { margin-top: 0; margin-bottom: 7px; font-size: 1.2em; } .post-type-sp_post_carousel .postbox-header .handle-actions .handle-order-lower, .post-type-sp_post_carousel .postbox-header .handle-actions .handle-order-higher { display: none; } #spf-section-sp_pcp_display_shortcode_1 .spf-field.spf-field-shortcode.pcp-admin-sidebar { padding: 12px; } #sp_pcp_layouts .postbox-header{ border: none; } .post-type-sp_post_carousel .misc-pub-section.misc-pub-visibility, .post-type-sp_post_carousel .misc-pub-section.curtime.misc-pub-curtime{ display: none; } /* Review notice */ #smart-post-show-review-notice { padding:15px 15px 15px 0; background-color:#fff; border-radius:3px; margin:20px 20px 0 0; } #smart-post-show-review-notice .sp-sps-plugin-icon { width:125px; float:left; line-height:90px; text-align:center; } #smart-post-show-review-notice .sp-sps-plugin-icon img { max-width:83px; vertical-align:middle; } #smart-post-show-review-notice .sp-sps-notice-text { overflow:hidden; } #smart-post-show-review-notice .sp-sps-notice-text h3 { font-size:24px; margin:0 0 5px; font-weight:400; line-height:1; } #smart-post-show-review-notice .sp-sps-notice-text p { margin:10px 0 10px 0; font-size:13px; } #smart-post-show-review-notice .sp-sps-notice-text p.sp-sps-review-actions { margin:10px 0 2px 0; } #smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a { text-decoration:none; margin-right:8px; color:#63a37b; display:inline-block; position:relative; } #smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a span { padding-right:2px; } #smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a.button { color:#fff; }