| 1 |
/*! |
| 2 |
* Do not modify this file directly. It is compiled SASS code. |
| 3 |
*/ |
| 4 |
.j-row { |
| 5 |
width: 100%; |
| 6 |
margin: 0 auto; |
| 7 |
} |
| 8 |
|
| 9 |
.j-row:before, .j-row:after { |
| 10 |
content: " "; |
| 11 |
display: table; |
| 12 |
} |
| 13 |
|
| 14 |
.j-row:after { |
| 15 |
clear: both; |
| 16 |
} |
| 17 |
|
| 18 |
.j-col { |
| 19 |
padding: 0.85em; |
| 20 |
width: 100%; |
| 21 |
float: left; |
| 22 |
position: relative; |
| 23 |
} |
| 24 |
|
| 25 |
@media only screen { |
| 26 |
.j-sm-5 { |
| 27 |
width: 41.66667%; |
| 28 |
} |
| 29 |
.j-sm-7 { |
| 30 |
width: 58.33333%; |
| 31 |
} |
| 32 |
.j-sm-12 { |
| 33 |
width: 100%; |
| 34 |
} |
| 35 |
} |
| 36 |
|
| 37 |
@media (min-width: 530px) { |
| 38 |
.j-md-4 { |
| 39 |
width: 33.33333%; |
| 40 |
} |
| 41 |
.j-md-6 { |
| 42 |
width: 50%; |
| 43 |
} |
| 44 |
.j-md-8 { |
| 45 |
width: 66.66667%; |
| 46 |
} |
| 47 |
.j-md-12 { |
| 48 |
width: 100%; |
| 49 |
} |
| 50 |
} |
| 51 |
|
| 52 |
@media (min-width: 782px) { |
| 53 |
.j-lrg-4 { |
| 54 |
width: 33.33333%; |
| 55 |
} |
| 56 |
.j-lrg-5 { |
| 57 |
width: 41.66667%; |
| 58 |
} |
| 59 |
.j-lrg-6 { |
| 60 |
width: 50%; |
| 61 |
} |
| 62 |
.j-lrg-7 { |
| 63 |
width: 58.33333%; |
| 64 |
} |
| 65 |
.j-lrg-8 { |
| 66 |
width: 66.66667%; |
| 67 |
} |
| 68 |
.j-lrg-12 { |
| 69 |
width: 100%; |
| 70 |
} |
| 71 |
} |
| 72 |
|
| 73 |
@keyframes jetpack-candy { |
| 74 |
0% { |
| 75 |
transform: scale(1); |
| 76 |
} |
| 77 |
20% { |
| 78 |
transform: scale(1.15); |
| 79 |
} |
| 80 |
60% { |
| 81 |
transform: scale(0.95); |
| 82 |
} |
| 83 |
100% { |
| 84 |
transform: scale(1); |
| 85 |
} |
| 86 |
} |
| 87 |
|
| 88 |
@keyframes jetpack-loading-fade { |
| 89 |
0% { |
| 90 |
opacity: .5; |
| 91 |
} |
| 92 |
50% { |
| 93 |
opacity: 1; |
| 94 |
} |
| 95 |
100% { |
| 96 |
opacity: .5; |
| 97 |
} |
| 98 |
} |
| 99 |
|
| 100 |
@keyframes jetpack-rotate { |
| 101 |
to { |
| 102 |
transform: rotate(1turn); |
| 103 |
} |
| 104 |
} |
| 105 |
|
| 106 |
.button, |
| 107 |
.download-jetpack { |
| 108 |
transition: all .1s ease-in-out; |
| 109 |
} |
| 110 |
|
| 111 |
.jp-button, .jp-button--settings { |
| 112 |
display: inline-block; |
| 113 |
position: relative; |
| 114 |
padding: 0.76923em 1.46154em; |
| 115 |
color: #efefef; |
| 116 |
font-weight: bold; |
| 117 |
font-size: 0.9285714286em; |
| 118 |
line-height: 1; |
| 119 |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); |
| 120 |
background: #6f7476; |
| 121 |
border-radius: 3px; |
| 122 |
} |
| 123 |
|
| 124 |
.jp-button:visited, .jp-button--settings:visited { |
| 125 |
color: #efefef; |
| 126 |
} |
| 127 |
|
| 128 |
.jp-button:hover, .jp-button--settings:hover, .jp-button:focus, .jp-button--settings:focus { |
| 129 |
color: #fff; |
| 130 |
background: #57972d; |
| 131 |
} |
| 132 |
|
| 133 |
.jp-button:active, .jp-button--settings:active { |
| 134 |
background: #57972d; |
| 135 |
opacity: 0.8; |
| 136 |
} |
| 137 |
|
| 138 |
.jp-button--settings { |
| 139 |
background: #93b45f; |
| 140 |
color: #e8eedf; |
| 141 |
} |
| 142 |
|
| 143 |
.jp-button--settings:visited { |
| 144 |
color: #e8eedf; |
| 145 |
} |
| 146 |
|
| 147 |
.jp-button--settings:hover, .jp-button--settings:focus { |
| 148 |
background: #9fbd72; |
| 149 |
color: #fff; |
| 150 |
} |
| 151 |
|
| 152 |
.jp-button--settings.current { |
| 153 |
background: #3c6621; |
| 154 |
color: #fff; |
| 155 |
box-shadow: inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621; |
| 156 |
} |
| 157 |
|
| 158 |
.download-jetpack { |
| 159 |
display: inline-block; |
| 160 |
position: relative; |
| 161 |
padding: 0.64286em 1.08696em 0.53571em; |
| 162 |
color: #fff; |
| 163 |
font-weight: 400; |
| 164 |
font-size: 20px; |
| 165 |
line-height: 1; |
| 166 |
background: #518d2a; |
| 167 |
z-index: 3; |
| 168 |
border-radius: 6px; |
| 169 |
box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4); |
| 170 |
} |
| 171 |
|
| 172 |
.download-jetpack:visited { |
| 173 |
color: #fff; |
| 174 |
} |
| 175 |
|
| 176 |
.download-jetpack:hover, .download-jetpack:focus { |
| 177 |
color: #fff; |
| 178 |
background: #57972d; |
| 179 |
box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4); |
| 180 |
} |
| 181 |
|
| 182 |
.download-jetpack:active { |
| 183 |
top: 6px; |
| 184 |
box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4); |
| 185 |
} |
| 186 |
|
| 187 |
.download-jetpack:active:after { |
| 188 |
top: -6px; |
| 189 |
} |
| 190 |
|
| 191 |
.download-jetpack:before { |
| 192 |
content: ''; |
| 193 |
display: inline-block; |
| 194 |
position: relative; |
| 195 |
top: -2px; |
| 196 |
margin-right: 13px; |
| 197 |
width: 30px; |
| 198 |
height: 30px; |
| 199 |
vertical-align: middle; |
| 200 |
background: url("../images/connect-plug.svg") center center no-repeat; |
| 201 |
background-size: 100%; |
| 202 |
} |
| 203 |
|
| 204 |
.download-jetpack:after { |
| 205 |
content: ''; |
| 206 |
position: absolute; |
| 207 |
top: 0; |
| 208 |
left: 0; |
| 209 |
width: 100%; |
| 210 |
height: 100%; |
| 211 |
} |
| 212 |
|
| 213 |
@media (max-width: 1147px) { |
| 214 |
.download-jetpack { |
| 215 |
font-size: 1.28571em; |
| 216 |
} |
| 217 |
.download-jetpack:before { |
| 218 |
top: -1px; |
| 219 |
width: 23px; |
| 220 |
height: 23px; |
| 221 |
} |
| 222 |
} |
| 223 |
|
| 224 |
@media (max-width: 900px) { |
| 225 |
.download-jetpack:active { |
| 226 |
top: 0; |
| 227 |
} |
| 228 |
} |
| 229 |
|
| 230 |
@media (max-width: 530px) { |
| 231 |
.download-jetpack { |
| 232 |
font-size: 1.21429em; |
| 233 |
font-weight: 600; |
| 234 |
} |
| 235 |
.download-jetpack:before { |
| 236 |
width: 19px; |
| 237 |
height: 19px; |
| 238 |
margin-right: 9px; |
| 239 |
} |
| 240 |
} |
| 241 |
|
| 242 |
.jp-spinner { |
| 243 |
display: flex; |
| 244 |
align-items: center; |
| 245 |
} |
| 246 |
|
| 247 |
.jp-spinner__inner, |
| 248 |
.jp-spinner__outer { |
| 249 |
margin: auto; |
| 250 |
box-sizing: border-box; |
| 251 |
border: .1em solid transparent; |
| 252 |
border-radius: 50%; |
| 253 |
border-top-color: #00aadc; |
| 254 |
animation: 3s linear infinite; |
| 255 |
animation-name: jetpack-rotate; |
| 256 |
} |
| 257 |
|
| 258 |
.jp-spinner__outer { |
| 259 |
width: 20px; |
| 260 |
height: 20px; |
| 261 |
font-size: 20px; |
| 262 |
} |
| 263 |
|
| 264 |
.jp-spinner__inner { |
| 265 |
width: 100%; |
| 266 |
height: 100%; |
| 267 |
border-right-color: #00aadc; |
| 268 |
opacity: .4; |
| 269 |
} |
| 270 |
|
| 271 |
@font-face { |
| 272 |
font-family: 'automatticons'; |
| 273 |
src: url("../_inc/fonts/automatticons/automatticons.eot"); |
| 274 |
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"); |
| 275 |
font-weight: normal; |
| 276 |
font-style: normal; |
| 277 |
} |
| 278 |
|
| 279 |
.nav-horizontal:after { |
| 280 |
content: "."; |
| 281 |
display: block; |
| 282 |
height: 0; |
| 283 |
clear: both; |
| 284 |
visibility: hidden; |
| 285 |
} |
| 286 |
|
| 287 |
.nav-horizontal a { |
| 288 |
display: inline-block; |
| 289 |
} |
| 290 |
|
| 291 |
.nav-horizontal li { |
| 292 |
position: relative; |
| 293 |
float: left; |
| 294 |
} |
| 295 |
|
| 296 |
.nav-horizontal ul { |
| 297 |
margin: 0; |
| 298 |
padding: 0; |
| 299 |
} |
| 300 |
|
| 301 |
@media (max-width: 782px) { |
| 302 |
.configure .frame.top.fixed { |
| 303 |
padding-left: 0; |
| 304 |
} |
| 305 |
} |
| 306 |
|
| 307 |
.wrap.inner, |
| 308 |
.page-content { |
| 309 |
max-width: 950px; |
| 310 |
margin: 0 auto; |
| 311 |
} |
| 312 |
|
| 313 |
.wrap.inner li, |
| 314 |
.page-content li { |
| 315 |
line-height: 23px; |
| 316 |
} |
| 317 |
|
| 318 |
@media (max-width: 530px) { |
| 319 |
.page-content { |
| 320 |
margin-top: 0; |
| 321 |
} |
| 322 |
} |
| 323 |
|
| 324 |
@media (max-width: 1147px) { |
| 325 |
.wrap.inner { |
| 326 |
background: #f9f9f9; |
| 327 |
padding: 15px; |
| 328 |
} |
| 329 |
} |
| 330 |
|
| 331 |
@media (max-width: 530px) { |
| 332 |
.wrap.inner { |
| 333 |
margin-top: 1.71429em; |
| 334 |
} |
| 335 |
} |
| 336 |
|
| 337 |
.page-content.about { |
| 338 |
position: relative; |
| 339 |
z-index: 10; |
| 340 |
} |
| 341 |
|
| 342 |
@media (max-width: 1147px) { |
| 343 |
.page-content.about { |
| 344 |
background: #f9f9f9; |
| 345 |
padding: 15px; |
| 346 |
} |
| 347 |
} |
| 348 |
|
| 349 |
@media (max-width: 1147px) { |
| 350 |
.page-content.configure { |
| 351 |
background: #f9f9f9; |
| 352 |
} |
| 353 |
} |
| 354 |
|
| 355 |
.footer nav { |
| 356 |
max-width: 550px; |
| 357 |
margin: 0 auto; |
| 358 |
} |
| 359 |
|
| 360 |
.header { |
| 361 |
left: 0; |
| 362 |
right: 0; |
| 363 |
background: #81a844; |
| 364 |
} |
| 365 |
|
| 366 |
.header-nav li { |
| 367 |
line-height: 60px; |
| 368 |
} |
| 369 |
|
| 370 |
.header-nav a { |
| 371 |
padding: 0 0.71429em; |
| 372 |
line-height: 24px; |
| 373 |
} |
| 374 |
|
| 375 |
.header-nav .jetpack-logo a { |
| 376 |
display: inline-block; |
| 377 |
position: relative; |
| 378 |
width: 214px; |
| 379 |
margin-right: 6px; |
| 380 |
background: url(../images/jetpack-logo.png) center center no-repeat; |
| 381 |
background: url(../images/jetpack-logo.svg) center center no-repeat, none; |
| 382 |
background-size: 183px auto; |
| 383 |
color: #fff; |
| 384 |
line-height: 60px; |
| 385 |
font-weight: normal; |
| 386 |
} |
| 387 |
|
| 388 |
.header-nav .jetpack-logo a span { |
| 389 |
text-indent: -9999px; |
| 390 |
visibility: hidden; |
| 391 |
} |
| 392 |
|
| 393 |
.header-nav .jetpack-logo a:before { |
| 394 |
content: ''; |
| 395 |
position: absolute; |
| 396 |
top: 0; |
| 397 |
left: 0; |
| 398 |
width: 100%; |
| 399 |
height: 100%; |
| 400 |
background-size: 183px 32px; |
| 401 |
} |
| 402 |
|
| 403 |
.header-nav .jetpack-modules + .jetpack-modules { |
| 404 |
margin-left: 15px; |
| 405 |
} |
| 406 |
|
| 407 |
.main-nav { |
| 408 |
float: left; |
| 409 |
} |
| 410 |
|
| 411 |
.main-nav li { |
| 412 |
margin: 0; |
| 413 |
} |
| 414 |
|
| 415 |
@media (max-width: 900px) { |
| 416 |
.main-nav { |
| 417 |
font-size: 13px; |
| 418 |
} |
| 419 |
} |
| 420 |
|
| 421 |
.jetpack-pagestyles #screen-meta { |
| 422 |
margin: 0; |
| 423 |
} |
| 424 |
|
| 425 |
.jetpack-pagestyles #screen-meta-links .screen-meta-toggle { |
| 426 |
z-index: 2; |
| 427 |
} |
| 428 |
|
| 429 |
.jetpack-pagestyles #screen-options-link-wrap, .jetpack-pagestyles #contextual-help-link-wrap { |
| 430 |
border: none; |
| 431 |
} |
| 432 |
|
| 433 |
.jetpack-pagestyles .update-nag { |
| 434 |
display: none; |
| 435 |
} |
| 436 |
|
| 437 |
.loading { |
| 438 |
bottom: 50%; |
| 439 |
position: absolute; |
| 440 |
top: 50%; |
| 441 |
width: 100%; |
| 442 |
} |
| 443 |
|
| 444 |
.loading span { |
| 445 |
color: #999; |
| 446 |
} |
| 447 |
|
| 448 |
.modal { |
| 449 |
background: #fff; |
| 450 |
position: fixed; |
| 451 |
top: 52px; |
| 452 |
bottom: 20px; |
| 453 |
right: 20px; |
| 454 |
left: 20px; |
| 455 |
margin-left: 160px; |
| 456 |
display: none; |
| 457 |
box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); |
| 458 |
z-index: 500; |
| 459 |
} |
| 460 |
|
| 461 |
.modal .close { |
| 462 |
position: absolute; |
| 463 |
top: 0; |
| 464 |
right: 0; |
| 465 |
font: 300 1.71429em "genericons" !important; |
| 466 |
color: #777; |
| 467 |
content: '\f405'; |
| 468 |
display: inline-block; |
| 469 |
padding: 0.28571em 0.71429em 0.42857em; |
| 470 |
z-index: 5; |
| 471 |
} |
| 472 |
|
| 473 |
.modal .close:hover { |
| 474 |
background: #eee; |
| 475 |
opacity: 0.8; |
| 476 |
} |
| 477 |
|
| 478 |
.modal .close:active { |
| 479 |
background: #eee; |
| 480 |
opacity: 0.4; |
| 481 |
} |
| 482 |
|
| 483 |
.modal .content-container { |
| 484 |
position: absolute; |
| 485 |
top: 0; |
| 486 |
right: 0; |
| 487 |
bottom: 0; |
| 488 |
left: 0; |
| 489 |
overflow: auto; |
| 490 |
padding: 2.14286em; |
| 491 |
} |
| 492 |
|
| 493 |
.modal .content { |
| 494 |
margin: 0 auto; |
| 495 |
max-width: 900px; |
| 496 |
text-align: left; |
| 497 |
} |
| 498 |
|
| 499 |
.modal h2 { |
| 500 |
text-align: left; |
| 501 |
margin-top: 0; |
| 502 |
color: #5d6d74; |
| 503 |
font-weight: 300; |
| 504 |
line-height: 32px; |
| 505 |
text-shadow: 0 1px 1px #fff; |
| 506 |
} |
| 507 |
|
| 508 |
@media (max-width: 530px) { |
| 509 |
.modal h2 { |
| 510 |
font-size: 26px; |
| 511 |
} |
| 512 |
} |
| 513 |
|
| 514 |
.modal h5 { |
| 515 |
clear: left; |
| 516 |
} |
| 517 |
|
| 518 |
.modal p { |
| 519 |
font-size: 1.23077em; |
| 520 |
} |
| 521 |
|
| 522 |
.modal footer { |
| 523 |
position: absolute; |
| 524 |
left: 0; |
| 525 |
bottom: 0; |
| 526 |
width: 100%; |
| 527 |
padding: 12px 20px; |
| 528 |
border-top: 1px solid #ddd; |
| 529 |
background: #fff; |
| 530 |
text-align: right; |
| 531 |
} |
| 532 |
|
| 533 |
.modal footer ul { |
| 534 |
margin: 0; |
| 535 |
} |
| 536 |
|
| 537 |
.modal footer li { |
| 538 |
display: inline-block; |
| 539 |
margin: 0; |
| 540 |
} |
| 541 |
|
| 542 |
.modal .button-secondary, |
| 543 |
.modal .button-primary:active { |
| 544 |
vertical-align: baseline; |
| 545 |
} |
| 546 |
|
| 547 |
@media (max-width: 900px) { |
| 548 |
.modal { |
| 549 |
bottom: 5%; |
| 550 |
margin-left: 36px; |
| 551 |
font-size: 80%; |
| 552 |
} |
| 553 |
.modal .content { |
| 554 |
top: 38px; |
| 555 |
} |
| 556 |
} |
| 557 |
|
| 558 |
@media (max-width: 782px) { |
| 559 |
.modal { |
| 560 |
top: 66px; |
| 561 |
margin-left: 0; |
| 562 |
} |
| 563 |
} |
| 564 |
|
| 565 |
@media (max-width: 600px) { |
| 566 |
.modal { |
| 567 |
top: 10px; |
| 568 |
right: 10px; |
| 569 |
bottom: 10px; |
| 570 |
left: 10px; |
| 571 |
} |
| 572 |
} |
| 573 |
|
| 574 |
.jp-info-img { |
| 575 |
float: right; |
| 576 |
margin: 0 0 8px 30px; |
| 577 |
} |
| 578 |
|
| 579 |
.jp-info-img img { |
| 580 |
border: 1px solid #ddd; |
| 581 |
max-width: 100%; |
| 582 |
height: auto; |
| 583 |
} |
| 584 |
|
| 585 |
.jp-info-img img:first-child { |
| 586 |
margin-top: 0; |
| 587 |
} |
| 588 |
|
| 589 |
@media (max-width: 782px) { |
| 590 |
.jp-info-img { |
| 591 |
float: none; |
| 592 |
margin: 0 0 15px; |
| 593 |
} |
| 594 |
} |
| 595 |
|
| 596 |
.content-container.modal-footer { |
| 597 |
bottom: 53px; |
| 598 |
} |
| 599 |
|
| 600 |
.shade { |
| 601 |
background: #000; |
| 602 |
bottom: 0; |
| 603 |
cursor: pointer; |
| 604 |
display: none; |
| 605 |
left: 0; |
| 606 |
opacity: 0.2; |
| 607 |
position: fixed; |
| 608 |
right: 0; |
| 609 |
top: 0; |
| 610 |
z-index: 11; |
| 611 |
} |
| 612 |
|
| 613 |
.footer { |
| 614 |
margin-top: 1.42857em; |
| 615 |
position: relative; |
| 616 |
padding: 10em 0 4.28571em; |
| 617 |
text-align: center; |
| 618 |
} |
| 619 |
|
| 620 |
.footer:before, .footer:after { |
| 621 |
content: ''; |
| 622 |
position: absolute; |
| 623 |
left: 0; |
| 624 |
pointer-events: none; |
| 625 |
} |
| 626 |
|
| 627 |
.footer:before { |
| 628 |
top: 0; |
| 629 |
margin-top: -1px; |
| 630 |
width: 100%; |
| 631 |
height: 195px; |
| 632 |
} |
| 633 |
|
| 634 |
.footer:after { |
| 635 |
display: none; |
| 636 |
} |
| 637 |
|
| 638 |
.footer .download-jetpack { |
| 639 |
margin-bottom: 33px; |
| 640 |
} |
| 641 |
|
| 642 |
@media (min-width: 1147px) { |
| 643 |
.footer { |
| 644 |
padding-bottom: 35px; |
| 645 |
} |
| 646 |
} |
| 647 |
|
| 648 |
@media (max-width: 1147px) { |
| 649 |
.footer { |
| 650 |
padding-top: 165px; |
| 651 |
padding-bottom: 0; |
| 652 |
} |
| 653 |
.footer:before { |
| 654 |
background-size: 160% auto; |
| 655 |
} |
| 656 |
.footer ul { |
| 657 |
float: none; |
| 658 |
overflow: hidden; |
| 659 |
} |
| 660 |
} |
| 661 |
|
| 662 |
@media (max-width: 900px) { |
| 663 |
.footer { |
| 664 |
padding-top: 146px; |
| 665 |
} |
| 666 |
} |
| 667 |
|
| 668 |
@media (max-width: 782px) { |
| 669 |
.footer { |
| 670 |
margin-top: 0; |
| 671 |
} |
| 672 |
} |
| 673 |
|
| 674 |
@media (max-width: 530px) { |
| 675 |
.footer { |
| 676 |
margin-top: 0; |
| 677 |
padding-top: 135px; |
| 678 |
} |
| 679 |
} |
| 680 |
|
| 681 |
@media (max-width: 320px) { |
| 682 |
.footer { |
| 683 |
padding-top: 76px; |
| 684 |
} |
| 685 |
} |
| 686 |
|
| 687 |
.footer nav { |
| 688 |
max-width: 100%; |
| 689 |
} |
| 690 |
|
| 691 |
.footer nav a, |
| 692 |
.footer nav a:visited { |
| 693 |
padding: 4px 6px; |
| 694 |
color: #999; |
| 695 |
} |
| 696 |
|
| 697 |
.footer nav a:hover, .footer nav a:focus, |
| 698 |
.footer nav a:visited:hover, |
| 699 |
.footer nav a:visited:focus { |
| 700 |
color: #81A844; |
| 701 |
} |
| 702 |
|
| 703 |
@media (max-width: 1147px) { |
| 704 |
.footer nav a:hover, .footer nav a:focus, |
| 705 |
.footer nav a:visited:hover, |
| 706 |
.footer nav a:visited:focus { |
| 707 |
color: #81a844; |
| 708 |
} |
| 709 |
} |
| 710 |
|
| 711 |
@media (max-width: 530px) { |
| 712 |
.footer nav li { |
| 713 |
display: block; |
| 714 |
float: none; |
| 715 |
margin: 0; |
| 716 |
text-align: left; |
| 717 |
} |
| 718 |
.footer nav a { |
| 719 |
display: block; |
| 720 |
padding: 0 16px; |
| 721 |
line-height: 44px; |
| 722 |
} |
| 723 |
} |
| 724 |
|
| 725 |
.primary { |
| 726 |
padding: 25px 15px 10px 15px; |
| 727 |
border-bottom: 1px solid #eee; |
| 728 |
} |
| 729 |
|
| 730 |
.secondary-footer { |
| 731 |
margin: 0 auto; |
| 732 |
} |
| 733 |
|
| 734 |
.secondary-footer li { |
| 735 |
margin-right: 5px; |
| 736 |
} |
| 737 |
|
| 738 |
@media (min-width: 782px) { |
| 739 |
.secondary-footer { |
| 740 |
padding: 8px 15px 10px; |
| 741 |
margin-bottom: 30px; |
| 742 |
border-bottom: 1px solid #eee; |
| 743 |
} |
| 744 |
} |
| 745 |
|
| 746 |
@media (min-width: 1147px) { |
| 747 |
.secondary-footer { |
| 748 |
margin-bottom: 0; |
| 749 |
} |
| 750 |
} |
| 751 |
|
| 752 |
@media (max-width: 782px) { |
| 753 |
.secondary-footer { |
| 754 |
padding: 8px 15px 8px; |
| 755 |
border-bottom: none; |
| 756 |
} |
| 757 |
} |
| 758 |
|
| 759 |
@media (max-width: 530px) { |
| 760 |
.secondary-footer { |
| 761 |
margin: 0; |
| 762 |
padding: 0; |
| 763 |
border: none; |
| 764 |
font-weight: 400; |
| 765 |
} |
| 766 |
.secondary-footer a { |
| 767 |
border-top: 1px solid #eee; |
| 768 |
} |
| 769 |
} |
| 770 |
|
| 771 |
.footer .a8c-attribution { |
| 772 |
margin: 0; |
| 773 |
padding: 0 6px; |
| 774 |
color: #bbb; |
| 775 |
font-size: 0.78571em; |
| 776 |
font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif; |
| 777 |
text-transform: uppercase; |
| 778 |
} |
| 779 |
|
| 780 |
.footer .a8c-attribution a { |
| 781 |
display: inline-block; |
| 782 |
position: relative; |
| 783 |
padding: 4px 16px; |
| 784 |
right: 9999px; |
| 785 |
outline: 0; |
| 786 |
} |
| 787 |
|
| 788 |
.footer .a8c-attribution a:after { |
| 789 |
content: 'A'; |
| 790 |
position: absolute; |
| 791 |
top: 2px; |
| 792 |
right: -9999px; |
| 793 |
height: 100%; |
| 794 |
color: #999; |
| 795 |
font-size: 1.54545em; |
| 796 |
font-family: "automatticons"; |
| 797 |
text-align: center; |
| 798 |
} |
| 799 |
|
| 800 |
.footer .a8c-attribution a:hover:after { |
| 801 |
animation: jetpack-candy .4s ease-in-out; |
| 802 |
} |
| 803 |
|
| 804 |
@media (min-width: 782px) { |
| 805 |
.secondary { |
| 806 |
padding: 0 15px 10px 15px; |
| 807 |
border-bottom: 1px solid #eee; |
| 808 |
} |
| 809 |
} |
| 810 |
|
| 811 |
@media (min-width: 1147px) { |
| 812 |
.secondary { |
| 813 |
padding: 0 15px 10px 15px; |
| 814 |
border-bottom: none; |
| 815 |
} |
| 816 |
} |
| 817 |
|
| 818 |
.jetpack-message { |
| 819 |
background: #8eb74e; |
| 820 |
border: 1px solid #73963d; |
| 821 |
margin: 33px auto 0; |
| 822 |
max-width: 90%; |
| 823 |
position: relative; |
| 824 |
z-index: 2; |
| 825 |
} |
| 826 |
|
| 827 |
.jetpack-message.is-opt-in { |
| 828 |
margin: 50px 0 0; |
| 829 |
max-width: 100%; |
| 830 |
padding: 10px 15px; |
| 831 |
background: #fff; |
| 832 |
border: 0; |
| 833 |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 834 |
font-size: 13px; |
| 835 |
text-align: center; |
| 836 |
} |
| 837 |
|
| 838 |
.subhead .jetpack-message.is-opt-in { |
| 839 |
margin: 0; |
| 840 |
padding-bottom: 0; |
| 841 |
background: transparent; |
| 842 |
box-shadow: none; |
| 843 |
} |
| 844 |
|
| 845 |
.subhead .jetpack-message.is-opt-in .jp-button, .subhead .jetpack-message.is-opt-in .jp-button--settings { |
| 846 |
display: inline-block; |
| 847 |
} |
| 848 |
|
| 849 |
.jetpack-message.is-opt-in p { |
| 850 |
color: #3c4549; |
| 851 |
} |
| 852 |
|
| 853 |
.jetpack-message.is-opt-in .jp-button, .jetpack-message.is-opt-in .jp-button--settings { |
| 854 |
margin-top: 15px; |
| 855 |
display: none; |
| 856 |
} |
| 857 |
|
| 858 |
.jetpack-message .squeezer h2 { |
| 859 |
font-size: 1em; |
| 860 |
} |
| 861 |
|
| 862 |
.jetpack-message h2 { |
| 863 |
color: #fff; |
| 864 |
margin: 0; |
| 865 |
} |
| 866 |
|
| 867 |
.jetpack-message p { |
| 868 |
color: #fff; |
| 869 |
margin: 0; |
| 870 |
opacity: 0.7; |
| 871 |
} |
| 872 |
|
| 873 |
.jetpack-message .squeezer { |
| 874 |
padding: 23px 23px 23px 80px; |
| 875 |
position: relative; |
| 876 |
text-align: left; |
| 877 |
} |
| 878 |
|
| 879 |
.jetpack-message .squeezer:before { |
| 880 |
color: #fff; |
| 881 |
content: '\f418'; |
| 882 |
font-family: 'Genericons'; |
| 883 |
font-size: 33px; |
| 884 |
height: 33px; |
| 885 |
left: 25px; |
| 886 |
opacity: 0.6; |
| 887 |
position: absolute; |
| 888 |
top: 23px; |
| 889 |
top: calc( 50% - 22px); |
| 890 |
} |
| 891 |
|
| 892 |
@media (max-width: 530px) { |
| 893 |
.jetpack-message .squeezer { |
| 894 |
padding: 23px; |
| 895 |
} |
| 896 |
.jetpack-message .squeezer:before { |
| 897 |
display: none; |
| 898 |
} |
| 899 |
} |
| 900 |
|
| 901 |
.jetpack-message .squeezer a { |
| 902 |
color: #FFF; |
| 903 |
border-bottom: 1px solid #D5E4BD; |
| 904 |
} |
| 905 |
|
| 906 |
.jetpack-message .squeezer a:hover { |
| 907 |
border-bottom: 1px solid #F1F6E9; |
| 908 |
} |
| 909 |
|
| 910 |
.jetpack-message.error .squeezer:before, |
| 911 |
.jetpack-message.jetpack-err .squeezer:before { |
| 912 |
content: '\f414'; |
| 913 |
} |
| 914 |
|
| 915 |
.configure-module .jetpack-message { |
| 916 |
max-width: 100%; |
| 917 |
} |
| 918 |
|
| 919 |
@media (max-width: 530px) { |
| 920 |
.wrap.inner.jp-support .jp-support-column-left { |
| 921 |
width: 100%; |
| 922 |
} |
| 923 |
.wrap.inner.jp-support .jp-support-column-left .widget-text { |
| 924 |
margin-right: 0; |
| 925 |
width: 100%; |
| 926 |
} |
| 927 |
.wrap.inner.jp-support .jp-support-column-right { |
| 928 |
width: 100%; |
| 929 |
} |
| 930 |
} |
| 931 |
|
| 932 |
@media screen and (max-width: 515px) { |
| 933 |
.jp-frame .header-nav { |
| 934 |
padding-bottom: 10px; |
| 935 |
} |
| 936 |
.jp-frame .header-nav li { |
| 937 |
line-height: 30px; |
| 938 |
} |
| 939 |
.jp-frame .header-nav .jetpack-logo { |
| 940 |
width: 100%; |
| 941 |
text-align: center; |
| 942 |
} |
| 943 |
.jp-frame .header-nav .jetpack-modules { |
| 944 |
margin: 0; |
| 945 |
width: 50%; |
| 946 |
text-align: right; |
| 947 |
padding: 0 5px; |
| 948 |
} |
| 949 |
.jp-frame .header-nav .jetpack-modules + .jetpack-modules { |
| 950 |
text-align: left; |
| 951 |
} |
| 952 |
.jp-frame .header-nav .jetpack-modules:nth-child(4) { |
| 953 |
text-align: center; |
| 954 |
margin: 0 auto; |
| 955 |
width: 100%; |
| 956 |
} |
| 957 |
.jp-frame .header-nav .jetpack-modules:nth-child(4) a { |
| 958 |
padding: 0 10px; |
| 959 |
} |
| 960 |
} |
| 961 |
|
| 962 |
#ie-legacy-notice .dops-notice__content { |
| 963 |
display: inline-block; |
| 964 |
margin-left: 10px; |
| 965 |
} |
| 966 |
|
| 967 |
.page-content.configure { |
| 968 |
margin-top: 0; |
| 969 |
} |
| 970 |
|
| 971 |
.configure .frame.top { |
| 972 |
border: none; |
| 973 |
box-shadow: none; |
| 974 |
padding-top: 1.42857em; |
| 975 |
position: relative; |
| 976 |
top: auto; |
| 977 |
} |
| 978 |
|
| 979 |
.configure .frame.top.fixed { |
| 980 |
background: #f9f9f9; |
| 981 |
border-bottom: 1px solid #e9e9e9; |
| 982 |
padding-left: 160px; |
| 983 |
margin-top: -6px; |
| 984 |
position: fixed; |
| 985 |
right: 0; |
| 986 |
top: 32px; |
| 987 |
width: 100%; |
| 988 |
z-index: 4; |
| 989 |
box-shadow: 0 2px 2px -2px #eee; |
| 990 |
} |
| 991 |
|
| 992 |
@media (max-width: 782px) { |
| 993 |
.configure .frame.top.fixed { |
| 994 |
border: none; |
| 995 |
box-shadow: none; |
| 996 |
padding-top: 1.42857em; |
| 997 |
position: relative; |
| 998 |
top: auto; |
| 999 |
} |
| 1000 |
} |
| 1001 |
|
| 1002 |
@media (max-width: 600px) { |
| 1003 |
.configure .frame.top.fixed { |
| 1004 |
top: 0; |
| 1005 |
} |
| 1006 |
} |
| 1007 |
|
| 1008 |
.jp-frame-top-fixed .configure { |
| 1009 |
padding-top: 94px; |
| 1010 |
} |
| 1011 |
|
| 1012 |
.filter-search { |
| 1013 |
display: none; |
| 1014 |
float: right; |
| 1015 |
margin-top: 10px; |
| 1016 |
} |
| 1017 |
|
| 1018 |
@media (max-width: 782px) { |
| 1019 |
.filter-search { |
| 1020 |
display: block; |
| 1021 |
} |
| 1022 |
} |
| 1023 |
|
| 1024 |
@media (max-width: 530px) { |
| 1025 |
.filter-search { |
| 1026 |
display: none; |
| 1027 |
} |
| 1028 |
} |
| 1029 |
|
| 1030 |
.table-bordered.jetpack-modules { |
| 1031 |
border: none; |
| 1032 |
margin-bottom: 0; |
| 1033 |
} |
| 1034 |
|
| 1035 |
.table-bordered.jetpack-modules tr.jetpack-module th { |
| 1036 |
border-left: 0; |
| 1037 |
padding: 14px 4px 0; |
| 1038 |
} |
| 1039 |
|
| 1040 |
.table-bordered.jetpack-modules tr.jetpack-module th input { |
| 1041 |
display: block; |
| 1042 |
} |
| 1043 |
|
| 1044 |
.table-bordered.jetpack-modules tr.jetpack-module:hover .genericon { |
| 1045 |
display: inline-block; |
| 1046 |
} |
| 1047 |
|
| 1048 |
.table-bordered.jetpack-modules tr.jetpack-module.active th, |
| 1049 |
.table-bordered.jetpack-modules tr.jetpack-module.active td { |
| 1050 |
background: #f7fcfe; |
| 1051 |
} |
| 1052 |
|
| 1053 |
.table-bordered.jetpack-modules tr.jetpack-module.active th { |
| 1054 |
border-left: 4px solid #2ea2cc; |
| 1055 |
padding-left: 0px; |
| 1056 |
} |
| 1057 |
|
| 1058 |
.table-bordered.jetpack-modules tr.jetpack-module.active td:first-child { |
| 1059 |
border-left: 4px solid #2ea2cc; |
| 1060 |
} |
| 1061 |
|
| 1062 |
.table-bordered.jetpack-modules tr.jetpack-module.unavailable input { |
| 1063 |
display: none; |
| 1064 |
} |
| 1065 |
|
| 1066 |
.table-bordered.jetpack-modules tr.jetpack-module.deprecated span { |
| 1067 |
color: #888; |
| 1068 |
} |
| 1069 |
|
| 1070 |
.table-bordered.jetpack-modules tr.jetpack-module.deprecated .dep-msg { |
| 1071 |
margin-right: 10px; |
| 1072 |
color: #555; |
| 1073 |
} |
| 1074 |
|
| 1075 |
.table-bordered.jetpack-modules tr.jetpack-module th, |
| 1076 |
.table-bordered.jetpack-modules tr.jetpack-module td { |
| 1077 |
background: #fff; |
| 1078 |
margin: 0; |
| 1079 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 1080 |
} |
| 1081 |
|
| 1082 |
.table-bordered.jetpack-modules tr.jetpack-module td { |
| 1083 |
padding: 10px 10px 8px 14px; |
| 1084 |
line-height: 25px; |
| 1085 |
} |
| 1086 |
|
| 1087 |
.table-bordered.jetpack-modules tr.jetpack-module td:first-child { |
| 1088 |
border-left: 4px solid #fff; |
| 1089 |
} |
| 1090 |
|
| 1091 |
.table-bordered.jetpack-modules tr.jetpack-module td .row-actions { |
| 1092 |
float: right; |
| 1093 |
padding: 0 0 1px; |
| 1094 |
visibility: visible; |
| 1095 |
position: static; |
| 1096 |
} |
| 1097 |
|
| 1098 |
.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span { |
| 1099 |
margin-left: 5px; |
| 1100 |
} |
| 1101 |
|
| 1102 |
@media (max-width: 530px) { |
| 1103 |
.table-bordered.jetpack-modules tr.jetpack-module td .row-actions { |
| 1104 |
display: none; |
| 1105 |
} |
| 1106 |
} |
| 1107 |
|
| 1108 |
@media (max-width: 782px) { |
| 1109 |
.table-bordered.jetpack-modules tr.jetpack-module td .row-actions { |
| 1110 |
display: block; |
| 1111 |
padding-left: 10px; |
| 1112 |
visibility: visible; |
| 1113 |
} |
| 1114 |
} |
| 1115 |
|
| 1116 |
.table-bordered.jetpack-modules.with-transparency tr.jetpack-module:hover td .row-actions span a { |
| 1117 |
opacity: 1; |
| 1118 |
} |
| 1119 |
|
| 1120 |
.table-bordered.jetpack-modules.with-transparency tr.jetpack-module.unavailable { |
| 1121 |
opacity: 0.3; |
| 1122 |
} |
| 1123 |
|
| 1124 |
.table-bordered.jetpack-modules > thead > tr > th { |
| 1125 |
border: 0; |
| 1126 |
vertical-align: middle; |
| 1127 |
} |
| 1128 |
|
| 1129 |
.table-bordered.jetpack-modules > thead > tr > th:last-child { |
| 1130 |
padding-right: 0; |
| 1131 |
} |
| 1132 |
|
| 1133 |
@media (max-width: 782px) { |
| 1134 |
.table-bordered.jetpack-modules > thead > tr > th:last-child { |
| 1135 |
padding-left: 0; |
| 1136 |
} |
| 1137 |
} |
| 1138 |
|
| 1139 |
.table-bordered.jetpack-modules td { |
| 1140 |
background: #fff; |
| 1141 |
} |
| 1142 |
|
| 1143 |
.table-bordered.jetpack-modules #doaction { |
| 1144 |
margin-top: 0; |
| 1145 |
} |
| 1146 |
|
| 1147 |
@media (max-width: 782px) { |
| 1148 |
.table-bordered.jetpack-modules #doaction { |
| 1149 |
padding: 10px 7px; |
| 1150 |
} |
| 1151 |
} |
| 1152 |
|
| 1153 |
.table-bordered.jetpack-modules .checkall { |
| 1154 |
margin-top: 1px; |
| 1155 |
} |
| 1156 |
|
| 1157 |
.table-bordered.jetpack-modules .filter-search { |
| 1158 |
margin-top: 8px; |
| 1159 |
} |
| 1160 |
|
| 1161 |
.table-bordered.jetpack-modules .genericon { |
| 1162 |
color: #999; |
| 1163 |
display: none; |
| 1164 |
margin: 7px 3px 0; |
| 1165 |
} |
| 1166 |
|
| 1167 |
@media (max-width: 900px) { |
| 1168 |
.table-bordered.jetpack-modules .genericon { |
| 1169 |
display: inline-block; |
| 1170 |
} |
| 1171 |
} |
| 1172 |
|
| 1173 |
.table-bordered.jetpack-modules .med { |
| 1174 |
width: 70px; |
| 1175 |
} |
| 1176 |
|
| 1177 |
.table-bordered.jetpack-modules .sm { |
| 1178 |
width: 30px; |
| 1179 |
} |
| 1180 |
|
| 1181 |
@media (max-width: 782px) { |
| 1182 |
.table-bordered.jetpack-modules .check-column { |
| 1183 |
width: 50px; |
| 1184 |
} |
| 1185 |
} |
| 1186 |
|
| 1187 |
.fixed-top .check-column { |
| 1188 |
padding: 8px 10px 0 10px; |
| 1189 |
width: 2.2em; |
| 1190 |
} |
| 1191 |
|
| 1192 |
.wrap { |
| 1193 |
margin: 0; |
| 1194 |
padding: 0 1.5em 1em; |
| 1195 |
overflow: hidden; |
| 1196 |
} |
| 1197 |
|
| 1198 |
.wrap h2 { |
| 1199 |
font-size: 24px; |
| 1200 |
font-weight: 400; |
| 1201 |
} |
| 1202 |
|
| 1203 |
.wrap .manage-left { |
| 1204 |
float: left; |
| 1205 |
margin: 0; |
| 1206 |
padding: 0; |
| 1207 |
width: 63%; |
| 1208 |
} |
| 1209 |
|
| 1210 |
.wrap .manage-left table { |
| 1211 |
width: 100%; |
| 1212 |
} |
| 1213 |
|
| 1214 |
.wrap .manage-left th { |
| 1215 |
font-weight: 400; |
| 1216 |
} |
| 1217 |
|
| 1218 |
@media (max-width: 782px) { |
| 1219 |
.wrap .manage-left { |
| 1220 |
width: 100%; |
| 1221 |
} |
| 1222 |
} |
| 1223 |
|
| 1224 |
.wrap .manage-right { |
| 1225 |
margin: 0; |
| 1226 |
padding: 0; |
| 1227 |
float: right; |
| 1228 |
width: 35%; |
| 1229 |
z-index: 1; |
| 1230 |
} |
| 1231 |
|
| 1232 |
.wrap .manage-right p { |
| 1233 |
font-size: 12px; |
| 1234 |
font-weight: bold; |
| 1235 |
color: #bbb; |
| 1236 |
padding-top: 2px; |
| 1237 |
text-transform: uppercase; |
| 1238 |
letter-spacing: 1px; |
| 1239 |
clear: left; |
| 1240 |
} |
| 1241 |
|
| 1242 |
.wrap .manage-right .bumper { |
| 1243 |
margin-left: 33px; |
| 1244 |
} |
| 1245 |
|
| 1246 |
.wrap .manage-right.show { |
| 1247 |
display: block; |
| 1248 |
overflow-y: auto; |
| 1249 |
overflow-x: hidden; |
| 1250 |
position: absolute; |
| 1251 |
z-index: 100000; |
| 1252 |
} |
| 1253 |
|
| 1254 |
.wrap .manage-right .search-bar { |
| 1255 |
margin-bottom: 18px; |
| 1256 |
max-width: 300px; |
| 1257 |
} |
| 1258 |
|
| 1259 |
.wrap .manage-right p.search-box { |
| 1260 |
float: none; |
| 1261 |
height: auto; |
| 1262 |
margin-bottom: 0; |
| 1263 |
position: relative; |
| 1264 |
} |
| 1265 |
|
| 1266 |
.wrap .manage-right p.search-box input[type='search'] { |
| 1267 |
padding: 0 8px; |
| 1268 |
width: 90%; |
| 1269 |
line-height: initial; |
| 1270 |
} |
| 1271 |
|
| 1272 |
@media (max-width: 782px) { |
| 1273 |
.wrap .manage-right p.search-box input[type='search'] { |
| 1274 |
float: left; |
| 1275 |
padding: 9px 8px; |
| 1276 |
} |
| 1277 |
} |
| 1278 |
|
| 1279 |
.wrap .manage-right p.search-box input[type="submit"] { |
| 1280 |
display: none; |
| 1281 |
} |
| 1282 |
|
| 1283 |
.wrap .manage-right .button-group .button { |
| 1284 |
outline: none; |
| 1285 |
} |
| 1286 |
|
| 1287 |
.wrap .manage-right .subsubsub { |
| 1288 |
margin: 0; |
| 1289 |
padding: 0; |
| 1290 |
} |
| 1291 |
|
| 1292 |
.wrap .manage-right .subsubsub a { |
| 1293 |
padding: 0; |
| 1294 |
line-height: inherit; |
| 1295 |
} |
| 1296 |
|
| 1297 |
.wrap .manage-right .subsubsub .current { |
| 1298 |
padding: 1px 5px; |
| 1299 |
border-radius: 2px; |
| 1300 |
margin-left: -5px; |
| 1301 |
background: #0D72B2; |
| 1302 |
color: #fff; |
| 1303 |
} |
| 1304 |
|
| 1305 |
.wrap .manage-right .subsubsub .current .count { |
| 1306 |
color: #BCD7E7; |
| 1307 |
font-weight: 200; |
| 1308 |
} |
| 1309 |
|
| 1310 |
.wrap .manage-right .subsubsub li { |
| 1311 |
display: block; |
| 1312 |
text-align: left; |
| 1313 |
} |
| 1314 |
|
| 1315 |
@media (max-width: 782px) { |
| 1316 |
.wrap .manage-right { |
| 1317 |
background: #fff; |
| 1318 |
bottom: 0; |
| 1319 |
display: none; |
| 1320 |
min-width: 300px; |
| 1321 |
position: fixed; |
| 1322 |
right: 0; |
| 1323 |
top: 0; |
| 1324 |
z-index: 13; |
| 1325 |
box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); |
| 1326 |
} |
| 1327 |
.wrap .manage-right .bumper { |
| 1328 |
margin: 13px; |
| 1329 |
} |
| 1330 |
.wrap .manage-right .navbar-form { |
| 1331 |
margin: 0; |
| 1332 |
padding: 0; |
| 1333 |
} |
| 1334 |
} |
| 1335 |
|
| 1336 |
@media (max-width: 782px) { |
| 1337 |
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) { |
| 1338 |
padding: 11px 10px; |
| 1339 |
display: block; |
| 1340 |
} |
| 1341 |
.manage-right.show .subsubsub li { |
| 1342 |
padding: 5px; |
| 1343 |
} |
| 1344 |
} |
| 1345 |
|
| 1346 |
@media (max-width: 650px) { |
| 1347 |
.table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions { |
| 1348 |
float: none; |
| 1349 |
padding-left: 18px; |
| 1350 |
} |
| 1351 |
} |
| 1352 |
|
| 1353 |
@media (max-width: 430px) { |
| 1354 |
.table-bordered.jetpack-modules tr.jetpack-module td .row-actions { |
| 1355 |
display: none; |
| 1356 |
} |
| 1357 |
.table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions { |
| 1358 |
display: block; |
| 1359 |
} |
| 1360 |
} |
| 1361 |
|
| 1362 |
/* 'Pages' is a temporary location for these styles, until we can break them up into their proper atmoic locations */ |
| 1363 |
.configure-module p { |
| 1364 |
font-size: 14px; |
| 1365 |
} |
| 1366 |
|
| 1367 |
.configure-module p.success, .configure-module p.error { |
| 1368 |
color: #fff; |
| 1369 |
padding: 10px; |
| 1370 |
} |
| 1371 |
|
| 1372 |
.configure-module p.success { |
| 1373 |
background-color: #81a844; |
| 1374 |
} |
| 1375 |
|
| 1376 |
.configure-module p.error { |
| 1377 |
background-color: #d94f4f; |
| 1378 |
} |
| 1379 |
|
| 1380 |
.protect-status p { |
| 1381 |
font-size: 16px; |
| 1382 |
} |
| 1383 |
|
| 1384 |
.protect-status strong { |
| 1385 |
display: inline-block; |
| 1386 |
margin-top: 10px; |
| 1387 |
background: #fff; |
| 1388 |
padding: 10px; |
| 1389 |
border: 1px #ddd solid; |
| 1390 |
font-size: 16px; |
| 1391 |
color: #000; |
| 1392 |
max-width: 100%; |
| 1393 |
} |
| 1394 |
|
| 1395 |
.protect-status.attn { |
| 1396 |
color: #d94f4f; |
| 1397 |
} |
| 1398 |
|
| 1399 |
.protect-status.working { |
| 1400 |
color: #81a844; |
| 1401 |
} |
| 1402 |
|
| 1403 |
.protect-whitelist textarea { |
| 1404 |
width: 100%; |
| 1405 |
min-height: 150px; |
| 1406 |
} |
| 1407 |
|
| 1408 |
/* btns + inputs */ |
| 1409 |
.configure-module input[disabled] { |
| 1410 |
opacity: .5; |
| 1411 |
} |
| 1412 |
|
| 1413 |
.configure-module input.button-primary { |
| 1414 |
font-weight: bold; |
| 1415 |
} |
| 1416 |
|
| 1417 |
/* whitelist table */ |
| 1418 |
@media only screen and (min-width: 1100px) { |
| 1419 |
.protect-whitelist { |
| 1420 |
width: 65%; |
| 1421 |
float: left; |
| 1422 |
} |
| 1423 |
} |
| 1424 |
|
| 1425 |
/* end > 1065px */ |
| 1426 |
@media only screen and (max-width: 400px) { |
| 1427 |
.protect-status strong { |
| 1428 |
font-size: 12px; |
| 1429 |
overflow: auto; |
| 1430 |
} |
| 1431 |
} |
| 1432 |
|
| 1433 |
/* end < 400px */ |
| 1434 |
.manage__icon { |
| 1435 |
width: 155px; |
| 1436 |
height: 155px; |
| 1437 |
margin: 20px auto; |
| 1438 |
} |
| 1439 |
|
| 1440 |
.manage-page .manage__description { |
| 1441 |
max-width: 600px; |
| 1442 |
text-align: center; |
| 1443 |
font-size: 22px; |
| 1444 |
color: #999; |
| 1445 |
margin: 20px auto; |
| 1446 |
} |
| 1447 |
|
| 1448 |
.manage-page .manage__button { |
| 1449 |
font-size: 16px; |
| 1450 |
padding: 0 20px; |
| 1451 |
height: 40px; |
| 1452 |
line-height: 40px; |
| 1453 |
} |
| 1454 |
|
| 1455 |
.manage__title .genericon { |
| 1456 |
font-size: 38px; |
| 1457 |
color: #81A944; |
| 1458 |
} |
| 1459 |
|
| 1460 |
.manage__link { |
| 1461 |
font-size: 16px; |
| 1462 |
padding: 0 20px; |
| 1463 |
height: 40px; |
| 1464 |
line-height: 40px; |
| 1465 |
font-weight: normal; |
| 1466 |
} |
| 1467 |
|
| 1468 |
.manage__link .genericon { |
| 1469 |
font-size: 28px; |
| 1470 |
vertical-align: middle; |
| 1471 |
margin-top: -6px; |
| 1472 |
} |
| 1473 |
|
| 1474 |
.jp-content .hide { |
| 1475 |
display: none; |
| 1476 |
} |
| 1477 |
|
| 1478 |
.jp-content .landing { |
| 1479 |
margin: 0 auto; |
| 1480 |
z-index: 2; |
| 1481 |
position: relative; |
| 1482 |
} |
| 1483 |
|
| 1484 |
.jp-content h1 { |
| 1485 |
font-weight: 400; |
| 1486 |
line-height: 1.75em; |
| 1487 |
position: relative; |
| 1488 |
z-index: 3; |
| 1489 |
width: 100%; |
| 1490 |
text-align: center; |
| 1491 |
} |
| 1492 |
|
| 1493 |
.jp-content h1.success { |
| 1494 |
color: #81a844; |
| 1495 |
} |
| 1496 |
|
| 1497 |
.jp-content .footer { |
| 1498 |
padding-top: 0; |
| 1499 |
margin-top: 0; |
| 1500 |
background-image: none; |
| 1501 |
} |
| 1502 |
|
| 1503 |
.jp-content .footer:before { |
| 1504 |
height: inherit; |
| 1505 |
} |
| 1506 |
|
| 1507 |
.jp-content .more-info:before { |
| 1508 |
content: none; |
| 1509 |
} |
| 1510 |
|
| 1511 |
.landing .wpcom-connect { |
| 1512 |
min-height: 400px; |
| 1513 |
} |
| 1514 |
|
| 1515 |
.wpcom-connect .j-col { |
| 1516 |
padding: 0; |
| 1517 |
} |
| 1518 |
|
| 1519 |
@media (max-width: 1147px) { |
| 1520 |
.jp-content .landing { |
| 1521 |
padding: 0 2em; |
| 1522 |
} |
| 1523 |
.jp-content .footer { |
| 1524 |
padding-top: 1.5em; |
| 1525 |
} |
| 1526 |
} |
| 1527 |
|
| 1528 |
@media (max-width: 530px) { |
| 1529 |
.jp-content .landing { |
| 1530 |
padding: 0 .5em; |
| 1531 |
} |
| 1532 |
} |
| 1533 |
|
| 1534 |
/*# sourceMappingURL=jetpack-admin.css.map */ |
| 1535 |
|