jetpack-admin-rtl.css
| 1 | /*! |
| 2 | * Do not modify this file directly. It is compiled Sass code. |
| 3 | * @see: jetpack/_inc/jetpack.scss |
| 4 | */ |
| 5 | .j-row { |
| 6 | width: 100%; |
| 7 | margin: 0 auto; |
| 8 | } |
| 9 | .j-row:before, .j-row:after { |
| 10 | content: " "; |
| 11 | display: table; |
| 12 | } |
| 13 | .j-row:after { |
| 14 | clear: both; |
| 15 | } |
| 16 | |
| 17 | .j-col { |
| 18 | padding: 0.85em; |
| 19 | width: 100%; |
| 20 | float: right; |
| 21 | position: relative; |
| 22 | } |
| 23 | |
| 24 | @media only screen { |
| 25 | .j-sm-1 { |
| 26 | width: 8.33333%; |
| 27 | } |
| 28 | |
| 29 | .j-sm-2 { |
| 30 | width: 16.66667%; |
| 31 | } |
| 32 | |
| 33 | .j-sm-3 { |
| 34 | width: 25%; |
| 35 | } |
| 36 | |
| 37 | .j-sm-4 { |
| 38 | width: 33.33333%; |
| 39 | } |
| 40 | |
| 41 | .j-sm-5 { |
| 42 | width: 41.66667%; |
| 43 | } |
| 44 | |
| 45 | .j-sm-6 { |
| 46 | width: 50%; |
| 47 | } |
| 48 | |
| 49 | .j-sm-7 { |
| 50 | width: 58.33333%; |
| 51 | } |
| 52 | |
| 53 | .j-sm-8 { |
| 54 | width: 66.66667%; |
| 55 | } |
| 56 | |
| 57 | .j-sm-9 { |
| 58 | width: 75%; |
| 59 | } |
| 60 | |
| 61 | .j-sm-10 { |
| 62 | width: 83.33333%; |
| 63 | } |
| 64 | |
| 65 | .j-sm-11 { |
| 66 | width: 91.66667%; |
| 67 | } |
| 68 | |
| 69 | .j-sm-12 { |
| 70 | width: 100%; |
| 71 | } |
| 72 | } |
| 73 | @media (min-width: 530px) { |
| 74 | .j-md-1 { |
| 75 | width: 8.33333%; |
| 76 | } |
| 77 | |
| 78 | .j-md-2 { |
| 79 | width: 16.66667%; |
| 80 | } |
| 81 | |
| 82 | .j-md-3 { |
| 83 | width: 25%; |
| 84 | } |
| 85 | |
| 86 | .j-md-4 { |
| 87 | width: 33.33333%; |
| 88 | } |
| 89 | |
| 90 | .j-md-5 { |
| 91 | width: 41.66667%; |
| 92 | } |
| 93 | |
| 94 | .j-md-6 { |
| 95 | width: 50%; |
| 96 | } |
| 97 | |
| 98 | .j-md-7 { |
| 99 | width: 58.33333%; |
| 100 | } |
| 101 | |
| 102 | .j-md-8 { |
| 103 | width: 66.66667%; |
| 104 | } |
| 105 | |
| 106 | .j-md-9 { |
| 107 | width: 75%; |
| 108 | } |
| 109 | |
| 110 | .j-md-10 { |
| 111 | width: 83.33333%; |
| 112 | } |
| 113 | |
| 114 | .j-md-11 { |
| 115 | width: 91.66667%; |
| 116 | } |
| 117 | |
| 118 | .j-md-12 { |
| 119 | width: 100%; |
| 120 | } |
| 121 | } |
| 122 | @media (min-width: 782px) { |
| 123 | .j-lrg-1 { |
| 124 | width: 8.33333%; |
| 125 | } |
| 126 | |
| 127 | .j-lrg-2 { |
| 128 | width: 16.66667%; |
| 129 | } |
| 130 | |
| 131 | .j-lrg-3 { |
| 132 | width: 25%; |
| 133 | } |
| 134 | |
| 135 | .j-lrg-4 { |
| 136 | width: 33.33333%; |
| 137 | } |
| 138 | |
| 139 | .j-lrg-5 { |
| 140 | width: 41.66667%; |
| 141 | } |
| 142 | |
| 143 | .j-lrg-6 { |
| 144 | width: 50%; |
| 145 | } |
| 146 | |
| 147 | .j-lrg-7 { |
| 148 | width: 58.33333%; |
| 149 | } |
| 150 | |
| 151 | .j-lrg-8 { |
| 152 | width: 66.66667%; |
| 153 | } |
| 154 | |
| 155 | .j-lrg-9 { |
| 156 | width: 75%; |
| 157 | } |
| 158 | |
| 159 | .j-lrg-10 { |
| 160 | width: 83.33333%; |
| 161 | } |
| 162 | |
| 163 | .j-lrg-11 { |
| 164 | width: 91.66667%; |
| 165 | } |
| 166 | |
| 167 | .j-lrg-12 { |
| 168 | width: 100%; |
| 169 | } |
| 170 | } |
| 171 | body, |
| 172 | button, |
| 173 | input, |
| 174 | select, |
| 175 | textarea { |
| 176 | color: #222; |
| 177 | font-family: "Open Sans", Helvetica, Arial, sans-serif; |
| 178 | font-size: 14px; |
| 179 | line-height: 1.4; |
| 180 | -webkit-font-smoothing: antialiased; |
| 181 | } |
| 182 | |
| 183 | h1, |
| 184 | h2, |
| 185 | h3, |
| 186 | h4, |
| 187 | h5, |
| 188 | h6 { |
| 189 | color: #222; |
| 190 | clear: both; |
| 191 | } |
| 192 | |
| 193 | a { |
| 194 | color: #0d72b2; |
| 195 | -webkit-transition: color .2s; |
| 196 | transition: color .2s; |
| 197 | text-decoration: none; |
| 198 | } |
| 199 | a:visited { |
| 200 | color: #0d72b2; |
| 201 | } |
| 202 | a:hover { |
| 203 | color: #0f92e5; |
| 204 | } |
| 205 | a:focus { |
| 206 | outline: thin dotted; |
| 207 | } |
| 208 | |
| 209 | address { |
| 210 | margin: 0 0 1.5em; |
| 211 | } |
| 212 | |
| 213 | abbr[title], |
| 214 | acronym { |
| 215 | cursor: help; |
| 216 | } |
| 217 | |
| 218 | ins { |
| 219 | background: #eee; |
| 220 | text-decoration: none; |
| 221 | } |
| 222 | |
| 223 | dt { |
| 224 | font-weight: 700; |
| 225 | } |
| 226 | |
| 227 | fieldset { |
| 228 | border: 0; |
| 229 | margin: 0; |
| 230 | padding: 0; |
| 231 | } |
| 232 | |
| 233 | textarea { |
| 234 | resize: vertical; |
| 235 | } |
| 236 | |
| 237 | hr { |
| 238 | display: block; |
| 239 | height: 1px; |
| 240 | border: 0; |
| 241 | border-top: 1px solid #ccc; |
| 242 | margin: 1em 0; |
| 243 | padding: 0; |
| 244 | } |
| 245 | |
| 246 | img { |
| 247 | vertical-align: middle; |
| 248 | } |
| 249 | |
| 250 | @-webkit-keyframes "grow" { |
| 251 | 0% { |
| 252 | -webkit-transform: scale(0.3); |
| 253 | transform: scale(0.3); |
| 254 | } |
| 255 | 60% { |
| 256 | -webkit-transform: scale(1.15); |
| 257 | transform: scale(1.15); |
| 258 | } |
| 259 | 100% { |
| 260 | -webkit-transform: scale(1); |
| 261 | transform: scale(1); |
| 262 | } |
| 263 | } |
| 264 | |
| 265 | @keyframes "grow" { |
| 266 | 0% { |
| 267 | -webkit-transform: scale(0.3); |
| 268 | transform: scale(0.3); |
| 269 | } |
| 270 | 60% { |
| 271 | -webkit-transform: scale(1.15); |
| 272 | transform: scale(1.15); |
| 273 | } |
| 274 | 100% { |
| 275 | -webkit-transform: scale(1); |
| 276 | transform: scale(1); |
| 277 | } |
| 278 | } |
| 279 | @-webkit-keyframes "candy" { |
| 280 | 0% { |
| 281 | -webkit-transform: scale(1); |
| 282 | transform: scale(1); |
| 283 | } |
| 284 | 20% { |
| 285 | -webkit-transform: scale(1.15); |
| 286 | transform: scale(1.15); |
| 287 | } |
| 288 | 60% { |
| 289 | -webkit-transform: scale(0.95); |
| 290 | transform: scale(0.95); |
| 291 | } |
| 292 | 100% { |
| 293 | -webkit-transform: scale(1); |
| 294 | transform: scale(1); |
| 295 | } |
| 296 | } |
| 297 | @keyframes "candy" { |
| 298 | 0% { |
| 299 | -webkit-transform: scale(1); |
| 300 | transform: scale(1); |
| 301 | } |
| 302 | 20% { |
| 303 | -webkit-transform: scale(1.15); |
| 304 | transform: scale(1.15); |
| 305 | } |
| 306 | 60% { |
| 307 | -webkit-transform: scale(0.95); |
| 308 | transform: scale(0.95); |
| 309 | } |
| 310 | 100% { |
| 311 | -webkit-transform: scale(1); |
| 312 | transform: scale(1); |
| 313 | } |
| 314 | } |
| 315 | @-webkit-keyframes "flyer" { |
| 316 | 0% { |
| 317 | -webkit-transform: translate3d(0px, 0px, 0px); |
| 318 | transform: translate3d(0px, 0px, 0px); |
| 319 | } |
| 320 | 100% { |
| 321 | -webkit-transform: translate3d(680px, -680px, 0px); |
| 322 | transform: translate3d(680px, -680px, 0px); |
| 323 | } |
| 324 | } |
| 325 | @keyframes "flyer" { |
| 326 | 0% { |
| 327 | -webkit-transform: translate3d(0px, 0px, 0px); |
| 328 | transform: translate3d(0px, 0px, 0px); |
| 329 | } |
| 330 | 100% { |
| 331 | -webkit-transform: translate3d(680px, -680px, 0px); |
| 332 | transform: translate3d(680px, -680px, 0px); |
| 333 | } |
| 334 | } |
| 335 | .button, |
| 336 | .download-jetpack { |
| 337 | -webkit-transition: all .1s ease-in-out; |
| 338 | transition: all .1s ease-in-out; |
| 339 | } |
| 340 | |
| 341 | .jp-button, .jp-button--settings { |
| 342 | display: inline-block; |
| 343 | position: relative; |
| 344 | padding: 0.76923em 1.46154em; |
| 345 | color: #efefef; |
| 346 | font: 800 0.9285714286em/1 'Open Sans', Helvetica, sans-serif; |
| 347 | text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2); |
| 348 | background: #6f7476; |
| 349 | border-radius: 3px; |
| 350 | } |
| 351 | .jp-button:visited, .jp-button--settings:visited { |
| 352 | color: #efefef; |
| 353 | } |
| 354 | .jp-button:hover, .jp-button--settings:hover, .jp-button:focus, .jp-button--settings:focus { |
| 355 | color: #fff; |
| 356 | background: #57972d; |
| 357 | } |
| 358 | .jp-button:active, .jp-button--settings:active { |
| 359 | background: #57972d; |
| 360 | opacity: 0.8; |
| 361 | } |
| 362 | |
| 363 | .jp-button--settings { |
| 364 | background: #93b45f; |
| 365 | color: #e8eedf; |
| 366 | } |
| 367 | .jp-button--settings:visited { |
| 368 | color: #e8eedf; |
| 369 | } |
| 370 | .jp-button--settings:hover, .jp-button--settings:focus { |
| 371 | background: #9fbd72; |
| 372 | color: #fff; |
| 373 | } |
| 374 | .jp-button--settings.current { |
| 375 | background: #3c6621; |
| 376 | color: #fff; |
| 377 | box-shadow: inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621; |
| 378 | } |
| 379 | |
| 380 | .download-jetpack { |
| 381 | display: inline-block; |
| 382 | position: relative; |
| 383 | padding: 0.64286em 0.85714em 0.53571em; |
| 384 | color: #fff; |
| 385 | font: 400 20px/1 "proxima-nova", 'Open Sans', Helvetica, sans-serif; |
| 386 | background: #518d2a; |
| 387 | z-index: 3; |
| 388 | border-radius: 6px; |
| 389 | box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4); |
| 390 | } |
| 391 | .download-jetpack:visited { |
| 392 | color: #fff; |
| 393 | } |
| 394 | .download-jetpack:hover, .download-jetpack:focus { |
| 395 | color: #fff; |
| 396 | background: #57972d; |
| 397 | box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4); |
| 398 | } |
| 399 | .download-jetpack:active { |
| 400 | top: 6px; |
| 401 | box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4); |
| 402 | } |
| 403 | .download-jetpack:active:after { |
| 404 | top: -6px; |
| 405 | } |
| 406 | .download-jetpack:before { |
| 407 | content: ''; |
| 408 | display: inline-block; |
| 409 | position: relative; |
| 410 | top: -2px; |
| 411 | margin-left: 13px; |
| 412 | width: 30px; |
| 413 | height: 30px; |
| 414 | vertical-align: middle; |
| 415 | background: url("../images/connect-plug.svg") center center no-repeat; |
| 416 | background-size: 100%; |
| 417 | } |
| 418 | .download-jetpack:after { |
| 419 | content: ''; |
| 420 | position: absolute; |
| 421 | top: 0; |
| 422 | right: 0; |
| 423 | width: 100%; |
| 424 | height: 100%; |
| 425 | } |
| 426 | @media (max-width: 1147px) { |
| 427 | .download-jetpack { |
| 428 | font-size: 1.28571em; |
| 429 | } |
| 430 | .download-jetpack:before { |
| 431 | top: -1px; |
| 432 | width: 23px; |
| 433 | height: 23px; |
| 434 | } |
| 435 | } |
| 436 | @media (max-width: 900px) { |
| 437 | .download-jetpack:active { |
| 438 | top: 0; |
| 439 | } |
| 440 | } |
| 441 | @media (max-width: 530px) { |
| 442 | .download-jetpack { |
| 443 | font-size: 1.21429em; |
| 444 | font-weight: 600; |
| 445 | } |
| 446 | .download-jetpack:before { |
| 447 | width: 19px; |
| 448 | height: 19px; |
| 449 | margin-left: 9px; |
| 450 | } |
| 451 | } |
| 452 | |
| 453 | #searchsubmit { |
| 454 | display: inline-block; |
| 455 | border: none; |
| 456 | position: relative; |
| 457 | padding: 0.71429em 1.5em; |
| 458 | color: #efefef; |
| 459 | font: 800 0.8em/1 'Open Sans', Helvetica, sans-serif; |
| 460 | text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2); |
| 461 | background: #6f7476; |
| 462 | outline: none; |
| 463 | border-radius: 3px; |
| 464 | } |
| 465 | #searchsubmit:visited { |
| 466 | color: #efefef; |
| 467 | } |
| 468 | #searchsubmit:hover, #searchsubmit:focus { |
| 469 | color: #fff; |
| 470 | background: #2aa0d5; |
| 471 | } |
| 472 | #searchsubmit:active { |
| 473 | opacity: 0.7; |
| 474 | } |
| 475 | |
| 476 | @font-face { |
| 477 | font-family: 'automatticons'; |
| 478 | src: url("../_inc/fonts/automatticons/automatticons.eot"); |
| 479 | src: url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/automatticons/automatticons.woff") format("woff"), url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"), url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg"); |
| 480 | font-weight: normal; |
| 481 | font-style: normal; |
| 482 | } |
| 483 | @font-face { |
| 484 | font-family: "jetpack"; |
| 485 | src: url("../_inc/fonts/jetpack/jetpack.eot"); |
| 486 | src: url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/jetpack/jetpack.woff") format("woff"), url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"), url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg"); |
| 487 | font-weight: normal; |
| 488 | font-style: normal; |
| 489 | } |
| 490 | @media screen and (-webkit-min-device-pixel-ratio: 0) { |
| 491 | @font-face { |
| 492 | font-family: "jetpack"; |
| 493 | src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg"); |
| 494 | } |
| 495 | } |
| 496 | .nav-horizontal a { |
| 497 | display: inline-block; |
| 498 | } |
| 499 | .nav-horizontal li { |
| 500 | position: relative; |
| 501 | float: right; |
| 502 | } |
| 503 | .nav-horizontal ul { |
| 504 | margin: 0; |
| 505 | padding: 0; |
| 506 | } |
| 507 | |
| 508 | *, |
| 509 | *:before, |
| 510 | *:after { |
| 511 | -moz-box-sizing: border-box; |
| 512 | box-sizing: border-box; |
| 513 | } |
| 514 | |
| 515 | ::-moz-selection { |
| 516 | background: #91bd51; |
| 517 | color: #fff; |
| 518 | text-shadow: none; |
| 519 | } |
| 520 | |
| 521 | ::selection { |
| 522 | background: #91bd51; |
| 523 | color: #fff; |
| 524 | text-shadow: none; |
| 525 | } |
| 526 | |
| 527 | #wpbody-content { |
| 528 | padding-bottom: 0; |
| 529 | } |
| 530 | |
| 531 | #wpcontent { |
| 532 | margin-right: 160px; |
| 533 | padding: 0; |
| 534 | } |
| 535 | |
| 536 | ul#adminmenu a.toplevel_page_jetpack:after { |
| 537 | border-left-color: #81a844; |
| 538 | } |
| 539 | |
| 540 | .folded #wpcontent { |
| 541 | margin-right: 36px; |
| 542 | } |
| 543 | |
| 544 | .jp-content { |
| 545 | background: #f9f9f9; |
| 546 | margin: 0; |
| 547 | height: auto; |
| 548 | min-height: 100%; |
| 549 | width: 100%; |
| 550 | width: 100%; |
| 551 | -webkit-font-smoothing: antialiased; |
| 552 | } |
| 553 | .jp-content .wrapper { |
| 554 | background: #f9f9f9; |
| 555 | } |
| 556 | |
| 557 | @media (max-width: 900px) { |
| 558 | #wpcontent, |
| 559 | .auto-fold #wpcontent, |
| 560 | .auto-fold #wpfooter, |
| 561 | .modal, |
| 562 | .configure .frame.top.fixed { |
| 563 | margin-right: 36px; |
| 564 | padding-right: 0; |
| 565 | } |
| 566 | } |
| 567 | @media (max-width: 782px) { |
| 568 | #wpcontent, |
| 569 | .auto-fold #wpcontent, |
| 570 | .auto-fold #wpfooter, |
| 571 | .modal, |
| 572 | .configure .frame.top.fixed { |
| 573 | margin-right: 0; |
| 574 | } |
| 575 | } |
| 576 | |
| 577 | @media (max-width: 782px) { |
| 578 | .configure .frame.top.fixed { |
| 579 | padding-right: 0; |
| 580 | } |
| 581 | } |
| 582 | |
| 583 | .wrap.inner, |
| 584 | .page-content { |
| 585 | max-width: 950px; |
| 586 | margin: 0 auto; |
| 587 | } |
| 588 | .wrap.inner li, |
| 589 | .page-content li { |
| 590 | line-height: 23px; |
| 591 | } |
| 592 | |
| 593 | @media (max-width: 530px) { |
| 594 | .page-content { |
| 595 | margin-top: 0; |
| 596 | } |
| 597 | } |
| 598 | |
| 599 | @media (max-width: 1147px) { |
| 600 | .wrap.inner { |
| 601 | background: #f9f9f9; |
| 602 | padding: 15px; |
| 603 | } |
| 604 | } |
| 605 | @media (max-width: 530px) { |
| 606 | .wrap.inner { |
| 607 | margin-top: 1.71429em; |
| 608 | } |
| 609 | } |
| 610 | |
| 611 | .jetpack_page_jetpack_modules .header-nav { |
| 612 | margin: 0; |
| 613 | } |
| 614 | .jetpack_page_jetpack_modules .page-content { |
| 615 | max-width: 1200px; |
| 616 | min-height: 500px; |
| 617 | margin: 0; |
| 618 | } |
| 619 | |
| 620 | .page-content.about { |
| 621 | position: relative; |
| 622 | z-index: 10; |
| 623 | } |
| 624 | @media (max-width: 1147px) { |
| 625 | .page-content.about { |
| 626 | background: #f9f9f9; |
| 627 | padding: 15px; |
| 628 | } |
| 629 | } |
| 630 | |
| 631 | @media (max-width: 1147px) { |
| 632 | .page-content.configure { |
| 633 | background: #f9f9f9; |
| 634 | } |
| 635 | } |
| 636 | |
| 637 | .footer nav { |
| 638 | max-width: 550px; |
| 639 | margin: 0 auto; |
| 640 | } |
| 641 | |
| 642 | .header { |
| 643 | right: 0; |
| 644 | left: 0; |
| 645 | background: #81a844; |
| 646 | } |
| 647 | |
| 648 | .header-nav li { |
| 649 | line-height: 60px; |
| 650 | } |
| 651 | .header-nav a { |
| 652 | padding: 0 0.71429em; |
| 653 | line-height: 24px; |
| 654 | } |
| 655 | .header-nav .jetpack-logo a { |
| 656 | display: inline-block; |
| 657 | position: relative; |
| 658 | width: 214px; |
| 659 | margin-left: 6px; |
| 660 | background: url(../images/jetpack-logo.png) center center no-repeat; |
| 661 | background: url(../images/jetpack-logo.svg) center center no-repeat, none; |
| 662 | background-size: 183px auto; |
| 663 | color: #fff; |
| 664 | line-height: 60px; |
| 665 | font-weight: normal; |
| 666 | } |
| 667 | .header-nav .jetpack-logo a span { |
| 668 | text-indent: -9999px; |
| 669 | visibility: hidden; |
| 670 | } |
| 671 | .header-nav .jetpack-logo a:before { |
| 672 | content: ''; |
| 673 | position: absolute; |
| 674 | top: 0; |
| 675 | right: 0; |
| 676 | width: 100%; |
| 677 | height: 100%; |
| 678 | background-size: 183px 32px; |
| 679 | } |
| 680 | .header-nav .jetpack-modules + .jetpack-modules { |
| 681 | margin-right: 15px; |
| 682 | } |
| 683 | |
| 684 | .main-nav { |
| 685 | float: right; |
| 686 | } |
| 687 | .main-nav li { |
| 688 | margin: 0; |
| 689 | } |
| 690 | @media (max-width: 900px) { |
| 691 | .main-nav { |
| 692 | font-size: 13px; |
| 693 | } |
| 694 | } |
| 695 | |
| 696 | .user-nav { |
| 697 | float: left; |
| 698 | } |
| 699 | .user-nav li { |
| 700 | margin: 0; |
| 701 | } |
| 702 | |
| 703 | .jetpack-pagestyles #screen-meta { |
| 704 | margin: 0; |
| 705 | } |
| 706 | .jetpack-pagestyles #screen-meta-links .screen-meta-toggle { |
| 707 | z-index: 2; |
| 708 | } |
| 709 | .jetpack-pagestyles #screen-options-link-wrap, .jetpack-pagestyles #contextual-help-link-wrap { |
| 710 | border: none; |
| 711 | } |
| 712 | .jetpack-pagestyles .update-nag { |
| 713 | display: none; |
| 714 | } |
| 715 | |
| 716 | .masthead { |
| 717 | position: relative; |
| 718 | text-align: center; |
| 719 | z-index: 1; |
| 720 | background-color: #81a844; |
| 721 | background-image: -webkit-linear-gradient(top, #81a844, #8eb74e); |
| 722 | background-image: linear-gradient(top, #81a844, #8eb74e); |
| 723 | } |
| 724 | .masthead.hasbutton .flyer { |
| 725 | bottom: -270px; |
| 726 | } |
| 727 | .masthead.hasbutton .subhead { |
| 728 | margin-top: 175px; |
| 729 | } |
| 730 | @media (max-width: 530px) { |
| 731 | .masthead.hasbutton .subhead { |
| 732 | margin-top: 105px; |
| 733 | padding: 0; |
| 734 | } |
| 735 | } |
| 736 | .masthead h1, |
| 737 | .masthead h2 { |
| 738 | margin: 0 auto; |
| 739 | } |
| 740 | .masthead h1 { |
| 741 | padding: 2.5em 0 1.11111em; |
| 742 | max-width: 21.94444em; |
| 743 | color: #fff; |
| 744 | font: 300 2.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; |
| 745 | position: relative; |
| 746 | text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12); |
| 747 | z-index: 3; |
| 748 | } |
| 749 | .masthead h1 + .flyby { |
| 750 | margin-top: 180px; |
| 751 | } |
| 752 | @media (max-width: 1147px) { |
| 753 | .masthead h1 { |
| 754 | padding-top: 1.83333em; |
| 755 | font-size: 2.14286em; |
| 756 | } |
| 757 | } |
| 758 | @media (max-width: 782px) { |
| 759 | .masthead h1 { |
| 760 | max-width: 600px; |
| 761 | font-size: 28px; |
| 762 | } |
| 763 | } |
| 764 | @media (max-width: 530px) { |
| 765 | .masthead h1 { |
| 766 | margin: 0 15px; |
| 767 | padding: 31px 0 15px 0; |
| 768 | font-size: 21px; |
| 769 | font-weight: 400; |
| 770 | } |
| 771 | } |
| 772 | |
| 773 | .jetpack-connected .masthead h1 { |
| 774 | margin-bottom: 33px; |
| 775 | max-width: 600px; |
| 776 | } |
| 777 | |
| 778 | .flyby { |
| 779 | position: relative; |
| 780 | max-width: 1200px; |
| 781 | margin: 0 auto; |
| 782 | } |
| 783 | @media (max-width: 900px) { |
| 784 | .flyby { |
| 785 | display: none; |
| 786 | } |
| 787 | } |
| 788 | |
| 789 | .flyer { |
| 790 | position: absolute; |
| 791 | bottom: -200px; |
| 792 | right: 4%; |
| 793 | z-index: 1; |
| 794 | -webkit-animation: flyer 3.4s 2s ease-in-out; |
| 795 | animation: flyer 3.4s 2s ease-in-out; |
| 796 | } |
| 797 | .flyer:nth-child(2) { |
| 798 | right: 49%; |
| 799 | width: 120px; |
| 800 | height: 131px; |
| 801 | -webkit-animation-delay: 4.6s; |
| 802 | animation-delay: 4.6s; |
| 803 | -webkit-animation-duration: 2.4s; |
| 804 | animation-duration: 2.4s; |
| 805 | } |
| 806 | .flyer:nth-child(3) { |
| 807 | right: 23%; |
| 808 | width: 60px; |
| 809 | height: 66px; |
| 810 | -webkit-animation-delay: 5.8s; |
| 811 | animation-delay: 5.8s; |
| 812 | -webkit-animation-duration: 4.5s; |
| 813 | animation-duration: 4.5s; |
| 814 | } |
| 815 | |
| 816 | .subhead { |
| 817 | position: relative; |
| 818 | margin-top: 105px; |
| 819 | padding: 4em 0; |
| 820 | background: #f9f9f9; |
| 821 | z-index: 2; |
| 822 | } |
| 823 | .subhead h2 { |
| 824 | max-width: 460px; |
| 825 | color: #5d6d74; |
| 826 | font: 400 1.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; |
| 827 | text-shadow: 0 -1px 1px #fff; |
| 828 | } |
| 829 | @media (max-width: 900px) { |
| 830 | .subhead h2 { |
| 831 | max-width: 428px; |
| 832 | font-size: 20px; |
| 833 | } |
| 834 | } |
| 835 | @media (max-width: 530px) { |
| 836 | .subhead h2 { |
| 837 | display: none; |
| 838 | } |
| 839 | } |
| 840 | .subhead:after { |
| 841 | content: ''; |
| 842 | position: absolute; |
| 843 | bottom: 100%; |
| 844 | right: 0; |
| 845 | margin-bottom: -1px; |
| 846 | width: 100%; |
| 847 | height: 228px; |
| 848 | background: url("../images/the-cloud.svg") center bottom repeat-x; |
| 849 | pointer-events: none; |
| 850 | z-index: -1; |
| 851 | } |
| 852 | @media (max-width: 1147px) { |
| 853 | .subhead { |
| 854 | margin-top: 122px; |
| 855 | padding: 70px 0 49px; |
| 856 | } |
| 857 | .subhead:after { |
| 858 | background-size: 160% auto; |
| 859 | } |
| 860 | } |
| 861 | @media (max-width: 900px) { |
| 862 | .subhead { |
| 863 | margin-top: 122px; |
| 864 | padding: 70px 0 49px; |
| 865 | } |
| 866 | } |
| 867 | @media (max-width: 530px) { |
| 868 | .subhead { |
| 869 | margin-top: 83px; |
| 870 | padding: 47px 15px 39px; |
| 871 | } |
| 872 | } |
| 873 | |
| 874 | .clouds-sm { |
| 875 | height: 100px; |
| 876 | position: relative; |
| 877 | text-align: center; |
| 878 | z-index: 1; |
| 879 | background-color: #81a844; |
| 880 | background-image: -webkit-gradient(linear, right top, right bottom, from(#81a844), to(#89b348)); |
| 881 | background-image: -webkit-linear-gradient(top, #81a844, #89b348); |
| 882 | background-image: linear-gradient(top, #81a844, #89b348); |
| 883 | } |
| 884 | .clouds-sm:after { |
| 885 | content: ''; |
| 886 | position: absolute; |
| 887 | bottom: 0; |
| 888 | right: 0; |
| 889 | margin-bottom: -1px; |
| 890 | width: 100%; |
| 891 | height: 137px; |
| 892 | background: url("../images/the-cloud-sm.svg") center bottom repeat-x; |
| 893 | pointer-events: none; |
| 894 | z-index: 2; |
| 895 | } |
| 896 | @media (max-width: 530px) { |
| 897 | .clouds-sm { |
| 898 | height: 90px; |
| 899 | } |
| 900 | } |
| 901 | |
| 902 | .featured { |
| 903 | border-top: 1px solid #d6d6d6; |
| 904 | border-bottom: 1px solid #d6d6d6; |
| 905 | background: #fff; |
| 906 | position: relative; |
| 907 | padding: 2.0em 1em 4.6em 1em; |
| 908 | text-align: center; |
| 909 | z-index: 1; |
| 910 | } |
| 911 | .featured:before { |
| 912 | content: ""; |
| 913 | display: block; |
| 914 | position: absolute; |
| 915 | top: 0; |
| 916 | height: 100%; |
| 917 | z-index: -1; |
| 918 | } |
| 919 | .featured .features, .featured .modules { |
| 920 | margin: 0 auto; |
| 921 | display: inline-block; |
| 922 | } |
| 923 | @media (max-width: 530px) { |
| 924 | .featured { |
| 925 | display: none; |
| 926 | } |
| 927 | } |
| 928 | |
| 929 | .featured h2, |
| 930 | .module-grid h2 { |
| 931 | margin-top: 1em; |
| 932 | color: #5d6d74; |
| 933 | font: 300 2em/1em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; |
| 934 | text-align: center; |
| 935 | } |
| 936 | @media (max-width: 900px) { |
| 937 | .featured h2, |
| 938 | .module-grid h2 { |
| 939 | font-size: 30px; |
| 940 | } |
| 941 | } |
| 942 | @media (max-width: 782px) { |
| 943 | .featured h2, |
| 944 | .module-grid h2 { |
| 945 | font-size: 28px; |
| 946 | } |
| 947 | } |
| 948 | |
| 949 | .features, .modules { |
| 950 | margin: 0 -5px; |
| 951 | } |
| 952 | |
| 953 | .feature, |
| 954 | .module { |
| 955 | position: relative; |
| 956 | float: right; |
| 957 | margin: 0 5px 10px; |
| 958 | width: 310px; |
| 959 | -webkit-transition: all .2s ease-in-out; |
| 960 | transition: all .2s ease-in-out; |
| 961 | } |
| 962 | @media (max-width: 1147px) { |
| 963 | .feature, |
| 964 | .module { |
| 965 | margin: .75% 1.5% .75% 0; |
| 966 | width: 32.333333%; |
| 967 | -webkit-transition: none; |
| 968 | transition: none; |
| 969 | } |
| 970 | .feature:nth-child(3n + 1), |
| 971 | .module:nth-child(3n + 1) { |
| 972 | margin-right: 0; |
| 973 | } |
| 974 | .feature:hover, |
| 975 | .module:hover { |
| 976 | top: 0; |
| 977 | box-shadow: none; |
| 978 | } |
| 979 | } |
| 980 | |
| 981 | .feature { |
| 982 | -webkit-transform: translateZ(0); |
| 983 | transform: translateZ(0); |
| 984 | } |
| 985 | .feature h3 { |
| 986 | margin: 0 0 0.58824em; |
| 987 | color: #697b84; |
| 988 | font-size: 1.21429em; |
| 989 | line-height: 1em; |
| 990 | font-weight: 800; |
| 991 | } |
| 992 | .feature p { |
| 993 | margin: 0; |
| 994 | color: #6e818a; |
| 995 | } |
| 996 | .feature:before { |
| 997 | content: ''; |
| 998 | position: absolute; |
| 999 | bottom: 0; |
| 1000 | right: 0; |
| 1001 | width: 100%; |
| 1002 | height: 10px; |
| 1003 | background: rgba(0, 0, 0, 0.02); |
| 1004 | z-index: -1; |
| 1005 | -webkit-transform: translateZ(0); |
| 1006 | transform: translateZ(0); |
| 1007 | -webkit-transition: all .2s ease-in-out; |
| 1008 | transition: all .2s ease-in-out; |
| 1009 | } |
| 1010 | .feature:hover { |
| 1011 | -webkit-transform: translateY(-5px); |
| 1012 | -ms-transform: translateY(-5px); |
| 1013 | transform: translateY(-5px); |
| 1014 | } |
| 1015 | .feature:hover h3 { |
| 1016 | color: #1a8dba; |
| 1017 | } |
| 1018 | .feature:hover .feature-img { |
| 1019 | border: 1px solid #ccc; |
| 1020 | border-bottom: none; |
| 1021 | } |
| 1022 | .feature:hover .no-border { |
| 1023 | border: none; |
| 1024 | } |
| 1025 | .feature:hover:before { |
| 1026 | -webkit-transform: translateY(5px); |
| 1027 | -ms-transform: translateY(5px); |
| 1028 | transform: translateY(5px); |
| 1029 | } |
| 1030 | @media (max-width: 1147px) { |
| 1031 | .feature:hover h3 { |
| 1032 | color: #6e818a; |
| 1033 | } |
| 1034 | .feature:hover .feature-img { |
| 1035 | border: 1px solid #ddd; |
| 1036 | border-bottom: none; |
| 1037 | } |
| 1038 | .feature:hover .no-border { |
| 1039 | border: none; |
| 1040 | } |
| 1041 | } |
| 1042 | .feature .feature-img { |
| 1043 | padding-top: 52%; |
| 1044 | width: 100%; |
| 1045 | height: auto; |
| 1046 | border: 1px solid #ddd; |
| 1047 | border-bottom: none; |
| 1048 | } |
| 1049 | .feature .feature-img.custom-css { |
| 1050 | background: url("../images/custom-css.jpg") no-repeat; |
| 1051 | background-size: 100% auto; |
| 1052 | } |
| 1053 | @media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) { |
| 1054 | .feature .feature-img.custom-css { |
| 1055 | background-image: url("../images/custom-css@2x.jpg"); |
| 1056 | } |
| 1057 | } |
| 1058 | .feature .feature-img.wordpress-connect { |
| 1059 | background: url("../images/wordpress-connect.jpg") no-repeat; |
| 1060 | background-size: 100% auto; |
| 1061 | } |
| 1062 | @media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) { |
| 1063 | .feature .feature-img.wordpress-connect { |
| 1064 | background-image: url("../images/wordpress-connect@2x.jpg"); |
| 1065 | } |
| 1066 | } |
| 1067 | .feature .feature-img.wordpress-stats { |
| 1068 | background: url("../images/wordpress-stats.jpg") no-repeat; |
| 1069 | background-size: 100% auto; |
| 1070 | } |
| 1071 | @media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) { |
| 1072 | .feature .feature-img.wordpress-stats { |
| 1073 | background-image: url("../images/wordpress-stats@2x.jpg"); |
| 1074 | } |
| 1075 | } |
| 1076 | .feature .feature-img.no-border { |
| 1077 | border: none; |
| 1078 | padding-bottom: 1px; |
| 1079 | } |
| 1080 | |
| 1081 | .feature-description { |
| 1082 | display: block; |
| 1083 | padding: 1em 1.07143em 1.07143em; |
| 1084 | border: 1px solid #ddd; |
| 1085 | background: #f5f5f5; |
| 1086 | } |
| 1087 | .feature:hover .feature-description { |
| 1088 | background: #fff; |
| 1089 | border-color: #ccc; |
| 1090 | } |
| 1091 | @media (max-width: 1147px) { |
| 1092 | .feature:hover .feature-description { |
| 1093 | border: 1px solid #ddd; |
| 1094 | background: #f5f5f5; |
| 1095 | } |
| 1096 | } |
| 1097 | @media (max-width: 900px) { |
| 1098 | .feature-description { |
| 1099 | min-height: 115px; |
| 1100 | } |
| 1101 | } |
| 1102 | |
| 1103 | .cat { |
| 1104 | clear: both; |
| 1105 | margin-bottom: 23px; |
| 1106 | } |
| 1107 | .cat h3 { |
| 1108 | font-size: 24px; |
| 1109 | font-weight: 300; |
| 1110 | margin: 0 6px 13px 0; |
| 1111 | text-align: right; |
| 1112 | } |
| 1113 | .cat .clear { |
| 1114 | clear: both; |
| 1115 | } |
| 1116 | |
| 1117 | .module-grid { |
| 1118 | text-align: center; |
| 1119 | } |
| 1120 | .module-grid h2 { |
| 1121 | margin: 1em 0; |
| 1122 | } |
| 1123 | @media (max-width: 530px) { |
| 1124 | .module-grid h2 { |
| 1125 | padding-top: 16px; |
| 1126 | margin-top: 0; |
| 1127 | font-size: 25px; |
| 1128 | } |
| 1129 | } |
| 1130 | |
| 1131 | #module-search { |
| 1132 | position: relative; |
| 1133 | width: 100%; |
| 1134 | max-width: 40.71429em; |
| 1135 | margin: 0 auto 1.07143em; |
| 1136 | overflow: hidden; |
| 1137 | } |
| 1138 | |
| 1139 | #jetpack-search { |
| 1140 | margin: 0; |
| 1141 | padding: 11px 16px 11px 16px; |
| 1142 | width: 100%; |
| 1143 | border: 1px solid #c9ced0; |
| 1144 | border-radius: 3px; |
| 1145 | background: #fff; |
| 1146 | color: #5c6671; |
| 1147 | line-height: 1.3; |
| 1148 | } |
| 1149 | #jetpack-search:focus { |
| 1150 | color: #5c6671; |
| 1151 | outline: none; |
| 1152 | } |
| 1153 | #jetpack-search:focus + label { |
| 1154 | background: transparent; |
| 1155 | opacity: 0; |
| 1156 | } |
| 1157 | #jetpack-search::-webkit-input-placeholder { |
| 1158 | color: #a8acae; |
| 1159 | } |
| 1160 | #jetpack-search :-moz-placeholder { |
| 1161 | color: #a8acae; |
| 1162 | } |
| 1163 | #jetpack-search::-moz-placeholder { |
| 1164 | color: #a8acae; |
| 1165 | } |
| 1166 | #jetpack-search:-ms-input-placeholder { |
| 1167 | color: #a8acae; |
| 1168 | } |
| 1169 | #jetpack-search + label { |
| 1170 | position: absolute; |
| 1171 | top: 1px; |
| 1172 | left: 1px; |
| 1173 | bottom: 1px; |
| 1174 | width: 48px; |
| 1175 | color: #abafb1; |
| 1176 | text-indent: -9999px; |
| 1177 | pointer-events: none; |
| 1178 | border-radius: 3px; |
| 1179 | -webkit-transition: all .2s ease-in-out; |
| 1180 | transition: all .2s ease-in-out; |
| 1181 | } |
| 1182 | #jetpack-search + label:after { |
| 1183 | content: '\f400'; |
| 1184 | position: absolute; |
| 1185 | left: 11px; |
| 1186 | text-align: left; |
| 1187 | top: 4px; |
| 1188 | font-size: 1.71429em; |
| 1189 | font-weight: normal; |
| 1190 | font-family: "genericons"; |
| 1191 | } |
| 1192 | |
| 1193 | .jp-filter { |
| 1194 | margin-bottom: 2.85714em; |
| 1195 | color: #6f7476; |
| 1196 | } |
| 1197 | .jp-filter a { |
| 1198 | display: inline-block; |
| 1199 | position: relative; |
| 1200 | padding: 0.76923em 1.46154em; |
| 1201 | color: #aaa; |
| 1202 | font: 600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif; |
| 1203 | text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.2); |
| 1204 | background: #eee; |
| 1205 | border-radius: 3px; |
| 1206 | background-clip: padding-box; |
| 1207 | } |
| 1208 | .jp-filter a.selected, .jp-filter a:hover, .jp-filter a:focus { |
| 1209 | color: #efefef; |
| 1210 | text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2); |
| 1211 | background: #6f7476; |
| 1212 | } |
| 1213 | @media (max-width: 530px) { |
| 1214 | .jp-filter a { |
| 1215 | padding: 0.76em 1em; |
| 1216 | } |
| 1217 | } |
| 1218 | |
| 1219 | .module { |
| 1220 | display: block; |
| 1221 | padding: 0.71429em 1.07143em 1em; |
| 1222 | text-align: right; |
| 1223 | border: 1px solid #dae0e2; |
| 1224 | background: #fff; |
| 1225 | box-shadow: 0 0 0 rgba(0, 0, 0, 0.03); |
| 1226 | -webkit-transition: opacity 2s ease-in; |
| 1227 | transition: opacity 2s ease-in; |
| 1228 | } |
| 1229 | .module:hover { |
| 1230 | border-color: #8ac9e8; |
| 1231 | background: #f8fcfe; |
| 1232 | } |
| 1233 | .module h3 { |
| 1234 | cursor: pointer; |
| 1235 | margin: 0 0 0.5em; |
| 1236 | color: #1a8dba; |
| 1237 | font-size: 1.14286em; |
| 1238 | line-height: 1.4em; |
| 1239 | font-weight: 700; |
| 1240 | } |
| 1241 | .module p { |
| 1242 | margin: 0; |
| 1243 | color: #686f72; |
| 1244 | font-size: 0.85714em; |
| 1245 | } |
| 1246 | .module:hover, .module:focus { |
| 1247 | border-color: #8ac9e8; |
| 1248 | background: #f8fcfe; |
| 1249 | } |
| 1250 | .module.active { |
| 1251 | border-color: #2ea2cc; |
| 1252 | box-shadow: inset -4px 0 0 #2ea2cc; |
| 1253 | } |
| 1254 | .module.active:hover { |
| 1255 | border-color: #69bedd; |
| 1256 | box-shadow: inset -4px 0 0 #69bedd; |
| 1257 | } |
| 1258 | .module .button, |
| 1259 | .module .button-primary { |
| 1260 | margin-top: 15px; |
| 1261 | } |
| 1262 | @media (max-width: 530px) { |
| 1263 | .module .configure, .module .activate { |
| 1264 | display: block; |
| 1265 | width: 100%; |
| 1266 | text-align: center; |
| 1267 | } |
| 1268 | .module .button, |
| 1269 | .module .button-primary { |
| 1270 | width: 50%; |
| 1271 | } |
| 1272 | .module .button-primary { |
| 1273 | line-height: normal; |
| 1274 | padding: 6px 14px; |
| 1275 | height: auto; |
| 1276 | font-size: 14px; |
| 1277 | } |
| 1278 | } |
| 1279 | @media screen and (max-width: 450px) { |
| 1280 | .module .button, |
| 1281 | .module .button-primary { |
| 1282 | margin: 20px auto 0 auto; |
| 1283 | } |
| 1284 | .module .button.alignright, |
| 1285 | .module .button-primary.alignright { |
| 1286 | float: none; |
| 1287 | } |
| 1288 | } |
| 1289 | @media (max-width: 1147px) { |
| 1290 | .cat .module:nth-child(3n + 1) { |
| 1291 | margin: .75% 1.5% .75% 0; |
| 1292 | } |
| 1293 | .cat .module:nth-child(3n - 1) { |
| 1294 | margin-right: 0; |
| 1295 | } |
| 1296 | } |
| 1297 | @media (max-width: 900px) { |
| 1298 | .cat .module { |
| 1299 | margin: 1% 2% 1% 0; |
| 1300 | } |
| 1301 | .cat .module:nth-child(2n + 1) { |
| 1302 | margin: 1% 2% 1% 0; |
| 1303 | } |
| 1304 | .cat .module:nth-child(2n + 0) { |
| 1305 | margin-right: 0; |
| 1306 | } |
| 1307 | } |
| 1308 | @media (max-width: 530px) { |
| 1309 | .cat .module { |
| 1310 | margin: 5px 0; |
| 1311 | } |
| 1312 | .cat .module:nth-child(2n + 1) { |
| 1313 | margin-right: 0; |
| 1314 | } |
| 1315 | .cat .module:nth-child(2n + 0) { |
| 1316 | margin-right: 0; |
| 1317 | } |
| 1318 | } |
| 1319 | @media (max-width: 900px) { |
| 1320 | .module { |
| 1321 | margin: 1% 2% 1% 0; |
| 1322 | width: 49%; |
| 1323 | } |
| 1324 | .module:nth-child(3n + 1) { |
| 1325 | margin-right: 2%; |
| 1326 | } |
| 1327 | .module:nth-child(2n + 1) { |
| 1328 | margin-right: 0; |
| 1329 | } |
| 1330 | } |
| 1331 | @media (max-width: 530px) { |
| 1332 | .module { |
| 1333 | margin: 5px 0; |
| 1334 | width: 100%; |
| 1335 | } |
| 1336 | .module:nth-child(3n + 1) { |
| 1337 | margin-right: 0; |
| 1338 | } |
| 1339 | .module:nth-child(2n + 1) { |
| 1340 | margin-right: 0; |
| 1341 | } |
| 1342 | } |
| 1343 | |
| 1344 | .new { |
| 1345 | position: relative; |
| 1346 | } |
| 1347 | .new:after { |
| 1348 | content: 'NEW'; |
| 1349 | position: absolute; |
| 1350 | top: -8px; |
| 1351 | left: -8px; |
| 1352 | padding-top: 10px; |
| 1353 | width: 32px; |
| 1354 | height: 32px; |
| 1355 | color: #fff; |
| 1356 | font-size: 8px; |
| 1357 | font-weight: 800; |
| 1358 | text-align: center; |
| 1359 | text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); |
| 1360 | background: url("../images/new-badge.svg") center center no-repeat; |
| 1361 | background-size: 100%; |
| 1362 | border-radius: 50%; |
| 1363 | } |
| 1364 | |
| 1365 | .paid { |
| 1366 | display: inline-block; |
| 1367 | position: relative; |
| 1368 | top: 5px; |
| 1369 | margin-right: 10px; |
| 1370 | padding: 1px 4px 0 6px; |
| 1371 | height: 13px; |
| 1372 | color: #fff; |
| 1373 | font: 700 10px/1 "Open Sans", Helvetica, Arial, sans-serif; |
| 1374 | text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); |
| 1375 | background: #d0d0d0; |
| 1376 | vertical-align: top; |
| 1377 | } |
| 1378 | .paid:before, .paid:after { |
| 1379 | position: absolute; |
| 1380 | top: 0; |
| 1381 | left: 100%; |
| 1382 | font: normal 14px/14px "genericons"; |
| 1383 | } |
| 1384 | .paid:before { |
| 1385 | content: '\f503'; |
| 1386 | color: #d0d0d0; |
| 1387 | text-shadow: none; |
| 1388 | } |
| 1389 | .paid:after { |
| 1390 | content: '\f428'; |
| 1391 | margin-left: -5px; |
| 1392 | font-size: 11px; |
| 1393 | } |
| 1394 | |
| 1395 | .rtl .paid:before { |
| 1396 | content: '\f501'; |
| 1397 | } |
| 1398 | |
| 1399 | .load-more { |
| 1400 | margin: 2.71429em 0 6.15385em; |
| 1401 | } |
| 1402 | |
| 1403 | .set { |
| 1404 | display: none; |
| 1405 | } |
| 1406 | |
| 1407 | .show.set { |
| 1408 | display: block; |
| 1409 | } |
| 1410 | |
| 1411 | .loading { |
| 1412 | bottom: 50%; |
| 1413 | position: absolute; |
| 1414 | top: 50%; |
| 1415 | width: 100%; |
| 1416 | } |
| 1417 | .loading span { |
| 1418 | color: #999; |
| 1419 | } |
| 1420 | |
| 1421 | .modal { |
| 1422 | background: #fff; |
| 1423 | position: fixed; |
| 1424 | top: 52px; |
| 1425 | bottom: 20px; |
| 1426 | left: 20px; |
| 1427 | right: 20px; |
| 1428 | margin-right: 160px; |
| 1429 | display: none; |
| 1430 | box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); |
| 1431 | z-index: 500; |
| 1432 | } |
| 1433 | .modal .close { |
| 1434 | position: absolute; |
| 1435 | top: 0; |
| 1436 | left: 0; |
| 1437 | font: 300 1.71429em "genericons" !important; |
| 1438 | color: #777; |
| 1439 | content: '\f405'; |
| 1440 | display: inline-block; |
| 1441 | padding: 0.28571em 0.71429em 0.42857em; |
| 1442 | z-index: 5; |
| 1443 | } |
| 1444 | .modal .close:hover { |
| 1445 | background: #eee; |
| 1446 | opacity: 0.8; |
| 1447 | } |
| 1448 | .modal .close:active { |
| 1449 | background: #eee; |
| 1450 | opacity: 0.4; |
| 1451 | } |
| 1452 | .modal #jp-post-flair { |
| 1453 | display: none; |
| 1454 | } |
| 1455 | .modal .content-container { |
| 1456 | position: absolute; |
| 1457 | top: 0; |
| 1458 | left: 0; |
| 1459 | bottom: 0; |
| 1460 | right: 0; |
| 1461 | overflow: auto; |
| 1462 | padding: 2.14286em; |
| 1463 | } |
| 1464 | .modal .content { |
| 1465 | margin: 0 auto; |
| 1466 | max-width: 900px; |
| 1467 | text-align: right; |
| 1468 | } |
| 1469 | .modal h2 { |
| 1470 | text-align: right; |
| 1471 | margin-top: 0; |
| 1472 | color: #5d6d74; |
| 1473 | font: 300 32px "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; |
| 1474 | text-shadow: 0 -1px 1px #fff; |
| 1475 | } |
| 1476 | @media (max-width: 530px) { |
| 1477 | .modal h2 { |
| 1478 | font-size: 26px; |
| 1479 | } |
| 1480 | } |
| 1481 | .modal h5 { |
| 1482 | clear: right; |
| 1483 | } |
| 1484 | .modal p { |
| 1485 | font-size: 1.23077em; |
| 1486 | } |
| 1487 | .modal footer { |
| 1488 | position: absolute; |
| 1489 | right: 0; |
| 1490 | bottom: 0; |
| 1491 | width: 100%; |
| 1492 | padding: 12px 20px; |
| 1493 | border-top: 1px solid #ddd; |
| 1494 | background: #fff; |
| 1495 | text-align: left; |
| 1496 | } |
| 1497 | .modal footer ul { |
| 1498 | margin: 0; |
| 1499 | } |
| 1500 | .modal footer li { |
| 1501 | display: inline-block; |
| 1502 | margin: 0; |
| 1503 | } |
| 1504 | .modal .button-secondary, |
| 1505 | .modal .button-primary:active { |
| 1506 | vertical-align: baseline; |
| 1507 | } |
| 1508 | @media (max-width: 900px) { |
| 1509 | .modal { |
| 1510 | bottom: 5%; |
| 1511 | margin-right: 36px; |
| 1512 | font-size: 80%; |
| 1513 | } |
| 1514 | .modal .content { |
| 1515 | top: 38px; |
| 1516 | } |
| 1517 | } |
| 1518 | @media (max-width: 782px) { |
| 1519 | .modal { |
| 1520 | top: 66px; |
| 1521 | margin-right: 0; |
| 1522 | } |
| 1523 | } |
| 1524 | @media (max-width: 600px) { |
| 1525 | .modal { |
| 1526 | top: 10px; |
| 1527 | left: 10px; |
| 1528 | bottom: 10px; |
| 1529 | right: 10px; |
| 1530 | } |
| 1531 | } |
| 1532 | |
| 1533 | .jp-info-img { |
| 1534 | float: left; |
| 1535 | margin: 0 30px 30px 0; |
| 1536 | } |
| 1537 | .jp-info-img img { |
| 1538 | border: 1px solid #ddd; |
| 1539 | max-width: 100%; |
| 1540 | height: auto; |
| 1541 | } |
| 1542 | .jp-info-img img:first-child { |
| 1543 | margin-top: 0; |
| 1544 | } |
| 1545 | @media (max-width: 782px) { |
| 1546 | .jp-info-img { |
| 1547 | float: none; |
| 1548 | margin: 0 0 15px; |
| 1549 | } |
| 1550 | } |
| 1551 | |
| 1552 | .content-container.modal-footer { |
| 1553 | bottom: 53px; |
| 1554 | } |
| 1555 | |
| 1556 | .shade { |
| 1557 | background: #000; |
| 1558 | bottom: 0; |
| 1559 | cursor: pointer; |
| 1560 | display: none; |
| 1561 | right: 0; |
| 1562 | opacity: 0.2; |
| 1563 | position: fixed; |
| 1564 | left: 0; |
| 1565 | top: 0; |
| 1566 | z-index: 11; |
| 1567 | } |
| 1568 | |
| 1569 | .entry-title, |
| 1570 | .page-template-default h1 { |
| 1571 | margin-top: 0.61111em; |
| 1572 | color: #5d6d74; |
| 1573 | font: 300 2.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; |
| 1574 | text-shadow: 0 -1px 1px #fff; |
| 1575 | } |
| 1576 | @media (max-width: 530px) { |
| 1577 | .entry-title, |
| 1578 | .page-template-default h1 { |
| 1579 | font-size: 2em; |
| 1580 | } |
| 1581 | } |
| 1582 | |
| 1583 | .blog h3, |
| 1584 | .single h3, |
| 1585 | .page-template-default h2 { |
| 1586 | margin-top: 0.61111em; |
| 1587 | color: #5d6d74; |
| 1588 | font: 300 1.9em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; |
| 1589 | text-shadow: 0 -1px 1px #fff; |
| 1590 | } |
| 1591 | @media (max-width: 530px) { |
| 1592 | .blog h3, |
| 1593 | .single h3, |
| 1594 | .page-template-default h2 { |
| 1595 | font-size: 1.4em; |
| 1596 | } |
| 1597 | } |
| 1598 | |
| 1599 | .page-template-default p { |
| 1600 | line-height: 1.71429em; |
| 1601 | } |
| 1602 | |
| 1603 | .blog .type-post, |
| 1604 | .page-template-default .type-page, |
| 1605 | .single .type-post, |
| 1606 | .single .type-jetpack_support { |
| 1607 | float: right; |
| 1608 | width: 70%; |
| 1609 | } |
| 1610 | |
| 1611 | .footer { |
| 1612 | margin-top: 1.42857em; |
| 1613 | position: relative; |
| 1614 | padding: 10em 0 4.28571em; |
| 1615 | text-align: center; |
| 1616 | } |
| 1617 | .footer:before, .footer:after { |
| 1618 | content: ''; |
| 1619 | position: absolute; |
| 1620 | right: 0; |
| 1621 | pointer-events: none; |
| 1622 | } |
| 1623 | .footer:before { |
| 1624 | top: 0; |
| 1625 | margin-top: -1px; |
| 1626 | width: 100%; |
| 1627 | height: 195px; |
| 1628 | } |
| 1629 | .footer:after { |
| 1630 | display: none; |
| 1631 | } |
| 1632 | .footer .download-jetpack { |
| 1633 | margin-bottom: 33px; |
| 1634 | } |
| 1635 | @media (min-width: 1147px) { |
| 1636 | .footer { |
| 1637 | padding-bottom: 35px; |
| 1638 | } |
| 1639 | } |
| 1640 | @media (max-width: 1147px) { |
| 1641 | .footer { |
| 1642 | padding-top: 165px; |
| 1643 | padding-bottom: 0; |
| 1644 | /*&:after { |
| 1645 | display: none; |
| 1646 | }*/ |
| 1647 | } |
| 1648 | .footer:before { |
| 1649 | background-size: 160% auto; |
| 1650 | } |
| 1651 | .footer ul { |
| 1652 | float: none; |
| 1653 | overflow: hidden; |
| 1654 | } |
| 1655 | } |
| 1656 | @media (max-width: 900px) { |
| 1657 | .footer { |
| 1658 | padding-top: 146px; |
| 1659 | } |
| 1660 | } |
| 1661 | @media (max-width: 782px) { |
| 1662 | .footer { |
| 1663 | margin-top: 0; |
| 1664 | } |
| 1665 | } |
| 1666 | @media (max-width: 530px) { |
| 1667 | .footer { |
| 1668 | margin-top: 0; |
| 1669 | padding-top: 135px; |
| 1670 | } |
| 1671 | } |
| 1672 | @media (max-width: 320px) { |
| 1673 | .footer { |
| 1674 | padding-top: 76px; |
| 1675 | } |
| 1676 | } |
| 1677 | |
| 1678 | .footer nav { |
| 1679 | max-width: 100%; |
| 1680 | } |
| 1681 | .footer nav a, |
| 1682 | .footer nav a:visited { |
| 1683 | padding: 4px 6px; |
| 1684 | color: #999; |
| 1685 | } |
| 1686 | .footer nav a:hover, .footer nav a:focus, |
| 1687 | .footer nav a:visited:hover, |
| 1688 | .footer nav a:visited:focus { |
| 1689 | color: #81A844; |
| 1690 | } |
| 1691 | @media (max-width: 1147px) { |
| 1692 | .footer nav a:hover, .footer nav a:focus, |
| 1693 | .footer nav a:visited:hover, |
| 1694 | .footer nav a:visited:focus { |
| 1695 | color: #81a844; |
| 1696 | } |
| 1697 | } |
| 1698 | @media (max-width: 530px) { |
| 1699 | .footer nav li { |
| 1700 | display: block; |
| 1701 | float: none; |
| 1702 | margin: 0; |
| 1703 | text-align: right; |
| 1704 | } |
| 1705 | .footer nav a { |
| 1706 | display: block; |
| 1707 | padding: 0 16px; |
| 1708 | line-height: 44px; |
| 1709 | } |
| 1710 | } |
| 1711 | |
| 1712 | .primary { |
| 1713 | padding: 25px 15px 10px 15px; |
| 1714 | border-bottom: 1px solid #eee; |
| 1715 | } |
| 1716 | |
| 1717 | .secondary-footer { |
| 1718 | margin: 0 auto; |
| 1719 | } |
| 1720 | .secondary-footer li { |
| 1721 | margin-left: 5px; |
| 1722 | } |
| 1723 | @media (min-width: 782px) { |
| 1724 | .secondary-footer { |
| 1725 | padding: 8px 15px 10px; |
| 1726 | margin-bottom: 30px; |
| 1727 | border-bottom: 1px solid #eee; |
| 1728 | } |
| 1729 | } |
| 1730 | @media (min-width: 1147px) { |
| 1731 | .secondary-footer { |
| 1732 | margin-bottom: 0; |
| 1733 | } |
| 1734 | } |
| 1735 | @media (max-width: 782px) { |
| 1736 | .secondary-footer { |
| 1737 | padding: 8px 15px 8px; |
| 1738 | border-bottom: none; |
| 1739 | } |
| 1740 | } |
| 1741 | @media (max-width: 530px) { |
| 1742 | .secondary-footer { |
| 1743 | margin: 0; |
| 1744 | padding: 0; |
| 1745 | border: none; |
| 1746 | font-weight: 400; |
| 1747 | } |
| 1748 | .secondary-footer a { |
| 1749 | border-top: 1px solid #eee; |
| 1750 | } |
| 1751 | } |
| 1752 | |
| 1753 | .footer .a8c-attribution { |
| 1754 | margin: 0; |
| 1755 | padding: 0 6px; |
| 1756 | color: #bbb; |
| 1757 | font-size: 0.78571em; |
| 1758 | font-family: "Gill Sans", "Gill Sans MT", "Open Sans", Helvetica, Arial, sans-serif; |
| 1759 | text-transform: uppercase; |
| 1760 | } |
| 1761 | .footer .a8c-attribution a { |
| 1762 | display: inline-block; |
| 1763 | position: relative; |
| 1764 | padding: 4px 16px; |
| 1765 | left: 9999px; |
| 1766 | outline: 0; |
| 1767 | } |
| 1768 | .footer .a8c-attribution a:after { |
| 1769 | content: 'A'; |
| 1770 | position: absolute; |
| 1771 | top: 2px; |
| 1772 | left: -9999px; |
| 1773 | height: 100%; |
| 1774 | color: #999; |
| 1775 | font-size: 1.54545em; |
| 1776 | font-family: "automatticons"; |
| 1777 | text-align: center; |
| 1778 | } |
| 1779 | .footer .a8c-attribution a:hover:after { |
| 1780 | -webkit-animation: candy .4s ease-in-out; |
| 1781 | animation: candy .4s ease-in-out; |
| 1782 | } |
| 1783 | |
| 1784 | @media (min-width: 782px) { |
| 1785 | .secondary { |
| 1786 | padding: 0 15px 10px 15px; |
| 1787 | border-bottom: 1px solid #eee; |
| 1788 | } |
| 1789 | } |
| 1790 | @media (min-width: 1147px) { |
| 1791 | .secondary { |
| 1792 | padding: 0 15px 10px 15px; |
| 1793 | border-bottom: none; |
| 1794 | } |
| 1795 | } |
| 1796 | |
| 1797 | .jetpack-message { |
| 1798 | background: #8eb74e; |
| 1799 | border: 1px solid #73963d; |
| 1800 | margin: 33px auto 0; |
| 1801 | max-width: 90%; |
| 1802 | position: relative; |
| 1803 | z-index: 2; |
| 1804 | } |
| 1805 | .jetpack-message.is-opt-in { |
| 1806 | margin: 50px 0 0; |
| 1807 | max-width: 100%; |
| 1808 | padding: 10px 15px; |
| 1809 | background: #fff; |
| 1810 | border: 0; |
| 1811 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 1812 | font-size: 13px; |
| 1813 | text-align: center; |
| 1814 | } |
| 1815 | .subhead .jetpack-message.is-opt-in { |
| 1816 | margin: 0; |
| 1817 | padding-bottom: 0; |
| 1818 | background: transparent; |
| 1819 | box-shadow: none; |
| 1820 | } |
| 1821 | .subhead .jetpack-message.is-opt-in .jp-button, .subhead .jetpack-message.is-opt-in .jp-button--settings { |
| 1822 | display: inline-block; |
| 1823 | } |
| 1824 | .jetpack-message.is-opt-in p { |
| 1825 | color: #3c4549; |
| 1826 | } |
| 1827 | .jetpack-message.is-opt-in .jp-button, .jetpack-message.is-opt-in .jp-button--settings { |
| 1828 | margin-top: 15px; |
| 1829 | display: none; |
| 1830 | } |
| 1831 | .jetpack-message h4 { |
| 1832 | color: #fff; |
| 1833 | margin: 0; |
| 1834 | } |
| 1835 | .jetpack-message p { |
| 1836 | color: #fff; |
| 1837 | margin: 0; |
| 1838 | opacity: 0.7; |
| 1839 | } |
| 1840 | .jetpack-message .squeezer { |
| 1841 | padding: 23px 80px 23px 23px; |
| 1842 | position: relative; |
| 1843 | text-align: right; |
| 1844 | } |
| 1845 | .jetpack-message .squeezer:before { |
| 1846 | color: #fff; |
| 1847 | content: '\f418'; |
| 1848 | font-family: 'Genericons'; |
| 1849 | font-size: 33px; |
| 1850 | height: 33px; |
| 1851 | right: 25px; |
| 1852 | opacity: 0.6; |
| 1853 | position: absolute; |
| 1854 | top: 23px; |
| 1855 | top: calc( 50% - 22px ); |
| 1856 | } |
| 1857 | @media (max-width: 530px) { |
| 1858 | .jetpack-message .squeezer { |
| 1859 | padding: 23px; |
| 1860 | } |
| 1861 | .jetpack-message .squeezer:before { |
| 1862 | display: none; |
| 1863 | } |
| 1864 | } |
| 1865 | .jetpack-message .squeezer a { |
| 1866 | color: #FFF; |
| 1867 | border-bottom: 1px solid #D5E4BD; |
| 1868 | } |
| 1869 | .jetpack-message .squeezer a:hover { |
| 1870 | border-bottom: 1px solid #F1F6E9; |
| 1871 | } |
| 1872 | .jetpack-message.error .squeezer:before, .jetpack-message.jetpack-err .squeezer:before { |
| 1873 | content: '\f414'; |
| 1874 | } |
| 1875 | |
| 1876 | .configure-module .jetpack-message { |
| 1877 | max-width: 100%; |
| 1878 | } |
| 1879 | |
| 1880 | .jetpack-modules #site-icon-deprecated .info, |
| 1881 | .modules h3.icon, |
| 1882 | .jetpack-modules .info a { |
| 1883 | width: auto; |
| 1884 | } |
| 1885 | .jetpack-modules #site-icon-deprecated .info:before, |
| 1886 | .modules h3.icon:before, |
| 1887 | .jetpack-modules .info a:before { |
| 1888 | display: inline-block; |
| 1889 | position: relative; |
| 1890 | top: 1px; |
| 1891 | right: -3px; |
| 1892 | margin-left: 2px; |
| 1893 | opacity: 0.8; |
| 1894 | font: normal 20px "genericons"; |
| 1895 | vertical-align: top; |
| 1896 | } |
| 1897 | |
| 1898 | .jetpack-modules .info a:before { |
| 1899 | margin-top: 1px; |
| 1900 | } |
| 1901 | |
| 1902 | .latex:before, |
| 1903 | .jetpack-modules #latex .info a:before { |
| 1904 | content: '\f408'; |
| 1905 | } |
| 1906 | |
| 1907 | .carousel:before, |
| 1908 | .jetpack-modules #carousel .info a:before { |
| 1909 | content: '\f102'; |
| 1910 | } |
| 1911 | |
| 1912 | .modules h3.contact-form:before, |
| 1913 | .jetpack-modules #contact-form .info a:before { |
| 1914 | content: '\f175'; |
| 1915 | font: normal 20px "dashicons"; |
| 1916 | } |
| 1917 | |
| 1918 | .modules h3.custom-css:before, |
| 1919 | .jetpack-modules #custom-css .info a:before { |
| 1920 | content: '\f100'; |
| 1921 | font: normal 20px "dashicons"; |
| 1922 | } |
| 1923 | |
| 1924 | .modules h3.enhanced-distribution:before, |
| 1925 | .jetpack-modules #enhanced-distribution .info a:before { |
| 1926 | content: '\f237'; |
| 1927 | font: normal 20px "dashicons"; |
| 1928 | } |
| 1929 | |
| 1930 | .modules h3.widgets:before, |
| 1931 | .jetpack-modules #widgets .info a:before { |
| 1932 | content: '\f116'; |
| 1933 | font: normal 20px "dashicons"; |
| 1934 | } |
| 1935 | |
| 1936 | .modules h3.gravatar-hovercards:before, |
| 1937 | .jetpack-modules #gravatar-hovercards .info a:before { |
| 1938 | content: 'G'; |
| 1939 | font-family: "automatticons"; |
| 1940 | } |
| 1941 | |
| 1942 | .infinite-scroll:before, |
| 1943 | .jetpack-modules #infinite-scroll .info a:before { |
| 1944 | content: '\f408'; |
| 1945 | } |
| 1946 | |
| 1947 | .comments:before, |
| 1948 | .jetpack-modules #comments .info a:before { |
| 1949 | content: '\f108'; |
| 1950 | } |
| 1951 | |
| 1952 | .sso:before, |
| 1953 | .jetpack-modules #sso .info a:before { |
| 1954 | content: '\f205'; |
| 1955 | } |
| 1956 | |
| 1957 | .json-api:before, |
| 1958 | .jetpack-modules #json-api .info a:before { |
| 1959 | content: '\f415'; |
| 1960 | } |
| 1961 | |
| 1962 | .likes:before, |
| 1963 | .jetpack-modules #likes .info a:before { |
| 1964 | content: '\f408'; |
| 1965 | } |
| 1966 | |
| 1967 | .markdown:before, |
| 1968 | .jetpack-modules #markdown .info a:before { |
| 1969 | content: '\f462'; |
| 1970 | } |
| 1971 | |
| 1972 | .minileven:before, |
| 1973 | .jetpack-modules #minileven .info a:before { |
| 1974 | content: '\f453'; |
| 1975 | } |
| 1976 | |
| 1977 | .manage:before, |
| 1978 | .jetpack-modules #manage .info a:before { |
| 1979 | content: '\f205'; |
| 1980 | } |
| 1981 | |
| 1982 | .monitor:before, |
| 1983 | .jetpack-modules #monitor .info a:before { |
| 1984 | content: '\f468'; |
| 1985 | } |
| 1986 | |
| 1987 | .notes:before, |
| 1988 | .jetpack-modules #notes .info a:before { |
| 1989 | content: '\f300'; |
| 1990 | } |
| 1991 | |
| 1992 | .omnisearch:before, |
| 1993 | .jetpack-modules #omnisearch .info a:before { |
| 1994 | content: '\f400'; |
| 1995 | } |
| 1996 | |
| 1997 | .photon:before, |
| 1998 | .jetpack-modules #photon .info a:before { |
| 1999 | content: '\f403'; |
| 2000 | } |
| 2001 | |
| 2002 | .post-by-email:before, |
| 2003 | .jetpack-modules #post-by-email .info a:before { |
| 2004 | content: '\f410'; |
| 2005 | } |
| 2006 | |
| 2007 | .protect:before, |
| 2008 | .jetpack-modules #protect .info a:before { |
| 2009 | content: '\f470'; |
| 2010 | position: relative; |
| 2011 | top: -1px; |
| 2012 | } |
| 2013 | |
| 2014 | .modules h3.publicize:before, |
| 2015 | .jetpack-modules #publicize .info a:before { |
| 2016 | content: '\f237'; |
| 2017 | font: normal 20px "dashicons"; |
| 2018 | } |
| 2019 | |
| 2020 | .related-posts:before, |
| 2021 | .jetpack-modules #related-posts .info a:before { |
| 2022 | content: '\f420'; |
| 2023 | } |
| 2024 | |
| 2025 | .sharedaddy:before, |
| 2026 | .jetpack-modules #sharedaddy .info a:before { |
| 2027 | content: '\f415'; |
| 2028 | } |
| 2029 | |
| 2030 | .shortcodes:before, |
| 2031 | .jetpack-modules #shortcodes .info a:before { |
| 2032 | content: '\f100'; |
| 2033 | } |
| 2034 | |
| 2035 | .verification-tools:before, |
| 2036 | .jetpack-modules #verification-tools .info a:before { |
| 2037 | content: '\f425'; |
| 2038 | } |
| 2039 | |
| 2040 | .after-the-deadline:before, |
| 2041 | .jetpack-modules #after-the-deadline .info a:before { |
| 2042 | content: '\f411'; |
| 2043 | } |
| 2044 | |
| 2045 | .subscriptions:before, |
| 2046 | .jetpack-modules #subscriptions .info a:before { |
| 2047 | content: '\f410'; |
| 2048 | } |
| 2049 | |
| 2050 | .tiled-gallery:before, |
| 2051 | .jetpack-modules #tiled-gallery .info a:before { |
| 2052 | content: '\f103'; |
| 2053 | } |
| 2054 | |
| 2055 | .modules h3.vaultpress:before, |
| 2056 | .jetpack-modules #vaultpress .info a:before { |
| 2057 | content: 'V'; |
| 2058 | font-family: "automatticons"; |
| 2059 | } |
| 2060 | |
| 2061 | .videopress:before, |
| 2062 | .jetpack-modules #videopress .info a:before { |
| 2063 | content: '\f104'; |
| 2064 | } |
| 2065 | |
| 2066 | .modules h3.widget-visibility:before, |
| 2067 | .jetpack-modules #widget-visibility .info a:before { |
| 2068 | content: '\f116'; |
| 2069 | font: normal 20px "dashicons"; |
| 2070 | } |
| 2071 | |
| 2072 | .stats:before, |
| 2073 | .jetpack-modules #stats .info a:before { |
| 2074 | content: '\f205'; |
| 2075 | } |
| 2076 | |
| 2077 | .shortlinks:before, |
| 2078 | .jetpack-modules #shortlinks .info a:before { |
| 2079 | content: '\f107'; |
| 2080 | } |
| 2081 | |
| 2082 | .modules h3.custom-content-types:before, |
| 2083 | .jetpack-modules #custom-content-types .info a:before { |
| 2084 | content: '\f498'; |
| 2085 | font: normal 20px "dashicons"; |
| 2086 | } |
| 2087 | |
| 2088 | .modules h3.site-icon:before, |
| 2089 | .jetpack-modules #site-icon .info a:before { |
| 2090 | content: '\f475'; |
| 2091 | } |
| 2092 | |
| 2093 | .jetpack-modules #site-icon-deprecated .info:before { |
| 2094 | content: '\f475'; |
| 2095 | } |
| 2096 | |
| 2097 | @media (max-width: 782px) { |
| 2098 | .blog .type-post, |
| 2099 | .page-template-default .type-page, |
| 2100 | .single .type-post, |
| 2101 | .single .type-jetpack_support { |
| 2102 | width: 100%; |
| 2103 | } |
| 2104 | } |
| 2105 | @media (max-width: 600px) { |
| 2106 | .clouds-sm { |
| 2107 | display: none; |
| 2108 | } |
| 2109 | } |
| 2110 | @media (max-width: 530px) { |
| 2111 | .wrap.inner.jp-support .jp-support-column-left { |
| 2112 | width: 100%; |
| 2113 | } |
| 2114 | .wrap.inner.jp-support .jp-support-column-left .widget-text { |
| 2115 | margin-left: 0; |
| 2116 | width: 100%; |
| 2117 | } |
| 2118 | .wrap.inner.jp-support .jp-support-column-right { |
| 2119 | width: 100%; |
| 2120 | } |
| 2121 | } |
| 2122 | @media screen and (max-width: 515px) { |
| 2123 | .jp-frame .header-nav { |
| 2124 | padding-bottom: 10px; |
| 2125 | } |
| 2126 | .jp-frame .header-nav li { |
| 2127 | line-height: 30px; |
| 2128 | } |
| 2129 | .jp-frame .header-nav .jetpack-logo { |
| 2130 | width: 100%; |
| 2131 | text-align: center; |
| 2132 | } |
| 2133 | .jp-frame .header-nav .jetpack-modules { |
| 2134 | margin: 0; |
| 2135 | width: 50%; |
| 2136 | text-align: left; |
| 2137 | padding: 0 5px; |
| 2138 | } |
| 2139 | .jp-frame .header-nav .jetpack-modules + .jetpack-modules { |
| 2140 | text-align: right; |
| 2141 | } |
| 2142 | .jp-frame .header-nav .jetpack-modules:nth-child(4) { |
| 2143 | text-align: center; |
| 2144 | margin: 0 auto; |
| 2145 | width: 100%; |
| 2146 | } |
| 2147 | .jp-frame .header-nav .jetpack-modules:nth-child(4) a { |
| 2148 | padding: 0 10px; |
| 2149 | } |
| 2150 | } |
| 2151 | @media (max-width: 320px) { |
| 2152 | .jetpack_page_jetpack_modules .wrap { |
| 2153 | padding: 0 0 1em; |
| 2154 | } |
| 2155 | } |
| 2156 | |
| 2157 | .page-content.configure { |
| 2158 | margin-top: 0; |
| 2159 | } |
| 2160 | |
| 2161 | .configure .frame.top { |
| 2162 | border: none; |
| 2163 | box-shadow: none; |
| 2164 | padding-top: 1.42857em; |
| 2165 | position: relative; |
| 2166 | top: auto; |
| 2167 | } |
| 2168 | .configure .frame.top.fixed { |
| 2169 | background: #f9f9f9; |
| 2170 | border-bottom: 1px solid #e9e9e9; |
| 2171 | padding-right: 160px; |
| 2172 | margin-top: -6px; |
| 2173 | position: fixed; |
| 2174 | left: 0; |
| 2175 | top: 32px; |
| 2176 | width: 100%; |
| 2177 | z-index: 4; |
| 2178 | box-shadow: 0 2px 2px -2px #eee; |
| 2179 | } |
| 2180 | @media (max-width: 782px) { |
| 2181 | .configure .frame.top.fixed { |
| 2182 | border: none; |
| 2183 | box-shadow: none; |
| 2184 | padding-top: 1.42857em; |
| 2185 | position: relative; |
| 2186 | top: auto; |
| 2187 | } |
| 2188 | } |
| 2189 | @media (max-width: 600px) { |
| 2190 | .configure .frame.top.fixed { |
| 2191 | top: 0; |
| 2192 | } |
| 2193 | } |
| 2194 | .configure .frame.top .tablenav.top { |
| 2195 | float: right; |
| 2196 | } |
| 2197 | @media (max-width: 900px) { |
| 2198 | .configure .frame.top .tablenav.top .actions { |
| 2199 | display: block; |
| 2200 | } |
| 2201 | } |
| 2202 | @media (max-width: 782px) { |
| 2203 | .configure .frame.top .tablenav.top .actions { |
| 2204 | margin-top: 6px; |
| 2205 | } |
| 2206 | } |
| 2207 | |
| 2208 | .jp-frame-top-fixed .configure { |
| 2209 | padding-top: 94px; |
| 2210 | } |
| 2211 | |
| 2212 | .filter-search { |
| 2213 | display: none; |
| 2214 | float: left; |
| 2215 | margin-top: 10px; |
| 2216 | } |
| 2217 | @media (max-width: 782px) { |
| 2218 | .filter-search { |
| 2219 | display: block; |
| 2220 | } |
| 2221 | } |
| 2222 | @media (max-width: 530px) { |
| 2223 | .filter-search { |
| 2224 | display: none; |
| 2225 | } |
| 2226 | } |
| 2227 | |
| 2228 | .module-actions.landing-page { |
| 2229 | float: left; |
| 2230 | margin-left: 15px; |
| 2231 | } |
| 2232 | .module-actions.landing-page a { |
| 2233 | font-size: 0.6em; |
| 2234 | } |
| 2235 | |
| 2236 | .table-bordered.jetpack-modules { |
| 2237 | border: none; |
| 2238 | margin-bottom: 0; |
| 2239 | } |
| 2240 | .table-bordered.jetpack-modules tr.jetpack-module th { |
| 2241 | border-right: 0; |
| 2242 | padding: 14px 4px 0; |
| 2243 | } |
| 2244 | .table-bordered.jetpack-modules tr.jetpack-module th input { |
| 2245 | display: block; |
| 2246 | } |
| 2247 | .table-bordered.jetpack-modules tr.jetpack-module:hover .genericon { |
| 2248 | display: inline-block; |
| 2249 | } |
| 2250 | .table-bordered.jetpack-modules tr.jetpack-module:hover td .row-actions span a { |
| 2251 | opacity: 1; |
| 2252 | } |
| 2253 | .table-bordered.jetpack-modules tr.jetpack-module.active th, |
| 2254 | .table-bordered.jetpack-modules tr.jetpack-module.active td { |
| 2255 | background: #f7fcfe; |
| 2256 | } |
| 2257 | .table-bordered.jetpack-modules tr.jetpack-module.active th { |
| 2258 | border-right: 4px solid #2ea2cc; |
| 2259 | padding-right: 0px; |
| 2260 | } |
| 2261 | .table-bordered.jetpack-modules tr.jetpack-module.active td:first-child { |
| 2262 | border-right: 4px solid #2ea2cc; |
| 2263 | } |
| 2264 | .table-bordered.jetpack-modules tr.jetpack-module.unavailable { |
| 2265 | opacity: 0.3; |
| 2266 | } |
| 2267 | .table-bordered.jetpack-modules tr.jetpack-module.unavailable input { |
| 2268 | display: none; |
| 2269 | } |
| 2270 | .table-bordered.jetpack-modules tr.jetpack-module#vaultpress { |
| 2271 | opacity: 1; |
| 2272 | } |
| 2273 | .table-bordered.jetpack-modules tr.jetpack-module.deprecated span { |
| 2274 | color: #888; |
| 2275 | } |
| 2276 | .table-bordered.jetpack-modules tr.jetpack-module.deprecated .dep-msg { |
| 2277 | margin-left: 10px; |
| 2278 | color: #555; |
| 2279 | } |
| 2280 | .table-bordered.jetpack-modules tr.jetpack-module th, |
| 2281 | .table-bordered.jetpack-modules tr.jetpack-module td { |
| 2282 | background: #fff; |
| 2283 | margin: 0; |
| 2284 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 2285 | } |
| 2286 | .table-bordered.jetpack-modules tr.jetpack-module td { |
| 2287 | padding: 10px 14px 8px 10px; |
| 2288 | line-height: 25px; |
| 2289 | } |
| 2290 | .table-bordered.jetpack-modules tr.jetpack-module td:first-child { |
| 2291 | border-right: 4px solid #fff; |
| 2292 | } |
| 2293 | .table-bordered.jetpack-modules tr.jetpack-module td .row-actions { |
| 2294 | float: left; |
| 2295 | padding: 0 0 1px; |
| 2296 | visibility: visible; |
| 2297 | } |
| 2298 | .table-bordered.jetpack-modules tr.jetpack-module td .row-actions span { |
| 2299 | margin-right: 5px; |
| 2300 | } |
| 2301 | .table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a { |
| 2302 | opacity: 0; |
| 2303 | } |
| 2304 | .table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a:focus { |
| 2305 | opacity: 1; |
| 2306 | } |
| 2307 | @media (max-width: 530px) { |
| 2308 | .table-bordered.jetpack-modules tr.jetpack-module td .row-actions { |
| 2309 | display: none; |
| 2310 | } |
| 2311 | } |
| 2312 | @media (max-width: 782px) { |
| 2313 | .table-bordered.jetpack-modules tr.jetpack-module td .row-actions { |
| 2314 | display: block; |
| 2315 | padding-right: 10px; |
| 2316 | visibility: visible; |
| 2317 | } |
| 2318 | } |
| 2319 | .table-bordered.jetpack-modules > thead > tr > th { |
| 2320 | border: 0; |
| 2321 | vertical-align: middle; |
| 2322 | } |
| 2323 | .table-bordered.jetpack-modules > thead > tr > th:last-child { |
| 2324 | padding-left: 0; |
| 2325 | } |
| 2326 | @media (max-width: 782px) { |
| 2327 | .table-bordered.jetpack-modules > thead > tr > th:last-child { |
| 2328 | padding-right: 0; |
| 2329 | } |
| 2330 | } |
| 2331 | .table-bordered.jetpack-modules td { |
| 2332 | background: #fff; |
| 2333 | } |
| 2334 | .table-bordered.jetpack-modules #doaction { |
| 2335 | margin-top: 0; |
| 2336 | } |
| 2337 | @media (max-width: 782px) { |
| 2338 | .table-bordered.jetpack-modules #doaction { |
| 2339 | padding: 10px 7px; |
| 2340 | } |
| 2341 | } |
| 2342 | .table-bordered.jetpack-modules .checkall { |
| 2343 | margin-top: 1px; |
| 2344 | } |
| 2345 | .table-bordered.jetpack-modules .filter-search { |
| 2346 | margin-top: 8px; |
| 2347 | } |
| 2348 | .table-bordered.jetpack-modules .genericon { |
| 2349 | color: #999; |
| 2350 | display: none; |
| 2351 | margin: 7px 3px 0; |
| 2352 | } |
| 2353 | @media (max-width: 900px) { |
| 2354 | .table-bordered.jetpack-modules .genericon { |
| 2355 | display: inline-block; |
| 2356 | } |
| 2357 | } |
| 2358 | .table-bordered.jetpack-modules .med { |
| 2359 | width: 70px; |
| 2360 | } |
| 2361 | .table-bordered.jetpack-modules .sm { |
| 2362 | width: 30px; |
| 2363 | } |
| 2364 | @media (max-width: 782px) { |
| 2365 | .table-bordered.jetpack-modules .check-column { |
| 2366 | width: 50px; |
| 2367 | } |
| 2368 | } |
| 2369 | |
| 2370 | .fixed-top .check-column { |
| 2371 | padding: 8px 10px 0 10px; |
| 2372 | width: 2.2em; |
| 2373 | } |
| 2374 | |
| 2375 | .wrap { |
| 2376 | margin: 0; |
| 2377 | padding: 0 1.5em 1em; |
| 2378 | overflow: hidden; |
| 2379 | } |
| 2380 | .wrap h2 { |
| 2381 | font-size: 24px; |
| 2382 | font-weight: 400; |
| 2383 | } |
| 2384 | .wrap .manage-left { |
| 2385 | float: right; |
| 2386 | margin: 0; |
| 2387 | padding: 0; |
| 2388 | width: 63%; |
| 2389 | } |
| 2390 | .wrap .manage-left table { |
| 2391 | width: 100%; |
| 2392 | } |
| 2393 | .wrap .manage-left th { |
| 2394 | font-weight: 400; |
| 2395 | } |
| 2396 | @media (max-width: 782px) { |
| 2397 | .wrap .manage-left { |
| 2398 | width: 100%; |
| 2399 | } |
| 2400 | } |
| 2401 | .wrap .manage-right { |
| 2402 | margin: 0; |
| 2403 | padding: 0; |
| 2404 | /*position: absolute; |
| 2405 | right: 0;*/ |
| 2406 | float: left; |
| 2407 | width: 35%; |
| 2408 | z-index: 1; |
| 2409 | } |
| 2410 | .wrap .manage-right p { |
| 2411 | font-size: 12px; |
| 2412 | font-weight: bold; |
| 2413 | color: #bbb; |
| 2414 | padding-top: 2px; |
| 2415 | text-transform: uppercase; |
| 2416 | letter-spacing: 1px; |
| 2417 | clear: right; |
| 2418 | } |
| 2419 | .wrap .manage-right .bumper { |
| 2420 | margin-right: 33px; |
| 2421 | } |
| 2422 | .wrap .manage-right.show { |
| 2423 | display: block; |
| 2424 | overflow-y: auto; |
| 2425 | overflow-x: hidden; |
| 2426 | position: absolute; |
| 2427 | z-index: 100000; |
| 2428 | } |
| 2429 | .wrap .manage-right .search-bar { |
| 2430 | margin-bottom: 18px; |
| 2431 | max-width: 300px; |
| 2432 | } |
| 2433 | .wrap .manage-right p.search-box { |
| 2434 | float: none; |
| 2435 | height: auto; |
| 2436 | margin-bottom: 0; |
| 2437 | position: relative; |
| 2438 | } |
| 2439 | .wrap .manage-right p.search-box input[type='search'] { |
| 2440 | padding: 0 8px; |
| 2441 | width: 90%; |
| 2442 | line-height: initial; |
| 2443 | } |
| 2444 | @media (max-width: 782px) { |
| 2445 | .wrap .manage-right p.search-box input[type='search'] { |
| 2446 | float: right; |
| 2447 | padding: 9px 8px; |
| 2448 | } |
| 2449 | } |
| 2450 | .wrap .manage-left p.search-box input[type="submit"] { |
| 2451 | display: none; |
| 2452 | } |
| 2453 | .wrap .manage-right .button-group .button { |
| 2454 | outline: none; |
| 2455 | } |
| 2456 | .wrap .manage-right .subsubsub { |
| 2457 | margin: 0; |
| 2458 | padding: 0; |
| 2459 | } |
| 2460 | .wrap .manage-right .subsubsub a { |
| 2461 | padding: 0; |
| 2462 | line-height: inherit; |
| 2463 | } |
| 2464 | .wrap .manage-right .subsubsub .current { |
| 2465 | padding: 1px 5px; |
| 2466 | border-radius: 2px; |
| 2467 | margin-right: -5px; |
| 2468 | background: #0D72B2; |
| 2469 | color: #fff; |
| 2470 | } |
| 2471 | .wrap .manage-right .subsubsub .current .count { |
| 2472 | color: #BCD7E7; |
| 2473 | font-weight: 200; |
| 2474 | } |
| 2475 | .wrap .manage-right .subsubsub li { |
| 2476 | display: block; |
| 2477 | text-align: right; |
| 2478 | } |
| 2479 | @media (max-width: 782px) { |
| 2480 | .wrap .manage-right { |
| 2481 | background: #fff; |
| 2482 | bottom: 0; |
| 2483 | display: none; |
| 2484 | min-width: 300px; |
| 2485 | position: fixed; |
| 2486 | left: 0; |
| 2487 | top: 0; |
| 2488 | z-index: 13; |
| 2489 | box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); |
| 2490 | } |
| 2491 | .wrap .manage-right .bumper { |
| 2492 | margin: 13px; |
| 2493 | } |
| 2494 | .wrap .manage-right .navbar-form { |
| 2495 | margin: 0; |
| 2496 | padding: 0; |
| 2497 | } |
| 2498 | } |
| 2499 | |
| 2500 | @media (max-width: 782px) { |
| 2501 | .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) { |
| 2502 | padding: 11px 10px; |
| 2503 | display: block; |
| 2504 | } |
| 2505 | |
| 2506 | .jetpack_page_jetpack_modules #doaction { |
| 2507 | padding: 7px 14px; |
| 2508 | } |
| 2509 | .jetpack_page_jetpack_modules .fixed-top thead .check-column { |
| 2510 | padding: 28px 10px 0 10px; |
| 2511 | } |
| 2512 | .jetpack_page_jetpack_modules .filter-search { |
| 2513 | margin-top: 28px; |
| 2514 | } |
| 2515 | .jetpack_page_jetpack_modules .filter-search .button { |
| 2516 | padding: 7px 14px; |
| 2517 | } |
| 2518 | |
| 2519 | .manage-right.show .subsubsub li { |
| 2520 | padding: 5px; |
| 2521 | } |
| 2522 | } |
| 2523 | @media (max-width: 650px) { |
| 2524 | .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions { |
| 2525 | float: none; |
| 2526 | padding-right: 18px; |
| 2527 | } |
| 2528 | } |
| 2529 | @media (max-width: 430px) { |
| 2530 | .table-bordered.jetpack-modules tr.jetpack-module td .row-actions { |
| 2531 | display: none; |
| 2532 | } |
| 2533 | |
| 2534 | .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions { |
| 2535 | display: block; |
| 2536 | } |
| 2537 | } |
| 2538 | /* 'Pages' is a temporary location for these styles, until we can break them up into their proper atmoic locations */ |
| 2539 | .configure-module p { |
| 2540 | font-size: 14px; |
| 2541 | } |
| 2542 | .configure-module p.success, .configure-module p.error { |
| 2543 | color: #fff; |
| 2544 | padding: 10px; |
| 2545 | } |
| 2546 | .configure-module p.success { |
| 2547 | background-color: #81a844; |
| 2548 | } |
| 2549 | .configure-module p.error { |
| 2550 | background-color: #d94f4f; |
| 2551 | } |
| 2552 | |
| 2553 | .protect-status p { |
| 2554 | font-size: 16px; |
| 2555 | } |
| 2556 | .protect-status strong { |
| 2557 | display: inline-block; |
| 2558 | margin-top: 10px; |
| 2559 | background: #fff; |
| 2560 | padding: 10px; |
| 2561 | border: 1px #ddd solid; |
| 2562 | font-size: 16px; |
| 2563 | color: #000; |
| 2564 | max-width: 100%; |
| 2565 | } |
| 2566 | .protect-status.attn { |
| 2567 | color: #d94f4f; |
| 2568 | } |
| 2569 | .protect-status.working { |
| 2570 | color: #81a844; |
| 2571 | } |
| 2572 | |
| 2573 | /* Whitelisting */ |
| 2574 | #non-editable-whitelist { |
| 2575 | margin-top: 15px; |
| 2576 | } |
| 2577 | |
| 2578 | .protect-whitelist textarea { |
| 2579 | width: 100%; |
| 2580 | min-height: 150px; |
| 2581 | } |
| 2582 | |
| 2583 | #editable-whitelist .whitelist-table { |
| 2584 | width: 100%; |
| 2585 | } |
| 2586 | |
| 2587 | /* btns + inputs */ |
| 2588 | .configure-module input[disabled] { |
| 2589 | opacity: .5; |
| 2590 | } |
| 2591 | .configure-module input.button-primary { |
| 2592 | font-weight: bold; |
| 2593 | } |
| 2594 | |
| 2595 | /* whitelist table */ |
| 2596 | .whitelist-table { |
| 2597 | border-top: 1px solid; |
| 2598 | border-left: 1px solid; |
| 2599 | border-color: #ddd; |
| 2600 | background-color: #fff; |
| 2601 | } |
| 2602 | .whitelist-table td, .whitelist-table th { |
| 2603 | padding: 10px; |
| 2604 | margin: 0; |
| 2605 | border-bottom: 1px solid; |
| 2606 | border-right: 1px solid; |
| 2607 | border-color: #ddd; |
| 2608 | font-size: 14px; |
| 2609 | } |
| 2610 | .whitelist-table th.heading { |
| 2611 | font-weight: bold; |
| 2612 | color: #5d6d74; |
| 2613 | text-align: right; |
| 2614 | background-color: #eee; |
| 2615 | } |
| 2616 | .whitelist-table td.item-actions { |
| 2617 | border-right: none; |
| 2618 | text-align: left; |
| 2619 | } |
| 2620 | .whitelist-table .toolbar { |
| 2621 | padding: 0; |
| 2622 | } |
| 2623 | .whitelist-table .add-btn { |
| 2624 | text-align: center; |
| 2625 | width: 10%; |
| 2626 | border-right: 1px #ddd solid; |
| 2627 | } |
| 2628 | |
| 2629 | .ip-address, .enter-ip { |
| 2630 | width: 90%; |
| 2631 | text-align: right; |
| 2632 | vertical-align: middle; |
| 2633 | } |
| 2634 | |
| 2635 | .delete-ip-address { |
| 2636 | text-align: center; |
| 2637 | border: 0; |
| 2638 | background: transparent; |
| 2639 | color: #6f7476; |
| 2640 | box-shadow: none; |
| 2641 | font-size: 20px; |
| 2642 | margin: 0; |
| 2643 | padding: 0; |
| 2644 | cursor: pointer; |
| 2645 | border-radius: 2px; |
| 2646 | } |
| 2647 | .delete-ip-address:hover { |
| 2648 | background: #eee; |
| 2649 | } |
| 2650 | |
| 2651 | .toolbar div { |
| 2652 | float: right; |
| 2653 | padding: 10px; |
| 2654 | } |
| 2655 | |
| 2656 | @media only screen and (min-width: 1100px) { |
| 2657 | #non-editable-whitelist { |
| 2658 | width: 28%; |
| 2659 | float: left; |
| 2660 | margin-top: 0; |
| 2661 | } |
| 2662 | |
| 2663 | .protect-whitelist { |
| 2664 | width: 65%; |
| 2665 | float: right; |
| 2666 | } |
| 2667 | } |
| 2668 | /* end > 1065px */ |
| 2669 | @media only screen and (max-width: 1130px) { |
| 2670 | .enter-ip input[type="text"] { |
| 2671 | max-width: 175px; |
| 2672 | } |
| 2673 | } |
| 2674 | /* end < 1130px */ |
| 2675 | @media only screen and (max-width: 1250px) and (min-width: 1065px), (max-width: 730px) and (min-width: 600px) { |
| 2676 | .enter-ip { |
| 2677 | width: 85%; |
| 2678 | } |
| 2679 | |
| 2680 | .add-btn { |
| 2681 | width: 15%; |
| 2682 | } |
| 2683 | } |
| 2684 | /* end < 1250px & > 1065px */ |
| 2685 | @media only screen and (max-width: 782px) { |
| 2686 | .add-btn { |
| 2687 | text-align: left; |
| 2688 | } |
| 2689 | |
| 2690 | .add-btn .ip-add { |
| 2691 | margin-top: 4px; |
| 2692 | margin-bottom: 3px; |
| 2693 | } |
| 2694 | } |
| 2695 | /* end < 782px */ |
| 2696 | @media only screen and (max-width: 730px) { |
| 2697 | .add-btn { |
| 2698 | text-align: center; |
| 2699 | } |
| 2700 | } |
| 2701 | /* end < 730px */ |
| 2702 | @media only screen and (max-width: 665px) and (min-width: 600px) { |
| 2703 | .enter-ip input[type="text"] { |
| 2704 | max-width: 165px; |
| 2705 | } |
| 2706 | } |
| 2707 | /* end < 665px & > 600px */ |
| 2708 | @media only screen and (max-width: 600px) { |
| 2709 | .toolbar div { |
| 2710 | width: 100%; |
| 2711 | } |
| 2712 | |
| 2713 | .add-btn { |
| 2714 | border-top: 1px #ddd solid; |
| 2715 | } |
| 2716 | |
| 2717 | .enter-ip { |
| 2718 | text-align: center; |
| 2719 | } |
| 2720 | |
| 2721 | .enter-ip strong { |
| 2722 | display: block; |
| 2723 | margin-bottom: 5px; |
| 2724 | } |
| 2725 | |
| 2726 | .enter-ip input[type="text"] { |
| 2727 | width: 100%; |
| 2728 | max-width: 100%; |
| 2729 | } |
| 2730 | |
| 2731 | .add-btn input, |
| 2732 | .enter-ip .button { |
| 2733 | width: 50%; |
| 2734 | margin: 0 auto; |
| 2735 | } |
| 2736 | |
| 2737 | .enter-ip .button { |
| 2738 | margin-top: 10px; |
| 2739 | } |
| 2740 | } |
| 2741 | /* end > 600px */ |
| 2742 | @media only screen and (max-width: 400px) { |
| 2743 | .protect-status strong { |
| 2744 | font-size: 12px; |
| 2745 | overflow: auto; |
| 2746 | } |
| 2747 | |
| 2748 | .add-btn input, |
| 2749 | .enter-ip .button { |
| 2750 | width: 100%; |
| 2751 | } |
| 2752 | } |
| 2753 | /* end < 400px */ |
| 2754 | .my-jetpack-actions { |
| 2755 | margin: 0 0 40px 0; |
| 2756 | } |
| 2757 | .my-jetpack-actions .j-col { |
| 2758 | padding: 0; |
| 2759 | text-align: center; |
| 2760 | } |
| 2761 | .my-jetpack-actions #user-list { |
| 2762 | height: 30px; |
| 2763 | margin-top: -1px; |
| 2764 | margin-right: -3px; |
| 2765 | } |
| 2766 | |
| 2767 | #jetpack-disconnect-content { |
| 2768 | display: none; |
| 2769 | text-align: center; |
| 2770 | } |
| 2771 | #jetpack-disconnect-content .cancel-disconnect { |
| 2772 | display: block; |
| 2773 | margin-top: 10px; |
| 2774 | } |
| 2775 | |
| 2776 | .connection-details { |
| 2777 | border: 1px #ddd solid; |
| 2778 | } |
| 2779 | .connection-details.local-user { |
| 2780 | margin-bottom: 10px; |
| 2781 | } |
| 2782 | .connection-details .user-01, |
| 2783 | .connection-details .wpuser-02, |
| 2784 | .connection-details .action-btns { |
| 2785 | padding: 10px; |
| 2786 | } |
| 2787 | .connection-details .user-01 .button, .connection-details .user-01 select, |
| 2788 | .connection-details .wpuser-02 .button, |
| 2789 | .connection-details .wpuser-02 select, |
| 2790 | .connection-details .action-btns .button, |
| 2791 | .connection-details .action-btns select { |
| 2792 | margin-top: 5px; |
| 2793 | } |
| 2794 | .connection-details .wpuser-02 { |
| 2795 | margin-top: 10px; |
| 2796 | } |
| 2797 | .connection-details h3 { |
| 2798 | padding: 10px; |
| 2799 | margin: 0; |
| 2800 | background: #eee; |
| 2801 | border-bottom: 1px #ddd solid; |
| 2802 | font-size: 14px; |
| 2803 | } |
| 2804 | |
| 2805 | .jp-user img { |
| 2806 | margin-left: 10px; |
| 2807 | border-radius: 50%; |
| 2808 | } |
| 2809 | |
| 2810 | .jp-user div, |
| 2811 | .wp-user div, |
| 2812 | .wp-action div { |
| 2813 | display: inline-block; |
| 2814 | width: 100%; |
| 2815 | } |
| 2816 | |
| 2817 | .j-col.jp-user, |
| 2818 | .j-col.wp-user, |
| 2819 | .j-col.wp-action { |
| 2820 | padding: 0; |
| 2821 | } |
| 2822 | |
| 2823 | .my-jetpack-actions select { |
| 2824 | max-width: 150px; |
| 2825 | } |
| 2826 | |
| 2827 | .j-actions .button:nth-child(3) { |
| 2828 | margin-left: 5px; |
| 2829 | } |
| 2830 | |
| 2831 | .j-row.disconnect { |
| 2832 | text-align: center; |
| 2833 | } |
| 2834 | .j-row.disconnect .button { |
| 2835 | margin: 0 auto; |
| 2836 | } |
| 2837 | |
| 2838 | a.what-is-primary { |
| 2839 | color: #b4b9be; |
| 2840 | margin-right: 4px; |
| 2841 | } |
| 2842 | |
| 2843 | @media (max-width: 782px) { |
| 2844 | .wp-action { |
| 2845 | border-top: 1px #ddd solid; |
| 2846 | } |
| 2847 | .wp-action h3 { |
| 2848 | display: none; |
| 2849 | } |
| 2850 | } |
| 2851 | @media screen and (max-width: 500px) { |
| 2852 | .connection-details { |
| 2853 | font-size: 11px; |
| 2854 | } |
| 2855 | .connection-details h3 { |
| 2856 | font-size: 12px; |
| 2857 | padding: 5px; |
| 2858 | } |
| 2859 | .connection-details .user-01, |
| 2860 | .connection-details .wpuser-02 { |
| 2861 | padding: 6px; |
| 2862 | white-space: nowrap; |
| 2863 | overflow: hidden; |
| 2864 | text-overflow: ellipsis; |
| 2865 | max-width: 200px; |
| 2866 | } |
| 2867 | .connection-details .action-btns { |
| 2868 | text-align: center; |
| 2869 | } |
| 2870 | } |
| 2871 | @media (max-width: 530px) { |
| 2872 | .connection-details .wpuser-02 { |
| 2873 | margin-top: 0; |
| 2874 | padding: 12px; |
| 2875 | } |
| 2876 | } |
| 2877 | @media screen and (max-width: 450px) { |
| 2878 | .j-actions .button { |
| 2879 | width: 100%; |
| 2880 | margin-bottom: 5px; |
| 2881 | text-align: center; |
| 2882 | } |
| 2883 | .j-actions .button.alignright { |
| 2884 | float: none; |
| 2885 | } |
| 2886 | } |
| 2887 | @media screen and (max-width: 350px) { |
| 2888 | .user-01, |
| 2889 | .wpuser-02 { |
| 2890 | max-width: 100px; |
| 2891 | } |
| 2892 | } |
| 2893 | .jp-content .hide { |
| 2894 | display: none; |
| 2895 | } |
| 2896 | .jp-content .pointer { |
| 2897 | cursor: pointer; |
| 2898 | } |
| 2899 | .jp-content .landing { |
| 2900 | margin: 0 auto; |
| 2901 | z-index: 2; |
| 2902 | position: relative; |
| 2903 | } |
| 2904 | .jp-content h1 { |
| 2905 | font: 300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif; |
| 2906 | position: relative; |
| 2907 | z-index: 3; |
| 2908 | width: 100%; |
| 2909 | text-align: center; |
| 2910 | } |
| 2911 | .jp-content h1.success { |
| 2912 | color: #81a844; |
| 2913 | } |
| 2914 | .jp-content .footer { |
| 2915 | padding-top: 0; |
| 2916 | margin-top: 0; |
| 2917 | background-image: none; |
| 2918 | } |
| 2919 | .jp-content .footer:before { |
| 2920 | height: inherit; |
| 2921 | } |
| 2922 | .jp-content .more-info:before { |
| 2923 | content: none; |
| 2924 | } |
| 2925 | |
| 2926 | .landing .wpcom-connect { |
| 2927 | min-height: 400px; |
| 2928 | } |
| 2929 | |
| 2930 | .wpcom-connect .j-col { |
| 2931 | padding: 0; |
| 2932 | } |
| 2933 | .wpcom-connect .connect-desc { |
| 2934 | padding-left: 25px; |
| 2935 | } |
| 2936 | .wpcom-connect .connect-btn { |
| 2937 | text-align: center; |
| 2938 | } |
| 2939 | |
| 2940 | .module-grid h2 { |
| 2941 | color: #000; |
| 2942 | font: 300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif; |
| 2943 | } |
| 2944 | |
| 2945 | .download-jetpack { |
| 2946 | margin-top: 1em !important; |
| 2947 | } |
| 2948 | |
| 2949 | #jump-start-area { |
| 2950 | margin-top: 35px; |
| 2951 | padding-right: 60px; |
| 2952 | padding-left: 60px; |
| 2953 | background: #fefefe; |
| 2954 | border: 1px #dae0e2 solid; |
| 2955 | padding-bottom: 20px; |
| 2956 | text-align: center; |
| 2957 | } |
| 2958 | #jump-start-area .connect-btn { |
| 2959 | text-align: center; |
| 2960 | } |
| 2961 | #jump-start-area #jumpstart-cta, |
| 2962 | #jump-start-area .jumpstart-desc { |
| 2963 | padding: 0; |
| 2964 | } |
| 2965 | #jump-start-area p { |
| 2966 | font-size: 14px; |
| 2967 | line-height: 185%; |
| 2968 | } |
| 2969 | #jump-start-area .spinner { |
| 2970 | float: none; |
| 2971 | margin: 0 auto; |
| 2972 | position: absolute; |
| 2973 | bottom: 0; |
| 2974 | height: 100%; |
| 2975 | width: 100%; |
| 2976 | background-position: 50% 56%; |
| 2977 | background-color: rgba(254, 254, 254, 0.99); |
| 2978 | display: block; |
| 2979 | opacity: .9; |
| 2980 | } |
| 2981 | |
| 2982 | .jumpstart-message p { |
| 2983 | padding-left: 25px; |
| 2984 | } |
| 2985 | |
| 2986 | .jumpstart-desc { |
| 2987 | text-align: right; |
| 2988 | } |
| 2989 | |
| 2990 | #jumpstart-cta { |
| 2991 | text-align: center; |
| 2992 | display: inline-block; |
| 2993 | float: none; |
| 2994 | } |
| 2995 | |
| 2996 | .dismiss-jumpstart { |
| 2997 | color: #999; |
| 2998 | font-size: 14px; |
| 2999 | } |
| 3000 | |
| 3001 | #jumpstart-cta .button, |
| 3002 | #jumpstart-cta .button-primary { |
| 3003 | margin: 1em; |
| 3004 | font-size: 18px; |
| 3005 | height: 45px !important; |
| 3006 | padding: 8px 15px 1px; |
| 3007 | } |
| 3008 | |
| 3009 | #jumpstart-cta .button-primary { |
| 3010 | display: block; |
| 3011 | margin: 35px 20px 5px 20px; |
| 3012 | } |
| 3013 | |
| 3014 | #jp-config-list { |
| 3015 | position: relative; |
| 3016 | padding-top: 15px; |
| 3017 | padding-bottom: 15px; |
| 3018 | margin-right: -15px; |
| 3019 | margin-left: -15px; |
| 3020 | } |
| 3021 | #jp-config-list .j-col { |
| 3022 | padding: 15px; |
| 3023 | } |
| 3024 | #jp-config-list strong { |
| 3025 | display: inline-block; |
| 3026 | } |
| 3027 | #jp-config-list small { |
| 3028 | display: block; |
| 3029 | margin-top: 5px; |
| 3030 | line-height: 150%; |
| 3031 | } |
| 3032 | #jp-config-list .close { |
| 3033 | position: absolute; |
| 3034 | top: 10px; |
| 3035 | left: 0; |
| 3036 | text-transform: uppercase; |
| 3037 | font-weight: bold; |
| 3038 | display: block; |
| 3039 | z-index: 5; |
| 3040 | } |
| 3041 | |
| 3042 | .jp-config-status { |
| 3043 | text-transform: uppercase; |
| 3044 | font-size: 10px; |
| 3045 | font-weight: bold; |
| 3046 | line-height: 100%; |
| 3047 | color: #fff; |
| 3048 | background: #9fbd72; |
| 3049 | border-radius: 2px; |
| 3050 | padding: 2px 4px; |
| 3051 | display: inline-block; |
| 3052 | } |
| 3053 | |
| 3054 | .miguel { |
| 3055 | display: none; |
| 3056 | position: fixed; |
| 3057 | opacity: .35; |
| 3058 | bottom: -200px; |
| 3059 | right: 0; |
| 3060 | z-index: 1; |
| 3061 | -webkit-animation: miguel 3.4s 0s ease-in-out; |
| 3062 | animation: miguel 3.4s 0s ease-in-out; |
| 3063 | } |
| 3064 | |
| 3065 | .miguel:nth-child(2) { |
| 3066 | right: 49%; |
| 3067 | width: 120px; |
| 3068 | height: 131px; |
| 3069 | -webkit-animation-duration: 2.4s; |
| 3070 | animation-duration: 2.4s; |
| 3071 | -webkit-animation-delay: 0s; |
| 3072 | animation-delay: 0s; |
| 3073 | } |
| 3074 | |
| 3075 | .miguel:nth-child(3) { |
| 3076 | right: 23%; |
| 3077 | width: 60px; |
| 3078 | height: 66px; |
| 3079 | -webkit-animation-duration: 4.5s; |
| 3080 | animation-duration: 4.5s; |
| 3081 | -webkit-animation-delay: 0s; |
| 3082 | animation-delay: 0s; |
| 3083 | } |
| 3084 | |
| 3085 | @-webkit-keyframes "miguel" { |
| 3086 | 0% { |
| 3087 | -webkit-transform: translate3d(0px, 0px, 0px); |
| 3088 | transform: translate3d(0px, 0px, 0px); |
| 3089 | } |
| 3090 | 100% { |
| 3091 | -webkit-transform: translate3d(900px, -900px, 0px); |
| 3092 | transform: translate3d(900px, -900px, 0px); |
| 3093 | } |
| 3094 | } |
| 3095 | @keyframes "miguel" { |
| 3096 | 0% { |
| 3097 | -webkit-transform: translate3d(0px, 0px, 0px); |
| 3098 | transform: translate3d(0px, 0px, 0px); |
| 3099 | } |
| 3100 | 100% { |
| 3101 | -webkit-transform: translate3d(900px, -900px, 0px); |
| 3102 | transform: translate3d(900px, -900px, 0px); |
| 3103 | } |
| 3104 | } |
| 3105 | .nux-intro h3 { |
| 3106 | background: #81a844; |
| 3107 | color: #fff; |
| 3108 | font-weight: 600; |
| 3109 | padding: .75em; |
| 3110 | margin: 0; |
| 3111 | } |
| 3112 | .nux-intro h4 { |
| 3113 | margin: 0 0 2px 0; |
| 3114 | } |
| 3115 | .nux-intro p { |
| 3116 | text-align: center; |
| 3117 | font-size: 1.24em; |
| 3118 | line-height: 175%; |
| 3119 | } |
| 3120 | .nux-intro a { |
| 3121 | -webkit-transition: all .4s ease; |
| 3122 | transition: all .4s ease; |
| 3123 | } |
| 3124 | .nux-intro .j-col { |
| 3125 | padding: 0 0.5em; |
| 3126 | } |
| 3127 | .nux-intro .j-col:first-of-type { |
| 3128 | padding-right: 0; |
| 3129 | } |
| 3130 | .nux-intro .j-col:last-of-type { |
| 3131 | padding-left: 0; |
| 3132 | } |
| 3133 | .nux-intro .nux-in { |
| 3134 | background: #ececec; |
| 3135 | -webkit-border-bottom-left-radius: 6px; |
| 3136 | -webkit-border-bottom-right-radius: 6px; |
| 3137 | -moz-border-radius-bottomright: 6px; |
| 3138 | -moz-border-radius-bottomleft: 6px; |
| 3139 | border-bottom-left-radius: 6px; |
| 3140 | border-bottom-right-radius: 6px; |
| 3141 | } |
| 3142 | .nux-intro .nux-in h3 { |
| 3143 | font-size: 1.10em; |
| 3144 | -webkit-border-top-right-radius: 6px; |
| 3145 | -webkit-border-top-left-radius: 6px; |
| 3146 | -moz-border-radius-topleft: 6px; |
| 3147 | -moz-border-radius-topright: 6px; |
| 3148 | border-top-right-radius: 6px; |
| 3149 | border-top-left-radius: 6px; |
| 3150 | } |
| 3151 | .nux-intro .nux-in h3 .dashicons { |
| 3152 | float: left; |
| 3153 | color: #658435; |
| 3154 | font-size: 1.25em; |
| 3155 | padding-right: 0; |
| 3156 | } |
| 3157 | .nux-intro .nux-in h3 .dashicons:hover { |
| 3158 | color: #57722e; |
| 3159 | } |
| 3160 | .nux-intro .nux-in p { |
| 3161 | font-size: .9em; |
| 3162 | line-height: 150%; |
| 3163 | margin: 0; |
| 3164 | text-align: right; |
| 3165 | color: #686f72; |
| 3166 | } |
| 3167 | .nux-intro .nux-in .j-row { |
| 3168 | border-bottom: 1px #f9f9f9 solid; |
| 3169 | padding: 5px 0; |
| 3170 | position: relative; |
| 3171 | min-height: 70px; |
| 3172 | } |
| 3173 | .nux-intro .nux-in .j-row:hover { |
| 3174 | background: #e0e0e0; |
| 3175 | } |
| 3176 | .nux-intro .nux-in .unavailable { |
| 3177 | opacity: 0.5; |
| 3178 | } |
| 3179 | .nux-intro .nux-in .unavailable .act { |
| 3180 | display: none; |
| 3181 | } |
| 3182 | .nux-intro .nux-in .paid { |
| 3183 | top: 4px; |
| 3184 | margin-right: 12px; |
| 3185 | } |
| 3186 | .nux-intro .nux-in .dashicons { |
| 3187 | color: #81a844; |
| 3188 | font-size: 1em; |
| 3189 | position: relative; |
| 3190 | top: 3px; |
| 3191 | padding-right: 6px; |
| 3192 | } |
| 3193 | .nux-intro .nux-in .dashicons:hover { |
| 3194 | color: #57722e; |
| 3195 | } |
| 3196 | .nux-intro .nux-in .dashicons-external { |
| 3197 | font-size: 1.5em; |
| 3198 | top: 2px; |
| 3199 | padding-right: 3px; |
| 3200 | } |
| 3201 | .nux-intro .nux-in .lmore { |
| 3202 | font-size: 11px; |
| 3203 | color: #81a844; |
| 3204 | } |
| 3205 | .nux-intro .nux-in .lmore:hover { |
| 3206 | color: #57722e; |
| 3207 | } |
| 3208 | .nux-intro .feat.j-col { |
| 3209 | padding: 10px 10px 10px 2px; |
| 3210 | } |
| 3211 | .nux-intro .feat .dashicons { |
| 3212 | display: none; |
| 3213 | } |
| 3214 | .nux-intro .activated .feat .dashicons { |
| 3215 | display: inline-block; |
| 3216 | } |
| 3217 | .nux-intro .act { |
| 3218 | position: absolute; |
| 3219 | top: 50%; |
| 3220 | -ms-transform: translate(0, -50%); |
| 3221 | -webkit-transform: translate(0, -50%); |
| 3222 | transform: translate(0, -50%); |
| 3223 | left: 8px; |
| 3224 | float: left; |
| 3225 | } |
| 3226 | .nux-intro .act.j-col { |
| 3227 | padding: 5px; |
| 3228 | text-align: left; |
| 3229 | } |
| 3230 | .nux-intro .module-action { |
| 3231 | text-transform: uppercase; |
| 3232 | font-size: .85em; |
| 3233 | font-weight: 600; |
| 3234 | } |
| 3235 | .nux-intro .wpcom h3 { |
| 3236 | background: #0087be; |
| 3237 | } |
| 3238 | .nux-intro .wpcom h3 .dashicons { |
| 3239 | color: #00638b; |
| 3240 | } |
| 3241 | .nux-intro .wpcom h3 .dashicons:hover { |
| 3242 | color: #005172; |
| 3243 | } |
| 3244 | .nux-intro .wpcom .j-col { |
| 3245 | padding: 10px; |
| 3246 | } |
| 3247 | .nux-intro .wpcom .goto { |
| 3248 | text-align: center; |
| 3249 | padding: 1em; |
| 3250 | } |
| 3251 | .nux-intro .wpcom .goto:hover { |
| 3252 | background: #ececec; |
| 3253 | } |
| 3254 | .nux-intro .wpcom .goto .j-col { |
| 3255 | padding: 0 5px; |
| 3256 | } |
| 3257 | .nux-intro .wpcom .goto a { |
| 3258 | width: 100%; |
| 3259 | padding: .25em; |
| 3260 | height: auto; |
| 3261 | } |
| 3262 | .nux-intro .wpcom .goto .button { |
| 3263 | height: auto; |
| 3264 | min-height: 28px; |
| 3265 | line-height: 18px; |
| 3266 | white-space: normal; |
| 3267 | max-width: 200px; |
| 3268 | margin-bottom: 0; |
| 3269 | padding-top: 2px; |
| 3270 | } |
| 3271 | .nux-intro .wpcom .goto .feat { |
| 3272 | position: absolute; |
| 3273 | top: 50%; |
| 3274 | -ms-transform: translate(0, -50%); |
| 3275 | -webkit-transform: translate(0, -50%); |
| 3276 | transform: translate(0, -50%); |
| 3277 | } |
| 3278 | .nux-intro .nux-foot .j-col { |
| 3279 | padding: 1em; |
| 3280 | } |
| 3281 | |
| 3282 | .nux-foot { |
| 3283 | margin-top: 2em; |
| 3284 | background: #ececec; |
| 3285 | border-radius: 6px; |
| 3286 | } |
| 3287 | .nux-foot .j-col { |
| 3288 | min-height: 75px; |
| 3289 | padding: 1em; |
| 3290 | } |
| 3291 | @media (max-width: 650px) { |
| 3292 | .nux-foot .j-col { |
| 3293 | width: 100%; |
| 3294 | } |
| 3295 | } |
| 3296 | .nux-foot .j-col + .j-col { |
| 3297 | border-right: 1px #f9f9f9 solid; |
| 3298 | } |
| 3299 | @media (max-width: 650px) { |
| 3300 | .nux-foot .j-col + .j-col { |
| 3301 | border-right: none; |
| 3302 | border-top: 1px #f9f9f9 solid; |
| 3303 | } |
| 3304 | } |
| 3305 | .nux-foot img { |
| 3306 | float: right; |
| 3307 | margin-left: 1em; |
| 3308 | width: 75px; |
| 3309 | border-radius: 4px; |
| 3310 | } |
| 3311 | .nux-foot p { |
| 3312 | font-size: .9em; |
| 3313 | text-align: right; |
| 3314 | font-weight: 600; |
| 3315 | margin-top: 0; |
| 3316 | } |
| 3317 | .nux-foot p + p { |
| 3318 | font-weight: 400; |
| 3319 | margin-bottom: 0; |
| 3320 | } |
| 3321 | .nux-foot ul { |
| 3322 | font-size: .9em; |
| 3323 | margin-bottom: 0; |
| 3324 | } |
| 3325 | .nux-foot ul li { |
| 3326 | margin-bottom: 0; |
| 3327 | line-height: 175%; |
| 3328 | } |
| 3329 | |
| 3330 | .form-toggle[type="checkbox"] { |
| 3331 | opacity: 0; |
| 3332 | position: absolute; |
| 3333 | } |
| 3334 | |
| 3335 | .form-toggle__switch { |
| 3336 | position: relative; |
| 3337 | display: inline-block; |
| 3338 | border-radius: 12px; |
| 3339 | -moz-box-sizing: border-box; |
| 3340 | box-sizing: border-box; |
| 3341 | padding: 2px; |
| 3342 | width: 40px; |
| 3343 | height: 24px; |
| 3344 | background: #b9b9b9; |
| 3345 | vertical-align: middle; |
| 3346 | outline: 0; |
| 3347 | cursor: pointer; |
| 3348 | -webkit-transition: all .4s ease; |
| 3349 | transition: all .4s ease; |
| 3350 | } |
| 3351 | .form-toggle__switch:before, .form-toggle__switch:after { |
| 3352 | position: relative; |
| 3353 | display: block; |
| 3354 | content: ""; |
| 3355 | width: 20px; |
| 3356 | height: 20px; |
| 3357 | } |
| 3358 | .form-toggle__switch:after { |
| 3359 | right: 0; |
| 3360 | border-radius: 50%; |
| 3361 | background: #fff; |
| 3362 | -webkit-transition: all .2s ease; |
| 3363 | transition: all .2s ease; |
| 3364 | } |
| 3365 | .form-toggle__switch:before { |
| 3366 | display: none; |
| 3367 | } |
| 3368 | .form-toggle__switch:hover { |
| 3369 | background: #bdd597; |
| 3370 | } |
| 3371 | |
| 3372 | .form-toggle__label { |
| 3373 | cursor: pointer; |
| 3374 | } |
| 3375 | |
| 3376 | .plugin-action__label { |
| 3377 | padding-left: 5px; |
| 3378 | top: -1px; |
| 3379 | position: relative; |
| 3380 | color: #8e9598; |
| 3381 | } |
| 3382 | |
| 3383 | .activated .plugin-action__label { |
| 3384 | color: #81a844; |
| 3385 | } |
| 3386 | |
| 3387 | .form-toggle:focus + .form-toggle__label .form-toggle__switch, |
| 3388 | .form-toggle:focus:checked + .form-toggle__label .form-toggle__switch { |
| 3389 | box-shadow: 0 0 0 2px #0087be; |
| 3390 | } |
| 3391 | |
| 3392 | .form-toggle:checked + .form-toggle__label .form-toggle__switch { |
| 3393 | background: #81a844; |
| 3394 | } |
| 3395 | .form-toggle:checked + .form-toggle__label .form-toggle__switch:after { |
| 3396 | right: 16px; |
| 3397 | } |
| 3398 | |
| 3399 | .form-toggle:checked:hover + .form-toggle__label .form-toggle__switch { |
| 3400 | background: #bdd597; |
| 3401 | } |
| 3402 | |
| 3403 | .form-toggle:disabled + .form-toggle__label .form-toggle__switch, |
| 3404 | .form-toggle:disabled:hover + .form-toggle__label .form-toggle__switch { |
| 3405 | background: #e9eff3; |
| 3406 | } |
| 3407 | |
| 3408 | .form-toggle.is-toggling + .form-toggle__label .form-toggle__switch { |
| 3409 | background: #81a844; |
| 3410 | } |
| 3411 | |
| 3412 | .form-toggle.is-toggling:checked + .form-toggle__label .form-toggle__switch { |
| 3413 | background: #bdd597; |
| 3414 | } |
| 3415 | |
| 3416 | .form-toggle.is-compact + .form-toggle__label .form-toggle__switch { |
| 3417 | border-radius: 8px; |
| 3418 | width: 24px; |
| 3419 | height: 16px; |
| 3420 | } |
| 3421 | .form-toggle.is-compact + .form-toggle__label .form-toggle__switch:before, .form-toggle.is-compact + .form-toggle__label .form-toggle__switch:after { |
| 3422 | width: 12px; |
| 3423 | height: 12px; |
| 3424 | } |
| 3425 | |
| 3426 | .form-toggle.is-compact:checked + .form-toggle__label .form-toggle__switch:after { |
| 3427 | right: 8px; |
| 3428 | } |
| 3429 | |
| 3430 | @media (max-width: 1147px) { |
| 3431 | .jp-content .landing { |
| 3432 | padding: 0 2em; |
| 3433 | } |
| 3434 | .jp-content .footer { |
| 3435 | padding-top: 1.5em; |
| 3436 | } |
| 3437 | |
| 3438 | .nux-intro .main-col { |
| 3439 | width: 50%; |
| 3440 | margin-bottom: 2em; |
| 3441 | } |
| 3442 | .nux-intro .main-col.wpcom { |
| 3443 | width: 100%; |
| 3444 | } |
| 3445 | .nux-intro .main-col + .main-col { |
| 3446 | padding-left: 0; |
| 3447 | } |
| 3448 | .nux-intro .wpcom { |
| 3449 | padding: 0; |
| 3450 | } |
| 3451 | .nux-intro .wpcom .j-row { |
| 3452 | width: 50%; |
| 3453 | float: right; |
| 3454 | border-bottom: 1px #f9f9f9 solid; |
| 3455 | border-left: 1px #f9f9f9 solid; |
| 3456 | } |
| 3457 | .nux-intro .wpcom .j-row:last-of-type { |
| 3458 | width: 100%; |
| 3459 | float: none; |
| 3460 | clear: both; |
| 3461 | border: none; |
| 3462 | border-top: 1px #f9f9f9 solid; |
| 3463 | position: relative; |
| 3464 | top: -1px; |
| 3465 | } |
| 3466 | .nux-intro .wpcom .goto .feat a { |
| 3467 | float: right; |
| 3468 | } |
| 3469 | |
| 3470 | .nux-foot .j-col { |
| 3471 | border: none; |
| 3472 | } |
| 3473 | .nux-foot img { |
| 3474 | float: left; |
| 3475 | margin-left: 0; |
| 3476 | margin-right: 1em; |
| 3477 | } |
| 3478 | } |
| 3479 | @media (max-width: 900px) { |
| 3480 | .nux-intro .main-col { |
| 3481 | width: 100%; |
| 3482 | padding: 0; |
| 3483 | margin-bottom: 2em; |
| 3484 | } |
| 3485 | .nux-intro .wpcom .j-row { |
| 3486 | width: 100%; |
| 3487 | float: none; |
| 3488 | } |
| 3489 | } |
| 3490 | @media (max-width: 782px) { |
| 3491 | #jumpstart-cta .button-primary { |
| 3492 | margin: 10px 0 5px 0; |
| 3493 | } |
| 3494 | |
| 3495 | #jump-start-area .spinner { |
| 3496 | background-position: 50% 35%; |
| 3497 | } |
| 3498 | } |
| 3499 | @media (max-width: 600px) { |
| 3500 | .nux-intro h1 { |
| 3501 | font-size: 1.75em; |
| 3502 | } |
| 3503 | .nux-intro p { |
| 3504 | font-size: 1em; |
| 3505 | } |
| 3506 | } |
| 3507 | @media (max-width: 530px) { |
| 3508 | .jp-content .landing { |
| 3509 | padding: 0 .5em; |
| 3510 | } |
| 3511 | |
| 3512 | #jump-start-area { |
| 3513 | padding: 0 1em; |
| 3514 | } |
| 3515 | |
| 3516 | .jumpstart-message p { |
| 3517 | padding-left: 0; |
| 3518 | } |
| 3519 | |
| 3520 | #jumpstart-cta .button-primary { |
| 3521 | margin: 0 0 5px 0; |
| 3522 | padding-bottom: 10px; |
| 3523 | } |
| 3524 | |
| 3525 | .footer .a8c-attribution a:after { |
| 3526 | top: 6px; |
| 3527 | } |
| 3528 | } |
| 3529 | .nav-horizontal:before, .features:before, .modules:before, .load-more:before, .nav-horizontal:after, .features:after, .modules:after, .load-more:after { |
| 3530 | content: ""; |
| 3531 | display: table; |
| 3532 | } |
| 3533 | .nav-horizontal:after, .features:after, .modules:after, .load-more:after { |
| 3534 | clear: both; |
| 3535 | } |
| 3536 | |
| 3537 | /*# sourceMappingURL=jetpack-admin.css.map */ |
| 3538 | .j-row{width:100%;margin:0 auto}.j-row:before,.j-row:after{content:" ";display:table}.j-row:after{clear:both}.j-col{padding:0.85em;width:100%;float:right;position:relative}@media only screen{.j-sm-1{width:8.33333%}.j-sm-2{width:16.66667%}.j-sm-3{width:25%}.j-sm-4{width:33.33333%}.j-sm-5{width:41.66667%}.j-sm-6{width:50%}.j-sm-7{width:58.33333%}.j-sm-8{width:66.66667%}.j-sm-9{width:75%}.j-sm-10{width:83.33333%}.j-sm-11{width:91.66667%}.j-sm-12{width:100%}}@media (min-width: 530px){.j-md-1{width:8.33333%}.j-md-2{width:16.66667%}.j-md-3{width:25%}.j-md-4{width:33.33333%}.j-md-5{width:41.66667%}.j-md-6{width:50%}.j-md-7{width:58.33333%}.j-md-8{width:66.66667%}.j-md-9{width:75%}.j-md-10{width:83.33333%}.j-md-11{width:91.66667%}.j-md-12{width:100%}}@media (min-width: 782px){.j-lrg-1{width:8.33333%}.j-lrg-2{width:16.66667%}.j-lrg-3{width:25%}.j-lrg-4{width:33.33333%}.j-lrg-5{width:41.66667%}.j-lrg-6{width:50%}.j-lrg-7{width:58.33333%}.j-lrg-8{width:66.66667%}.j-lrg-9{width:75%}.j-lrg-10{width:83.33333%}.j-lrg-11{width:91.66667%}.j-lrg-12{width:100%}}body,button,input,select,textarea{color:#222;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:#222;clear:both}a{color:#0d72b2;-webkit-transition:color .2s;transition:color .2s;text-decoration:none}a:visited{color:#0d72b2}a:hover{color:#0f92e5}a:focus{outline:thin dotted}address{margin:0 0 1.5em}abbr[title],acronym{cursor:help}ins{background:#eee;text-decoration:none}dt{font-weight:700}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}@-webkit-keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}@keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}.button,.download-jetpack{-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.jp-button,.jp-button--settings{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#efefef;font:800 0.9285714286em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;border-radius:3px}.jp-button:visited,.jp-button--settings:visited{color:#efefef}.jp-button:hover,.jp-button--settings:hover,.jp-button:focus,.jp-button--settings:focus{color:#fff;background:#57972d}.jp-button:active,.jp-button--settings:active{background:#57972d;opacity:0.8}.jp-button--settings{background:#93b45f;color:#e8eedf}.jp-button--settings:visited{color:#e8eedf}.jp-button--settings:hover,.jp-button--settings:focus{background:#9fbd72;color:#fff}.jp-button--settings.current{background:#3c6621;color:#fff;box-shadow:inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621}.download-jetpack{display:inline-block;position:relative;padding:0.64286em 0.85714em 0.53571em;color:#fff;font:400 20px/1 "proxima-nova", 'Open Sans', Helvetica, sans-serif;background:#518d2a;z-index:3;border-radius:6px;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:visited{color:#fff}.download-jetpack:hover,.download-jetpack:focus{color:#fff;background:#57972d;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:active{top:6px;box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.4)}.download-jetpack:active:after{top:-6px}.download-jetpack:before{content:'';display:inline-block;position:relative;top:-2px;margin-left:13px;width:30px;height:30px;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%}.download-jetpack:after{content:'';position:absolute;top:0;right:0;width:100%;height:100%}@media (max-width: 1147px){.download-jetpack{font-size:1.28571em}.download-jetpack:before{top:-1px;width:23px;height:23px}}@media (max-width: 900px){.download-jetpack:active{top:0}}@media (max-width: 530px){.download-jetpack{font-size:1.21429em;font-weight:600}.download-jetpack:before{width:19px;height:19px;margin-left:9px}}#searchsubmit{display:inline-block;border:none;position:relative;padding:0.71429em 1.5em;color:#efefef;font:800 0.8em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;outline:none;border-radius:3px}#searchsubmit:visited{color:#efefef}#searchsubmit:hover,#searchsubmit:focus{color:#fff;background:#2aa0d5}#searchsubmit:active{opacity:0.7}@font-face{font-family:'automatticons';src:url("../_inc/fonts/automatticons/automatticons.eot");src:url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/automatticons/automatticons.woff") format("woff"),url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"),url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.eot");src:url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/jetpack/jetpack.woff") format("woff"),url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"),url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg")}}.nav-horizontal a{display:inline-block}.nav-horizontal li{position:relative;float:right}.nav-horizontal ul{margin:0;padding:0}*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{background:#91bd51;color:#fff;text-shadow:none}::selection{background:#91bd51;color:#fff;text-shadow:none}#wpbody-content{padding-bottom:0}#wpcontent{margin-right:160px;padding:0}ul#adminmenu a.toplevel_page_jetpack:after{border-left-color:#81a844}.folded #wpcontent{margin-right:36px}.jp-content{background:#f9f9f9;margin:0;height:auto;min-height:100%;width:100%;width:100%;-webkit-font-smoothing:antialiased}.jp-content .wrapper{background:#f9f9f9}@media (max-width: 900px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:36px;padding-right:0}}@media (max-width: 782px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:0}}@media (max-width: 782px){.configure .frame.top.fixed{padding-right:0}}.wrap.inner,.page-content{max-width:950px;margin:0 auto}.wrap.inner li,.page-content li{line-height:23px}@media (max-width: 530px){.page-content{margin-top:0}}@media (max-width: 1147px){.wrap.inner{background:#f9f9f9;padding:15px}}@media (max-width: 530px){.wrap.inner{margin-top:1.71429em}}.jetpack_page_jetpack_modules .header-nav{margin:0}.jetpack_page_jetpack_modules .page-content{max-width:1200px;min-height:500px;margin:0}.page-content.about{position:relative;z-index:10}@media (max-width: 1147px){.page-content.about{background:#f9f9f9;padding:15px}}@media (max-width: 1147px){.page-content.configure{background:#f9f9f9}}.footer nav{max-width:550px;margin:0 auto}.header{right:0;left:0;background:#81a844}.header-nav li{line-height:60px}.header-nav a{padding:0 0.71429em;line-height:24px}.header-nav .jetpack-logo a{display:inline-block;position:relative;width:214px;margin-left:6px;background:url(../images/jetpack-logo.png) center center no-repeat;background:url(../images/jetpack-logo.svg) center center no-repeat,none;background-size:183px auto;color:#fff;line-height:60px;font-weight:normal}.header-nav .jetpack-logo a span{text-indent:-9999px;visibility:hidden}.header-nav .jetpack-logo a:before{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background-size:183px 32px}.header-nav .jetpack-modules+.jetpack-modules{margin-right:15px}.main-nav{float:right}.main-nav li{margin:0}@media (max-width: 900px){.main-nav{font-size:13px}}.user-nav{float:left}.user-nav li{margin:0}.jetpack-pagestyles #screen-meta{margin:0}.jetpack-pagestyles #screen-meta-links .screen-meta-toggle{z-index:2}.jetpack-pagestyles #screen-options-link-wrap,.jetpack-pagestyles #contextual-help-link-wrap{border:none}.jetpack-pagestyles .update-nag{display:none}.masthead{position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:-webkit-linear-gradient(top, #81a844, #8eb74e);background-image:linear-gradient(top, #81a844, #8eb74e)}.masthead.hasbutton .flyer{bottom:-270px}.masthead.hasbutton .subhead{margin-top:175px}@media (max-width: 530px){.masthead.hasbutton .subhead{margin-top:105px;padding:0}}.masthead h1,.masthead h2{margin:0 auto}.masthead h1{padding:2.5em 0 1.11111em;max-width:21.94444em;color:#fff;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;text-shadow:0 -1px 1px rgba(0,0,0,0.12);z-index:3}.masthead h1+.flyby{margin-top:180px}@media (max-width: 1147px){.masthead h1{padding-top:1.83333em;font-size:2.14286em}}@media (max-width: 782px){.masthead h1{max-width:600px;font-size:28px}}@media (max-width: 530px){.masthead h1{margin:0 15px;padding:31px 0 15px 0;font-size:21px;font-weight:400}}.jetpack-connected .masthead h1{margin-bottom:33px;max-width:600px}.flyby{position:relative;max-width:1200px;margin:0 auto}@media (max-width: 900px){.flyby{display:none}}.flyer{position:absolute;bottom:-200px;right:4%;z-index:1;-webkit-animation:flyer 3.4s 2s ease-in-out;animation:flyer 3.4s 2s ease-in-out}.flyer:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-delay:4.6s;animation-delay:4.6s;-webkit-animation-duration:2.4s;animation-duration:2.4s}.flyer:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-delay:5.8s;animation-delay:5.8s;-webkit-animation-duration:4.5s;animation-duration:4.5s}.subhead{position:relative;margin-top:105px;padding:4em 0;background:#f9f9f9;z-index:2}.subhead h2{max-width:460px;color:#5d6d74;font:400 1.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 900px){.subhead h2{max-width:428px;font-size:20px}}@media (max-width: 530px){.subhead h2{display:none}}.subhead:after{content:'';position:absolute;bottom:100%;right:0;margin-bottom:-1px;width:100%;height:228px;background:url("../images/the-cloud.svg") center bottom repeat-x;pointer-events:none;z-index:-1}@media (max-width: 1147px){.subhead{margin-top:122px;padding:70px 0 49px}.subhead:after{background-size:160% auto}}@media (max-width: 900px){.subhead{margin-top:122px;padding:70px 0 49px}}@media (max-width: 530px){.subhead{margin-top:83px;padding:47px 15px 39px}}.clouds-sm{height:100px;position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:-webkit-gradient(linear, right top, right bottom, from(#81a844), to(#89b348));background-image:-webkit-linear-gradient(top, #81a844, #89b348);background-image:linear-gradient(top, #81a844, #89b348)}.clouds-sm:after{content:'';position:absolute;bottom:0;right:0;margin-bottom:-1px;width:100%;height:137px;background:url("../images/the-cloud-sm.svg") center bottom repeat-x;pointer-events:none;z-index:2}@media (max-width: 530px){.clouds-sm{height:90px}}.featured{border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;background:#fff;position:relative;padding:2.0em 1em 4.6em 1em;text-align:center;z-index:1}.featured:before{content:"";display:block;position:absolute;top:0;height:100%;z-index:-1}.featured .features,.featured .modules{margin:0 auto;display:inline-block}@media (max-width: 530px){.featured{display:none}}.featured h2,.module-grid h2{margin-top:1em;color:#5d6d74;font:300 2em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-align:center}@media (max-width: 900px){.featured h2,.module-grid h2{font-size:30px}}@media (max-width: 782px){.featured h2,.module-grid h2{font-size:28px}}.features,.modules{margin:0 -5px}.feature,.module{position:relative;float:right;margin:0 5px 10px;width:310px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media (max-width: 1147px){.feature,.module{margin:.75% 1.5% .75% 0;width:32.333333%;-webkit-transition:none;transition:none}.feature:nth-child(3n+1),.module:nth-child(3n+1){margin-right:0}.feature:hover,.module:hover{top:0;box-shadow:none}}.feature{-webkit-transform:translateZ(0);transform:translateZ(0)}.feature h3{margin:0 0 0.58824em;color:#697b84;font-size:1.21429em;line-height:1em;font-weight:800}.feature p{margin:0;color:#6e818a}.feature:before{content:'';position:absolute;bottom:0;right:0;width:100%;height:10px;background:rgba(0,0,0,0.02);z-index:-1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.feature:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.feature:hover h3{color:#1a8dba}.feature:hover .feature-img{border:1px solid #ccc;border-bottom:none}.feature:hover .no-border{border:none}.feature:hover:before{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@media (max-width: 1147px){.feature:hover h3{color:#6e818a}.feature:hover .feature-img{border:1px solid #ddd;border-bottom:none}.feature:hover .no-border{border:none}}.feature .feature-img{padding-top:52%;width:100%;height:auto;border:1px solid #ddd;border-bottom:none}.feature .feature-img.custom-css{background:url("../images/custom-css.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.custom-css{background-image:url("../images/custom-css@2x.jpg")}}.feature .feature-img.wordpress-connect{background:url("../images/wordpress-connect.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-connect{background-image:url("../images/wordpress-connect@2x.jpg")}}.feature .feature-img.wordpress-stats{background:url("../images/wordpress-stats.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-stats{background-image:url("../images/wordpress-stats@2x.jpg")}}.feature .feature-img.no-border{border:none;padding-bottom:1px}.feature-description{display:block;padding:1em 1.07143em 1.07143em;border:1px solid #ddd;background:#f5f5f5}.feature:hover .feature-description{background:#fff;border-color:#ccc}@media (max-width: 1147px){.feature:hover .feature-description{border:1px solid #ddd;background:#f5f5f5}}@media (max-width: 900px){.feature-description{min-height:115px}}.cat{clear:both;margin-bottom:23px}.cat h3{font-size:24px;font-weight:300;margin:0 6px 13px 0;text-align:right}.cat .clear{clear:both}.module-grid{text-align:center}.module-grid h2{margin:1em 0}@media (max-width: 530px){.module-grid h2{padding-top:16px;margin-top:0;font-size:25px}}#module-search{position:relative;width:100%;max-width:40.71429em;margin:0 auto 1.07143em;overflow:hidden}#jetpack-search{margin:0;padding:11px 16px 11px 16px;width:100%;border:1px solid #c9ced0;border-radius:3px;background:#fff;color:#5c6671;line-height:1.3}#jetpack-search:focus{color:#5c6671;outline:none}#jetpack-search:focus+label{background:transparent;opacity:0}#jetpack-search::-webkit-input-placeholder{color:#a8acae}#jetpack-search :-moz-placeholder{color:#a8acae}#jetpack-search::-moz-placeholder{color:#a8acae}#jetpack-search:-ms-input-placeholder{color:#a8acae}#jetpack-search+label{position:absolute;top:1px;left:1px;bottom:1px;width:48px;color:#abafb1;text-indent:-9999px;pointer-events:none;border-radius:3px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#jetpack-search+label:after{content:'\f400';position:absolute;left:11px;text-align:left;top:4px;font-size:1.71429em;font-weight:normal;font-family:"genericons"}.jp-filter{margin-bottom:2.85714em;color:#6f7476}.jp-filter a{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#aaa;font:600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif;text-shadow:0 -1px 1px rgba(255,255,255,0.2);background:#eee;border-radius:3px;background-clip:padding-box}.jp-filter a.selected,.jp-filter a:hover,.jp-filter a:focus{color:#efefef;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476}@media (max-width: 530px){.jp-filter a{padding:0.76em 1em}}.module{display:block;padding:0.71429em 1.07143em 1em;text-align:right;border:1px solid #dae0e2;background:#fff;box-shadow:0 0 0 rgba(0,0,0,0.03);-webkit-transition:opacity 2s ease-in;transition:opacity 2s ease-in}.module:hover{border-color:#8ac9e8;background:#f8fcfe}.module h3{cursor:pointer;margin:0 0 0.5em;color:#1a8dba;font-size:1.14286em;line-height:1.4em;font-weight:700}.module p{margin:0;color:#686f72;font-size:0.85714em}.module:hover,.module:focus{border-color:#8ac9e8;background:#f8fcfe}.module.active{border-color:#2ea2cc;box-shadow:inset -4px 0 0 #2ea2cc}.module.active:hover{border-color:#69bedd;box-shadow:inset -4px 0 0 #69bedd}.module .button,.module .button-primary{margin-top:15px}@media (max-width: 530px){.module .configure,.module .activate{display:block;width:100%;text-align:center}.module .button,.module .button-primary{width:50%}.module .button-primary{line-height:normal;padding:6px 14px;height:auto;font-size:14px}}@media screen and (max-width: 450px){.module .button,.module .button-primary{margin:20px auto 0 auto}.module .button.alignright,.module .button-primary.alignright{float:none}}@media (max-width: 1147px){.cat .module:nth-child(3n+1){margin:.75% 1.5% .75% 0}.cat .module:nth-child(3n - 1){margin-right:0}}@media (max-width: 900px){.cat .module{margin:1% 2% 1% 0}.cat .module:nth-child(2n+1){margin:1% 2% 1% 0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 530px){.cat .module{margin:5px 0}.cat .module:nth-child(2n+1){margin-right:0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 900px){.module{margin:1% 2% 1% 0;width:49%}.module:nth-child(3n+1){margin-right:2%}.module:nth-child(2n+1){margin-right:0}}@media (max-width: 530px){.module{margin:5px 0;width:100%}.module:nth-child(3n+1){margin-right:0}.module:nth-child(2n+1){margin-right:0}}.new{position:relative}.new:after{content:'NEW';position:absolute;top:-8px;left:-8px;padding-top:10px;width:32px;height:32px;color:#fff;font-size:8px;font-weight:800;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,0.2);background:url("../images/new-badge.svg") center center no-repeat;background-size:100%;border-radius:50%}.paid{display:inline-block;position:relative;top:5px;margin-right:10px;padding:1px 4px 0 6px;height:13px;color:#fff;font:700 10px/1 "Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 0 rgba(0,0,0,0.05);background:#d0d0d0;vertical-align:top}.paid:before,.paid:after{position:absolute;top:0;left:100%;font:normal 14px/14px "genericons"}.paid:before{content:'\f503';color:#d0d0d0;text-shadow:none}.paid:after{content:'\f428';margin-left:-5px;font-size:11px}.rtl .paid:before{content:'\f501'}.load-more{margin:2.71429em 0 6.15385em}.set{display:none}.show.set{display:block}.loading{bottom:50%;position:absolute;top:50%;width:100%}.loading span{color:#999}.modal{background:#fff;position:fixed;top:52px;bottom:20px;left:20px;right:20px;margin-right:160px;display:none;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1);z-index:500}.modal .close{position:absolute;top:0;left:0;font:300 1.71429em "genericons" !important;color:#777;content:'\f405';display:inline-block;padding:0.28571em 0.71429em 0.42857em;z-index:5}.modal .close:hover{background:#eee;opacity:0.8}.modal .close:active{background:#eee;opacity:0.4}.modal #jp-post-flair{display:none}.modal .content-container{position:absolute;top:0;left:0;bottom:0;right:0;overflow:auto;padding:2.14286em}.modal .content{margin:0 auto;max-width:900px;text-align:right}.modal h2{text-align:right;margin-top:0;color:#5d6d74;font:300 32px "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.modal h2{font-size:26px}}.modal h5{clear:right}.modal p{font-size:1.23077em}.modal footer{position:absolute;right:0;bottom:0;width:100%;padding:12px 20px;border-top:1px solid #ddd;background:#fff;text-align:left}.modal footer ul{margin:0}.modal footer li{display:inline-block;margin:0}.modal .button-secondary,.modal .button-primary:active{vertical-align:baseline}@media (max-width: 900px){.modal{bottom:5%;margin-right:36px;font-size:80%}.modal .content{top:38px}}@media (max-width: 782px){.modal{top:66px;margin-right:0}}@media (max-width: 600px){.modal{top:10px;left:10px;bottom:10px;right:10px}}.jp-info-img{float:left;margin:0 30px 30px 0}.jp-info-img img{border:1px solid #ddd;max-width:100%;height:auto}.jp-info-img img:first-child{margin-top:0}@media (max-width: 782px){.jp-info-img{float:none;margin:0 0 15px}}.content-container.modal-footer{bottom:53px}.shade{background:#000;bottom:0;cursor:pointer;display:none;right:0;opacity:0.2;position:fixed;left:0;top:0;z-index:11}.entry-title,.page-template-default h1{margin-top:0.61111em;color:#5d6d74;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.entry-title,.page-template-default h1{font-size:2em}}.blog h3,.single h3,.page-template-default h2{margin-top:0.61111em;color:#5d6d74;font:300 1.9em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.blog h3,.single h3,.page-template-default h2{font-size:1.4em}}.page-template-default p{line-height:1.71429em}.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{float:right;width:70%}.footer{margin-top:1.42857em;position:relative;padding:10em 0 4.28571em;text-align:center}.footer:before,.footer:after{content:'';position:absolute;right:0;pointer-events:none}.footer:before{top:0;margin-top:-1px;width:100%;height:195px}.footer:after{display:none}.footer .download-jetpack{margin-bottom:33px}@media (min-width: 1147px){.footer{padding-bottom:35px}}@media (max-width: 1147px){.footer{padding-top:165px;padding-bottom:0}.footer:before{background-size:160% auto}.footer ul{float:none;overflow:hidden}}@media (max-width: 900px){.footer{padding-top:146px}}@media (max-width: 782px){.footer{margin-top:0}}@media (max-width: 530px){.footer{margin-top:0;padding-top:135px}}@media (max-width: 320px){.footer{padding-top:76px}}.footer nav{max-width:100%}.footer nav a,.footer nav a:visited{padding:4px 6px;color:#999}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#81A844}@media (max-width: 1147px){.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#81a844}}@media (max-width: 530px){.footer nav li{display:block;float:none;margin:0;text-align:right}.footer nav a{display:block;padding:0 16px;line-height:44px}}.primary{padding:25px 15px 10px 15px;border-bottom:1px solid #eee}.secondary-footer{margin:0 auto}.secondary-footer li{margin-left:5px}@media (min-width: 782px){.secondary-footer{padding:8px 15px 10px;margin-bottom:30px;border-bottom:1px solid #eee}}@media (min-width: 1147px){.secondary-footer{margin-bottom:0}}@media (max-width: 782px){.secondary-footer{padding:8px 15px 8px;border-bottom:none}}@media (max-width: 530px){.secondary-footer{margin:0;padding:0;border:none;font-weight:400}.secondary-footer a{border-top:1px solid #eee}}.footer .a8c-attribution{margin:0;padding:0 6px;color:#bbb;font-size:0.78571em;font-family:"Gill Sans","Gill Sans MT","Open Sans",Helvetica,Arial,sans-serif;text-transform:uppercase}.footer .a8c-attribution a{display:inline-block;position:relative;padding:4px 16px;left:9999px;outline:0}.footer .a8c-attribution a:after{content:'A';position:absolute;top:2px;left:-9999px;height:100%;color:#999;font-size:1.54545em;font-family:"automatticons";text-align:center}.footer .a8c-attribution a:hover:after{-webkit-animation:candy .4s ease-in-out;animation:candy .4s ease-in-out}@media (min-width: 782px){.secondary{padding:0 15px 10px 15px;border-bottom:1px solid #eee}}@media (min-width: 1147px){.secondary{padding:0 15px 10px 15px;border-bottom:none}}.jetpack-message{background:#8eb74e;border:1px solid #73963d;margin:33px auto 0;max-width:90%;position:relative;z-index:2}.jetpack-message.is-opt-in{margin:50px 0 0;max-width:100%;padding:10px 15px;background:#fff;border:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);font-size:13px;text-align:center}.subhead .jetpack-message.is-opt-in{margin:0;padding-bottom:0;background:transparent;box-shadow:none}.subhead .jetpack-message.is-opt-in .jp-button,.subhead .jetpack-message.is-opt-in .jp-button--settings{display:inline-block}.jetpack-message.is-opt-in p{color:#3c4549}.jetpack-message.is-opt-in .jp-button,.jetpack-message.is-opt-in .jp-button--settings{margin-top:15px;display:none}.jetpack-message h4{color:#fff;margin:0}.jetpack-message p{color:#fff;margin:0;opacity:0.7}.jetpack-message .squeezer{padding:23px 80px 23px 23px;position:relative;text-align:right}.jetpack-message .squeezer:before{color:#fff;content:'\f418';font-family:'Genericons';font-size:33px;height:33px;right:25px;opacity:0.6;position:absolute;top:23px;top:calc( 50% - 22px )}@media (max-width: 530px){.jetpack-message .squeezer{padding:23px}.jetpack-message .squeezer:before{display:none}}.jetpack-message .squeezer a{color:#FFF;border-bottom:1px solid #D5E4BD}.jetpack-message .squeezer a:hover{border-bottom:1px solid #F1F6E9}.jetpack-message.error .squeezer:before,.jetpack-message.jetpack-err .squeezer:before{content:'\f414'}.configure-module .jetpack-message{max-width:100%}.jetpack-modules #site-icon-deprecated .info,.modules h3.icon,.jetpack-modules .info a{width:auto}.jetpack-modules #site-icon-deprecated .info:before,.modules h3.icon:before,.jetpack-modules .info a:before{display:inline-block;position:relative;top:1px;right:-3px;margin-left:2px;opacity:0.8;font:normal 20px "genericons";vertical-align:top}.jetpack-modules .info a:before{margin-top:1px}.latex:before,.jetpack-modules #latex .info a:before{content:'\f408'}.carousel:before,.jetpack-modules #carousel .info a:before{content:'\f102'}.modules h3.contact-form:before,.jetpack-modules #contact-form .info a:before{content:'\f175';font:normal 20px "dashicons"}.modules h3.custom-css:before,.jetpack-modules #custom-css .info a:before{content:'\f100';font:normal 20px "dashicons"}.modules h3.enhanced-distribution:before,.jetpack-modules #enhanced-distribution .info a:before{content:'\f237';font:normal 20px "dashicons"}.modules h3.widgets:before,.jetpack-modules #widgets .info a:before{content:'\f116';font:normal 20px "dashicons"}.modules h3.gravatar-hovercards:before,.jetpack-modules #gravatar-hovercards .info a:before{content:'G';font-family:"automatticons"}.infinite-scroll:before,.jetpack-modules #infinite-scroll .info a:before{content:'\f408'}.comments:before,.jetpack-modules #comments .info a:before{content:'\f108'}.sso:before,.jetpack-modules #sso .info a:before{content:'\f205'}.json-api:before,.jetpack-modules #json-api .info a:before{content:'\f415'}.likes:before,.jetpack-modules #likes .info a:before{content:'\f408'}.markdown:before,.jetpack-modules #markdown .info a:before{content:'\f462'}.minileven:before,.jetpack-modules #minileven .info a:before{content:'\f453'}.manage:before,.jetpack-modules #manage .info a:before{content:'\f205'}.monitor:before,.jetpack-modules #monitor .info a:before{content:'\f468'}.notes:before,.jetpack-modules #notes .info a:before{content:'\f300'}.omnisearch:before,.jetpack-modules #omnisearch .info a:before{content:'\f400'}.photon:before,.jetpack-modules #photon .info a:before{content:'\f403'}.post-by-email:before,.jetpack-modules #post-by-email .info a:before{content:'\f410'}.protect:before,.jetpack-modules #protect .info a:before{content:'\f470';position:relative;top:-1px}.modules h3.publicize:before,.jetpack-modules #publicize .info a:before{content:'\f237';font:normal 20px "dashicons"}.related-posts:before,.jetpack-modules #related-posts .info a:before{content:'\f420'}.sharedaddy:before,.jetpack-modules #sharedaddy .info a:before{content:'\f415'}.shortcodes:before,.jetpack-modules #shortcodes .info a:before{content:'\f100'}.verification-tools:before,.jetpack-modules #verification-tools .info a:before{content:'\f425'}.after-the-deadline:before,.jetpack-modules #after-the-deadline .info a:before{content:'\f411'}.subscriptions:before,.jetpack-modules #subscriptions .info a:before{content:'\f410'}.tiled-gallery:before,.jetpack-modules #tiled-gallery .info a:before{content:'\f103'}.modules h3.vaultpress:before,.jetpack-modules #vaultpress .info a:before{content:'V';font-family:"automatticons"}.videopress:before,.jetpack-modules #videopress .info a:before{content:'\f104'}.modules h3.widget-visibility:before,.jetpack-modules #widget-visibility .info a:before{content:'\f116';font:normal 20px "dashicons"}.stats:before,.jetpack-modules #stats .info a:before{content:'\f205'}.shortlinks:before,.jetpack-modules #shortlinks .info a:before{content:'\f107'}.modules h3.custom-content-types:before,.jetpack-modules #custom-content-types .info a:before{content:'\f498';font:normal 20px "dashicons"}.modules h3.site-icon:before,.jetpack-modules #site-icon .info a:before{content:'\f475'}.jetpack-modules #site-icon-deprecated .info:before{content:'\f475'}@media (max-width: 782px){.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{width:100%}}@media (max-width: 600px){.clouds-sm{display:none}}@media (max-width: 530px){.wrap.inner.jp-support .jp-support-column-left{width:100%}.wrap.inner.jp-support .jp-support-column-left .widget-text{margin-left:0;width:100%}.wrap.inner.jp-support .jp-support-column-right{width:100%}}@media screen and (max-width: 515px){.jp-frame .header-nav{padding-bottom:10px}.jp-frame .header-nav li{line-height:30px}.jp-frame .header-nav .jetpack-logo{width:100%;text-align:center}.jp-frame .header-nav .jetpack-modules{margin:0;width:50%;text-align:left;padding:0 5px}.jp-frame .header-nav .jetpack-modules+.jetpack-modules{text-align:right}.jp-frame .header-nav .jetpack-modules:nth-child(4){text-align:center;margin:0 auto;width:100%}.jp-frame .header-nav .jetpack-modules:nth-child(4) a{padding:0 10px}}@media (max-width: 320px){.jetpack_page_jetpack_modules .wrap{padding:0 0 1em}}.page-content.configure{margin-top:0}.configure .frame.top{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}.configure .frame.top.fixed{background:#f9f9f9;border-bottom:1px solid #e9e9e9;padding-right:160px;margin-top:-6px;position:fixed;left:0;top:32px;width:100%;z-index:4;box-shadow:0 2px 2px -2px #eee}@media (max-width: 782px){.configure .frame.top.fixed{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}}@media (max-width: 600px){.configure .frame.top.fixed{top:0}}.configure .frame.top .tablenav.top{float:right}@media (max-width: 900px){.configure .frame.top .tablenav.top .actions{display:block}}@media (max-width: 782px){.configure .frame.top .tablenav.top .actions{margin-top:6px}}.jp-frame-top-fixed .configure{padding-top:94px}.filter-search{display:none;float:left;margin-top:10px}@media (max-width: 782px){.filter-search{display:block}}@media (max-width: 530px){.filter-search{display:none}}.module-actions.landing-page{float:left;margin-left:15px}.module-actions.landing-page a{font-size:0.6em}.table-bordered.jetpack-modules{border:none;margin-bottom:0}.table-bordered.jetpack-modules tr.jetpack-module th{border-right:0;padding:14px 4px 0}.table-bordered.jetpack-modules tr.jetpack-module th input{display:block}.table-bordered.jetpack-modules tr.jetpack-module:hover .genericon{display:inline-block}.table-bordered.jetpack-modules tr.jetpack-module:hover td .row-actions span a{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module.active th,.table-bordered.jetpack-modules tr.jetpack-module.active td{background:#f7fcfe}.table-bordered.jetpack-modules tr.jetpack-module.active th{border-right:4px solid #2ea2cc;padding-right:0px}.table-bordered.jetpack-modules tr.jetpack-module.active td:first-child{border-right:4px solid #2ea2cc}.table-bordered.jetpack-modules tr.jetpack-module.unavailable{opacity:0.3}.table-bordered.jetpack-modules tr.jetpack-module.unavailable input{display:none}.table-bordered.jetpack-modules tr.jetpack-module#vaultpress{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module.deprecated span{color:#888}.table-bordered.jetpack-modules tr.jetpack-module.deprecated .dep-msg{margin-left:10px;color:#555}.table-bordered.jetpack-modules tr.jetpack-module th,.table-bordered.jetpack-modules tr.jetpack-module td{background:#fff;margin:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1)}.table-bordered.jetpack-modules tr.jetpack-module td{padding:10px 14px 8px 10px;line-height:25px}.table-bordered.jetpack-modules tr.jetpack-module td:first-child{border-right:4px solid #fff}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{float:left;padding:0 0 1px;visibility:visible}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span{margin-right:5px}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a{opacity:0}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a:focus{opacity:1}@media (max-width: 530px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:none}}@media (max-width: 782px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:block;padding-right:10px;visibility:visible}}.table-bordered.jetpack-modules>thead>tr>th{border:0;vertical-align:middle}.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-left:0}@media (max-width: 782px){.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-right:0}}.table-bordered.jetpack-modules td{background:#fff}.table-bordered.jetpack-modules #doaction{margin-top:0}@media (max-width: 782px){.table-bordered.jetpack-modules #doaction{padding:10px 7px}}.table-bordered.jetpack-modules .checkall{margin-top:1px}.table-bordered.jetpack-modules .filter-search{margin-top:8px}.table-bordered.jetpack-modules .genericon{color:#999;display:none;margin:7px 3px 0}@media (max-width: 900px){.table-bordered.jetpack-modules .genericon{display:inline-block}}.table-bordered.jetpack-modules .med{width:70px}.table-bordered.jetpack-modules .sm{width:30px}@media (max-width: 782px){.table-bordered.jetpack-modules .check-column{width:50px}}.fixed-top .check-column{padding:8px 10px 0 10px;width:2.2em}.wrap{margin:0;padding:0 1.5em 1em;overflow:hidden}.wrap h2{font-size:24px;font-weight:400}.wrap .manage-left{float:right;margin:0;padding:0;width:63%}.wrap .manage-left table{width:100%}.wrap .manage-left th{font-weight:400}@media (max-width: 782px){.wrap .manage-left{width:100%}}.wrap .manage-right{margin:0;padding:0;float:left;width:35%;z-index:1}.wrap .manage-right p{font-size:12px;font-weight:bold;color:#bbb;padding-top:2px;text-transform:uppercase;letter-spacing:1px;clear:right}.wrap .manage-right .bumper{margin-right:33px}.wrap .manage-right.show{display:block;overflow-y:auto;overflow-x:hidden;position:absolute;z-index:100000}.wrap .manage-right .search-bar{margin-bottom:18px;max-width:300px}.wrap .manage-right p.search-box{float:none;height:auto;margin-bottom:0;position:relative}.wrap .manage-right p.search-box input[type='search']{padding:0 8px;width:90%;line-height:initial}@media (max-width: 782px){.wrap .manage-right p.search-box input[type='search']{float:right;padding:9px 8px}}.wrap .manage-left p.search-box input[type="submit"]{display:none}.wrap .manage-right .button-group .button{outline:none}.wrap .manage-right .subsubsub{margin:0;padding:0}.wrap .manage-right .subsubsub a{padding:0;line-height:inherit}.wrap .manage-right .subsubsub .current{padding:1px 5px;border-radius:2px;margin-right:-5px;background:#0D72B2;color:#fff}.wrap .manage-right .subsubsub .current .count{color:#BCD7E7;font-weight:200}.wrap .manage-right .subsubsub li{display:block;text-align:right}@media (max-width: 782px){.wrap .manage-right{background:#fff;bottom:0;display:none;min-width:300px;position:fixed;left:0;top:0;z-index:13;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1)}.wrap .manage-right .bumper{margin:13px}.wrap .manage-right .navbar-form{margin:0;padding:0}}@media (max-width: 782px){.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column){padding:11px 10px;display:block}.jetpack_page_jetpack_modules #doaction{padding:7px 14px}.jetpack_page_jetpack_modules .fixed-top thead .check-column{padding:28px 10px 0 10px}.jetpack_page_jetpack_modules .filter-search{margin-top:28px}.jetpack_page_jetpack_modules .filter-search .button{padding:7px 14px}.manage-right.show .subsubsub li{padding:5px}}@media (max-width: 650px){.table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions{float:none;padding-right:18px}}@media (max-width: 430px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:none}.table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions{display:block}}.configure-module p{font-size:14px}.configure-module p.success,.configure-module p.error{color:#fff;padding:10px}.configure-module p.success{background-color:#81a844}.configure-module p.error{background-color:#d94f4f}.protect-status p{font-size:16px}.protect-status strong{display:inline-block;margin-top:10px;background:#fff;padding:10px;border:1px #ddd solid;font-size:16px;color:#000;max-width:100%}.protect-status.attn{color:#d94f4f}.protect-status.working{color:#81a844}#non-editable-whitelist{margin-top:15px}.protect-whitelist textarea{width:100%;min-height:150px}#editable-whitelist .whitelist-table{width:100%}.configure-module input[disabled]{opacity:.5}.configure-module input.button-primary{font-weight:bold}.whitelist-table{border-top:1px solid;border-left:1px solid;border-color:#ddd;background-color:#fff}.whitelist-table td,.whitelist-table th{padding:10px;margin:0;border-bottom:1px solid;border-right:1px solid;border-color:#ddd;font-size:14px}.whitelist-table th.heading{font-weight:bold;color:#5d6d74;text-align:right;background-color:#eee}.whitelist-table td.item-actions{border-right:none;text-align:left}.whitelist-table .toolbar{padding:0}.whitelist-table .add-btn{text-align:center;width:10%;border-right:1px #ddd solid}.ip-address,.enter-ip{width:90%;text-align:right;vertical-align:middle}.delete-ip-address{text-align:center;border:0;background:transparent;color:#6f7476;box-shadow:none;font-size:20px;margin:0;padding:0;cursor:pointer;border-radius:2px}.delete-ip-address:hover{background:#eee}.toolbar div{float:right;padding:10px}@media only screen and (min-width: 1100px){#non-editable-whitelist{width:28%;float:left;margin-top:0}.protect-whitelist{width:65%;float:right}}@media only screen and (max-width: 1130px){.enter-ip input[type="text"]{max-width:175px}}@media only screen and (max-width: 1250px) and (min-width: 1065px), (max-width: 730px) and (min-width: 600px){.enter-ip{width:85%}.add-btn{width:15%}}@media only screen and (max-width: 782px){.add-btn{text-align:left}.add-btn .ip-add{margin-top:4px;margin-bottom:3px}}@media only screen and (max-width: 730px){.add-btn{text-align:center}}@media only screen and (max-width: 665px) and (min-width: 600px){.enter-ip input[type="text"]{max-width:165px}}@media only screen and (max-width: 600px){.toolbar div{width:100%}.add-btn{border-top:1px #ddd solid}.enter-ip{text-align:center}.enter-ip strong{display:block;margin-bottom:5px}.enter-ip input[type="text"]{width:100%;max-width:100%}.add-btn input,.enter-ip .button{width:50%;margin:0 auto}.enter-ip .button{margin-top:10px}}@media only screen and (max-width: 400px){.protect-status strong{font-size:12px;overflow:auto}.add-btn input,.enter-ip .button{width:100%}}.my-jetpack-actions{margin:0 0 40px 0}.my-jetpack-actions .j-col{padding:0;text-align:center}.my-jetpack-actions #user-list{height:30px;margin-top:-1px;margin-right:-3px}#jetpack-disconnect-content{display:none;text-align:center}#jetpack-disconnect-content .cancel-disconnect{display:block;margin-top:10px}.connection-details{border:1px #ddd solid}.connection-details.local-user{margin-bottom:10px}.connection-details .user-01,.connection-details .wpuser-02,.connection-details .action-btns{padding:10px}.connection-details .user-01 .button,.connection-details .user-01 select,.connection-details .wpuser-02 .button,.connection-details .wpuser-02 select,.connection-details .action-btns .button,.connection-details .action-btns select{margin-top:5px}.connection-details .wpuser-02{margin-top:10px}.connection-details h3{padding:10px;margin:0;background:#eee;border-bottom:1px #ddd solid;font-size:14px}.jp-user img{margin-left:10px;border-radius:50%}.jp-user div,.wp-user div,.wp-action div{display:inline-block;width:100%}.j-col.jp-user,.j-col.wp-user,.j-col.wp-action{padding:0}.my-jetpack-actions select{max-width:150px}.j-actions .button:nth-child(3){margin-left:5px}.j-row.disconnect{text-align:center}.j-row.disconnect .button{margin:0 auto}a.what-is-primary{color:#b4b9be;margin-right:4px}@media (max-width: 782px){.wp-action{border-top:1px #ddd solid}.wp-action h3{display:none}}@media screen and (max-width: 500px){.connection-details{font-size:11px}.connection-details h3{font-size:12px;padding:5px}.connection-details .user-01,.connection-details .wpuser-02{padding:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.connection-details .action-btns{text-align:center}}@media (max-width: 530px){.connection-details .wpuser-02{margin-top:0;padding:12px}}@media screen and (max-width: 450px){.j-actions .button{width:100%;margin-bottom:5px;text-align:center}.j-actions .button.alignright{float:none}}@media screen and (max-width: 350px){.user-01,.wpuser-02{max-width:100px}}.jp-content .hide{display:none}.jp-content .pointer{cursor:pointer}.jp-content .landing{margin:0 auto;z-index:2;position:relative}.jp-content h1{font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;z-index:3;width:100%;text-align:center}.jp-content h1.success{color:#81a844}.jp-content .footer{padding-top:0;margin-top:0;background-image:none}.jp-content .footer:before{height:inherit}.jp-content .more-info:before{content:none}.landing .wpcom-connect{min-height:400px}.wpcom-connect .j-col{padding:0}.wpcom-connect .connect-desc{padding-left:25px}.wpcom-connect .connect-btn{text-align:center}.module-grid h2{color:#000;font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif}.download-jetpack{margin-top:1em !important}#jump-start-area{margin-top:35px;padding-right:60px;padding-left:60px;background:#fefefe;border:1px #dae0e2 solid;padding-bottom:20px;text-align:center}#jump-start-area .connect-btn{text-align:center}#jump-start-area #jumpstart-cta,#jump-start-area .jumpstart-desc{padding:0}#jump-start-area p{font-size:14px;line-height:185%}#jump-start-area .spinner{float:none;margin:0 auto;position:absolute;bottom:0;height:100%;width:100%;background-position:50% 56%;background-color:rgba(254,254,254,0.99);display:block;opacity:.9}.jumpstart-message p{padding-left:25px}.jumpstart-desc{text-align:right}#jumpstart-cta{text-align:center;display:inline-block;float:none}.dismiss-jumpstart{color:#999;font-size:14px}#jumpstart-cta .button,#jumpstart-cta .button-primary{margin:1em;font-size:18px;height:45px !important;padding:8px 15px 1px}#jumpstart-cta .button-primary{display:block;margin:35px 20px 5px 20px}#jp-config-list{position:relative;padding-top:15px;padding-bottom:15px;margin-right:-15px;margin-left:-15px}#jp-config-list .j-col{padding:15px}#jp-config-list strong{display:inline-block}#jp-config-list small{display:block;margin-top:5px;line-height:150%}#jp-config-list .close{position:absolute;top:10px;left:0;text-transform:uppercase;font-weight:bold;display:block;z-index:5}.jp-config-status{text-transform:uppercase;font-size:10px;font-weight:bold;line-height:100%;color:#fff;background:#9fbd72;border-radius:2px;padding:2px 4px;display:inline-block}.miguel{display:none;position:fixed;opacity:.35;bottom:-200px;right:0;z-index:1;-webkit-animation:miguel 3.4s 0s ease-in-out;animation:miguel 3.4s 0s ease-in-out}.miguel:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-delay:0s;animation-delay:0s}.miguel:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-duration:4.5s;animation-duration:4.5s;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}.nux-intro h3{background:#81a844;color:#fff;font-weight:600;padding:.75em;margin:0}.nux-intro h4{margin:0 0 2px 0}.nux-intro p{text-align:center;font-size:1.24em;line-height:175%}.nux-intro a{-webkit-transition:all .4s ease;transition:all .4s ease}.nux-intro .j-col{padding:0 0.5em}.nux-intro .j-col:first-of-type{padding-right:0}.nux-intro .j-col:last-of-type{padding-left:0}.nux-intro .nux-in{background:#ececec;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.nux-intro .nux-in h3{font-size:1.10em;-webkit-border-top-right-radius:6px;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;border-top-left-radius:6px}.nux-intro .nux-in h3 .dashicons{float:left;color:#658435;font-size:1.25em;padding-right:0}.nux-intro .nux-in h3 .dashicons:hover{color:#57722e}.nux-intro .nux-in p{font-size:.9em;line-height:150%;margin:0;text-align:right;color:#686f72}.nux-intro .nux-in .j-row{border-bottom:1px #f9f9f9 solid;padding:5px 0;position:relative;min-height:70px}.nux-intro .nux-in .j-row:hover{background:#e0e0e0}.nux-intro .nux-in .unavailable{opacity:0.5}.nux-intro .nux-in .unavailable .act{display:none}.nux-intro .nux-in .paid{top:4px;margin-right:12px}.nux-intro .nux-in .dashicons{color:#81a844;font-size:1em;position:relative;top:3px;padding-right:6px}.nux-intro .nux-in .dashicons:hover{color:#57722e}.nux-intro .nux-in .dashicons-external{font-size:1.5em;top:2px;padding-right:3px}.nux-intro .nux-in .lmore{font-size:11px;color:#81a844}.nux-intro .nux-in .lmore:hover{color:#57722e}.nux-intro .feat.j-col{padding:10px 10px 10px 2px}.nux-intro .feat .dashicons{display:none}.nux-intro .activated .feat .dashicons{display:inline-block}.nux-intro .act{position:absolute;top:50%;-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);transform:translate(0, -50%);left:8px;float:left}.nux-intro .act.j-col{padding:5px;text-align:left}.nux-intro .module-action{text-transform:uppercase;font-size:.85em;font-weight:600}.nux-intro .wpcom h3{background:#0087be}.nux-intro .wpcom h3 .dashicons{color:#00638b}.nux-intro .wpcom h3 .dashicons:hover{color:#005172}.nux-intro .wpcom .j-col{padding:10px}.nux-intro .wpcom .goto{text-align:center;padding:1em}.nux-intro .wpcom .goto:hover{background:#ececec}.nux-intro .wpcom .goto .j-col{padding:0 5px}.nux-intro .wpcom .goto a{width:100%;padding:.25em;height:auto}.nux-intro .wpcom .goto .button{height:auto;min-height:28px;line-height:18px;white-space:normal;max-width:200px;margin-bottom:0;padding-top:2px}.nux-intro .wpcom .goto .feat{position:absolute;top:50%;-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.nux-intro .nux-foot .j-col{padding:1em}.nux-foot{margin-top:2em;background:#ececec;border-radius:6px}.nux-foot .j-col{min-height:75px;padding:1em}@media (max-width: 650px){.nux-foot .j-col{width:100%}}.nux-foot .j-col+.j-col{border-right:1px #f9f9f9 solid}@media (max-width: 650px){.nux-foot .j-col+.j-col{border-right:none;border-top:1px #f9f9f9 solid}}.nux-foot img{float:right;margin-left:1em;width:75px;border-radius:4px}.nux-foot p{font-size:.9em;text-align:right;font-weight:600;margin-top:0}.nux-foot p+p{font-weight:400;margin-bottom:0}.nux-foot ul{font-size:.9em;margin-bottom:0}.nux-foot ul li{margin-bottom:0;line-height:175%}.form-toggle[type="checkbox"]{opacity:0;position:absolute}.form-toggle__switch{position:relative;display:inline-block;border-radius:12px;-moz-box-sizing:border-box;box-sizing:border-box;padding:2px;width:40px;height:24px;background:#b9b9b9;vertical-align:middle;outline:0;cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}.form-toggle__switch:before,.form-toggle__switch:after{position:relative;display:block;content:"";width:20px;height:20px}.form-toggle__switch:after{right:0;border-radius:50%;background:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.form-toggle__switch:before{display:none}.form-toggle__switch:hover{background:#bdd597}.form-toggle__label{cursor:pointer}.plugin-action__label{padding-left:5px;top:-1px;position:relative;color:#8e9598}.activated .plugin-action__label{color:#81a844}.form-toggle:focus+.form-toggle__label .form-toggle__switch,.form-toggle:focus:checked+.form-toggle__label .form-toggle__switch{box-shadow:0 0 0 2px #0087be}.form-toggle:checked+.form-toggle__label .form-toggle__switch{background:#81a844}.form-toggle:checked+.form-toggle__label .form-toggle__switch:after{right:16px}.form-toggle:checked:hover+.form-toggle__label .form-toggle__switch{background:#bdd597}.form-toggle:disabled+.form-toggle__label .form-toggle__switch,.form-toggle:disabled:hover+.form-toggle__label .form-toggle__switch{background:#e9eff3}.form-toggle.is-toggling+.form-toggle__label .form-toggle__switch{background:#81a844}.form-toggle.is-toggling:checked+.form-toggle__label .form-toggle__switch{background:#bdd597}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch{border-radius:8px;width:24px;height:16px}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch:before,.form-toggle.is-compact+.form-toggle__label .form-toggle__switch:after{width:12px;height:12px}.form-toggle.is-compact:checked+.form-toggle__label .form-toggle__switch:after{right:8px}@media (max-width: 1147px){.jp-content .landing{padding:0 2em}.jp-content .footer{padding-top:1.5em}.nux-intro .main-col{width:50%;margin-bottom:2em}.nux-intro .main-col.wpcom{width:100%}.nux-intro .main-col+.main-col{padding-left:0}.nux-intro .wpcom{padding:0}.nux-intro .wpcom .j-row{width:50%;float:right;border-bottom:1px #f9f9f9 solid;border-left:1px #f9f9f9 solid}.nux-intro .wpcom .j-row:last-of-type{width:100%;float:none;clear:both;border:none;border-top:1px #f9f9f9 solid;position:relative;top:-1px}.nux-intro .wpcom .goto .feat a{float:right}.nux-foot .j-col{border:none}.nux-foot img{float:left;margin-left:0;margin-right:1em}}@media (max-width: 900px){.nux-intro .main-col{width:100%;padding:0;margin-bottom:2em}.nux-intro .wpcom .j-row{width:100%;float:none}}@media (max-width: 782px){#jumpstart-cta .button-primary{margin:10px 0 5px 0}#jump-start-area .spinner{background-position:50% 35%}}@media (max-width: 600px){.nux-intro h1{font-size:1.75em}.nux-intro p{font-size:1em}}@media (max-width: 530px){.jp-content .landing{padding:0 .5em}#jump-start-area{padding:0 1em}.jumpstart-message p{padding-left:0}#jumpstart-cta .button-primary{margin:0 0 5px 0;padding-bottom:10px}.footer .a8c-attribution a:after{top:6px}}.nav-horizontal:before,.features:before,.modules:before,.load-more:before,.nav-horizontal:after,.features:after,.modules:after,.load-more:after{content:"";display:table}.nav-horizontal:after,.features:after,.modules:after,.load-more:after{clear:both} |
| 3539 | |
| 3540 | /*# sourceMappingURL=jetpack-admin.min.css.map */ |