| 1 |
ul { |
| 2 |
list-style: outside none none; |
| 3 |
} |
| 4 |
.mwp-setup-content p, |
| 5 |
.mwp-setup-content table { |
| 6 |
font-size: 1em; |
| 7 |
line-height: 1.75em; |
| 8 |
color: #666 |
| 9 |
} |
| 10 |
body { |
| 11 |
margin: 100px auto 24px; |
| 12 |
box-shadow: none; |
| 13 |
background: #f1f1f1; |
| 14 |
padding: 0 |
| 15 |
} |
| 16 |
#mwp-logo { |
| 17 |
border: 0; |
| 18 |
margin: 0 0 24px; |
| 19 |
padding: 0; |
| 20 |
text-align: center |
| 21 |
} |
| 22 |
#mwp-logo img { |
| 23 |
max-width: 50% |
| 24 |
} |
| 25 |
.mwp-setup-content { |
| 26 |
box-shadow: 0 1px 3px rgba(0, 0, 0, .13); |
| 27 |
padding: 24px 24px 0; |
| 28 |
background: #fff; |
| 29 |
overflow: hidden; |
| 30 |
zoom: 1 |
| 31 |
} |
| 32 |
.mwp-setup-content h1, |
| 33 |
.mwp-setup-content h2, |
| 34 |
.mwp-setup-content h3, |
| 35 |
.mwp-setup-content table { |
| 36 |
margin: 0 0 24px; |
| 37 |
border: 0; |
| 38 |
padding: 0; |
| 39 |
color: #666; |
| 40 |
clear: none |
| 41 |
} |
| 42 |
.mwp-setup-content p { |
| 43 |
margin: 0 0 24px |
| 44 |
} |
| 45 |
.mwp-setup-content a { |
| 46 |
color: #7fb100 |
| 47 |
} |
| 48 |
.mwp-setup-content a:focus, |
| 49 |
.mwp-setup-content a:hover { |
| 50 |
color: #111 |
| 51 |
} |
| 52 |
.mwp-setup-content .form-table th { |
| 53 |
width: 35%; |
| 54 |
vertical-align: top; |
| 55 |
font-weight: 400 |
| 56 |
} |
| 57 |
.mwp-setup-content .form-table td { |
| 58 |
vertical-align: top |
| 59 |
} |
| 60 |
.mwp-setup-content .form-table td input { |
| 61 |
box-sizing: border-box |
| 62 |
} |
| 63 |
.mwp-setup-content .form-table td input[size] { |
| 64 |
width: auto |
| 65 |
} |
| 66 |
.mwp-setup-content .form-table td .description { |
| 67 |
line-height: 1.5em; |
| 68 |
display: block; |
| 69 |
margin-top: .25em; |
| 70 |
color: #999; |
| 71 |
font-style: italic |
| 72 |
} |
| 73 |
.mwp-setup-content .form-table td .input-checkbox, |
| 74 |
.mwp-setup-content .form-table td .input-radio { |
| 75 |
width: auto; |
| 76 |
box-sizing: inherit; |
| 77 |
padding: inherit; |
| 78 |
margin: 0 .5em 0 0; |
| 79 |
box-shadow: none |
| 80 |
} |
| 81 |
.mwp-setup-content .form-table .section_title td { |
| 82 |
padding: 0 |
| 83 |
} |
| 84 |
.mwp-setup-content .form-table .section_title td h2, |
| 85 |
.mwp-setup-content .form-table .section_title td p { |
| 86 |
margin: 12px 0 0 |
| 87 |
} |
| 88 |
.mwp-setup-content .form-table td, |
| 89 |
.mwp-setup-content .form-table th { |
| 90 |
padding: 12px 0; |
| 91 |
margin: 0; |
| 92 |
border: 0 |
| 93 |
} |
| 94 |
.mwp-setup-content .form-table td:first-child, |
| 95 |
.mwp-setup-content .form-table th:first-child { |
| 96 |
padding-right: 1em |
| 97 |
} |
| 98 |
.mwp-setup-content .mwp-setup-pages { |
| 99 |
width: 100%; |
| 100 |
border-top: 1px solid #eee |
| 101 |
} |
| 102 |
.mwp-setup-content .mwp-setup-pages thead th { |
| 103 |
display: none |
| 104 |
} |
| 105 |
.mwp-setup-content .mwp-setup-pages .page-name { |
| 106 |
width: 30%; |
| 107 |
font-weight: 700 |
| 108 |
} |
| 109 |
.mwp-setup-content .mwp-setup-pages td, |
| 110 |
.mwp-setup-content .mwp-setup-pages th { |
| 111 |
padding: 14px 0; |
| 112 |
border-bottom: 1px solid #eee |
| 113 |
} |
| 114 |
.mwp-setup-content .mwp-setup-pages td:first-child, |
| 115 |
.mwp-setup-content .mwp-setup-pages th:first-child { |
| 116 |
padding-right: 9px |
| 117 |
} |
| 118 |
.mwp-setup-content .mwp-setup-pages th { |
| 119 |
padding-top: 0 |
| 120 |
} |
| 121 |
.mwp-setup-content .mwp-setup-pages .page-options p { |
| 122 |
color: #777; |
| 123 |
margin: 6px 0 0 24px; |
| 124 |
line-height: 1.75em |
| 125 |
} |
| 126 |
.mwp-setup-content .mwp-setup-pages .page-options p input { |
| 127 |
vertical-align: middle; |
| 128 |
margin: 1px 0 0; |
| 129 |
height: 1.75em; |
| 130 |
width: 1.75em; |
| 131 |
line-height: 1.75em |
| 132 |
} |
| 133 |
.mwp-setup-content .mwp-setup-pages .page-options p label { |
| 134 |
line-height: 1 |
| 135 |
} |
| 136 |
@media screen and (max-width: 782px) { |
| 137 |
.mwp-setup-content .form-table tbody th { |
| 138 |
width: auto |
| 139 |
} |
| 140 |
} |
| 141 |
.mwp-setup-content .twitter-share-button { |
| 142 |
float: right |
| 143 |
} |
| 144 |
.mwp-setup-content .mwp-setup-next-steps { |
| 145 |
overflow: hidden; |
| 146 |
margin: 0 0 24px |
| 147 |
} |
| 148 |
.mwp-setup-content .mwp-setup-next-steps h2 { |
| 149 |
margin-bottom: 12px |
| 150 |
} |
| 151 |
.mwp-setup-content .mwp-setup-next-steps .mwp-setup-next-steps-top { |
| 152 |
width: 100%; |
| 153 |
margin-bottom: 10px; |
| 154 |
box-sizing: border-box; |
| 155 |
background-color: #fafafa; |
| 156 |
padding: 10px; |
| 157 |
border: 1px solid #e5e5e5; |
| 158 |
|
| 159 |
} |
| 160 |
.mwp-setup-btn-green { |
| 161 |
color: #fff !important; |
| 162 |
background-color: #7fb100 !important; |
| 163 |
border-color: #7fb100 !important; |
| 164 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .15) !important; |
| 165 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .15) !important |
| 166 |
} |
| 167 |
.mwp-setup-content .mwp-setup-next-steps .mwp-setup-next-steps-first { |
| 168 |
float: left; |
| 169 |
width: 50%; |
| 170 |
box-sizing: border-box |
| 171 |
} |
| 172 |
.mwp-setup-next-steps-top p{ |
| 173 |
margin-bottom: 0.5em; |
| 174 |
} |
| 175 |
.mwp-setup-content .mwp-setup-next-steps .mwp-setup-next-steps-last { |
| 176 |
float: right; |
| 177 |
width: 50%; |
| 178 |
box-sizing: border-box |
| 179 |
} |
| 180 |
.mwp-setup-content .mwp-setup-next-steps .mwp-setup-next-steps-last ul li a { |
| 181 |
font-size: 1em; |
| 182 |
} |
| 183 |
.mwp-setup-content .mwp-setup-next-steps ul { |
| 184 |
padding: 0 2em 0 0; |
| 185 |
list-style: none; |
| 186 |
margin: 0 0 -.75em |
| 187 |
} |
| 188 |
.mwp-setup-content .mwp-setup-next-steps ul li a { |
| 189 |
display: block; |
| 190 |
padding: 0 0 .75em |
| 191 |
} |
| 192 |
.mwp-setup-content .mwp-setup-next-steps ul .setup-product a { |
| 193 |
text-align: center; |
| 194 |
font-size: 1em; |
| 195 |
padding: 1em; |
| 196 |
line-height: 1.75em; |
| 197 |
height: auto; |
| 198 |
margin: 0 0 .75em; |
| 199 |
opacity: 1; |
| 200 |
background-color: #7fb100 ; |
| 201 |
border-color: #7fb100 ; |
| 202 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .15); |
| 203 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .15) |
| 204 |
} |
| 205 |
.mwp-setup-content .mwp-setup-next-steps ul li a:before { |
| 206 |
color: #82878c; |
| 207 |
font: 400 20px/1 dashicons; |
| 208 |
speak: none; |
| 209 |
display: inline-block; |
| 210 |
padding: 0 10px 0 0; |
| 211 |
top: 1px; |
| 212 |
position: relative; |
| 213 |
-webkit-font-smoothing: antialiased; |
| 214 |
-moz-osx-font-smoothing: grayscale; |
| 215 |
text-decoration: none!important; |
| 216 |
vertical-align: top |
| 217 |
} |
| 218 |
.mwp-setup-content .mwp-setup-next-steps ul .learn-more a:before { |
| 219 |
content: "\f105" |
| 220 |
} |
| 221 |
.mwp-setup-content .mwp-setup-next-steps ul .video-walkthrough a:before { |
| 222 |
content: "\f126" |
| 223 |
} |
| 224 |
.mwp-setup-content .mwp-setup-next-steps ul .sidekick a:before { |
| 225 |
content: "\f118" |
| 226 |
} |
| 227 |
.mwp-setup-content .mwp-setup-next-steps ul .newsletter a:before { |
| 228 |
content: "\f465" |
| 229 |
} |
| 230 |
.mwp-setup-content .woocommerce-tracker { |
| 231 |
padding: 24px 24px 0; |
| 232 |
margin: 0 0 24px; |
| 233 |
background: #f5f5f5 |
| 234 |
} |
| 235 |
.mwp-setup-steps { |
| 236 |
padding: 0 0 24px; |
| 237 |
margin: 0; |
| 238 |
list-style: none; |
| 239 |
overflow: hidden; |
| 240 |
color: #ccc; |
| 241 |
display: flex |
| 242 |
} |
| 243 |
.mwp-setup-steps li { |
| 244 |
width: 11%; |
| 245 |
float: left; |
| 246 |
padding: 0 0 1em; |
| 247 |
margin: 0; |
| 248 |
text-align: center; |
| 249 |
position: relative; |
| 250 |
border-bottom: 4px solid #ccc; |
| 251 |
line-height: 1 |
| 252 |
} |
| 253 |
.mwp-setup-steps li:before { |
| 254 |
content: ""; |
| 255 |
border: 4px solid #ccc; |
| 256 |
border-radius: 100%; |
| 257 |
width: 4px; |
| 258 |
height: 4px; |
| 259 |
position: absolute; |
| 260 |
bottom: 0; |
| 261 |
left: 50%; |
| 262 |
margin-left: -6px; |
| 263 |
margin-bottom: -8px; |
| 264 |
background: #fff |
| 265 |
} |
| 266 |
.mwp-setup-steps li.active { |
| 267 |
border-color: #7fb100 ; |
| 268 |
color: #7fb100 |
| 269 |
} |
| 270 |
.mwp-setup-steps li.active a { |
| 271 |
color: #7fb100 |
| 272 |
} |
| 273 |
.mwp-setup-steps li.active:before { |
| 274 |
border-color: #7fb100 |
| 275 |
} |
| 276 |
.mwp-setup-steps li.done a { |
| 277 |
color: #7fb100 |
| 278 |
} |
| 279 |
.mwp-setup-steps li.done { |
| 280 |
border-color: #7fb100 ; |
| 281 |
color: #7fb100 |
| 282 |
} |
| 283 |
|
| 284 |
.mwp-setup-steps li.done:before { |
| 285 |
border-color: #7fb100 ; |
| 286 |
background: #7fb100 |
| 287 |
} |
| 288 |
.mwp-setup .mwp-setup-actions { |
| 289 |
overflow: hidden |
| 290 |
} |
| 291 |
.mwp-setup .mwp-setup-actions .button { |
| 292 |
float: right; |
| 293 |
font-size: 1.25em; |
| 294 |
padding: .5em 1em; |
| 295 |
line-height: 1em; |
| 296 |
margin-right: .5em; |
| 297 |
height: auto |
| 298 |
} |
| 299 |
.mwp-setup .mwp-setup-actions .button-primary { |
| 300 |
margin: 0; |
| 301 |
float: right; |
| 302 |
opacity: 1; |
| 303 |
background-color: #7fb100 ; |
| 304 |
border-color: #7fb100 ; |
| 305 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .15); |
| 306 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .15) |
| 307 |
} |
| 308 |
.mwp-return-to-dashboard { |
| 309 |
font-size: .85em; |
| 310 |
color: #b5b5b5; |
| 311 |
margin: 1.18em 0; |
| 312 |
display: block; |
| 313 |
text-align: center |
| 314 |
} |
| 315 |
|
| 316 |
.mwp-setup-content select { |
| 317 |
height: 28px; |
| 318 |
line-height: 28px; |
| 319 |
padding: 2px; |
| 320 |
vertical-align: middle; |
| 321 |
} |
| 322 |
|
| 323 |
.mwp-setup-content ul { |
| 324 |
padding: 0px; |
| 325 |
} |
| 326 |
.mwp-setup-content .os-list ul { |
| 327 |
padding-left: 50px; |
| 328 |
} |
| 329 |
|
| 330 |
.mwp-setup-content .mwp-setup-list li { |
| 331 |
list-style-type:none; |
| 332 |
} |
| 333 |
body.mwp-setup{ |
| 334 |
max-width: 1080px; |
| 335 |
} |
| 336 |
|
| 337 |
table.widefat { |
| 338 |
border: 1px solid #e5e5e5; |
| 339 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
| 340 |
} |
| 341 |
.widefat { |
| 342 |
border-spacing: 0; |
| 343 |
clear: both; |
| 344 |
margin: 0; |
| 345 |
width: 100%; |
| 346 |
} |
| 347 |
.widefat tfoot td, .widefat th, .widefat thead td { |
| 348 |
font-weight: 400; |
| 349 |
} |
| 350 |
.widefat tfoot td, .widefat th, .widefat thead td { |
| 351 |
font-size: 14px; |
| 352 |
line-height: 1.3em; |
| 353 |
text-align: left; |
| 354 |
} |
| 355 |
.widefat td { |
| 356 |
font-size: 13px; |
| 357 |
line-height: 1.5em; |
| 358 |
} |
| 359 |
.widefat td { |
| 360 |
vertical-align: top; |
| 361 |
} |
| 362 |
.widefat td, .widefat th { |
| 363 |
padding: 8px 10px; |
| 364 |
} |
| 365 |
.mwp-setup-full-width .mwp-setup-field { |
| 366 |
width: 50%; |
| 367 |
} |
| 368 |
.mwp-setup-full-width .mwp-setup-field { |
| 369 |
float: left; |
| 370 |
margin-left: 3%; |
| 371 |
width: 45%; |
| 372 |
} |
| 373 |
|
| 374 |
.mwp-setup-full-width input[type="text"], .mwp-setup-full-width input[type="email"], .mwp-setup-full-width input[type="url"], .mwp-setup-full-width input[type="password"]{ |
| 375 |
box-sizing: border-box; |
| 376 |
color: #60646c; |
| 377 |
width: 100%; |
| 378 |
line-height: 20px; |
| 379 |
font-size: 15px; |
| 380 |
padding: 3px 5px; |
| 381 |
border: 1px solid #ddd; |
| 382 |
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 383 |
box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 384 |
} |
| 385 |
|
| 386 |
.mwp-setup-field { |
| 387 |
margin-bottom: 20px; |
| 388 |
} |
| 389 |
hr { |
| 390 |
border: 0; |
| 391 |
border-top: 1px solid #ddd; |
| 392 |
border-bottom: 1px solid #fafafa; |
| 393 |
} |
| 394 |
|
| 395 |
.mwp_setup_install_extension_content p { |
| 396 |
line-height: 1.5; |
| 397 |
margin: 1em 0; |
| 398 |
} |
| 399 |
|
| 400 |
|
| 401 |
input[type="text"]:focus, |
| 402 |
input[type="password"]:focus, |
| 403 |
input[type="color"]:focus, |
| 404 |
input[type="date"]:focus, |
| 405 |
input[type="datetime"]:focus, |
| 406 |
input[type="datetime-local"]:focus, |
| 407 |
input[type="email"]:focus, |
| 408 |
input[type="month"]:focus, |
| 409 |
input[type="number"]:focus, |
| 410 |
input[type="password"]:focus, |
| 411 |
input[type="search"]:focus, |
| 412 |
input[type="tel"]:focus, |
| 413 |
input[type="text"]:focus, |
| 414 |
input[type="time"]:focus, |
| 415 |
input[type="url"]:focus, |
| 416 |
input[type="week"]:focus, |
| 417 |
input[type="checkbox"]:focus, |
| 418 |
input[type="radio"]:focus, |
| 419 |
select:focus, |
| 420 |
textarea:focus { |
| 421 |
border-color: #7fb100; |
| 422 |
-webkit-box-shadow: 0 0 2px rgba( 127, 177, 0, 0.8 ); |
| 423 |
box-shadow: 0 0 2px rgba( 127, 177, 0, 0.8 ); |
| 424 |
} |
| 425 |
|