| 1 |
/** |
| 2 |
* 11. Welcome Page |
| 3 |
*/ |
| 4 |
.csf-welcome-wrap{ |
| 5 |
position: relative; |
| 6 |
margin: 25px 40px 0 20px; |
| 7 |
font-size: 15px; |
| 8 |
max-width: 1200px; |
| 9 |
|
| 10 |
p{ |
| 11 |
font-size: 14px; |
| 12 |
line-height: 1.5; |
| 13 |
} |
| 14 |
|
| 15 |
h1{ |
| 16 |
margin: 0.2em 200px 0 0; |
| 17 |
padding: 0; |
| 18 |
color: #32373c; |
| 19 |
line-height: 1.2em; |
| 20 |
font-size: 2.8em; |
| 21 |
font-weight: 400; |
| 22 |
} |
| 23 |
|
| 24 |
.csf-logo{ |
| 25 |
position: absolute; |
| 26 |
overflow: hidden; |
| 27 |
top: 0; |
| 28 |
right: 0; |
| 29 |
height: 160px; |
| 30 |
width: 140px; |
| 31 |
background-image: linear-gradient( 45deg, #2d67cb, #ad19f3); |
| 32 |
box-shadow: 0 1px 4px rgba(0,0,0,0.25), inset 0 0 0 4px rgba(0,0,0,0.25); |
| 33 |
|
| 34 |
.csf--effects i{ |
| 35 |
position: absolute; |
| 36 |
width: 200px; |
| 37 |
height: 100px; |
| 38 |
background-color: rgba(0,0,0,0.15); |
| 39 |
transform: rotate(-45deg); |
| 40 |
} |
| 41 |
|
| 42 |
.csf--effects i:nth-child(1){ |
| 43 |
bottom: -20px; |
| 44 |
right: -70px; |
| 45 |
} |
| 46 |
|
| 47 |
.csf--effects i:nth-child(2){ |
| 48 |
bottom: -35px; |
| 49 |
right: -80px; |
| 50 |
} |
| 51 |
|
| 52 |
.csf--effects i:nth-child(3){ |
| 53 |
bottom: -50px; |
| 54 |
right: -90px; |
| 55 |
} |
| 56 |
|
| 57 |
.csf--effects i:nth-child(4){ |
| 58 |
bottom: -65px; |
| 59 |
right: -100px; |
| 60 |
} |
| 61 |
|
| 62 |
.csf--wp-logos{ |
| 63 |
position: relative; |
| 64 |
padding-top: 25px; |
| 65 |
text-align: center; |
| 66 |
} |
| 67 |
|
| 68 |
.csf--wp-logo{ |
| 69 |
position: absolute; |
| 70 |
left: 20px; |
| 71 |
width: 20px; |
| 72 |
height: 20px; |
| 73 |
background-repeat: no-repeat; |
| 74 |
background-position: center center; |
| 75 |
background-image: url(../images/wp-logo.svg); |
| 76 |
} |
| 77 |
|
| 78 |
.csf--wp-plugin-logo{ |
| 79 |
display: inline-block; |
| 80 |
width: 50px; |
| 81 |
height: 50px; |
| 82 |
border: 3px solid #fff; |
| 83 |
background-size: 40px; |
| 84 |
background-repeat: no-repeat; |
| 85 |
background-position: center center; |
| 86 |
background-image: url(../images/wp-plugin-logo.svg); |
| 87 |
border-radius: 100%; |
| 88 |
vertical-align: middle; |
| 89 |
} |
| 90 |
|
| 91 |
.csf--text{ |
| 92 |
position: absolute; |
| 93 |
left: 0; |
| 94 |
right: 0; |
| 95 |
top: 90px; |
| 96 |
color: #fff; |
| 97 |
font-size: 13px; |
| 98 |
line-height: 1.2em; |
| 99 |
font-weight: 600; |
| 100 |
text-align: center; |
| 101 |
text-transform: uppercase; |
| 102 |
text-shadow: 1px 1px 0 rgba(0,0,0,0.25); |
| 103 |
} |
| 104 |
|
| 105 |
.csf--version{ |
| 106 |
top: auto; |
| 107 |
left: auto; |
| 108 |
right: 8px; |
| 109 |
bottom: 4px; |
| 110 |
font-size: 11px; |
| 111 |
text-transform: lowercase; |
| 112 |
} |
| 113 |
} |
| 114 |
|
| 115 |
.csf-about-text{ |
| 116 |
font-weight: 400; |
| 117 |
line-height: 1.6em; |
| 118 |
font-size: 19px; |
| 119 |
margin: 1em 200px 1em 0; |
| 120 |
color: #555d66; |
| 121 |
} |
| 122 |
|
| 123 |
.csf-demo-button{ |
| 124 |
margin: 1em 200px 2em 0; |
| 125 |
} |
| 126 |
|
| 127 |
.nav-tab-wrapper{ |
| 128 |
margin-bottom: 20px; |
| 129 |
} |
| 130 |
|
| 131 |
ul{ |
| 132 |
list-style-type: disc; |
| 133 |
padding-left: 15px; |
| 134 |
} |
| 135 |
|
| 136 |
.csf--col{ |
| 137 |
float: left; |
| 138 |
padding-right: 20px; |
| 139 |
box-sizing: border-box; |
| 140 |
} |
| 141 |
|
| 142 |
.csf--col-2{ |
| 143 |
width: 50%; |
| 144 |
} |
| 145 |
|
| 146 |
.csf--col-3{ |
| 147 |
width: 33.333%; |
| 148 |
} |
| 149 |
|
| 150 |
.csf--col-4{ |
| 151 |
width: 25%; |
| 152 |
} |
| 153 |
|
| 154 |
.csf--col-5{ |
| 155 |
width: 20%; |
| 156 |
} |
| 157 |
|
| 158 |
.csf--col-last{ |
| 159 |
padding-right: 0; |
| 160 |
} |
| 161 |
|
| 162 |
.csf--col-upgrade{ |
| 163 |
padding: 10px 0; |
| 164 |
text-align: center; |
| 165 |
border-top: 1px solid #e5e5e5; |
| 166 |
} |
| 167 |
} |
| 168 |
|
| 169 |
.csf--table-compare{ |
| 170 |
|
| 171 |
thead, |
| 172 |
tfoot{ |
| 173 |
td{ |
| 174 |
text-align: center; |
| 175 |
} |
| 176 |
} |
| 177 |
|
| 178 |
td{ |
| 179 |
font-size: 14px; |
| 180 |
text-align: center; |
| 181 |
vertical-align: middle; |
| 182 |
padding: 10px; |
| 183 |
} |
| 184 |
|
| 185 |
td:first-child{ |
| 186 |
text-align: left; |
| 187 |
} |
| 188 |
|
| 189 |
tfoot{ |
| 190 |
td{ |
| 191 |
padding: 15px 0; |
| 192 |
} |
| 193 |
} |
| 194 |
|
| 195 |
.fa{ |
| 196 |
font-size: 18px; |
| 197 |
} |
| 198 |
|
| 199 |
.fa-check-circle{ |
| 200 |
color: #46b450; |
| 201 |
} |
| 202 |
|
| 203 |
.fa-times-circle{ |
| 204 |
color: #dc3232; |
| 205 |
} |
| 206 |
} |
| 207 |
|
| 208 |
.csf-welcome-cols{ |
| 209 |
clear: both; |
| 210 |
margin: 20px 0; |
| 211 |
background-color: #fff; |
| 212 |
padding: 0 0; |
| 213 |
border-radius: 2px; |
| 214 |
border: 1px solid #e5e5e5; |
| 215 |
|
| 216 |
.csf--col{ |
| 217 |
width: 33.333%; |
| 218 |
float: left; |
| 219 |
padding: 20px; |
| 220 |
text-align: center; |
| 221 |
box-sizing: border-box; |
| 222 |
min-height: 200px; |
| 223 |
border-right: 1px solid #e5e5e5; |
| 224 |
} |
| 225 |
|
| 226 |
.csf--left, |
| 227 |
.csf--block{ |
| 228 |
float: left; |
| 229 |
width: 20%; |
| 230 |
padding: 0 30px; |
| 231 |
text-align: center; |
| 232 |
box-sizing: border-box; |
| 233 |
} |
| 234 |
|
| 235 |
.csf--block{ |
| 236 |
width: 80%; |
| 237 |
} |
| 238 |
|
| 239 |
.csf--col-first{ |
| 240 |
border-bottom: 1px solid #e5e5e5; |
| 241 |
} |
| 242 |
|
| 243 |
.csf--last{ |
| 244 |
border-right: none; |
| 245 |
} |
| 246 |
|
| 247 |
.csf--space{ |
| 248 |
height: 20px; |
| 249 |
} |
| 250 |
|
| 251 |
.csf--icon{ |
| 252 |
display: inline-block; |
| 253 |
font-size: 20px; |
| 254 |
width: 30px; |
| 255 |
height: 30px; |
| 256 |
line-height: 30px; |
| 257 |
text-align: center; |
| 258 |
margin-bottom: 10px; |
| 259 |
color: #fff; |
| 260 |
background-color: #555; |
| 261 |
border-radius: 30px; |
| 262 |
} |
| 263 |
|
| 264 |
.csf--active{ |
| 265 |
background-color: #5cb85c; |
| 266 |
} |
| 267 |
|
| 268 |
.csf--deactive{ |
| 269 |
background-color: #e14d43; |
| 270 |
} |
| 271 |
|
| 272 |
.csf--title{ |
| 273 |
font-weight: bold; |
| 274 |
display: block; |
| 275 |
} |
| 276 |
|
| 277 |
p:last-child{ |
| 278 |
margin-bottom: 0; |
| 279 |
} |
| 280 |
} |
| 281 |
|
| 282 |
.csf-features-cols{ |
| 283 |
|
| 284 |
.csf--key-features{ |
| 285 |
width: 30%; |
| 286 |
} |
| 287 |
.csf--available-fields{ |
| 288 |
width: 70%; |
| 289 |
} |
| 290 |
} |
| 291 |
|
| 292 |
.csf-code-block{ |
| 293 |
margin: 20px 0; |
| 294 |
padding: 5px 20px; |
| 295 |
background-color: #fff; |
| 296 |
border-radius: 2px; |
| 297 |
box-shadow: 0 1px 1px rgba(0,0,0,0.15); |
| 298 |
|
| 299 |
pre{ |
| 300 |
font-size: 13px; |
| 301 |
color: #0073aa; |
| 302 |
|
| 303 |
span{ |
| 304 |
color: #999; |
| 305 |
} |
| 306 |
} |
| 307 |
} |
| 308 |
|
| 309 |
.csf--table-fields{ |
| 310 |
td{ |
| 311 |
font-size: 14px; |
| 312 |
} |
| 313 |
} |
| 314 |
|
| 315 |
.csf--upgrade a{ |
| 316 |
color: #5cb85c; |
| 317 |
font-weight: bold; |
| 318 |
|
| 319 |
&:focus, |
| 320 |
&:hover{ |
| 321 |
color: #4aa14a; |
| 322 |
outline: none; |
| 323 |
box-shadow: none; |
| 324 |
} |
| 325 |
} |
| 326 |
|
| 327 |
@media only screen and (max-width:782px){ |
| 328 |
|
| 329 |
.csf-welcome-cols{ |
| 330 |
.csf--col{ |
| 331 |
width: 100%; |
| 332 |
min-height: auto; |
| 333 |
border-right: none; |
| 334 |
border-bottom: 1px solid #e5e5e5; |
| 335 |
} |
| 336 |
} |
| 337 |
|
| 338 |
.csf-features-cols{ |
| 339 |
.csf--key-features{ |
| 340 |
width: 100%; |
| 341 |
} |
| 342 |
.csf--available-fields{ |
| 343 |
width: 100%; |
| 344 |
} |
| 345 |
} |
| 346 |
} |
| 347 |
|