| 1 |
/** |
| 2 |
* This file provides CSS for the admin dashboard. |
| 3 |
*/ |
| 4 |
|
| 5 |
/* Help Page */ |
| 6 |
.text-center { |
| 7 |
text-align: center; |
| 8 |
} |
| 9 |
|
| 10 |
div.sp-pcp-help .wp-badge { |
| 11 |
border: none; |
| 12 |
background: url(../img/sps-badge.png) right no-repeat; |
| 13 |
background-size: 100px 100px; |
| 14 |
box-shadow: none; |
| 15 |
height: auto; |
| 16 |
top: -75px; |
| 17 |
} |
| 18 |
|
| 19 |
.about-wrap.sp-pcp-help [class$="-col"] { |
| 20 |
display: flex; |
| 21 |
justify-content: space-between; |
| 22 |
flex-wrap: wrap; |
| 23 |
} |
| 24 |
|
| 25 |
.about-wrap.sp-pcp-help [class$="-col"] .col { |
| 26 |
flex: 1; |
| 27 |
align-self: flex-start; |
| 28 |
} |
| 29 |
.about-wrap.plugin-section { |
| 30 |
margin: 25px 0px 0px; |
| 31 |
} |
| 32 |
.about-wrap.sp-pcp-help .feature-section .col { |
| 33 |
margin-top: 40px; |
| 34 |
} |
| 35 |
|
| 36 |
.about-wrap.sp-pcp-help [class$="-col"] .col + .col { |
| 37 |
margin-left: 20px; |
| 38 |
} |
| 39 |
|
| 40 |
.wrap.about-wrap.sp-pcp-help .headline-feature.feature-video { |
| 41 |
position: relative; |
| 42 |
margin: 40px 0; |
| 43 |
padding-bottom: 56.25%; |
| 44 |
width: 100%; |
| 45 |
max-width: 100%; |
| 46 |
height: 0; |
| 47 |
text-align: center; |
| 48 |
} |
| 49 |
|
| 50 |
div.sp-pcp-help .headline-feature.feature-video iframe { |
| 51 |
position: absolute; |
| 52 |
top: 0; |
| 53 |
left: 0; |
| 54 |
width: 100%; |
| 55 |
height: 100%; |
| 56 |
} |
| 57 |
|
| 58 |
div.sp-pcp-help .plugin-section .sp-plugin-section-title h2 { |
| 59 |
font-size: 2.2em; |
| 60 |
color: #32373c; |
| 61 |
font-weight: 400; |
| 62 |
} |
| 63 |
div.sp-pcp-help .plugin-section .sp-plugin-section-title h4 { |
| 64 |
font-weight: 400; |
| 65 |
text-align: center; |
| 66 |
font-size: 18px; |
| 67 |
color: #555d66; |
| 68 |
margin-top: 15px; |
| 69 |
margin-bottom: 40px; |
| 70 |
} |
| 71 |
|
| 72 |
div.sp-pcp-help .feature-section .sp-pcp-feature { |
| 73 |
padding: 20px 20px; |
| 74 |
border: 1px solid #ddd; |
| 75 |
} |
| 76 |
|
| 77 |
div.sp-pcp-help .feature-section .sp-pcp-feature h3 { |
| 78 |
font-size: 16px; |
| 79 |
margin-top: 18px; |
| 80 |
} |
| 81 |
|
| 82 |
div.sp-pcp-help .feature-section i.sp-pcp-font-icon { |
| 83 |
font-size: 30px; |
| 84 |
display: block; |
| 85 |
color: #e1624b; |
| 86 |
font-family: fontawesome; |
| 87 |
font-style: normal; |
| 88 |
} |
| 89 |
.sp-pcp-help .sp-pcp-plugin { |
| 90 |
border: 1px solid #ddd; |
| 91 |
} |
| 92 |
.sp-pcp-help .sp-pcp-plugin-content { |
| 93 |
padding: 0 20px 20px; |
| 94 |
} |
| 95 |
.sp-pcp-help .sp-pcp-plugin-content h3 { |
| 96 |
margin-top: 20px; |
| 97 |
margin-bottom: 8px; |
| 98 |
font-weight: 500; |
| 99 |
} |
| 100 |
.sp-pcp-help .feature-section .sp-pcp-feature, |
| 101 |
.sp-pcp-help .sp-pcp-plugin { |
| 102 |
background-color: #fff; |
| 103 |
} |
| 104 |
/* Preloader */ |
| 105 |
#sp_pcp_view_options .spf-metabox { |
| 106 |
min-height: 300px; |
| 107 |
z-index: 999; |
| 108 |
background-image: url(../img/preloader.gif); |
| 109 |
background-repeat: no-repeat; |
| 110 |
background-color: #fff; |
| 111 |
background-position: center 65%; |
| 112 |
} |
| 113 |
#sp_pcp_view_options .spf-nav-metabox li { |
| 114 |
opacity: 0; |
| 115 |
} |
| 116 |
/* Shortcode sidebar */ |
| 117 |
.pcp-after-copy-text { |
| 118 |
bottom: 0; |
| 119 |
opacity: 0; |
| 120 |
z-index: 9999999; |
| 121 |
position: fixed; |
| 122 |
width: 230px; |
| 123 |
left: 180px; |
| 124 |
text-align: center; |
| 125 |
padding: 15px 15px; |
| 126 |
line-height: 15px; |
| 127 |
color: #fff; |
| 128 |
border-radius: 3px; |
| 129 |
background: #32373C; |
| 130 |
border: 1px solid #32373C; |
| 131 |
} |
| 132 |
.pcp-after-copy-text .fa-check-circle { |
| 133 |
font-size: 14px; |
| 134 |
margin-right: 2px; |
| 135 |
color: #5db62e |
| 136 |
} |
| 137 |
|
| 138 |
span.pcp-shortcode-selectable { |
| 139 |
background-color: #eeeeee; |
| 140 |
padding: 10px 15px 10px 30px; |
| 141 |
display: inline-block; |
| 142 |
border: 1px solid #e2e2e2; |
| 143 |
cursor: pointer; |
| 144 |
border-radius: 3px; |
| 145 |
word-break: break-word; |
| 146 |
position: relative; |
| 147 |
width: 80%; |
| 148 |
} |
| 149 |
span.pcp-shortcode-selectable::after { |
| 150 |
content: url(../img/copy.svg); |
| 151 |
width: 16px; |
| 152 |
left: 10px; |
| 153 |
top: 50%; |
| 154 |
position: absolute; |
| 155 |
margin-top: -6px; |
| 156 |
} |
| 157 |
|
| 158 |
.pcp-scode-wrap-side p { |
| 159 |
margin-top: 0; |
| 160 |
} |
| 161 |
.pcp-scode-wrap-side { |
| 162 |
margin-top: 0; |
| 163 |
margin-bottom: 16px; |
| 164 |
overflow: hidden; |
| 165 |
} |
| 166 |
.pcp-scode-wrap-side .pcp-sc-title { |
| 167 |
margin-top: 0; |
| 168 |
margin-bottom: 7px; |
| 169 |
font-size: 1.2em; |
| 170 |
} |
| 171 |
.post-type-sp_post_carousel .postbox-header .handle-actions .handle-order-lower, |
| 172 |
.post-type-sp_post_carousel |
| 173 |
.postbox-header |
| 174 |
.handle-actions |
| 175 |
.handle-order-higher { |
| 176 |
display: none; |
| 177 |
} |
| 178 |
|
| 179 |
#spf-section-sp_pcp_display_shortcode_1 .spf-field.spf-field-shortcode.pcp-admin-sidebar { |
| 180 |
padding: 12px; |
| 181 |
} |
| 182 |
#sp_pcp_layouts .postbox-header{ |
| 183 |
border: none; |
| 184 |
} |
| 185 |
.post-type-sp_post_carousel .misc-pub-section.misc-pub-visibility, |
| 186 |
.post-type-sp_post_carousel .misc-pub-section.curtime.misc-pub-curtime{ |
| 187 |
display: none; |
| 188 |
} |
| 189 |
/* Review notice */ |
| 190 |
#smart-post-show-review-notice { |
| 191 |
padding:15px 15px 15px 0; |
| 192 |
background-color:#fff; |
| 193 |
border-radius:3px; |
| 194 |
margin:20px 20px 0 0; |
| 195 |
} |
| 196 |
#smart-post-show-review-notice .sp-sps-plugin-icon { |
| 197 |
width:125px; |
| 198 |
float:left; |
| 199 |
line-height:90px; |
| 200 |
text-align:center; |
| 201 |
} |
| 202 |
#smart-post-show-review-notice .sp-sps-plugin-icon img { |
| 203 |
max-width:83px; |
| 204 |
vertical-align:middle; |
| 205 |
} |
| 206 |
#smart-post-show-review-notice .sp-sps-notice-text { |
| 207 |
overflow:hidden; |
| 208 |
} |
| 209 |
#smart-post-show-review-notice .sp-sps-notice-text h3 { |
| 210 |
font-size:24px; |
| 211 |
margin:0 0 5px; |
| 212 |
font-weight:400; |
| 213 |
line-height:1; |
| 214 |
} |
| 215 |
#smart-post-show-review-notice .sp-sps-notice-text p { |
| 216 |
margin:10px 0 10px 0; |
| 217 |
font-size:13px; |
| 218 |
} |
| 219 |
#smart-post-show-review-notice .sp-sps-notice-text p.sp-sps-review-actions { |
| 220 |
margin:10px 0 2px 0; |
| 221 |
} |
| 222 |
#smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a { |
| 223 |
text-decoration:none; |
| 224 |
margin-right:8px; |
| 225 |
color:#63a37b; |
| 226 |
display:inline-block; |
| 227 |
position:relative; |
| 228 |
} |
| 229 |
#smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a span { |
| 230 |
padding-right:2px; |
| 231 |
} |
| 232 |
#smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a.button { |
| 233 |
color:#fff; |
| 234 |
} |
| 235 |
|