| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494 |
- /*!
- * Do not modify this file directly. It is compiled SASS code.
- */
- .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: left;
- position: relative;
- }
- @media only screen {
- .j-sm-5 {
- width: 41.66667%;
- }
- .j-sm-7 {
- width: 58.33333%;
- }
- .j-sm-12 {
- width: 100%;
- }
- }
- @media (min-width: 530px) {
- .j-md-4 {
- width: 33.33333%;
- }
- .j-md-6 {
- width: 50%;
- }
- .j-md-8 {
- width: 66.66667%;
- }
- .j-md-12 {
- width: 100%;
- }
- }
- @media (min-width: 782px) {
- .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-12 {
- width: 100%;
- }
- }
- @keyframes "candy" {
- 0% {
- transform: scale(1);
- }
- 20% {
- transform: scale(1.15);
- }
- 60% {
- transform: scale(0.95);
- }
- 100% {
- transform: scale(1);
- }
- }
- .button,
- .download-jetpack {
- transition: all .1s ease-in-out;
- }
- .jp-button, .jp-button--settings {
- display: inline-block;
- position: relative;
- padding: 0.76923em 1.46154em;
- color: #efefef;
- font-weight: bold;
- font-size: 0.9285714286em;
- line-height: 1;
- 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 1.08696em 0.53571em;
- color: #fff;
- font-weight: 400;
- font-size: 20px;
- line-height: 1;
- 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-right: 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;
- left: 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-right: 9px;
- }
- }
- @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;
- }
- .nav-horizontal:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .nav-horizontal a {
- display: inline-block;
- }
- .nav-horizontal li {
- position: relative;
- float: left;
- }
- .nav-horizontal ul {
- margin: 0;
- padding: 0;
- }
- @media (max-width: 782px) {
- .configure .frame.top.fixed {
- padding-left: 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;
- }
- }
- .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 {
- left: 0;
- right: 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-right: 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;
- left: 0;
- width: 100%;
- height: 100%;
- background-size: 183px 32px;
- }
- .header-nav .jetpack-modules + .jetpack-modules {
- margin-left: 15px;
- }
- .main-nav {
- float: left;
- }
- .main-nav li {
- margin: 0;
- }
- @media (max-width: 900px) {
- .main-nav {
- font-size: 13px;
- }
- }
- .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;
- }
- .loading {
- bottom: 50%;
- position: absolute;
- top: 50%;
- width: 100%;
- }
- .loading span {
- color: #999;
- }
- .modal {
- background: #fff;
- position: fixed;
- top: 52px;
- bottom: 20px;
- right: 20px;
- left: 20px;
- margin-left: 160px;
- display: none;
- box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
- z-index: 500;
- }
- .modal .close {
- position: absolute;
- top: 0;
- right: 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 .content-container {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- overflow: auto;
- padding: 2.14286em;
- }
- .modal .content {
- margin: 0 auto;
- max-width: 900px;
- text-align: left;
- }
- .modal h2 {
- text-align: left;
- margin-top: 0;
- color: #5d6d74;
- font-weight: 300;
- line-height: 32px;
- text-shadow: 0 1px 1px #fff;
- }
- @media (max-width: 530px) {
- .modal h2 {
- font-size: 26px;
- }
- }
- .modal h5 {
- clear: left;
- }
- .modal p {
- font-size: 1.23077em;
- }
- .modal footer {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- padding: 12px 20px;
- border-top: 1px solid #ddd;
- background: #fff;
- text-align: right;
- }
- .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-left: 36px;
- font-size: 80%;
- }
- .modal .content {
- top: 38px;
- }
- }
- @media (max-width: 782px) {
- .modal {
- top: 66px;
- margin-left: 0;
- }
- }
- @media (max-width: 600px) {
- .modal {
- top: 10px;
- right: 10px;
- bottom: 10px;
- left: 10px;
- }
- }
- .jp-info-img {
- float: right;
- margin: 0 0 8px 30px;
- }
- .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;
- left: 0;
- opacity: 0.2;
- position: fixed;
- right: 0;
- top: 0;
- z-index: 11;
- }
- .footer {
- margin-top: 1.42857em;
- position: relative;
- padding: 10em 0 4.28571em;
- text-align: center;
- }
- .footer:before, .footer:after {
- content: '';
- position: absolute;
- left: 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: left;
- }
- .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-right: 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", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- }
- .footer .a8c-attribution a {
- display: inline-block;
- position: relative;
- padding: 4px 16px;
- right: 9999px;
- outline: 0;
- }
- .footer .a8c-attribution a:after {
- content: 'A';
- position: absolute;
- top: 2px;
- right: -9999px;
- height: 100%;
- color: #999;
- font-size: 1.54545em;
- font-family: "automatticons";
- text-align: center;
- }
- .footer .a8c-attribution a:hover:after {
- 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 .squeezer h2 {
- font-size: 1em;
- }
- .jetpack-message h2 {
- color: #fff;
- margin: 0;
- }
- .jetpack-message p {
- color: #fff;
- margin: 0;
- opacity: 0.7;
- }
- .jetpack-message .squeezer {
- padding: 23px 23px 23px 80px;
- position: relative;
- text-align: left;
- }
- .jetpack-message .squeezer:before {
- color: #fff;
- content: '\f418';
- font-family: 'Genericons';
- font-size: 33px;
- height: 33px;
- left: 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%;
- }
- @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-right: 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: right;
- padding: 0 5px;
- }
- .jp-frame .header-nav .jetpack-modules + .jetpack-modules {
- text-align: left;
- }
- .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;
- }
- }
- #ie-legacy-notice .dops-notice__content {
- display: inline-block;
- margin-left: 10px;
- }
- .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-left: 160px;
- margin-top: -6px;
- position: fixed;
- right: 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;
- }
- }
- .jp-frame-top-fixed .configure {
- padding-top: 94px;
- }
- .filter-search {
- display: none;
- float: right;
- margin-top: 10px;
- }
- @media (max-width: 782px) {
- .filter-search {
- display: block;
- }
- }
- @media (max-width: 530px) {
- .filter-search {
- display: none;
- }
- }
- .table-bordered.jetpack-modules {
- border: none;
- margin-bottom: 0;
- }
- .table-bordered.jetpack-modules tr.jetpack-module th {
- border-left: 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.active th,
- .table-bordered.jetpack-modules tr.jetpack-module.active td {
- background: #f7fcfe;
- }
- .table-bordered.jetpack-modules tr.jetpack-module.active th {
- border-left: 4px solid #2ea2cc;
- padding-left: 0px;
- }
- .table-bordered.jetpack-modules tr.jetpack-module.active td:first-child {
- border-left: 4px solid #2ea2cc;
- }
- .table-bordered.jetpack-modules tr.jetpack-module.unavailable input {
- display: none;
- }
- .table-bordered.jetpack-modules tr.jetpack-module.deprecated span {
- color: #888;
- }
- .table-bordered.jetpack-modules tr.jetpack-module.deprecated .dep-msg {
- margin-right: 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 10px 8px 14px;
- line-height: 25px;
- }
- .table-bordered.jetpack-modules tr.jetpack-module td:first-child {
- border-left: 4px solid #fff;
- }
- .table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
- float: right;
- padding: 0 0 1px;
- visibility: visible;
- }
- .table-bordered.jetpack-modules tr.jetpack-module td .row-actions span {
- margin-left: 5px;
- }
- @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-left: 10px;
- visibility: visible;
- }
- }
- .table-bordered.jetpack-modules.with-transparency tr.jetpack-module:hover td .row-actions span a {
- opacity: 1;
- }
- .table-bordered.jetpack-modules.with-transparency tr.jetpack-module.unavailable {
- opacity: 0.3;
- }
- .table-bordered.jetpack-modules.with-transparency tr.jetpack-module td .row-actions span a {
- opacity: 0;
- }
- .table-bordered.jetpack-modules.with-transparency tr.jetpack-module td .row-actions span a:focus {
- opacity: 1;
- }
- .table-bordered.jetpack-modules > thead > tr > th {
- border: 0;
- vertical-align: middle;
- }
- .table-bordered.jetpack-modules > thead > tr > th:last-child {
- padding-right: 0;
- }
- @media (max-width: 782px) {
- .table-bordered.jetpack-modules > thead > tr > th:last-child {
- padding-left: 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: left;
- 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: right;
- 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: left;
- }
- .wrap .manage-right .bumper {
- margin-left: 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: left;
- padding: 9px 8px;
- }
- }
- .wrap .manage-right 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-left: -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: left;
- }
- @media (max-width: 782px) {
- .wrap .manage-right {
- background: #fff;
- bottom: 0;
- display: none;
- min-width: 300px;
- position: fixed;
- right: 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;
- }
- .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-left: 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;
- }
- }
- /* 'Pages' is a temporary location for these styles, until we can break them up into their proper atmoic locations */
- .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;
- }
- .protect-whitelist textarea {
- width: 100%;
- min-height: 150px;
- }
- /* btns + inputs */
- .configure-module input[disabled] {
- opacity: .5;
- }
- .configure-module input.button-primary {
- font-weight: bold;
- }
- /* whitelist table */
- @media only screen and (min-width: 1100px) {
- .protect-whitelist {
- width: 65%;
- float: left;
- }
- }
- /* end > 1065px */
- @media only screen and (max-width: 400px) {
- .protect-status strong {
- font-size: 12px;
- overflow: auto;
- }
- }
- /* end < 400px */
- .manage__icon {
- width: 155px;
- height: 155px;
- margin: 20px auto;
- }
- .manage-page .manage__description {
- max-width: 600px;
- text-align: center;
- font-size: 22px;
- color: #999;
- margin: 20px auto;
- }
- .manage-page .manage__button {
- font-size: 16px;
- padding: 0 20px;
- height: 40px;
- line-height: 40px;
- }
- .manage__title .genericon {
- font-size: 38px;
- color: #81A944;
- }
- .manage__link {
- font-size: 16px;
- padding: 0 20px;
- height: 40px;
- line-height: 40px;
- font-weight: normal;
- }
- .manage__link .genericon {
- font-size: 28px;
- vertical-align: middle;
- margin-top: -6px;
- }
- .jp-content .hide {
- display: none;
- }
- .jp-content .landing {
- margin: 0 auto;
- z-index: 2;
- position: relative;
- }
- .jp-content h1 {
- font-weight: 400;
- line-height: 1.75em;
- 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;
- }
- @media (max-width: 1147px) {
- .jp-content .landing {
- padding: 0 2em;
- }
- .jp-content .footer {
- padding-top: 1.5em;
- }
- }
- @media (max-width: 530px) {
- .jp-content .landing {
- padding: 0 .5em;
- }
- }
- /*# sourceMappingURL=jetpack-admin.css.map */
|