Making WordPress.org

Changeset 7284

Timestamp:
06/07/2018 06:13:09 PM (6 years ago)
Author:
obenland
Message:

Styles: Prettify subscription widget errors.

Gives it a wp-admin style look for its error messages.

Props audrasjb, Girishpanchal.
Fixes #3492.

Location:
sites/trunk/wordpress.org/public_html/style
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4-rtl.css

    r7077 r7284  
    736736    display: inline-block;
    737737    font-size: 12.8px;
     738
     739
    738740    font-size: 0.8rem;
     741
     742
    739743    height: 25px;
    740744    height: 1.5625rem;
    741745    line-height: 1;
    742746    margin: 0;
     747
     748
    743749    padding: 0 12.8px;
    744750    padding: 0 .8rem;
     
    760766.button-group.button-xl .button {
    761767    font-size: 16px;
     768
     769
    762770    font-size: 1rem;
     771
     772
    763773    height: 39.062px;
    764774    height: 2.44141rem;
    765775    line-height: 1;
     776
     777
    766778    padding: 0 24px;
    767779    padding: 0 1.5rem;
     
    773785.col-13 p.button {
    774786    height: 31.25px;
     787
     788
    775789    height: 1.95313rem;
    776790    line-height: 1;
     791
     792
    777793    padding: 0 16px;
    778794    padding: 0 1rem;
     
    783799.button-group.button-small .button {
    784800    font-size: 10.24px;
     801
     802
    785803    font-size: 0.64rem;
     804
     805
    786806    height: 20px;
    787807    height: 1.25rem;
    788808    line-height: 1;
     809
     810
    789811    padding: 0 8px;
    790812    padding: 0 .5rem;
     
    805827a.button-secondary {
    806828    line-height: 25px;
     829
     830
    807831    line-height:  1.5625rem;
    808832}
     
    811835.button-group.button-large a.button {
    812836    line-height: 31.25px;
     837
     838
    813839    line-height: 1.95313rem;
    814840}
     
    817843.button-group.button-xl a.button {
    818844    line-height: 39.062px;
     845
     846
    819847    line-height: 2.44141rem;
    820848}
     
    822850a.button.button-small,
    823851.button-group.button-small a.button {
     852
     853
    824854    line-height: 20px;
    825855    line-height: 1.25rem;
     
    13461376body.make-cli #headline h2 a:before { content: '\f345'; }
    13471377body.make-hosting #headline h2 a:before { content: '\f176'; }
     1378
    13481379
    13491380.make-core .site-title a:before { content: '\f475'; }
     
    13651396.make-cli .site-title a:before { content: '\f345'; }
    13661397.make-hosting .site-title a:before { content: '\f176'; }
     1398
    13671399
    13681400#headline .login {
     
    18431875.error a {
    18441876    color: #c00;
     1877
     1878
     1879
     1880
     1881
     1882
     1883
    18451884}
    18461885
     
    21532192    text-align: center;
    21542193}
    2155 .wporg-page-mobile {
    2156     background-color: #f1f1f1;
    2157 }
    2158 .wporg-page-mobile #pagebody ul.books {
    2159     display: -moz-box;
    2160     display: -ms-flexbox;
    2161     display: -webkit-box;
    2162     display: -webkit-flex;
    2163     display: flex;
    2164     -webkit-flex-wrap: wrap;
    2165     -ms-flex-wrap: wrap;
    2166     flex-wrap: wrap;
    2167 }
    2168 .wporg-page-mobile #pagebody .books li {
    2169     width: 49%;
    2170     margin-right: 1%;
    2171     clear: none;
    2172 }
    2173 .wporg-page-mobile #pagebody .books li:first-child {
    2174     margin-right: 0;
    2175     margin-left: 1%;
    2176 }
    2177 .wporg-responsive.wporg-page-mobile #pagebody .books p {
    2178     margin-bottom: 14px;
    2179 }
    2180 .wporg-responsive.wporg-page-mobile #pagebody .books li {
    2181     padding: 0 14px 15px;
    2182     -webkit-box-sizing: border-box;
    2183     -moz-box-sizing: border-box;
    2184     box-sizing: border-box;
    2185     background-color: #fff;
    2186     border: 1px solid #dedede;
    2187 }
    2188 .wporg-responsive.wporg-page-mobile #pagebody .books h3 {
    2189     margin-bottom: 15px;
    2190 }
    2191 .wporg-responsive.wporg-page-mobile #pagebody .books .image {
    2192     float: left;
    2193     border-left: 0;
    2194     border-right: 1px solid #dadada;
    2195     margin-right: 14px;
    2196     margin-left: 0;
    2197     margin-top: 0;
    2198 }
    2199 
     2194.wporg-page-mobile .intro img {
     2195    display: inline-block;
     2196    float:left;
     2197    margin:0 3em 3em 0;
     2198}
     2199@media screen and (max-width:768px) {
     2200    .wporg-responsive.wporg-page-mobile .intro img {
     2201        float: none;
     2202        display: block;
     2203        align: center;
     2204        margin: 0 auto 2em;
     2205    }
     2206}
    22002207.wporg-responsive .col-7,
    22012208body.wporg-responsive .col-8,
     
    22812288    }
    22822289
    2283     .wporg-responsive.wporg-page-mobile #pagebody .books li {
    2284         width: 100%;
    2285         margin-right: 0;
    2286         margin-left: 0;
    2287     }
    2288 
    22892290    /*
    22902291     * /download
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r7077 r7284  
    736736    display: inline-block;
    737737    font-size: 12.8px;
     738
     739
    738740    font-size: 0.8rem;
     741
     742
    739743    height: 25px;
    740744    height: 1.5625rem;
    741745    line-height: 1;
    742746    margin: 0;
     747
     748
    743749    padding: 0 12.8px;
    744750    padding: 0 .8rem;
     
    760766.button-group.button-xl .button {
    761767    font-size: 16px;
     768
     769
    762770    font-size: 1rem;
     771
     772
    763773    height: 39.062px;
    764774    height: 2.44141rem;
    765775    line-height: 1;
     776
     777
    766778    padding: 0 24px;
    767779    padding: 0 1.5rem;
     
    773785.col-13 p.button {
    774786    height: 31.25px;
     787
     788
    775789    height: 1.95313rem;
    776790    line-height: 1;
     791
     792
    777793    padding: 0 16px;
    778794    padding: 0 1rem;
     
    783799.button-group.button-small .button {
    784800    font-size: 10.24px;
     801
     802
    785803    font-size: 0.64rem;
     804
     805
    786806    height: 20px;
    787807    height: 1.25rem;
    788808    line-height: 1;
     809
     810
    789811    padding: 0 8px;
    790812    padding: 0 .5rem;
     
    805827a.button-secondary {
    806828    line-height: 25px;
     829
     830
    807831    line-height:  1.5625rem;
    808832}
     
    811835.button-group.button-large a.button {
    812836    line-height: 31.25px;
     837
     838
    813839    line-height: 1.95313rem;
    814840}
     
    817843.button-group.button-xl a.button {
    818844    line-height: 39.062px;
     845
     846
    819847    line-height: 2.44141rem;
    820848}
     
    822850a.button.button-small,
    823851.button-group.button-small a.button {
     852
     853
    824854    line-height: 20px;
    825855    line-height: 1.25rem;
     
    13461376body.make-cli #headline h2 a:before { content: '\f345'; }
    13471377body.make-hosting #headline h2 a:before { content: '\f176'; }
     1378
    13481379
    13491380.make-core .site-title a:before { content: '\f475'; }
     
    13651396.make-cli .site-title a:before { content: '\f345'; }
    13661397.make-hosting .site-title a:before { content: '\f176'; }
     1398
    13671399
    13681400#headline .login {
     
    18431875.error a {
    18441876    color: #c00;
     1877
     1878
     1879
     1880
     1881
     1882
     1883
    18451884}
    18461885
  • sites/trunk/wordpress.org/public_html/style/wp4.css.map

    r6542 r7284  
    1 {"version":3,"sources":["wp4.css"],"names":[],"mappings":"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CtB,YAAY;CACZ,4BAA4B;CAC5B,+BAAuB;CAAvB,uBAAuB;CACvB,UAAU;CACV,aAAa;CACb,cAAc;CACd,aAAa;CACb,YAAY;CACZ,iBAAiB;CACjB,uBAAuB;CACvB,sBAAsB;CACtB,gCAAgC;CAChC,oCAAoC;CACpC;;AAED;CACC,oBAAoB;CACpB,iCAAiC;CACjC;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB,iBAAiB;CACjB;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,iBAAiB;CACjB,oBAAoB;CACpB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC;EACC,eAAe;EACf;CACD;;AAED;CACC;EACC,aAAa;EACb;CACD;EACC,aAAa;GACZ;CACF;;AAED;;CAEC;EACC,cAAc;EACd,oBAAoB;EACpB;;CAED;EACC,YAAY;EACZ,mBAAmB;EACnB;;CAED;EACC,aAAa;EACb,mBAAmB;EACnB,aAAa;EACb,kBAAkB;EAClB;;CAED;EACC,eAAe;EACf;;CAED;EACC,iBAAiB;EACjB,WAAW;EACX,kBAAkB;EAClB,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,YAAY;EACZ,iBAAiB;EACjB;;CAED;EACC,YAAY;EACZ,kBAAkB;EAClB;;CAED;EACC,eAAe;EACf,aAAa;EACb;;CAED;EACC,aAAa;EACb;;CAED;EACC,SAAS;EACT,UAAU;EACV,mCAAmC;EACnC,oCAAoC;EACpC,iCAAiC;EACjC,yBAAyB;EACzB;;CAED;;EAEC,YAAY;EACZ,mBAAmB;EACnB,UAAU;EACV,SAAS;EACT,UAAU;EACV,mCAAmC;EACnC,oCAAoC;EACpC,iCAAiC;EACjC,sBAAsB;EACtB;;CAED;;EAEC,SAAS;EACT,UAAU;EACV,mCAAmC;EACnC,oCAAoC;EACpC,iCAAiC;EACjC,0BAA0B;EAC1B;;CAED;EACC,oBAAoB;EACpB,0BAA0B;EAC1B,cAAc;EACd,iBAAiB;EACjB,aAAa;EACb;;CAED;;EAEC,wBAAwB,gDAAgD;EACxE,kBAAkB;EAClB,SAAS;EACT,OAAO;EACP,YAAY;EACZ,cAAc;EACd,WAAW;EACX;;CAED;EACC,YAAY;EACZ;;CAED;EACC,aAAa;EACb,kBAAkB;EAClB;;CAED;;;;EAIC,cAAc;EACd,gBAAgB;EAChB,kBAAkB;EAClB,eAAe;EACf;;CAED;EACC,mCAAmC;EACnC;;CAED;EACC,cAAc;EACd;;CAED;EACC,qBAAqB;EACrB,YAAY;EACZ;CACD;;AAED;CACC;EACC,wBAAwB;EACxB;;CAED;EACC,gBAAgB;EAChB,UAAU;EACV;;CAED;EACC,YAAY;EACZ,aAAa;EACb,cAAc;EACd;;;CAGD;EACC,gBAAgB;EAChB;;CAED;EACC,gBAAgB;EAChB,YAAY;EACZ;CACD;;AAED;CACC;EACC,cAAc;EACd;CACD;;AAED;CACC,oBAAoB;CACpB,iBAAiB;CACjB,kBAAkB;CAClB,iCAAiC;CACjC;;AAED;CACC,iBAAiB;CACjB,mBAAmB;CACnB,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB,gBAAgB;CAChB,mBAAmB;CACnB;;AAED;CACC,sDAAsD;CACtD,kBAAkB;CAClB,gBAAgB;CAChB,mBAAmB;CACnB;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,oBAAoB;CACpB;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;+EA4B+E;AAC/E;;+EAE+E;AAC/E;;;;;;;CAOC,kBAAkB;CAClB,2BAA2B;CAC3B,mBAAmB;CACnB,+BAA+B;CAC/B,+BAA+B;CAC/B,+BAA+B;CAC/B,gBAAgB;CAChB,sBAAsB;CACtB,kBAAkB;CAAlB,kBAAkB;CAClB,aAAkB;CAAlB,kBAAkB;CAClB,eAAe;CACf,UAAU;CACV,kBAAiB;CAAjB,iBAAiB;CACjB,sBAAsB;CACtB,oBAAoB;CACpB,yBAAyB;CACzB;;AAED,yEAAyE;AACzE;;;;CAIC,eAAe;CACf,WAAW;CACX;;AAED;;CAEC,gBAAgB;CAAhB,gBAAgB;CAChB,iBAAmB;CAAnB,mBAAmB;CACnB,eAAe;CACf,gBAAkB;CAAlB,kBAAkB;CAClB;;AAED;;;;CAIC,gBAAmB;CAAnB,mBAAmB;CACnB,eAAe;CACf,gBAAgB;CAAhB,gBAAgB;CAChB;;AAED;;;CAGC,mBAAmB;CAAnB,mBAAmB;CACnB,aAAgB;CAAhB,gBAAgB;CAChB,eAAe;CACf,eAAiB;CAAjB,iBAAiB;CACjB;;AAED;;;;CAIC,gBAAgB;CAChB,aAAa;CACb,kBAAkB;CAClB,gBAAgB;CAChB;;AAED;;;CAGC,kBAAwB;CAAxB,wBAAwB;CACxB;;AAED;;CAEC,qBAAwB;CAAxB,wBAAwB;CACxB;;AAED;;CAEC,sBAAwB;CAAxB,wBAAwB;CACxB;;AAED;;CAEC,kBAAqB;CAArB,qBAAqB;CACrB;;AAED;;CAEC,cAAc;CACd;;AAED;CACC,cAAc;CACd;;AAED,8CAA8C;AAC9C;;;;CAIC,iBAAiB;CACjB,aAAa;CACb,yBAAyB;CACzB,yBAAyB;CACzB,mBAAmB;CACnB,YAAY;CACZ;;AAED;;+EAE+E;AAC/E;;;;;;CAMC,oBAAoB;CACpB,sBAAsB;CACtB,oCAAoC;CACpC,oCAAoC;CACpC,YAAY;CACZ,oBAAoB;CACpB;;AAED;CACC,yBAAyB;CACzB;;AAED;;;;;;;;;;;;CAYC,oBAAoB;CACpB,mBAAmB;CACnB,eAAe;CACf;;AAED;;;;;;;CAOC,sBAAsB;CACtB,mDAAmD;CACnD,mDAAmD;CACnD;;AAED;;;;;;;;CAQC,iBAAiB;CACjB,mBAAmB;CACnB,4DAA4D;CAC5D,4DAA4D;CAC5D,mCAAmC;CACnC,mCAAmC;CACnC,mCAAmC;CACnC;;AAED;CACC,sBAAsB;CACtB,4FAA4F;CAC5F,4FAA4F;CAC5F;;AAED;;;;;;;;;;CAUC,+BAA+B;CAC/B,8BAA8B;CAC9B,oCAAoC;CACpC,oCAAoC;CACpC,0BAA0B;CAC1B,gBAAgB;CAChB,qCAAqC;CACrC,mCAAmC;CACnC,mCAAmC;CACnC,mCAAmC;CACnC;;AAED,iFAAiF;AACjF;CACC,iBAAiB;CACjB,UAAU;CACV,yBAAyB;CACzB,yBAAyB;CACzB,yBAAyB;CACzB,yBAAyB;CACzB,gBAAgB;CAChB,UAAU;CACV,cAAc;CACd,WAAW;CACX;;AAED;CACC,2BAA2B;CAC3B;;AAED;;+EAE+E;AAC/E;;;;CAIC,oBAAoB;CACpB,sCAAsC;CACtC,oCAAoC;CACpC,oCAAoC;CACpC,YAAY;CACZ,sBAAsB;CACtB,0FAA0F;CAC1F;;AAED;;;;;;;;CAQC,oBAAoB;CACpB,sBAAsB;CACtB,YAAY;CACZ;;AAED;;;;CAIC,yDAAyD;CACzD,yDAAyD;CACzD;;AAED;;;;;;;;CAQC,oBAAoB;CACpB,sBAAsB;CACtB,0CAA0C;CAC1C,0CAA0C;CAC1C,oBAAoB;CACpB;;AAED;;;;;;CAMC,+BAA+B;CAC/B,iCAAiC;CACjC,oCAAoC;CACpC,oCAAoC;CACpC,0BAA0B;CAC1B,gBAAgB;CAChB,oDAAoD;CACpD;;AAED;;+EAE+E;AAC/E;CACC,sBAAsB;CACtB,aAAa;CACb,mBAAmB;CACnB,uBAAuB;CACvB,oBAAoB;CACpB;;AAED;CACC,yBAAyB;CACzB,iBAAiB;CACjB,sBAAsB;CACtB,mBAAmB;CACnB,YAAY;CACZ;;AAED;CACC,aAAa;CACb;;AAED;CACC,YAAY;CACZ;;AAED;CACC,mCAAmC;CACnC,mCAAmC;CACnC;;AAED;CACC,mCAAmC;CACnC,mCAAmC;CACnC;;AAED;CACC,mBAAmB;CACnB,WAAW;CACX;;AAED;;+EAE+E;AAC/E;CACC;;;;EAIC,gBAAgB;EAChB,aAAa;EACb,oBAAoB;EACpB,mBAAmB;EACnB,kBAAkB;EAClB,uBAAuB;EACvB;CACD;;;AAGD,KAAK;;AAEL;CACC,oBAAoB;CACpB;;AAED;CACC,wBAAwB;CACxB;;AAED;CACC,eAAe;CACf,mBAAmB;CACnB;;AAED;CACC,8BAA8B;CAC9B,gBAAgB;CAChB,4BAA4B;CAC5B;;;AAGD,KAAK;;AAEL;CACC,iBAAiB;CACjB;;AAED;CACC,kBAAkB;CAClB,mBAAmB;CACnB,oBAAoB;CACpB;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,+BAA+B;CAC/B;;AAED;CACC,gBAAgB;CAChB,aAAa;CACb,eAAe;CACf;;AAED;CACC,0BAA0B;CAC1B;;AAED;CACC,YAAY;CACZ,oBAAoB;CACpB;;AAED;CACC,YAAY;CACZ,eAAe;CACf;;AAED,SAAS,YAAY,EAAE;AACvB,SAAS,aAAa,EAAE;AACxB,SAAS,aAAa,EAAE;AACxB,SAAS,aAAa,EAAE;AACxB,SAAS,aAAa,EAAE;AACxB,SAAS,aAAa,EAAE;AACxB,SAAS,aAAa,EAAE;AACxB,SAAS,aAAa,EAAE;AACxB,SAAS,aAAa,EAAE;AACxB,UAAU,aAAa,EAAE;AACzB,UAAU,aAAa,EAAE;AACzB,UAAU,aAAa,EAAE;;AAEzB;CACC,cAAc;CACd,sDAAsD;CACtD;;AAED;CACC,iCAAiC;CACjC,oBAAoB;CACpB;;AAED;CACC,gBAAgB;CAChB,eAAe;CACf,iBAAiB;CACjB,qBAAqB;CACrB;;AAED;CACC,kBAAkB;CAClB,gBAAgB;CAChB,iCAAiC;CACjC,oBAAoB;CACpB,eAAe;CACf,oBAAoB;CACpB;;AAED;CACC,kBAAkB;CAClB,eAAe;CACf,oBAAoB;CACpB;;AAED;CACC,iBAAiB;CACjB,oBAAoB;CACpB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,kBAAkB;CAClB,mBAAmB;CACnB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,mBAAmB;CACnB,iBAAiB;CACjB,oBAAoB;CACpB,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ,YAAY;CACZ,aAAa;CACb,mBAAmB;CACnB,QAAQ;CACR,OAAO;CACP,wDAAwD;CACxD,mCAA2B;CAA3B,2BAA2B;CAC3B,6BAA6B;CAC7B;AACD;;;CAGC;EACC,2DAA2D;EAC3D;CACD;;AAED;CACC,yBAAyB;CACzB;;AAED;CACC,6BAA6B;CAC7B;;AAED;CACC,6BAA6B;CAC7B;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB,aAAa;CACb;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,eAAe;CACf,aAAa;CACb,aAAa;CACb,mBAAmB;CACnB,8BAA8B;CAC9B,+BAA+B;CAC/B,gCAAgC;CAChC,iCAAiC;CACjC;;AAED;CACC,8BAA8B;CAC9B,+BAA+B;CAC/B,gCAAgC;CAChC,iCAAiC;CACjC;;AAED;CACC,kBAAkB;CAClB,gBAAgB;CAChB,aAAa;CACb,oBAAoB;CACpB,uBAAuB;CACvB,aAAa;CACb,oBAAoB;CACpB,YAAY;CACZ,wBAAwB;CACxB;;AAED;CACC,aAAa;CACb,oBAAoB;CACpB,iCAAiC;CACjC;;AAED;CACC,YAAY;CACZ,gBAAgB;CAChB,iBAAiB;CACjB,8BAA8B;CAC9B,kBAAkB;CAClB,kBAAkB;CAClB,YAAY;CACZ;;AAED;;CAEC,oCAAoC;CACpC,sBAAsB;CACtB,gCAAgC;CAChC,oBAAoB;CACpB,YAAY;CACZ;AACD,uCAAuC,iBAAiB,EAAE;AAC1D,yCAAyC,iBAAiB,EAAE;AAC5D,yCAAyC,iBAAiB,EAAE;AAC5D,gDAAgD,iBAAiB,EAAE;AACnE,4CAA4C,iBAAiB,EAAE;AAC/D,0CAA0C,iBAAiB,EAAE;AAC7D,yCAAyC,iBAAiB,EAAE;AAC5D,0CAA0C,iBAAiB,EAAE;AAC7D,uCAAuC,iBAAiB,EAAE;AAC1D,4CAA4C,iBAAiB,EAAE;AAC/D,uCAAuC,iBAAiB,EAAE;AAC1D,2CAA2C,iBAAiB,EAAE;AAC9D,uCAAuC,iBAAiB,EAAE;AAC1D,qCAAqC,iBAAiB,EAAE;AACxD,4CAA4C,iBAAiB,EAAE;AAC/D,sCAAsC,iBAAiB,EAAE;AACzD,0CAA0C,iBAAiB,EAAE;;AAE7D,kCAAkC,iBAAiB,EAAE;AACrD,oCAAoC,iBAAiB,EAAE;AACvD,oCAAoC,iBAAiB,EAAE;AACvD,2CAA2C,iBAAiB,EAAE;AAC9D,uCAAuC,iBAAiB,EAAE;AAC1D,qCAAqC,iBAAiB,EAAE;AACxD,oCAAoC,iBAAiB,EAAE;AACvD,qCAAqC,iBAAiB,EAAE;AACxD,kCAAkC,iBAAiB,EAAE;AACrD,uCAAuC,iBAAiB,EAAE;AAC1D,kCAAkC,iBAAiB,EAAE;AACrD,sCAAsC,iBAAiB,EAAE;AACzD,qCAAqC,iBAAiB,EAAE;AACxD,kCAAkC,iBAAiB,EAAE;AACrD,gCAAgC,iBAAiB,EAAE;AACnD,uCAAuC,iBAAiB,EAAE;AAC1D,iCAAiC,iBAAiB,EAAE;AACpD,qCAAqC,iBAAiB,EAAE;;AAExD;CACC,gBAAgB;CAChB,mBAAmB;CACnB,aAAa;CACb,kBAAkB;CAClB,mBAAmB;CACnB;;AAED;CACC,eAAe;CACf;;AAED;CACC,eAAe;CACf;;AAED;CACC,iBAAiB;CACjB,0BAA0B;CAC1B;;AAED,QAAQ,YAAY,CAAC;;AAErB;CACC,eAAe;CACf,iBAAiB;CACjB,gBAAgB;CAChB,iBAAiB;CACjB;;AAED;CACC,eAAe;CACf,gBAAgB;CAChB;;AAED;CACC,qBAAqB;CACrB,iCAAiC;CACjC,oBAAoB;CACpB;;AAED;CACC,iCAAiC;CACjC,gBAAgB;CAChB,kBAAkB;CAClB,eAAe;CACf;;AAED;CACC,YAAY;CACZ,eAAe;CACf;;AAED;CACC,wEAAwE;CACxE,kBAAkB;CAClB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,yBAAyB;CACzB,6BAA6B;CAC7B;;AAED;CACC,aAAa;CACb,mBAAmB;CACnB,oBAAoB;CACpB;;AAED;CACC,gBAAgB;CAChB,iBAAiB;CACjB,oBAAoB;CACpB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,kBAAkB;CAClB,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,yEAAyE;CACzE,mBAAmB;CACnB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,sDAAsD;CACtD,YAAY;CACZ,gBAAgB;CAChB,mBAAmB;CACnB,iBAAiB;CACjB,oBAAoB;CACpB;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,2EAA2E;CAC3E,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ,eAAe;CACf,eAAe;CACf,6BAA6B;CAC7B,8BAA8B;CAC9B,0BAA0B;CAC1B;;AAED;CACC,eAAe;CACf,iBAAiB;CACjB;;AAED;CACC,YAAY;CACZ,eAAe;CACf,aAAa;CACb,kBAAkB;CAClB,oBAAoB,CAAC,wBAAwB;CAC7C,gBAAgB,CAAC,mCAAmC;CACpD;;AAED;CACC;EACC,eAAe;EACf;CACD;;AAED;CACC;EACC,iBAAiB;EACjB;;CAED;EACC,eAAe;EACf;;CAED;EACC,YAAY;EACZ;;CAED;EACC,gBAAgB;EAChB,WAAW;EACX;CACD;;AAED;CACC;EACC,iBAAiB;EACjB;;CAED;EACC,eAAe;EACf;;CAED;EACC,YAAY;EACZ;;CAED;EACC,gBAAgB;EAChB,WAAW;EACX;CACD;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,YAAY;CACZ,sBAAsB;CACtB;;AAED;CACC,aAAa;CACb;;AAED;CACC,YAAY;CACZ,YAAY;CACZ,mBAAmB;CACnB,yBAAyB;CACzB,gBAAgB;CAChB,sBAAsB;CACtB,0BAA0B;CAC1B,eAAe;CACf;;AAED;CACC,mFAAmF;CACnF,oCAA4B;CAA5B,4BAA4B;CAC5B,aAAa;CACb,aAAa;CACb,qBAAqB;CACrB;;AAED;;;CAGC;EACC,oEAAoE;EACpE;CACD;;AAED;CACC,oBAAoB;CACpB,0BAA0B;CAC1B,qBAAqB;CACrB,oBAAoB;CACpB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB,UAAU;CACV;;AAED;CACC,aAAa;CACb,eAAe;CACf,YAAY;CACZ,mBAAmB;CACnB,aAAa;CACb,gCAAgC;CAChC;;AAED;CACC,0BAA0B;CAC1B;;AAED;CACC,YAAY;CACZ;;AAED;CACC,oBAAoB;CACpB,0BAA0B;CAC1B,yBAAyB;CACzB,6BAA6B;CAC7B,oBAAoB;CACpB,YAAY;CACZ,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,qBAAqB;CACrB,oDAAoD;CACpD;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,eAAe;CACf;;AAED;CACC,oBAAoB;CACpB,mBAAmB;CACnB,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,2DAA2D;CAC3D,oBAAoB;CACpB,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB,0BAA0B;CAC1B,sBA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","file":"wp4.css","sourcesContent":["/* The Reset ---------------------------------- */\nbody,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,\nh6,pre,form,fieldset,input,p,blockquote,table,\nth,td { margin: 0; padding: 0; }\nfieldset,img,abbr { border: 0; }\naddress,caption,cite,code,dfn,h1,h2,h3,\nh4,h5,h6,th,var { font-style: normal; font-weight: normal; }\ncaption,th { text-align: left; }\nq:before,q:after { content: ''; }\na { text-decoration: none; }\n\nhtml {\n\toverflow-y: scroll;\n}\n\nbody {\n\tfont-size: 62.5%;\n\tbackground: #fff;\n\tfont-family: sans-serif;\n\tline-height: 22px;\n\tcolor: #444;\n}\n/* -------------------------------------------- */\n\ncode, pre { font-family: Consolas, Monaco, \"Courier New\", Courier, monospace; color: #000; }\n\na code,\na pre {\n\tcolor: inherit;\n}\n\npre {\n\tbackground: #f3f3f7;\n\tborder: 1px solid #dedee3;\n\tpadding: 11px;\n\tfont-size: 12px;\n\tline-height: 1.3em;\n\tmargin-bottom: 22px;\n\toverflow: auto;\n}\n\npre a { font-weight: normal; }\n\na,\n#wporg-footer ul li a {\n\tcolor: #21759b;\n\ttext-decoration: none;\n\tfont-weight: normal;\n}\n\nstrong a {\n\tfont-weight: bold;\n}\n\na:visited,\n#wporg-footer ul li a:visited {\n\tcolor: #4ca6cf;\n}\n\np a { border-bottom: 1px solid #dfdfdf; }\n\nh3 a { font-weight: bold; }\n\n.button a, .button a:hover, #headline a:not(.button), #headline a:not(.button):hover, #sidebar a:not(.button), #sidebar a:not(.button):hover, .frontpageheatmap a, .frontpageheatmap a:hover, .col-3 a, .col-3 a:hover { border: none !important; }\n\n#headline a.button { display: inline-block; }\n\np a:hover { border-bottom: 1px solid #d54e21; }\n\na:hover { color: #d54e21; }\n\nh2 {\n\tfont-family: \"HelveticaNeue-Light\",\"Helvetica Neue Light\",\"Helvetica Neue\",sans-serif;\n\tfont-weight: 300;\n\tfont-size: 22px;\n}\n\nh2 a {\n\tfont-weight: 300;\n}\n\nstrong {\n\tfont-weight: bold;\n}\n\nem, cite {\n\tfont-style: italic;\n}\n\nsup {\n\tline-height: 1em;\n\tfont-size: 80%;\n}\n\n/* Hide visually but not from screen readers */\n.screen-reader-text {\n\tposition: absolute;\n\tmargin: -1px;\n\tpadding: 0;\n\theight: 1px;\n\twidth: 1px;\n\toverflow: hidden;\n\tclip: rect(0 0 0 0);\n\tborder: 0;\n\tword-wrap: normal !important;\n}\n\n/* =WordPress Core\n-------------------------------------------------------------- */\n.alignnone {\n\tmargin: 5px 20px 20px 0;\n}\n\n.aligncenter,\ndiv.aligncenter {\n\tdisplay: block;\n\tmargin: 5px auto 5px auto;\n}\n\n.alignright {\n\tfloat:right;\n\tmargin: 5px 0 20px 20px;\n}\n\n.alignleft {\n\tfloat: left;\n\tmargin: 5px 20px 20px 0;\n}\n\n.aligncenter {\n\tdisplay: block;\n\tmargin: 5px auto 5px auto;\n}\n\na img.alignright {\n\tfloat: right;\n\tmargin: 5px 0 20px 20px;\n}\n\na img.alignnone {\n\tmargin: 5px 20px 20px 0;\n}\n\na img.alignleft {\n\tfloat: left;\n\tmargin: 5px 20px 20px 0;\n}\n\na img.aligncenter {\n\tdisplay: block;\n\tmargin-left: auto;\n\tmargin-right: auto\n}\n\n.wp-caption {\n\tbackground: #fff;\n\tborder: 1px solid #f0f0f0;\n\tmax-width: 96%; /* Image does not overflow the content area */\n\tpadding: 5px 3px 10px;\n\ttext-align: center;\n}\n\n.wp-caption.alignnone {\n\tmargin: 5px 20px 20px 0;\n}\n\n.wp-caption.alignleft {\n\tmargin: 5px 20px 20px 0;\n}\n\n.wp-caption.alignright {\n\tmargin: 5px 0 20px 20px;\n}\n\n.wp-caption img {\n\tborder: 0 none;\n\theight: auto;\n\tmargin: 0;\n\tmax-width: 98.5%;\n\tpadding: 0;\n\twidth: auto;\n}\n\n.wp-caption p.wp-caption-text {\n\tfont-size: 11px;\n\tline-height: 17px;\n\tmargin: 0;\n\tpadding: 0 4px 5px;\n}\n\n/* */\n\n.wrapper {\n\tmax-width: 960px;\n\tmargin: 0 auto;\n\tclear: both;\n}\n\n.wrapper img{\n\tmax-width: 100%;\n\theight: auto;\n}\n\n#wporg-header {\n\tposition: relative;\n\theight: 140px;\n\twidth: 100%;\n\tbackground: #23282d;\n\ttext-align: center;\n}\n\n#wporg-header h1 {\n\tdisplay: inline-block;\n\twidth: 303px;\n}\n\n#wporg-header h1 a {\n\tdisplay: block;\n\tbackground: url(//s.w.org/style/images/wporg-logo.svg?3) center left no-repeat;\n\tbackground-size: 290px 46px;\n\theight: 88px;\n\ttext-indent: -9999px;\n}\n\n#wporg-header h2.rosetta {\n\tfont-size: 30px;\n\tcolor: #dfdfdf;\n\tfont-family: Georgia, \"Times New Roman\", serif;\n\tmargin: 0;\n}\n\n#wporg-header h2.rosetta a {\n\tpadding: 0;\n\tdisplay: block;\n\theight: 52px; /* 88 header height - 36 top padding */\n\tcolor: #dfdfdf;\n\tline-height: 22px;\n\tborder-bottom: none;\n}\n\n#head-search {\n\theight: 48px;\n}\n\n#head-search form {\n\twidth: 288px;\n\tdisplay: inline-block;\n\tmargin-left: 60px;\n\tborder-bottom: 1px solid #3f3f3f;\n}\n\n#head-search input.text {\n\tbackground: #191e23;\n\tborder: 0;\n\tmargin-right: 0;\n\tmargin-bottom: 0;\n\twidth: 256px;\n\theight: 24px;\n\tcolor: #b4b9be;\n\tfloat: left;\n\tfont-size: 12px;\n\toutline: none;\n\tfont-family: \"Open Sans\", sans-serif;\n\tborder-radius: 0px;\n}\n\n#head-search input.text::-moz-placeholder {\n\tcolor: #eee;\n}\n\n#head-search .button {\n\tfloat: left;\n\ttext-shadow: none !important;\n\tborder: none;\n\tbox-shadow: none;\n\theight: 30px;\n\twidth: 26px;\n\tbackground: #191e23;\n\tbackground-image: url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831);\n\tbackground-position: 3px 5px;\n\tbackground-repeat: no-repeat;\n\tborder-radius: 0;\n\tmargin: 0;\n\tpadding: 0;\n}\n\n#wporg-header ul#wporg-header-menu {\n\tposition: absolute;\n\tleft: -75%;\n\tmargin: 0;\n\tmin-width: 200px;\n\tmax-width: 75%;\n\tbackground: #23282d;\n\tlist-style: none;\n\ttext-align: left;\n\ttop: 100%;\n\t-webkit-transition: left 0.3s;\n\t-moz-transition: left 0.3s;\n\t-ms-transition: left 0.3s;\n\t-o-transition: left 0.3s;\n\ttransition: left 0.3s;\n\tz-index: 100000;\n}\n\n#wporg-header ul#wporg-header-menu.toggled {\n\tleft: 0;\n}\n\n#wporg-header ul li {\n\tposition:relative;\n\tlist-style-type:none;\n}\n\n#wporg-header ul li a {\n\tfont-family: \"Open Sans\", Helvetica, Arial, \"Liberation Sans\", sans-serif;\n\tfont-weight: 600;\n\tdisplay: block;\n\tline-height: 34px;\n\tpadding: 10px 30px;\n\tmargin: 0 4px;\n\tfont-size: 13px;\n\tcolor: #eee;\n\theight: 34px;\n}\n\n#wporg-header ul li a:hover,\n#wporg-header ul li a.current,\n#wporg-header ul li.current-menu-item a,\n#wporg-header ul li.current_page_parent a {\n\tcolor: #00a0d2;\n}\n\n#wporg-header ul li a.subcurrent {\n\tfont-weight: bold;\n}\n\n#wporg-header .nav-submenu {\n\tclip: rect(1px, 1px, 1px, 1px);\n\theight: 1px;\n\tleft: -2px;\n\tmargin: 0;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n\tz-index: 99999;\n}\n\n#wporg-header ul.nav-submenu li a {\n\theight: 24px;\n\tline-height: 24px;\n\tmargin: 0;\n}\n\n#wporg-header ul li#download {\n\theight: 34px;\n\tpadding: 0 0 34px;\n\tfloat: right;\n\tmargin-right: 14px;\n\toverflow: hidden;\n}\n\n.wporg-page-download #wporg-header #download {\n\tdisplay: none;\n}\n\n#wporg-header ul li#download a {\n\tmargin: 0;\n\tpadding: 0 16px;\n}\n\n#wporg-header ul li#download a.current {\n\tcolor: #eee;\n}\n\n#wporg-header ul li#download a:hover {\n\tcolor: #eee;\n}\n\n@media screen and (max-width:820px) {\n\t#wporg-header ul li#download {\n\t\tdisplay: none;\n\t}\n}\n\n@media screen and (max-width:768px) {\n\t#wporg-header ul li#download {\n\t\tdisplay: block;\n\t\tfloat: none;\n\t\tmargin: 10px 20px 20px;\n\t\tpadding-bottom: 0;\n\t\theight: auto;\n\t}\n\t#wporg-header ul li#download a {\n\t\tpadding: 4px 10px;\n\t}\n}\n\n#mobile-menu-button {\n\tbackground: none;\n\tborder: none;\n\tbox-shadow: none;\n\tposition: absolute;\n\ttop: 75px;\n\tleft: 10px;\n\tdisplay: block;\n\tfloat: left;\n\tvertical-align: top;\n\ttext-align: center;\n\ttext-decoration: inherit;\n\tfont-weight: normal;\n\tfont-style: normal;\n\tfont-size: 16px;\n\tfont-family: 'dashicons';\n\tline-height: 1;\n\tpadding: 1px;\n\ttext-shadow: none;\n\t-webkit-transition: color .1s ease-in 0;\n\t-moz-transition: color .1s ease-in 0;\n\ttransition: color .1s ease-in 0;\n\t-webkit-appearance: none;\n\t-webkit-font-smoothing: antialiased;\n}\n\n#mobile-menu-button:before {\n\tdisplay: inline-block;\n\tfloat: left;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n\tmargin: 0;\n\tpadding: 3px;\n\toutline: none;\n\tborder: none;\n\tcolor: #888;\n\tcontent: '\\f228';\n\tvertical-align: middle;\n\ttext-decoration: none;\n\tfont: normal 50px/1 'Dashicons';\n\t-webkit-font-smoothing: antialiased;\n}\n\n#download-mobile {\n\tbackground: #f7f7f7;\n\tborder-bottom: 1px solid #dddddd;\n}\n\n#download-mobile .wrapper {\n\tpadding: 20px 0;\n\ttext-align: center;\n}\n\n#download-mobile span.download-ready {\n\tfont-size: 1.6em;\n\tmargin: 0 0.25em;\n}\n\n#download-mobile a.download-button {\n\theight: inherit;\n\tpadding: 10px 15px;\n\tfont-size: 1.6em;\n\tmargin: 10px 0.25em;\n}\n\n.wporg-page-nightly .wrapper {\n\tmin-height: 250px;\n}\n\n@media screen and (min-width:480px) {\n\t#head-search form {\n\t\tmargin-left: 0;\n\t}\n}\n\n@media screen and (max-width:480px) {\n\t#head-search form {\n\t\twidth: 248px;\n\t}\n\t#head-search input.text {\n\t\twidth: 216px;\n  }\n}\n\n@media screen and (min-width:769px) {\n\n\t#wporg-header {\n\t\theight: 120px;\n\t\ttext-align: inherit;\n\t}\n\n\t#wporg-header h1 {\n\t\tfloat: left;\n\t\tpadding-left: 10px;\n\t}\n\n\t#head-search {\n\t\tfloat: right;\n\t\tmargin-right: 14px;\n\t\theight: 48px;\n\t\tpadding-top: 30px;\n\t}\n\n\t#head-search form {\n\t\tmargin-left: 0;\n\t}\n\n\t#wporg-header ul#wporg-header-menu {\n\t\tposition: static;\n\t\tfloat:left;\n\t\tmargin: -15px 0 0;\n\t\tpadding: 0;\n\t\tmin-width: 0;\n\t\tmax-width: inherit;\n\t\twidth: 100%;\n\t\tlist-style: none;\n\t}\n\n\t#wporg-header ul li {\n\t\tfloat: left;\n\t\tposition:relative;\n\t}\n\n\t#wporg-header ul li a {\n\t\tpadding: 0 6px;\n\t\theight: 46px;\n\t}\n\n\t#wporg-header ul li#download .uparrow {\n\t\tdisplay:none;\n\t}\n\n\t#wporg-header ul li a.current ~ .uparrow {\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-left: 9px solid transparent;\n\t\tborder-right: 9px solid transparent;\n\t\tborder-bottom: 9px solid #f7f7f7;\n\t\tmargin: -8px auto 0 auto;\n\t}\n\n\t#wporg-header ul li.current-menu-item:after,\n\t#wporg-header ul li.current_page_parent:after {\n\t\tcontent: '';\n\t\tposition: absolute;\n\t\tleft: 50%;\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-left: 9px solid transparent;\n\t\tborder-right: 9px solid transparent;\n\t\tborder-bottom: 9px solid #f7f7f7;\n\t\tmargin: -8px 0 0 -9px;\n\t}\n\n\t#wporg-header ul li:hover .nav-submenu ~ .uparrow,\n\t#wporg-header ul li .nav-submenu:hover ~ .uparrow {\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-left: 9px solid transparent;\n\t\tborder-right: 9px solid transparent;\n\t\tborder-bottom: 9px solid #32373c;\n\t\tmargin: -10px auto 0 auto;\n\t}\n\n\t#wporg-header .nav-submenu {\n\t\tbackground: #32373c;\n\t\tborder: #32373c solid 1px;\n\t\tborder-top: 0;\n\t\tmargin-top: -1px;\n\t\tmin-width: 0;\n\t}\n\n\t#wporg-header ul li:hover .nav-submenu,\n\t#wporg-header ul li .nav-submenu:hover  {\n\t\tdisplay:block!important;/* Prevents #wporg-header ul overwriting this */\n\t\tposition:absolute;\n\t\ttop:46px;\n\t\tleft:0;\n\t\tz-index:101;\n\t\tmargin-left:0;\n\t\twidth:auto;\n\t}\n\n\t#wporg-header ul li .nav-submenu li {\n\t\tfloat: none;\n\t}\n\n\t#wporg-header ul.nav-submenu li a {\n\t\theight: 34px;\n\t\tline-height: 34px;\n\t}\n\n\t#wporg-header ul.nav-menu li:hover > ul,\n\t#wporg-header .nav-menu ul li:hover > ul,\n\t#wporg-header ul.nav-menu .focus > ul,\n\t#wporg-header .nav-menu .focus > ul {\n\t\tclip: inherit;\n\t\theight: inherit;\n\t\toverflow: inherit;\n\t\twidth: inherit;\n\t}\n\n\t#headline h2 {\n\t\ttext-rendering: optimizeLegibility;\n\t}\n\n\t#mobile-menu-button {\n\t\tdisplay: none;\n\t}\n\n\t#wporg-header h2.rosetta {\n\t\tpadding: 36px 27px 0;\n\t\tfloat: left;\n\t}\n}\n\n@media screen and (max-width:960px) {\n\t#home-welcome {\n\t\tmin-width: 0 !important;\n\t}\n\n\t#home-welcome .wrapper {\n\t\tmax-width: 100%;\n\t\tmargin: 0;\n\t}\n\n\t#home-text {\n\t\twidth: 100%;\n\t\tfloat: right;\n\t\tmargin: -10px;\n\t}\n\n\n\t#home-below .wrapper .col-2, #home-below .wrapper .col-4 {\n\t\tmax-width: 100%;\n\t}\n\n\t#home-below {\n\t\tmax-width: 100%;\n\t\twidth: auto;\n\t}\n}\n\n@media screen and (min-width:821px) {\n\t#download-mobile {\n\t\tdisplay: none;\n\t}\n}\n\n#home-welcome {\n\tbackground: #f7f7f7;\n\tmin-width: 960px;\n\tmin-height: 340px;\n\tborder-bottom: 1px solid #dfdfdf;\n}\n\n#home-welcome img.screenshot {\n\tmargin-top: 22px;\n\tmargin-right: 28px;\n\tfloat: left;\n}\n\n#home-welcome p {\n\tfont-size: 13px;\n\tpadding: 11px 0;\n\tmargin-right: 14px;\n}\n\n#home-welcome p.intro {\n\tfont-family: Georgia, Times, \"Times New Roman\", serif;\n\tpadding-top: 34px;\n\tfont-size: 17px;\n\tline-height: 1.5em;\n}\n\n#home-welcome p.intro strong {\n\tfont-weight: normal;\n}\n\np.intro a {\n\tfont-weight: normal;\n}\n\n/* WordPress-style Buttons\n=======================\nCreate a button by adding the `.button` class to an element. For backwards\ncompatibility, we support several other classes (such as `.button-secondary`),\nbut these will *not* work with the stackable classes described below.\n\nButton Styles\n-------------\nTo display a primary button style, add the `.button-primary` class to a button.\n\nButton Sizes\n------------\nAdjust a button's size by adding the `.button-large` or `.button-small` class.\n\nButton States\n-------------\nLock the state of a button by adding the name of the pseudoclass as\nan actual class (e.g. `.hover` for `:hover`).\n\n\nTABLE OF CONTENTS:\n------------------\n 1.0 - Button Layouts\n 2.0 - Default Button Style\n 3.0 - Primary Button Style\n 4.0 - Button Groups\n 5.0 - Responsive Button Styles\n\n---------------------------------------------------------------------------- */\n/* ----------------------------------------------------------------------------\n  1.0 - Button Layouts\n---------------------------------------------------------------------------- */\n.submit input,\ninput[type=button],\ninput[type=submit],\n.button,\n.button-primary,\n.download-button,\n.button-secondary {\n\tborder: 1px solid;\n\t-webkit-border-radius: 3px;\n\tborder-radius: 3px;\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing:    border-box;\n\tbox-sizing:         border-box;\n\tcursor: pointer;\n\tdisplay: inline-block;\n\tfont-size: 0.8rem;\n\theight: 1.5625rem;\n\tline-height: 1;\n\tmargin: 0;\n\tpadding: 0 .8rem;\n\ttext-decoration: none;\n\twhite-space: nowrap;\n\t-webkit-appearance: none;\n}\n\n/* Remove the dotted border on :focus and the extra padding in Firefox */\nbutton::-moz-focus-inner,\ninput[type=\"reset\"]::-moz-focus-inner,\ninput[type=\"button\"]::-moz-focus-inner,\ninput[type=\"submit\"]::-moz-focus-inner {\n\tborder: 0 none;\n\tpadding: 0;\n}\n\n.button.button-xl,\n.button-group.button-xl .button {\n\tfont-size: 1rem;\n\theight: 2.44141rem;\n\tline-height: 1;\n\tpadding: 0 1.5rem;\n}\n\n.button.button-large,\n.button-group.button-large .button,\n.col-2 p.button,\n.col-13 p.button {\n\theight: 1.95313rem;\n\tline-height: 1;\n\tpadding: 0 1rem;\n}\n\n.button.button-small,\n.block-content span.button,\n.button-group.button-small .button {\n\tfont-size: 0.64rem;\n\theight: 1.25rem;\n\tline-height: 1;\n\tpadding: 0 .5rem;\n}\n\n.button.button-hero,\n.button-group.button-hero .button,\n#plugin-description p.button, .col-3 p.button,\nbody.trac #plugin-description .description-right p {\n\tfont-size: 14px;\n\theight: 46px;\n\tline-height: 44px;\n\tpadding: 0 36px;\n}\n\na.button,\na.button-primary,\na.button-secondary {\n\tline-height:  1.5625rem;\n}\n\na.button.button-large,\n.button-group.button-large a.button {\n\tline-height: 1.95313rem;\n}\n\na.button.button-xl,\n.button-group.button-xl a.button {\n\tline-height: 2.44141rem;\n}\n\na.button.button-small,\n.button-group.button-small a.button {\n\tline-height: 1.25rem;\n}\n\n.button:active,\n.button:focus {\n\toutline: none;\n}\n\n.button.hidden {\n\tdisplay: none;\n}\n\n/* Style Reset buttons as simple text links */\ninput[type=\"reset\"],\ninput[type=\"reset\"]:hover,\ninput[type=\"reset\"]:active,\ninput[type=\"reset\"]:focus {\n\tbackground: none;\n\tborder: none;\n\t-webkit-box-shadow: none;\n\tbox-shadow:         none;\n\tpadding: 0 2px 1px;\n\twidth: auto;\n}\n\n/* ----------------------------------------------------------------------------\n  2.0 - Default Button Style\n---------------------------------------------------------------------------- */\n.submit input,\ninput[type=button],\ninput[type=submit],\n.button,\n.button:visited,\n.button-secondary {\n\tbackground: #f7f7f7;\n\tborder-color: #cccccc;\n\t-webkit-box-shadow: 0 1px 0 #cccccc;\n\tbox-shadow:         0 1px 0 #cccccc;\n\tcolor: #555;\n\tvertical-align: top;\n}\n\np .button {\n\tvertical-align: baseline;\n}\n\n.submit input:hover,\ninput[type=button]:hover,\ninput[type=submit]:hover,\n.submit input:focus,\ninput[type=button]:focus,\ninput[type=submit]:focus,\n.button.hover,\n.button:hover,\n.button-secondary:hover,\n.button.focus,\n.button:focus,\n.button-secondary:focus {\n\tbackground: #fafafa;\n\tborder-color: #999;\n\tcolor: #23282d;\n}\n\n.submit input:focus,\ninput[type=button]:focus,\ninput[type=submit]:focus,\n.button.focus,\n.button:focus,\n.button-secondary:focus,\n.button-link:focus {\n\tborder-color: #5b9dd9;\n\t-webkit-box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);\n\tbox-shadow:         0 0 3px rgba(0, 115, 170, 0.8);\n}\n\n.submit input:active,\ninput[type=button]:active,\ninput[type=submit]:active,\n.button.active,\n.button.active:hover,\n.button.active:focus,\n.button:active,\n.button-secondary:active {\n\tbackground: #eee;\n\tborder-color: #999;\n\t-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);\n\tbox-shadow:         inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);\n\t-webkit-transform: translateY(1px);\n\t-ms-transform:     translateY(1px);\n\ttransform:         translateY(1px);\n}\n\n.button.active:focus {\n\tborder-color: #5b9dd9;\n\t-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 115, 170, 0.8);\n\tbox-shadow:         inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 115, 170, 0.8);\n}\n\n.submit input:disabled,\ninput[type=button]:disabled,\ninput[type=submit]:disabled,\n.button[disabled],\n.button:disabled,\n.button.disabled,\n.button-secondary[disabled],\n.button-secondary:disabled,\n.button-secondary.disabled,\n.button-disabled {\n\tbackground: #f7f7f7 !important;\n\tborder-color: #ddd !important;\n\t-webkit-box-shadow: none !important;\n\tbox-shadow:         none !important;\n\tcolor: #a0a5aa !important;\n\tcursor: default;\n\ttext-shadow: 0 1px 0 #fff !important;\n\t-webkit-transform: none !important;\n\t-ms-transform:     none !important;\n\ttransform:         none !important;\n}\n\n/* Buttons that look like links, for a cross of good semantics with the visual */\n.button-link {\n\tbackground: none;\n\tborder: 0;\n\t-webkit-border-radius: 0;\n\tborder-radius:         0;\n\t-webkit-box-shadow: none;\n\tbox-shadow:         none;\n\tcursor: pointer;\n\tmargin: 0;\n\toutline: none;\n\tpadding: 0;\n}\n\n.button-link:focus {\n\toutline: #5b9dd9 solid 1px;\n}\n\n/* ----------------------------------------------------------------------------\n  3.0 - Primary Button Style\n---------------------------------------------------------------------------- */\n.button-primary,\n.download-button,\n.button-primary:visited,\n.download-button:visited {\n\tbackground: #0085ba;\n\tborder-color: #0073aa #006799 #006799;\n\t-webkit-box-shadow: 0 1px 0 #006799;\n\tbox-shadow:         0 1px 0 #006799;\n\tcolor: #fff;\n\ttext-decoration: none;\n\ttext-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;\n}\n\n.button-primary.hover,\n.button-primary:hover,\n.button-primary.focus,\n.button-primary:focus,\n.download-button.hover,\n.download-button:hover,\n.download-button.focus,\n.download-button:focus {\n\tbackground: #008ec2;\n\tborder-color: #006799;\n\tcolor: #fff;\n}\n\n.button-primary.focus,\n.button-primary:focus,\n.download-button.focus,\n.download-button:focus {\n\t-webkit-box-shadow: 0 1px 0 #0073aa, 0 0 2px 1px #33b3db;\n\tbox-shadow:         0 1px 0 #0073aa, 0 0 2px 1px #33b3db;\n}\n\n.button-primary.active,\n.button-primary.active:hover,\n.button-primary.active:focus,\n.button-primary:active,\n.download-button.active,\n.download-button.active:hover,\n.download-button.active:focus,\n.download-button:active {\n\tbackground: #0073aa;\n\tborder-color: #006799;\n\t-webkit-box-shadow: inset 0 2px 0 #006799;\n\tbox-shadow:         inset 0 2px 0 #006799;\n\tvertical-align: top;\n}\n\n.button-primary[disabled],\n.button-primary:disabled,\n.button-primary-disabled,\n.download-button[disabled],\n.download-button:disabled,\n.download-button-disabled {\n\tbackground: #008ec2 !important;\n\tborder-color: #007cb2 !important;\n\t-webkit-box-shadow: none !important;\n\tbox-shadow:         none !important;\n\tcolor: #66c6e4 !important;\n\tcursor: default;\n\ttext-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;\n}\n\n/* ----------------------------------------------------------------------------\n  4.0 - Button Groups\n---------------------------------------------------------------------------- */\n.button-group {\n\tdisplay: inline-block;\n\tfont-size: 0;\n\tposition: relative;\n\tvertical-align: middle;\n\twhite-space: nowrap;\n}\n\n.button-group > .button {\n\t-webkit-border-radius: 0;\n\tborder-radius: 0;\n\tdisplay: inline-block;\n\tmargin-right: -1px;\n\tz-index: 10;\n}\n\n.button-group > .button-primary {\n\tz-index: 100;\n}\n\n.button-group > .button:hover {\n\tz-index: 20;\n}\n\n.button-group > .button:first-child {\n\t-webkit-border-radius: 3px 0 0 3px;\n\tborder-radius:         3px 0 0 3px;\n}\n\n.button-group > .button:last-child {\n\t-webkit-border-radius: 0 3px 3px 0;\n\tborder-radius:         0 3px 3px 0;\n}\n\n.button-group > .button:focus {\n\tposition: relative;\n\tz-index: 1;\n}\n\n/* ----------------------------------------------------------------------------\n  5.0 - Responsive Button Styles\n---------------------------------------------------------------------------- */\n@media screen and (max-width: 782px) {\n\t.button,\n\t.button.button-xl,\n\t.button.button-large,\n\t.button.button-small {\n\t\tfont-size: 14px;\n\t\theight: auto;\n\t\tline-height: normal;\n\t\tmargin-bottom: 4px;\n\t\tpadding: 6px 14px;\n\t\tvertical-align: middle;\n\t}\n}\n\n\n/* */\n\nbody #ed_toolbar input {\n\tpadding: 0 10px 1px;\n}\n\nbody #ed_toolbar #ed_pre {\n\tfont-family: sans-serif;\n}\n\n.col-3 a.download-button {\n\tdisplay: block;\n\ttext-align: center;\n}\n\n.download-meta {\n\ttext-align: center !important;\n\tfont-size: 12px;\n\tmargin-bottom: 0 !important;\n}\n\n\n/* */\n\n#home-welcome .download-button {\n\tmargin-left: 6px;\n}\n\n.col-3 ul {\n\tmargin-left: 16px;\n\tlist-style: square;\n\tmargin-bottom: 22px;\n}\n\n.col-3 p {\n\tmargin-bottom: 22px;\n}\n\n.download-tar {\n\tfont-size: 12px;\n\ttext-align: center;\n\tmargin-bottom: 14px !important;\n}\n\n#home-below {\n\tfont-size: 13px;\n\twidth: 960px;\n\tmargin: 0 auto;\n}\n\n#home-below .image img {\n\tborder: 1px solid #dadada;\n}\n\n#home-below .wrapper {\n\tfloat: left;\n\tmargin-bottom: 14px;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {\n\tfloat: left;\n\tmargin: 0 14px;\n}\n\n.col-1 { width: 52px; }\n.col-2 { width: 132px; }\n.col-3 { width: 212px; }\n.col-4 { width: 292px; }\n.col-5 { width: 372px; }\n.col-6 { width: 452px; }\n.col-7 { width: 532px; }\n.col-8 { width: 612px; }\n.col-9 { width: 692px; }\n.col-10 { width: 772px; }\n.col-11 { width: 852px; }\n.col-12 { width: 932px; }\n\n.col-9 h2 {\n\tmargin: 6px 0;\n\tfont-family: Georgia, Times, \"Times New Roman\", serif;\n}\n\n.col-9 .entry {\n\tborder-bottom: 1px solid #dfdfdf;\n\tmargin-bottom: 30px;\n}\n\nh3 {\n\tfont-size: 14px;\n\tcolor: #23282d;\n\tfont-weight:bold;\n\tmargin: -1px 0 1px 0;\n}\n\nh4, h3.head {\n\tfont-weight: bold;\n\tfont-size: 14px;\n\tborder-bottom: 1px solid #dedede;\n\tpadding-bottom: 4px;\n\tcolor: #23282d;\n\tmargin-bottom: 18px;\n}\n\nh5 {\n\tfont-weight: bold;\n\tfont-size: 1em;\n\tmargin-bottom: 12px;\n}\n\n#home-below h4 {\n\tmargin-top: 28px;\n\tmargin-bottom: 16px;\n}\n\n#home-below h4 a {\n\tfont-weight: bold;\n}\n\n#home-below h5 {\n\tmargin-bottom: 0;\n}\n\n#home-below img.book {\n\tmargin-top: -17px;\n\tmargin-bottom: 6px;\n}\n\n#home-below a {\n\tfont-size: 14px;\n}\n\n#home-below ol.steps {\n\tmargin-top: -4px;\n}\n\n#home-below ol.steps li {\n\tpadding-left: 44px;\n\tpadding-top: 4px;\n\tmargin-bottom: 17px;\n\tposition: relative;\n}\n\n#home-below ol.steps li span {\n\tcontent: '';\n\twidth: 31px;\n\theight: 31px;\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\tbackground-image: url(//s.w.org/style/images/steps.png);\n\tbackground-size: 93px 31px;\n\tbackground-repeat: no-repeat;\n}\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5),\n       only screen and (min-resolution: 1.5dppx),\n       only screen and (min-resolution: 144dpi) {\n\t#home-below ol.steps li span {\n\t\tbackground-image: url(//s.w.org/style/images/steps-2x.png);\n\t}\n}\n\n#home-below ol.steps li.one span {\n\tbackground-position: 0 0;\n}\n\n#home-below ol.steps li.two span {\n\tbackground-position: -31px 0;\n}\n\n#home-below ol.steps li.three span {\n\tbackground-position: -62px 0;\n}\n\nul#notable-users {\n\tlist-style: none;\n}\n\np#showcase-link a {\n\tfont-size: 0.9em;\n\tborder: none;\n}\n\nol.steps {\n\tlist-style: none;\n}\n\nul#notable-users li a {\n\tdisplay: block;\n\twidth: 130px;\n\theight: 59px;\n\tmargin-bottom: 8px;\n\tborder-top: 1px solid #f5f5f5;\n\tborder-left: 1px solid #f5f5f5;\n\tborder-right: 1px solid #dedede;\n\tborder-bottom: 1px solid #dedede;\n}\n\nul#notable-users li a:active {\n\tborder-top: 1px solid #dedede;\n\tborder-left: 1px solid #dedede;\n\tborder-right: 1px solid #f5f5f5;\n\tborder-bottom: 1px solid #f5f5f5;\n}\n\ninput.text {\n\tmargin-right: 2px;\n\tfont-size: 12px;\n\tpadding: 3px;\n\tbackground: #f5f5f5;\n\tborder: 1px solid #ccc;\n\theight: 16px;\n\tvertical-align: top;\n\tcolor: #666;\n\tfont-family: sans-serif;\n}\n\n#headline {\n\theight: 62px;\n\tbackground: #f7f7f7;\n\tborder-bottom: 1px solid #dfdfdf;\n}\n\n#headline h2 {\n\tcolor: #555;\n\tfont-size: 28px;\n\tline-height: 1em;\n\ttext-shadow: #fff 0px 1px 0px;\n\tpadding-top: 18px;\n\tpadding-left: 9px;\n\tfloat: left;\n}\n\n.wporg-make .site-title a:before,\nbody.wporg-make #headline h2 a:before {\n\t-webkit-font-smoothing: antialiased;\n\tdisplay: inline-block;\n\tfont: normal 28px/1 'dashicons';\n\tvertical-align: top;\n\twidth: 36px;\n}\nbody.make-core #headline h2 a:before { content: '\\f475'; }\nbody.make-design #headline h2 a:before { content: '\\f309'; }\nbody.make-mobile #headline h2 a:before { content: '\\f470'; }\nbody.make-accessibility #headline h2 a:before { content: '\\f483'; }\nbody.make-polyglots #headline h2 a:before { content: '\\f326'; }\nbody.make-support #headline h2 a:before { content: '\\f125'; }\nbody.make-themes #headline h2 a:before { content: '\\f100'; }\nbody.make-plugins #headline h2 a:before { content: '\\f106'; }\nbody.make-docs #headline h2 a:before { content: '\\f105'; }\nbody.make-community #headline h2 a:before { content: '\\f307'; }\nbody.make-meta #headline h2 a:before { content: '\\f325'; }\nbody.make-training #headline h2 a:before { content: '\\f118'; }\nbody.make-flow #headline h2 a:before { content: '\\f115'; }\nbody.make-tv #headline h2 a:before { content: '\\f235'; }\nbody.make-marketing #headline h2 a:before { content: '\\f130'; }\nbody.make-cli #headline h2 a:before { content: '\\f345'; }\nbody.make-hosting #headline h2 a:before { content: '\\f176'; }\n\n.make-core .site-title a:before { content: '\\f475'; }\n.make-design .site-title a:before { content: '\\f309'; }\n.make-mobile .site-title a:before { content: '\\f470'; }\n.make-accessibility .site-title a:before { content: '\\f483'; }\n.make-polyglots .site-title a:before { content: '\\f326'; }\n.make-support .site-title a:before { content: '\\f125'; }\n.make-themes .site-title a:before { content: '\\f100'; }\n.make-plugins .site-title a:before { content: '\\f106'; }\n.make-docs .site-title a:before { content: '\\f105'; }\n.make-community .site-title a:before { content: '\\f307'; }\n.make-meta .site-title a:before { content: '\\f325'; }\n.make-training .site-title a:before { content: '\\f118'; }\n.make-systems .site-title a:before { content: '\\f107'; }\n.make-flow .site-title a:before { content: '\\f115'; }\n.make-tv .site-title a:before { content: '\\f235'; }\n.make-marketing .site-title a:before { content: '\\f130'; }\n.make-cli .site-title a:before { content: '\\f345'; }\n.make-hosting .site-title a:before { content: '\\f176'; }\n\n#headline .login {\n\tfont-size: 12px;\n\tposition: relative;\n\tfloat: right;\n\tpadding-top: 22px;\n\tmargin-right: 15px;\n}\n\n#headline .login a {\n\tcolor: #21759b;\n}\n\n#headline .login a:visited {\n\tcolor: #4ca6cf;\n}\n\n#headline input.text {\n\tbackground: #fff;\n\tborder: 1px solid #c6d9e9;\n}\n\n#pages {float:right;}\n\n#pagebody .submenu, #pagebody #submenu {\n\tmargin-left: 0;\n\tmargin-top: -2px;\n\tfont-size: 10px;\n\tlist-style: none;\n}\n\n#pagebody .submenu a#subcurrent, #pagebody #submenu a#subcurrent {\n\tcolor: #23282d;\n\tcursor: default;\n}\n\np.person {\n\tpadding-bottom: 10px;\n\tborder-bottom: 1px solid #dadada;\n\tmargin-bottom: 11px;\n}\n\n#pagebody .submenu li {\n\tborder-bottom: 1px solid #dedede;\n\tfont-size: 12px;\n\tline-height: 18px;\n\tpadding: 5px 0;\n}\n\n#pagebody .submenu li a {\n\twidth: 100%;\n\tdisplay: block;\n}\n\n#pagebody .submenu li.current {\n\tbackground: url(//s.w.org/style/images/arrow.png) center left no-repeat;\n\tfont-weight: bold;\n}\n\n#pagebody .submenu li:last-child {\n\tborder-bottom: 0;\n}\n\n#pagebody .submenu li ul {\n\tmargin-top: 0 !important;\n\tmargin-left: 16px !important;\n}\n\n#pagebody .submenu li ul li {\n\tborder: none;\n\tline-height: 1.4em;\n\tpadding-bottom: 2px;\n}\n\n#pagebody {\n\tfont-size: 13px;\n\tmargin-top: 29px;\n\tmargin-bottom: 22px;\n}\n\n#pagebody p, #pagebody ol, #pagebody ul {\n\tmargin: 0 0 22px 0;\n}\n\n#pagebody ul {\n\tmargin-left: 16px;\n\tlist-style: square;\n}\n\n#pagebody .submenu ul {\n\tmargin-bottom: 0;\n}\n\na.rsslink {\n\tbackground:url(//s.w.org/style/images/feedicon10.png) top left no-repeat;\n\tpadding-left: 14px;\n}\n\n#pagebody ol {\n\tmargin-left: 22px;\n}\n\n#pagebody ol.screenshots {\n\tlist-style: none;\n}\n\n#pagebody p.intro {\n\tfont-family: Georgia, Times, \"Times New Roman\", serif;\n\tcolor: #555;\n\tfont-size: 15px;\n\tline-height: 1.6em;\n\tmargin-top: -1px;\n\tmargin-bottom: 23px;\n}\n\n#pagebody p.intro a {\n\tfont-weight: normal;\n}\n\n.feed {\n\tbackground: url(//s.w.org/style/images/feedicon.png) center left no-repeat;\n\tpadding-left: 19px;\n}\n\n#wporg-footer {\n\tclear: both;\n\toverflow: auto;\n\tmargin: 0 auto;\n\tpadding: 22px 14px 65px 14px;\n\tborder-top: 1px solid #dfdfdf;\n\tbackground-color: #f7f7f7;\n}\n\n#wporg-footer .wrapper {\n\toverflow: auto;\n\tmax-width: 932px;\n}\n\n#wporg-footer ul {\n\tfloat: left;\n\toverflow: auto;\n\twidth: 135px;\n\tmargin-left: 24px;\n\tmargin-bottom: 20px; /* for narrow screens */\n\tpadding-left: 0; /* override other generic styles */\n}\n\n@media screen and (min-width:960px) {\n\t#wporg-footer ul:first-child {\n\t\tmargin-left: 0;\n\t}\n}\n\n@media screen and (min-width:561px) and (max-width:959px) {\n\t#wporg-footer .wrapper {\n\t\tmax-width: 600px;\n\t}\n\n\t#wporg-footer ul:nth-child(3n+1) {\n\t\tmargin-left: 0;\n\t}\n\n\t#wporg-footer ul:nth-child(4n) {\n\t\tclear: both;\n\t}\n\n\t#wporg-footer ul {\n\t\tmargin-left: 2%;\n\t\twidth: 32%;\n\t}\n}\n\n@media screen and (max-width:560px) {\n\t#wporg-footer .wrapper {\n\t\tmax-width: 360px;\n\t}\n\n\t#wporg-footer ul:nth-child(2n+1) {\n\t\tmargin-left: 0;\n\t}\n\n\t#wporg-footer ul:nth-child(odd) {\n\t\tclear: both;\n\t}\n\n\t#wporg-footer ul {\n\t\tmargin-left: 4%;\n\t\twidth: 48%;\n\t}\n}\n\n#wporg-footer ul li {\n\tfont-size: 14px;\n\tmargin-bottom: 1px;\n\tcolor: #bbb;\n\tlist-style-type: none;\n}\n\n#wporg-footer ul li a {\n\tborder: none;\n}\n\n#wporg-footer .cip {\n\tclear: both;\n\tfloat: none;\n\ttext-align: center;\n\tmargin: 35px auto 0 auto;\n\tfont-size: 16px;\n\tletter-spacing: 0.3em;\n\ttext-transform: uppercase;\n\tcolor: #cccccc;\n}\n\n#wporg-footer .cip-image {\n\tbackground: url(//s.w.org/style/images/codeispoetry.png?1) center center no-repeat;\n\tbackground-size: 190px 15px;\n\twidth: 190px;\n\theight: 15px;\n\ttext-indent: -9999px;\n}\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5),\n       only screen and (min-resolution: 1.5dppx),\n\t   only screen and (min-resolution: 144dpi) {\n\t#wporg-footer .cip-image {\n\t\tbackground-image: url(//s.w.org/style/images/codeispoetry-2x.png?1);\n\t}\n}\n\nblockquote {\n\tbackground: #f5f5f5;\n\tborder: 1px solid #dadada;\n\tpadding: 22px 22px 0;\n\tmargin-bottom: 22px;\n}\n\n.wporg-page-about-books #pagebody h2 {\n\tmargin-bottom: 1em;\n}\n\n#pagebody ul.books, ul#otherbooks {\n\tlist-style: none;\n\tmargin: 0;\n}\n\n#pagebody .books .image, #otherbooks .image {\n\twidth: 200px;\n\tdisplay: block;\n\tfloat: left;\n\ttext-align: center;\n\tmargin: 18px;\n\tborder-right: 1px solid #dadada;\n}\n\n#pagebody .books img, #otherbooks img {\n\tborder: 1px solid #dadada;\n}\n\n#pagebody .books.mobile img {\n\tborder:none;\n}\n\n#pagebody .books li, #otherbooks li {\n\tbackground: #f5f5f5;\n\tborder: 1px solid #dadada;\n\tborder-right-color: #eee;\n\tborder-bottom-color: #e0e0e0;\n\tmargin-bottom: 22px;\n\tclear: both;\n\tfloat: left;\n\twidth: 100%;\n}\n\n#pagebody .books h3, #otherbooks h3 {\n\tmargin: 18px 0 5px 0;\n\tfont: 21px Georgia, Times, \"Times New Roman\", serif;\n}\n\n#otherbooks h3, #otherbooks p {\n\tmargin-left:20px;\n}\n\n#otherbooks h3 {\n\tfont-size:18px;\n}\n\n#pagebody .books p, #otherbooks p {\n\tpadding-right: 22px;\n\tpadding-left: 22px;\n\tmargin-bottom: 7px;\n\tline-height: 1.4em;\n}\n\n#pagebody .books .author, #otherbooks .author {\n\tfont: italic 15px Georgia, Times, \"Times New Roman\", serif;\n\tmargin-bottom: 11px;\n\tcolor: #888;\n}\n\n#pagebody .books .published, #otherbooks .published {\n\tfont-size: 11px;\n\ttext-transform: uppercase;\n\tletter-spacing: 0.2em;\n\tcolor: #888;\n}\n\n#pagebody .books h3 a, #otherbooks h3 a {\n\tfont-weight: normal;\n}\n\n.features .col-5 li {\n\tmargin-bottom:15px;\n}\n\n.alt { background: #f2f2f2; }\n\n.featured {\n\tbackground: #fffbcc;\n\tborder: 1px solid #e6db55;\n\tpadding: 11px 11px 16px;\n\tmargin: 32px 0;\n\toverflow: auto;\n\t/*width: 670px;*/\n}\n\n.wporg-page-hosting #pagebody .partner .forum {\n\tmargin: 0;\n}\n\n.partner {\n\tclear: both;\n\tmin-height: 100px;\n\tmargin: 40px 10px 40px 0;\n\tpadding-left: 120px;\n\tposition: relative;\n}\n\n.partner p {\n\tmargin-bottom: 10px;\n}\n\n.partner img {\n\tmargin-left: 10px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: -10px;\n}\n@media (max-width: 359px) {\n\t.partner {\n\t\tmargin-right: 15px;\n\t\tpadding-left: 15px;\n\t}\n\t.partner img {\n\t\tfloat: right;\n\t\tposition: relative;\n\t}\n}\n\n.submit {\n\tborder-top: 1px solid #ccc;\n\tpadding: 1.5em 0 0 0;\n\tmargin: 10px 0 0 0;\n\t-moz-border-radius-bottomleft: 3px;\n\t-khtml-border-bottom-left-radius: 3px;\n\t-webkit-border-bottom-left-radius: 3px;\n\tborder-bottom-left-radius: 3px;\n\t-moz-border-radius-bottomright: 3px;\n\t-khtml-border-bottom-right-radius: 3px;\n\t-webkit-border-bottom-right-radius: 3px;\n\tborder-bottom-right-radius: 3px;\n}\n\n#pagebody table.widefat {\n\tborder-collapse: collapse;\n\twidth: 100%;\n\tclear: both;\n\tmargin-bottom: 11px;\n}\n\n#pagebody table.widefat a {\n\ttext-decoration: none;\n}\n\n#pagebody table.widefat tr.alt {\n\tbackground-color: #f2f2f2;\n}\n\n#pagebody table.widefat tbody.hover {\n\tcursor: pointer;\n}\n\n#pagebody table.widefat tbody tr.hover,\n#pagebody table.widefat tbody tr:hover {\n\tbackground-color: #ddd;\n}\n#pagebody table.widefat tbody tr.hover a,\n#pagebody table.widefat tbody a:hover {\n\tcolor: #d54e21;\n}\n\n#pagebody table.widefat td, #pagebody table.widefat th {\n\tfont-size: 13px;\n\tpadding: 6px;\n\tvertical-align: text-top;\n}\n\n#pagebody table.widefat thead {\n\tbackground-color: #cfcfcf;\n\tcolor: #000;\n\tfont-weight: bold;\n}\n\n#pagebody table.widefat th {\n\tpadding-bottom: 4px;\n\tpadding-top: 8px;\n\ttext-align: left;\n}\n\n#pagebody table.widefat .check-column {\n\ttext-align: center;\n\tvertical-align: text-top;\n\twidth: 3%;\n}\n\n.wrap, .updated, .error {\n\tmargin: 0;\n\tmargin-left: 15px;\n\tmargin-right: 15px;\n\tpadding: 0;\n\tmax-width: 980px;\n}\n\n.form-table, form#profile-form table {\n\tborder-collapse: collapse;\n\tmargin-top: 1em;\n\twidth: 100%;\n\tcolor: #333;\n}\n\n.form-table td, form#profile-form table td {\n\tmargin-bottom: 9px;\n\tpadding: 10px;\n\tline-height: 20px;\n\tborder-bottom-width: 8px;\n\tborder-bottom-style: solid;\n\n}\n\n.form-table th, form#profile-form table th {\n\ttext-align: left;\n\tpadding: 10px;\n\twidth: 150px;\n\tfont-weight: bold;\n\tborder-bottom-width: 8px;\n\tborder-bottom-style: solid;\n}\n\n.form-table input[type='text'], .form-table textarea,\nform#profile-form table input[type='text'], form#profile-form textarea {\n\tborder: 1px solid #d1e5f6;\n\tborder-top-color: #b0c1cf;\n\tborder-left-color: #b0c1cf;\n}\n\n.form-table input[type='text'] {\n\tpadding: 3px;\n}\n\n.form-table textarea, form#profile-form table textarea {\n\twidth: 520px !important;\n\tfont-size: 13px;\n\tline-height: 1.5em;\n}\n\n.error {\n\tbackground-color: #ffebe8;\n\tborder-color: #c00;\n}\n\n.error a {\n\tcolor: #c00;\n}\n\n.form-invalid {\n\tbackground-color: #ffebe8 !important;\n}\n\n.form-invalid input {\n\tborder-color: #c00 !important;\n}\n\n.form-table td, .form-table th,\nform#profile-form table td, form#profile-form table th {\n\tborder-bottom-color: #fff;\n}\n\n.form-input-tip {\n\tcolor: #999;\n}\n\n#sitesearch {\n\tmargin-top: 10px;\n\tmargin-bottom: 22px;\n\tfont-size: 10px;\n}\n\n#sitesearch #sitesearchbox {\n\twidth: 45%;\n\tpadding: 3px;\n\tfont-size: 18px;\n}\n\n#sitesearch p { margin-top: 4px; }\n\n#sitesearch label { margin-right: 6px;}\n\n#sitesearch .text {\n\theight: 24px;\n}\n\n#sitesearch .button {\n\tfont-size: 16px;\n\tmargin-left: 4px;\n\theight: 32px;\n\tpadding: 0 6px;\n}\n\nol.searchresults {\n\tmargin-top: 22px !important;\n\tpadding-left: 4px;\n}\n\ndiv.special { margin-top: 22px; }\n\n.searchresults h4, .special h4 {\n\tmargin-bottom: 4px;\n}\n.searchresults .source, .special .source {\n\tfloat: right;\n\tfont-size: 10px;\n\tfont-style: italic;\n\tfont-family: \"Lucida Sans\";\n\tcolor: #888;\n\tfont-weight: normal;\n}\n\n.heatmap {\n\tfont-family: Georgia, Times, \"Times New Roman\", serif;\n\tline-height: 3em;\n}\n\n.heatmap a {\n\tfont-weight: normal;\n}\n\n.col-10 .col-5 {\n\tmargin: 0;\n\twidth: 352px;\n}\n\n.col-10 .col-10 {\n\tmargin: 24px 0 0;\n\tclear: both;\n}\n\n.col-10 .col-8, .col-10 .col-7 {\n\tmargin: 0;\n}\n\n.col-10 .col-5 table td {\n\tline-height: 1.5em;\n\tpadding: 10px 0;\n\tborder-bottom: 1px solid #dadada;\n}\n\n.more {\n\tfont-size: 90%;\n}\n\n.column-list {\n\tfont-size: 12px;\n\tline-height: 1.5em;\n}\n\n.column-list li {\n\tpadding-bottom: 4px;\n}\n\n#theuser .block {\n\tmargin: 24px;\n}\n\n#theuser #userinfo {\n\tmargin-left: 22px;\n\tmargin-bottom: 0;\n}\n\n#lang-guess {\n\twidth: 93%;\n\tmax-width: 932px;\n\tmargin: 22px auto 0;\n\tbackground: #fffbcc;\n\tborder: 1px solid #e6db55;\n\ttext-align: center;\n\tfont: 1.3em Georgia, Times, \"Times New Roman\", serif;\n\tpadding: 10px 0;\n\t-moz-border-radius: 3px;\n\t-khtml-border-radius: 3px;\n\t-webkit-border-radius: 3px;\n\tborder-radius: 3px;\n}\n\nh3.graphics {\n\tclear: both;\n\tpadding-top: 20px;\n\tfont-size:22px;\n\tfont-weight: normal;\n\tcolor: #999;\n\tpadding-bottom: 6px;\n}\n\nul.logo {\n\tmargin: 0 14px 14px 0 !important;\n\twidth: 176px;\n\tborder: 1px solid #dfdfdf;\n\tborder-top: none;\n\tfloat: left;\n}\n\nul.logo li {\n\tlist-style: none;\n\tborder-bottom: 1px solid #dfdfdf;\n\tbackground: #f5f5f5;\n\tline-height:13px;\n}\n\nul.logo li.img {\n\tbackground: #fff;\n}\n\nul.logo li a span {\n\tcolor: #999;\n\tfont-weight: normal;\n}\n\nul.logo li a {\n\tdisplay: block;\n\tpadding: 6px 8px;\n\tfont-size:10px;\n}\n\nul.logo li:first-child {\n\tborder-top: 1px solid #dfdfdf;\n}\n\nul.logo li:last-child {\n\tborder-bottom: none;\n}\n\np.community {\n\tclear: both;\n\tfont-size:14px;\n\tpadding: 24px 0;\n}\n\n\nul.logo .pnglogo { background: #eee; text-align: center;}\n\nul.logo .pnglogo:hover { background: #555; }\n\n.pnglogo img {\n\tpadding: 62px 0;\n}\n\n#logo-blue img, #logo-grey img { padding: 20px 0; }\n\n\nul.colors {\n\tmargin: 0 !important;\n}\n\nul.colors li {\n\tfloat: left;\n\tlist-style: none;\n\tmargin-left: 60px;\n\tpadding-right:50px;\n\tborder-right: 1px solid #dfdfdf;\n\tmargin-right:50px;\n\tmargin-bottom: 24px;\n\tline-height: 14px;\n\tfont-size: 10px;\n\tcolor: #666;\n}\n\nul.colors li strong {\n\tfont-size: 12px;\n\tcolor: #333;\n}\n\nul.colors li:last-child {\n\tpadding-right: 0;\n\tmargin-right: 0;\n\tborder-right: none;\n}\n\nul.colors li img {\n\tfloat: left;\n\tmargin-left: -60px;\n}\n\nbody .meta {\n\tfont-size: 12px;\n\tcolor: #777;\n\tmargin-bottom: 10px;\n}\n\nbody .meta a {\n\tcolor: #777;\n\tborder-bottom: 1px solid #dfdfdf;\n}\n\nbody .meta a:hover { color: #d54e21; border-bottom-color: #d54e21; }\n\nhr { border: none; border-top: 1px solid #dfdfdf; }\n\n#headline a {\n\tcolor: #555;\n}\n\nimg#wpstats {\n\tmargin: -10px 10px 0;\n}\n\n.wporg-stats-chart path[fill=\"#cccccc\"] {\n\tfill: #cbcdce;\n}\n\n.wporg-stats-chart path[fill=\"#0011cc\"] {\n\tfill: #0073aa;\n\tcursor: pointer;\n}\n\n.wporg-stats-chart path[fill=\"#0011cc\"]:hover {\n\tfill: #00a0d2;\n}\n\n.wporg-stats-chart text[fill=\"#0011cc\"] {\n\tfill: #444;\n}\n\n.wporg-stats-chart {\n\twidth: 650px; /* Avoid jumps when the charts are loaded. */\n\theight: 450px;\n\tposition: relative;\n}\n\n.wporg-stats-chart.loading:before {\n\tcontent: '';\n\tdisplay: block;\n\twidth: 20px;\n\theight: 20px;\n\tposition: absolute;\n\tleft: 50%;\n\ttop: 50%;\n\tmargin: -10px 0 0 -10px;\n\tbackground: url(https://s.w.org/wp-includes/images/spinner.gif) no-repeat center;\n\t-webkit-background-size: 20px 20px;\n\tbackground-size: 20px 20px;\n\t-webkit-transform: translateZ(0);\n\ttransform: translateZ(0);\n}\n\n@media print,\n  (-webkit-min-device-pixel-ratio: 1.25),\n  (min-resolution: 120dpi) {\n\t.wporg-stats-chart.loading:before {\n\t\tbackground-image:url(https://s.w.org/wp-includes/images/spinner-2x.gif)\n\t}\n}\n\n/* Responsive styling ---------------------------------- */\n\n.wporg-page-download .mobile-notice {\n\tdisplay: none;\n}\n.wporg-page-download .download-button-container {\n\ttext-align: center;\n}\n.wporg-page-mobile {\n\tbackground-color: #f1f1f1;\n}\n.wporg-page-mobile #pagebody ul.books {\n\tdisplay: -moz-box;\n\tdisplay: -ms-flexbox;\n\tdisplay: flex;\n\tflex-wrap: wrap;\n}\n.wporg-page-mobile #pagebody .books li {\n\twidth: 49%;\n\tmargin-left: 1%;\n\tclear: none;\n}\n.wporg-page-mobile #pagebody .books li:first-child {\n\tmargin-left: 0;\n\tmargin-right: 1%;\n}\n.wporg-responsive.wporg-page-mobile #pagebody .books p {\n\tmargin-bottom: 14px;\n}\n.wporg-responsive.wporg-page-mobile #pagebody .books li {\n\tpadding: 0 14px 15px;\n\tbox-sizing: border-box;\n\tbackground-color: #fff;\n\tborder: 1px solid #dedede;\n}\n.wporg-responsive.wporg-page-mobile #pagebody .books h3 {\n\tmargin-bottom: 15px;\n}\n.wporg-responsive.wporg-page-mobile #pagebody .books .image {\n\tfloat: right;\n\tborder-right: 0;\n\tborder-left: 1px solid #dadada;\n\tmargin-left: 14px;\n\tmargin-right: 0;\n\tmargin-top: 0;\n}\n\n.wporg-responsive .col-7,\nbody.wporg-responsive .col-8,\nbody.wporg-responsive .col-10 {\n\tmargin-left: 174px;\n}\nbody.wporg-responsive .col-2 {\n\tposition: absolute;\n}\n\n.wporg-responsive .col-10 .col-5 {\n\twidth: 50%;\n\tbox-sizing: border-box;\n\tpadding-right: 14px;\n}\n.wporg-responsive .col-10 .col-5:last-child {\n\tpadding-right: 0;\n\tpadding-left: 14px;\n}\n.wporg-responsive.wporg-page-parent-about .col-7,\n.wporg-responsive.wporg-page-parent-about .col-8,\n.wporg-responsive.wporg-page-parent-about .col-10 {\n\tmin-height: 550px;\n}\n\n.wporg-responsive.wporg-page-about-logos h3.graphics img {\n\tfloat: right;\n\tmargin-top: -40px;\n\tmargin-left: 40px;\n}\n.wporg-responsive.wporg-page-about-logos .all-logos ul.logo li {\n\tmin-height: 39px;\n}\n.wporg-responsive.wporg-page-about-logos .all-logos ul.logo li.img {\n\tmin-height: 150px;\n}\n.wporg-responsive.wporg-page-about-logos ul.logo li.img {\n\tline-height: 0;\n\ttext-align: center;\n}\n@media screen and (max-width: 974px) {\n\tbody.wporg-responsive #pagebody .wrapper {\n\t\tdisplay: -moz-box;\n\t\tdisplay: -ms-flexbox;\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t}\n\tbody.wporg-responsive .col-2,\n\tbody.wporg-responsive .col-3,\n\tbody.wporg-responsive .col-6,\n\tbody.wporg-responsive .col-7,\n\tbody.wporg-responsive .col-8,\n\tbody.wporg-responsive .col-9,\n\tbody.wporg-responsive .col-10,\n\tbody.wporg-responsive .col-12 {\n\t\twidth: inherit;\n\t\tfloat: none;\n\t\tword-wrap: break-word;\n\t}\n\n\tbody.wporg-responsive .col-2 {\n\t\tposition: inherit;\n\t\twidth: 100%;\n\t}\n\n\tbody.wporg-responsive .col-8,\n\tbody.wporg-responsive .col-9,\n\tbody.wporg-responsive .col-10 {\n\t\tmargin-left: 14px;\n\t\tmargin-right: 14px;\n\t}\n\n\t.wporg-responsive.wporg-page-parent-about .col-7,\n\t.wporg-responsive.wporg-page-parent-about .col-8,\n\t.wporg-responsive.wporg-page-parent-about .col-10 {\n\t\tmin-height: inherit;\n\t}\n\n\t.wporg-responsive.wporg-page-mobile #pagebody .books li {\n\t\twidth: 100%;\n\t\tmargin-left: 0;\n\t\tmargin-right: 0;\n\t}\n\n\t/*\n\t * /download\n\t */\n\n\t.wporg-responsive .col-7 ~.col-2 {\n\t\tposition: inherit;\n\t\tfloat: left;\n\t\twidth: 50%;\n\t\tmargin: 0;\n\t\tbox-sizing: border-box;\n\t\tpadding: 0 14px;\n\t}\n\t.wporg-responsive .col-7 ~ .col-3 {\n\t\tfloat: right;\n\t\twidth: 50%;\n\t\tmargin: 0;\n\t\tbox-sizing: border-box;\n\t\tpadding: 0 14px;\n\t}\n\t.wporg-responsive .col-7 {\n\t\tmargin-left: 14px;\n\t\tmargin-right: 14px;\n\t\twidth: inherit;\n\t\tmargin-bottom: 3em;\n\t\tpadding-bottom: 2em;\n\t\tborder-bottom: 1px solid #ccc;\n\t}\n\n\t/*\n\t * /news and /showcase\n\t */\n\n\t.wporg-responsive .storycontent {\n\t\tpadding-right: 0;\n\t}\n}\n@media screen and (max-width: 700px) {\n\t.wporg-responsive.wporg-page-about-logos h3.graphics {\n\t\tpadding-top: 0;\n\t}\n\t.wporg-responsive.wporg-page-about-logos h3.graphics img {\n\t\tdisplay: block;\n\t\tfloat: none;\n\t\tmargin: 0 auto 14px;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t.wporg-responsive .col-7 {\n\t\tborder-bottom: 0;\n\t}\n\t.wporg-responsive #sidebar, .wporg-responsive .col-7 {\n\t\tfloat: none;\n\t}\n\t.wporg-responsive #sidebar {\n\t\twidth: 100%;\n\t}\n\n\t.wporg-responsive .col-10 .col-5, .wporg-responsive .col-10 .col-5:last-child {\n\t\twidth: 100%;\n\t\tpadding: 0;\n\t}\n\n\t.wporg-responsive .col-7 ~ .col-3 {\n\t\tmargin-top: 2em;\n\t\tborder-top: 1px solid #ccc;\n\t\tpadding-top: 3em;\n\t\twidth: inherit;\n\t\tfloat: none;\n\t\tmargin: 2em auto;\n\t}\n\t.wporg-page-download .mobile-notice {\n\t\tdisplay: block;\n\t\twidth: 60%;\n\t\tmargin: 1px auto 3em;\n\t\tborder: 1px solid #ccc;\n\t\tpadding: 2em 1.9em 0.5em;\n\t}\n\t.wporg-page-download .mobile-notice-inner {\n\t\tdisplay: none;\n\t}\n\n\t.wporg-page-about-books #pagebody .books li {\n\t\tpadding: 0 18px 18px;\n\t\tbox-sizing: border-box;\n\t}\n\t.wporg-page-about-books #pagebody .books .image {\n\t\tborder-right: 0;\n\t\tfloat: none;\n\t\twidth: inherit;\n\t}\n\t.wporg-page-about-books #pagebody .books p {\n\t\tpadding-right: 0;\n\t\tpadding-left: 0;\n\t}\n\n\t.wporg-responsive.wporg-page-about-logos ul.logo {\n\t\twidth: 100%;\n\t}\n}\n\n\n/*\n *  Notifications\n */\n\n .notification {\n\tbackground: #eee;\n\tfont-size: 13px;\n\tmargin: 0;\n\tmax-width: 100%;\n\tpadding: 8px 12px;\n\ttext-align: center;\n}\n\n.notification-info {\n\tbackground: #d9edf7;\n}\n\n.notification-success {\n\tbackground: #c7e8ca;\n}\n\n.notification-warning {\n\tbackground: #fff8e5;\n}\n\n.notification-danger {\n\tbackground: #f2dede;\n}\n"]}
     1{"version":3,"sources":["wp4.css"],"names":[],"mappings":"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7B,6BAA6B;CAC7B,yBAAiB;CAAjB,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX;;AAED;CACC,mBAAmB;CACnB,WAAW;CACX,UAAU;CACV,iBAAiB;CACjB,eAAe;CACf,oBAAoB;CACpB,iBAAiB;CACjB,iBAAiB;CACjB,UAAU;CACV,8BAA8B;CAI9B,sBAAsB;CACtB,gBAAgB;CAChB;;AAED;CACC,QAAQ;CACR;;AAED;CACC,kBAAkB;CAClB,qBAAqB;CACrB;;AAED;CACC,0EAA0E;CAC1E,iBAAiB;CACjB,eAAe;CACf,kBAAkB;CAClB,mBAAmB;CACnB,cAAc;CACd,gBAAgB;CAChB,YAAY;CACZ,aAAa;CACb;;AAED;;;;CAIC,eAAe;CACf;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,+BAA+B;CAC/B,YAAY;CACZ,WAAW;CACX,UAAU;CACV,iBAAiB;CACjB,WAAW;CACX,mBAAmB;CACnB,WAAW;CACX,eAAe;CACf;;AAED;CACC,aAAa;CACb,kBAAkB;CAClB,UAAU;CACV;;AAED;CACC,aAAa;CACb,kBAAkB;CAClB,aAAa;CACb,mBAAmB;CACnB,iBAAiB;CACjB;;AAED;CACC,cAAc;CACd;;AAED;CACC,UAAU;CACV,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ;;AAED;CACC,YAAY;CACZ;;AAED;CACC;EACC,cAAc;EACd;CACD;;AAED;CACC;EACC,eAAe;EACf,YAAY;EACZ,uBAAuB;EACvB,kBAAkB;EAClB,aAAa;EACb;CACD;EACC,kBAAkB;EAClB;CACD;;AAED;CACC,iBAAiB;CACjB,aAAa;CACb,yBAAiB;CAAjB,iBAAiB;CACjB,mBAAmB;CACnB,UAAU;CACV,WAAW;CACX,eAAe;CACf,YAAY;CACZ,oBAAoB;CACpB,mBAAmB;CACnB,yBAAyB;CACzB,oBAAoB;CACpB,mBAAmB;CACnB,gBAAgB;CAChB,yBAAyB;CACzB,eAAe;CACf,aAAa;CACb,kBAAkB;CAClB,wCAAwC;CAExC,gCAAgC;CAChC,yBAAyB;CACzB,oCAAoC;CACpC;;AAED;CACC,sBAAsB;CACtB,YAAY;CACZ,4BAA4B;CAC5B,+BAAuB;CAAvB,uBAAuB;CACvB,UAAU;CACV,aAAa;CACb,cAAc;CACd,aAAa;CACb,YAAY;CACZ,iBAAiB;CACjB,uBAAuB;CACvB,sBAAsB;CACtB,gCAAgC;CAChC,oCAAoC;CACpC;;AAED;CACC,oBAAoB;CACpB,iCAAiC;CACjC;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB,iBAAiB;CACjB;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,iBAAiB;CACjB,oBAAoB;CACpB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC;EACC,eAAe;EACf;CACD;;AAED;CACC;EACC,aAAa;EACb;CACD;EACC,aAAa;GACZ;CACF;;AAED;","file":"wp4.css","sourcesContent":["/* The Reset ---------------------------------- */\nbody,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,\nh6,pre,form,fieldset,input,p,blockquote,table,\nth,td { margin: 0; padding: 0; }\nfieldset,img,abbr { border: 0; }\naddress,caption,cite,code,dfn,h1,h2,h3,\nh4,h5,h6,th,var { font-style: normal; font-weight: normal; }\ncaption,th { text-align: left; }\nq:before,q:after { content: ''; }\na { text-decoration: none; }\n\nhtml {\n\toverflow-y: scroll;\n}\n\nbody {\n\tfont-size: 62.5%;\n\tbackground: #fff;\n\tfont-family: sans-serif;\n\tline-height: 22px;\n\tcolor: #444;\n}\n/* -------------------------------------------- */\n\ncode, pre { font-family: Consolas, Monaco, \"Courier New\", Courier, monospace; color: #000; }\n\na code,\na pre {\n\tcolor: inherit;\n}\n\npre {\n\tbackground: #f3f3f7;\n\tborder: 1px solid #dedee3;\n\tpadding: 11px;\n\tfont-size: 12px;\n\tline-height: 1.3em;\n\tmargin-bottom: 22px;\n\toverflow: auto;\n}\n\npre a { font-weight: normal; }\n\na,\n#wporg-footer ul li a {\n\tcolor: #21759b;\n\ttext-decoration: none;\n\tfont-weight: normal;\n}\n\nstrong a {\n\tfont-weight: bold;\n}\n\na:visited,\n#wporg-footer ul li a:visited {\n\tcolor: #4ca6cf;\n}\n\np a { border-bottom: 1px solid #dfdfdf; }\n\nh3 a { font-weight: bold; }\n\n.button a, .button a:hover, #headline a:not(.button), #headline a:not(.button):hover, #sidebar a:not(.button), #sidebar a:not(.button):hover, .frontpageheatmap a, .frontpageheatmap a:hover, .col-3 a, .col-3 a:hover { border: none !important; }\n\n#headline a.button { display: inline-block; }\n\np a:hover { border-bottom: 1px solid #d54e21; }\n\na:hover { color: #d54e21; }\n\nh2 {\n\tfont-family: \"HelveticaNeue-Light\",\"Helvetica Neue Light\",\"Helvetica Neue\",sans-serif;\n\tfont-weight: 300;\n\tfont-size: 22px;\n}\n\nh2 a {\n\tfont-weight: 300;\n}\n\nstrong {\n\tfont-weight: bold;\n}\n\nem, cite {\n\tfont-style: italic;\n}\n\nsup {\n\tline-height: 1em;\n\tfont-size: 80%;\n}\n\n/* Hide visually but not from screen readers */\n.screen-reader-text {\n\tposition: absolute;\n\tmargin: -1px;\n\tpadding: 0;\n\theight: 1px;\n\twidth: 1px;\n\toverflow: hidden;\n\tclip: rect(0 0 0 0);\n\tborder: 0;\n\tword-wrap: normal !important;\n}\n\n/* =WordPress Core\n-------------------------------------------------------------- */\n.alignnone {\n\tmargin: 5px 20px 20px 0;\n}\n\n.aligncenter,\ndiv.aligncenter {\n\tdisplay: block;\n\tmargin: 5px auto 5px auto;\n}\n\n.alignright {\n\tfloat:right;\n\tmargin: 5px 0 20px 20px;\n}\n\n.alignleft {\n\tfloat: left;\n\tmargin: 5px 20px 20px 0;\n}\n\n.aligncenter {\n\tdisplay: block;\n\tmargin: 5px auto 5px auto;\n}\n\na img.alignright {\n\tfloat: right;\n\tmargin: 5px 0 20px 20px;\n}\n\na img.alignnone {\n\tmargin: 5px 20px 20px 0;\n}\n\na img.alignleft {\n\tfloat: left;\n\tmargin: 5px 20px 20px 0;\n}\n\na img.aligncenter {\n\tdisplay: block;\n\tmargin-left: auto;\n\tmargin-right: auto\n}\n\n.wp-caption {\n\tbackground: #fff;\n\tborder: 1px solid #f0f0f0;\n\tmax-width: 96%; /* Image does not overflow the content area */\n\tpadding: 5px 3px 10px;\n\ttext-align: center;\n}\n\n.wp-caption.alignnone {\n\tmargin: 5px 20px 20px 0;\n}\n\n.wp-caption.alignleft {\n\tmargin: 5px 20px 20px 0;\n}\n\n.wp-caption.alignright {\n\tmargin: 5px 0 20px 20px;\n}\n\n.wp-caption img {\n\tborder: 0 none;\n\theight: auto;\n\tmargin: 0;\n\tmax-width: 98.5%;\n\tpadding: 0;\n\twidth: auto;\n}\n\n.wp-caption p.wp-caption-text {\n\tfont-size: 11px;\n\tline-height: 17px;\n\tmargin: 0;\n\tpadding: 0 4px 5px;\n}\n\n/* */\n\n.wrapper {\n\tmax-width: 960px;\n\tmargin: 0 auto;\n\tclear: both;\n}\n\n.wrapper img{\n\tmax-width: 100%;\n\theight: auto;\n}\n\n#wporg-header {\n\tposition: relative;\n\theight: 140px;\n\twidth: 100%;\n\tbackground: #23282d;\n\ttext-align: center;\n}\n\n#wporg-header h1 {\n\tdisplay: inline-block;\n\twidth: 303px;\n}\n\n#wporg-header h1 a {\n\tdisplay: block;\n\tbackground: url(//s.w.org/style/images/wporg-logo.svg?3) center left no-repeat;\n\tbackground-size: 290px 46px;\n\theight: 88px;\n\ttext-indent: -9999px;\n}\n\n#wporg-header h2.rosetta {\n\tfont-size: 30px;\n\tcolor: #dfdfdf;\n\tfont-family: Georgia, \"Times New Roman\", serif;\n\tmargin: 0;\n}\n\n#wporg-header h2.rosetta a {\n\tpadding: 0;\n\tdisplay: block;\n\theight: 52px; /* 88 header height - 36 top padding */\n\tcolor: #dfdfdf;\n\tline-height: 22px;\n\tborder-bottom: none;\n}\n\n#head-search {\n\theight: 48px;\n}\n\n#head-search form {\n\twidth: 288px;\n\tdisplay: inline-block;\n\tmargin-left: 60px;\n\tborder-bottom: 1px solid #3f3f3f;\n}\n\n#head-search input.text {\n\tbackground: #191e23;\n\tborder: 0;\n\tmargin-right: 0;\n\tmargin-bottom: 0;\n\twidth: 256px;\n\theight: 24px;\n\tcolor: #b4b9be;\n\tfloat: left;\n\tfont-size: 12px;\n\toutline: none;\n\tfont-family: \"Open Sans\", sans-serif;\n\tborder-radius: 0px;\n}\n\n#head-search input.text::-moz-placeholder {\n\tcolor: #eee;\n}\n\n#head-search .button {\n\tfloat: left;\n\ttext-shadow: none !important;\n\tborder: none;\n\tbox-shadow: none;\n\theight: 30px;\n\twidth: 26px;\n\tbackground: #191e23;\n\tbackground-image: url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831);\n\tbackground-position: 3px 5px;\n\tbackground-repeat: no-repeat;\n\tborder-radius: 0;\n\tmargin: 0;\n\tpadding: 0;\n}\n\n#wporg-header ul#wporg-header-menu {\n\tposition: absolute;\n\tleft: -75%;\n\tmargin: 0;\n\tmin-width: 200px;\n\tmax-width: 75%;\n\tbackground: #23282d;\n\tlist-style: none;\n\ttext-align: left;\n\ttop: 100%;\n\t-webkit-transition: left 0.3s;\n\t-moz-transition: left 0.3s;\n\t-ms-transition: left 0.3s;\n\t-o-transition: left 0.3s;\n\ttransition: left 0.3s;\n\tz-index: 100000;\n}\n\n#wporg-header ul#wporg-header-menu.toggled {\n\tleft: 0;\n}\n\n#wporg-header ul li {\n\tposition:relative;\n\tlist-style-type:none;\n}\n\n#wporg-header ul li a {\n\tfont-family: \"Open Sans\", Helvetica, Arial, \"Liberation Sans\", sans-serif;\n\tfont-weight: 600;\n\tdisplay: block;\n\tline-height: 34px;\n\tpadding: 10px 30px;\n\tmargin: 0 4px;\n\tfont-size: 13px;\n\tcolor: #eee;\n\theight: 34px;\n}\n\n#wporg-header ul li a:hover,\n#wporg-header ul li a.current,\n#wporg-header ul li.current-menu-item a,\n#wporg-header ul li.current_page_parent a {\n\tcolor: #00a0d2;\n}\n\n#wporg-header ul li a.subcurrent {\n\tfont-weight: bold;\n}\n\n#wporg-header .nav-submenu {\n\tclip: rect(1px, 1px, 1px, 1px);\n\theight: 1px;\n\tleft: -2px;\n\tmargin: 0;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n\tz-index: 99999;\n}\n\n#wporg-header ul.nav-submenu li a {\n\theight: 24px;\n\tline-height: 24px;\n\tmargin: 0;\n}\n\n#wporg-header ul li#download {\n\theight: 34px;\n\tpadding: 0 0 34px;\n\tfloat: right;\n\tmargin-right: 14px;\n\toverflow: hidden;\n}\n\n.wporg-page-download #wporg-header #download {\n\tdisplay: none;\n}\n\n#wporg-header ul li#download a {\n\tmargin: 0;\n\tpadding: 0 16px;\n}\n\n#wporg-header ul li#download a.current {\n\tcolor: #eee;\n}\n\n#wporg-header ul li#download a:hover {\n\tcolor: #eee;\n}\n\n@media screen and (max-width:820px) {\n\t#wporg-header ul li#download {\n\t\tdisplay: none;\n\t}\n}\n\n@media screen and (max-width:768px) {\n\t#wporg-header ul li#download {\n\t\tdisplay: block;\n\t\tfloat: none;\n\t\tmargin: 10px 20px 20px;\n\t\tpadding-bottom: 0;\n\t\theight: auto;\n\t}\n\t#wporg-header ul li#download a {\n\t\tpadding: 4px 10px;\n\t}\n}\n\n#mobile-menu-button {\n\tbackground: none;\n\tborder: none;\n\tbox-shadow: none;\n\tposition: absolute;\n\ttop: 75px;\n\tleft: 10px;\n\tdisplay: block;\n\tfloat: left;\n\tvertical-align: top;\n\ttext-align: center;\n\ttext-decoration: inherit;\n\tfont-weight: normal;\n\tfont-style: normal;\n\tfont-size: 16px;\n\tfont-family: 'dashicons';\n\tline-height: 1;\n\tpadding: 1px;\n\ttext-shadow: none;\n\t-webkit-transition: color .1s ease-in 0;\n\t-moz-transition: color .1s ease-in 0;\n\ttransition: color .1s ease-in 0;\n\t-webkit-appearance: none;\n\t-webkit-font-smoothing: antialiased;\n}\n\n#mobile-menu-button:before {\n\tdisplay: inline-block;\n\tfloat: left;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n\tmargin: 0;\n\tpadding: 3px;\n\toutline: none;\n\tborder: none;\n\tcolor: #888;\n\tcontent: '\\f228';\n\tvertical-align: middle;\n\ttext-decoration: none;\n\tfont: normal 50px/1 'Dashicons';\n\t-webkit-font-smoothing: antialiased;\n}\n\n#download-mobile {\n\tbackground: #f7f7f7;\n\tborder-bottom: 1px solid #dddddd;\n}\n\n#download-mobile .wrapper {\n\tpadding: 20px 0;\n\ttext-align: center;\n}\n\n#download-mobile span.download-ready {\n\tfont-size: 1.6em;\n\tmargin: 0 0.25em;\n}\n\n#download-mobile a.download-button {\n\theight: inherit;\n\tpadding: 10px 15px;\n\tfont-size: 1.6em;\n\tmargin: 10px 0.25em;\n}\n\n.wporg-page-nightly .wrapper {\n\tmin-height: 250px;\n}\n\n@media screen and (min-width:480px) {\n\t#head-search form {\n\t\tmargin-left: 0;\n\t}\n}\n\n@media screen and (max-width:480px) {\n\t#head-search form {\n\t\twidth: 248px;\n\t}\n\t#head-search input.text {\n\t\twidth: 216px;\n  }\n}\n\n@media screen and (min-width:769px) {\n\n\t#wporg-header {\n\t\theight: 120px;\n\t\ttext-align: inherit;\n\t}\n\n\t#wporg-header h1 {\n\t\tfloat: left;\n\t\tpadding-left: 10px;\n\t}\n\n\t#head-search {\n\t\tfloat: right;\n\t\tmargin-right: 14px;\n\t\theight: 48px;\n\t\tpadding-top: 30px;\n\t}\n\n\t#head-search form {\n\t\tmargin-left: 0;\n\t}\n\n\t#wporg-header ul#wporg-header-menu {\n\t\tposition: static;\n\t\tfloat:left;\n\t\tmargin: -15px 0 0;\n\t\tpadding: 0;\n\t\tmin-width: 0;\n\t\tmax-width: inherit;\n\t\twidth: 100%;\n\t\tlist-style: none;\n\t}\n\n\t#wporg-header ul li {\n\t\tfloat: left;\n\t\tposition:relative;\n\t}\n\n\t#wporg-header ul li a {\n\t\tpadding: 0 6px;\n\t\theight: 46px;\n\t}\n\n\t#wporg-header ul li#download .uparrow {\n\t\tdisplay:none;\n\t}\n\n\t#wporg-header ul li a.current ~ .uparrow {\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-left: 9px solid transparent;\n\t\tborder-right: 9px solid transparent;\n\t\tborder-bottom: 9px solid #f7f7f7;\n\t\tmargin: -8px auto 0 auto;\n\t}\n\n\t#wporg-header ul li.current-menu-item:after,\n\t#wporg-header ul li.current_page_parent:after {\n\t\tcontent: '';\n\t\tposition: absolute;\n\t\tleft: 50%;\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-left: 9px solid transparent;\n\t\tborder-right: 9px solid transparent;\n\t\tborder-bottom: 9px solid #f7f7f7;\n\t\tmargin: -8px 0 0 -9px;\n\t}\n\n\t#wporg-header ul li:hover .nav-submenu ~ .uparrow,\n\t#wporg-header ul li .nav-submenu:hover ~ .uparrow {\n\t\twidth: 0;\n\t\theight: 0;\n\t\tborder-left: 9px solid transparent;\n\t\tborder-right: 9px solid transparent;\n\t\tborder-bottom: 9px solid #32373c;\n\t\tmargin: -10px auto 0 auto;\n\t}\n\n\t#wporg-header .nav-submenu {\n\t\tbackground: #32373c;\n\t\tborder: #32373c solid 1px;\n\t\tborder-top: 0;\n\t\tmargin-top: -1px;\n\t\tmin-width: 0;\n\t}\n\n\t#wporg-header ul li:hover .nav-submenu,\n\t#wporg-header ul li .nav-submenu:hover  {\n\t\tdisplay:block!important;/* Prevents #wporg-header ul overwriting this */\n\t\tposition:absolute;\n\t\ttop:46px;\n\t\tleft:0;\n\t\tz-index:101;\n\t\tmargin-left:0;\n\t\twidth:auto;\n\t}\n\n\t#wporg-header ul li .nav-submenu li {\n\t\tfloat: none;\n\t}\n\n\t#wporg-header ul.nav-submenu li a {\n\t\theight: 34px;\n\t\tline-height: 34px;\n\t}\n\n\t#wporg-header ul.nav-menu li:hover > ul,\n\t#wporg-header .nav-menu ul li:hover > ul,\n\t#wporg-header ul.nav-menu .focus > ul,\n\t#wporg-header .nav-menu .focus > ul {\n\t\tclip: inherit;\n\t\theight: inherit;\n\t\toverflow: inherit;\n\t\twidth: inherit;\n\t}\n\n\t#headline h2 {\n\t\ttext-rendering: optimizeLegibility;\n\t}\n\n\t#mobile-menu-button {\n\t\tdisplay: none;\n\t}\n\n\t#wporg-header h2.rosetta {\n\t\tpadding: 36px 27px 0;\n\t\tfloat: left;\n\t}\n}\n\n@media screen and (max-width:960px) {\n\t#home-welcome {\n\t\tmin-width: 0 !important;\n\t}\n\n\t#home-welcome .wrapper {\n\t\tmax-width: 100%;\n\t\tmargin: 0;\n\t}\n\n\t#home-text {\n\t\twidth: 100%;\n\t\tfloat: right;\n\t\tmargin: -10px;\n\t}\n\n\n\t#home-below .wrapper .col-2, #home-below .wrapper .col-4 {\n\t\tmax-width: 100%;\n\t}\n\n\t#home-below {\n\t\tmax-width: 100%;\n\t\twidth: auto;\n\t}\n}\n\n@media screen and (min-width:821px) {\n\t#download-mobile {\n\t\tdisplay: none;\n\t}\n}\n\n#home-welcome {\n\tbackground: #f7f7f7;\n\tmin-width: 960px;\n\tmin-height: 340px;\n\tborder-bottom: 1px solid #dfdfdf;\n}\n\n#home-welcome img.screenshot {\n\tmargin-top: 22px;\n\tmargin-right: 28px;\n\tfloat: left;\n}\n\n#home-welcome p {\n\tfont-size: 13px;\n\tpadding: 11px 0;\n\tmargin-right: 14px;\n}\n\n#home-welcome p.intro {\n\tfont-family: Georgia, Times, \"Times New Roman\", serif;\n\tpadding-top: 34px;\n\tfont-size: 17px;\n\tline-height: 1.5em;\n}\n\n#home-welcome p.intro strong {\n\tfont-weight: normal;\n}\n\np.intro a {\n\tfont-weight: normal;\n}\n\n/* WordPress-style Buttons\n=======================\nCreate a button by adding the `.button` class to an element. For backwards\ncompatibility, we support several other classes (such as `.button-secondary`),\nbut these will *not* work with the stackable classes described below.\n\nButton Styles\n-------------\nTo display a primary button style, add the `.button-primary` class to a button.\n\nButton Sizes\n------------\nAdjust a button's size by adding the `.button-large` or `.button-small` class.\n\nButton States\n-------------\nLock the state of a button by adding the name of the pseudoclass as\nan actual class (e.g. `.hover` for `:hover`).\n\n\nTABLE OF CONTENTS:\n------------------\n 1.0 - Button Layouts\n 2.0 - Default Button Style\n 3.0 - Primary Button Style\n 4.0 - Button Groups\n 5.0 - Responsive Button Styles\n\n---------------------------------------------------------------------------- */\n/* ----------------------------------------------------------------------------\n  1.0 - Button Layouts\n---------------------------------------------------------------------------- */\n.submit input,\ninput[type=button],\ninput[type=submit],\n.button,\n.button-primary,\n.download-button,\n.button-secondary {\n\tborder: 1px solid;\n\t-webkit-border-radius: 3px;\n\tborder-radius: 3px;\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing:    border-box;\n\tbox-sizing:         border-box;\n\tcursor: pointer;\n\tdisplay: inline-block;\n\tfont-size: 0.8rem;\n\theight: 1.5625rem;\n\tline-height: 1;\n\tmargin: 0;\n\tpadding: 0 .8rem;\n\ttext-decoration: none;\n\twhite-space: nowrap;\n\t-webkit-appearance: none;\n}\n\n/* Remove the dotted border on :focus and the extra padding in Firefox */\nbutton::-moz-focus-inner,\ninput[type=\"reset\"]::-moz-focus-inner,\ninput[type=\"button\"]::-moz-focus-inner,\ninput[type=\"submit\"]::-moz-focus-inner {\n\tborder: 0 none;\n\tpadding: 0;\n}\n\n.button.button-xl,\n.button-group.button-xl .button {\n\tfont-size: 1rem;\n\theight: 2.44141rem;\n\tline-height: 1;\n\tpadding: 0 1.5rem;\n}\n\n.button.button-large,\n.button-group.button-large .button,\n.col-2 p.button,\n.col-13 p.button {\n\theight: 1.95313rem;\n\tline-height: 1;\n\tpadding: 0 1rem;\n}\n\n.button.button-small,\n.block-content span.button,\n.button-group.button-small .button {\n\tfont-size: 0.64rem;\n\theight: 1.25rem;\n\tline-height: 1;\n\tpadding: 0 .5rem;\n}\n\n.button.button-hero,\n.button-group.button-hero .button,\n#plugin-description p.button, .col-3 p.button,\nbody.trac #plugin-description .description-right p {\n\tfont-size: 14px;\n\theight: 46px;\n\tline-height: 44px;\n\tpadding: 0 36px;\n}\n\na.button,\na.button-primary,\na.button-secondary {\n\tline-height:  1.5625rem;\n}\n\na.button.button-large,\n.button-group.button-large a.button {\n\tline-height: 1.95313rem;\n}\n\na.button.button-xl,\n.button-group.button-xl a.button {\n\tline-height: 2.44141rem;\n}\n\na.button.button-small,\n.button-group.button-small a.button {\n\tline-height: 1.25rem;\n}\n\n.button:active,\n.button:focus {\n\toutline: none;\n}\n\n.button.hidden {\n\tdisplay: none;\n}\n\n/* Style Reset buttons as simple text links */\ninput[type=\"reset\"],\ninput[type=\"reset\"]:hover,\ninput[type=\"reset\"]:active,\ninput[type=\"reset\"]:focus {\n\tbackground: none;\n\tborder: none;\n\t-webkit-box-shadow: none;\n\tbox-shadow:         none;\n\tpadding: 0 2px 1px;\n\twidth: auto;\n}\n\n/* ----------------------------------------------------------------------------\n  2.0 - Default Button Style\n---------------------------------------------------------------------------- */\n.submit input,\ninput[type=button],\ninput[type=submit],\n.button,\n.button:visited,\n.button-secondary {\n\tbackground: #f7f7f7;\n\tborder-color: #cccccc;\n\t-webkit-box-shadow: 0 1px 0 #cccccc;\n\tbox-shadow:         0 1px 0 #cccccc;\n\tcolor: #555;\n\tvertical-align: top;\n}\n\np .button {\n\tvertical-align: baseline;\n}\n\n.submit input:hover,\ninput[type=button]:hover,\ninput[type=submit]:hover,\n.submit input:focus,\ninput[type=button]:focus,\ninput[type=submit]:focus,\n.button.hover,\n.button:hover,\n.button-secondary:hover,\n.button.focus,\n.button:focus,\n.button-secondary:focus {\n\tbackground: #fafafa;\n\tborder-color: #999;\n\tcolor: #23282d;\n}\n\n.submit input:focus,\ninput[type=button]:focus,\ninput[type=submit]:focus,\n.button.focus,\n.button:focus,\n.button-secondary:focus,\n.button-link:focus {\n\tborder-color: #5b9dd9;\n\t-webkit-box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);\n\tbox-shadow:         0 0 3px rgba(0, 115, 170, 0.8);\n}\n\n.submit input:active,\ninput[type=button]:active,\ninput[type=submit]:active,\n.button.active,\n.button.active:hover,\n.button.active:focus,\n.button:active,\n.button-secondary:active {\n\tbackground: #eee;\n\tborder-color: #999;\n\t-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);\n\tbox-shadow:         inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);\n\t-webkit-transform: translateY(1px);\n\t-ms-transform:     translateY(1px);\n\ttransform:         translateY(1px);\n}\n\n.button.active:focus {\n\tborder-color: #5b9dd9;\n\t-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 115, 170, 0.8);\n\tbox-shadow:         inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 115, 170, 0.8);\n}\n\n.submit input:disabled,\ninput[type=button]:disabled,\ninput[type=submit]:disabled,\n.button[disabled],\n.button:disabled,\n.button.disabled,\n.button-secondary[disabled],\n.button-secondary:disabled,\n.button-secondary.disabled,\n.button-disabled {\n\tbackground: #f7f7f7 !important;\n\tborder-color: #ddd !important;\n\t-webkit-box-shadow: none !important;\n\tbox-shadow:         none !important;\n\tcolor: #a0a5aa !important;\n\tcursor: default;\n\ttext-shadow: 0 1px 0 #fff !important;\n\t-webkit-transform: none !important;\n\t-ms-transform:     none !important;\n\ttransform:         none !important;\n}\n\n/* Buttons that look like links, for a cross of good semantics with the visual */\n.button-link {\n\tbackground: none;\n\tborder: 0;\n\t-webkit-border-radius: 0;\n\tborder-radius:         0;\n\t-webkit-box-shadow: none;\n\tbox-shadow:         none;\n\tcursor: pointer;\n\tmargin: 0;\n\toutline: none;\n\tpadding: 0;\n}\n\n.button-link:focus {\n\toutline: #5b9dd9 solid 1px;\n}\n\n/* ----------------------------------------------------------------------------\n  3.0 - Primary Button Style\n---------------------------------------------------------------------------- */\n.button-primary,\n.download-button,\n.button-primary:visited,\n.download-button:visited {\n\tbackground: #0085ba;\n\tborder-color: #0073aa #006799 #006799;\n\t-webkit-box-shadow: 0 1px 0 #006799;\n\tbox-shadow:         0 1px 0 #006799;\n\tcolor: #fff;\n\ttext-decoration: none;\n\ttext-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;\n}\n\n.button-primary.hover,\n.button-primary:hover,\n.button-primary.focus,\n.button-primary:focus,\n.download-button.hover,\n.download-button:hover,\n.download-button.focus,\n.download-button:focus {\n\tbackground: #008ec2;\n\tborder-color: #006799;\n\tcolor: #fff;\n}\n\n.button-primary.focus,\n.button-primary:focus,\n.download-button.focus,\n.download-button:focus {\n\t-webkit-box-shadow: 0 1px 0 #0073aa, 0 0 2px 1px #33b3db;\n\tbox-shadow:         0 1px 0 #0073aa, 0 0 2px 1px #33b3db;\n}\n\n.button-primary.active,\n.button-primary.active:hover,\n.button-primary.active:focus,\n.button-primary:active,\n.download-button.active,\n.download-button.active:hover,\n.download-button.active:focus,\n.download-button:active {\n\tbackground: #0073aa;\n\tborder-color: #006799;\n\t-webkit-box-shadow: inset 0 2px 0 #006799;\n\tbox-shadow:         inset 0 2px 0 #006799;\n\tvertical-align: top;\n}\n\n.button-primary[disabled],\n.button-primary:disabled,\n.button-primary-disabled,\n.download-button[disabled],\n.download-button:disabled,\n.download-button-disabled {\n\tbackground: #008ec2 !important;\n\tborder-color: #007cb2 !important;\n\t-webkit-box-shadow: none !important;\n\tbox-shadow:         none !important;\n\tcolor: #66c6e4 !important;\n\tcursor: default;\n\ttext-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;\n}\n\n/* ----------------------------------------------------------------------------\n  4.0 - Button Groups\n---------------------------------------------------------------------------- */\n.button-group {\n\tdisplay: inline-block;\n\tfont-size: 0;\n\tposition: relative;\n\tvertical-align: middle;\n\twhite-space: nowrap;\n}\n\n.button-group > .button {\n\t-webkit-border-radius: 0;\n\tborder-radius: 0;\n\tdisplay: inline-block;\n\tmargin-right: -1px;\n\tz-index: 10;\n}\n\n.button-group > .button-primary {\n\tz-index: 100;\n}\n\n.button-group > .button:hover {\n\tz-index: 20;\n}\n\n.button-group > .button:first-child {\n\t-webkit-border-radius: 3px 0 0 3px;\n\tborder-radius:         3px 0 0 3px;\n}\n\n.button-group > .button:last-child {\n\t-webkit-border-radius: 0 3px 3px 0;\n\tborder-radius:         0 3px 3px 0;\n}\n\n.button-group > .button:focus {\n\tposition: relative;\n\tz-index: 1;\n}\n\n/* ----------------------------------------------------------------------------\n  5.0 - Responsive Button Styles\n---------------------------------------------------------------------------- */\n@media screen and (max-width: 782px) {\n\t.button,\n\t.button.button-xl,\n\t.button.button-large,\n\t.button.button-small {\n\t\tfont-size: 14px;\n\t\theight: auto;\n\t\tline-height: normal;\n\t\tmargin-bottom: 4px;\n\t\tpadding: 6px 14px;\n\t\tvertical-align: middle;\n\t}\n}\n\n\n/* */\n\nbody #ed_toolbar input {\n\tpadding: 0 10px 1px;\n}\n\nbody #ed_toolbar #ed_pre {\n\tfont-family: sans-serif;\n}\n\n.col-3 a.download-button {\n\tdisplay: block;\n\ttext-align: center;\n}\n\n.download-meta {\n\ttext-align: center !important;\n\tfont-size: 12px;\n\tmargin-bottom: 0 !important;\n}\n\n\n/* */\n\n#home-welcome .download-button {\n\tmargin-left: 6px;\n}\n\n.col-3 ul {\n\tmargin-left: 16px;\n\tlist-style: square;\n\tmargin-bottom: 22px;\n}\n\n.col-3 p {\n\tmargin-bottom: 22px;\n}\n\n.download-tar {\n\tfont-size: 12px;\n\ttext-align: center;\n\tmargin-bottom: 14px !important;\n}\n\n#home-below {\n\tfont-size: 13px;\n\twidth: 960px;\n\tmargin: 0 auto;\n}\n\n#home-below .image img {\n\tborder: 1px solid #dadada;\n}\n\n#home-below .wrapper {\n\tfloat: left;\n\tmargin-bottom: 14px;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {\n\tfloat: left;\n\tmargin: 0 14px;\n}\n\n.col-1 { width: 52px; }\n.col-2 { width: 132px; }\n.col-3 { width: 212px; }\n.col-4 { width: 292px; }\n.col-5 { width: 372px; }\n.col-6 { width: 452px; }\n.col-7 { width: 532px; }\n.col-8 { width: 612px; }\n.col-9 { width: 692px; }\n.col-10 { width: 772px; }\n.col-11 { width: 852px; }\n.col-12 { width: 932px; }\n\n.col-9 h2 {\n\tmargin: 6px 0;\n\tfont-family: Georgia, Times, \"Times New Roman\", serif;\n}\n\n.col-9 .entry {\n\tborder-bottom: 1px solid #dfdfdf;\n\tmargin-bottom: 30px;\n}\n\nh3 {\n\tfont-size: 14px;\n\tcolor: #23282d;\n\tfont-weight:bold;\n\tmargin: -1px 0 1px 0;\n}\n\nh4, h3.head {\n\tfont-weight: bold;\n\tfont-size: 14px;\n\tborder-bottom: 1px solid #dedede;\n\tpadding-bottom: 4px;\n\tcolor: #23282d;\n\tmargin-bottom: 18px;\n}\n\nh5 {\n\tfont-weight: bold;\n\tfont-size: 1em;\n\tmargin-bottom: 12px;\n}\n\n#home-below h4 {\n\tmargin-top: 28px;\n\tmargin-bottom: 16px;\n}\n\n#home-below h4 a {\n\tfont-weight: bold;\n}\n\n#home-below h5 {\n\tmargin-bottom: 0;\n}\n\n#home-below img.book {\n\tmargin-top: -17px;\n\tmargin-bottom: 6px;\n}\n\n#home-below a {\n\tfont-size: 14px;\n}\n\n#home-below ol.steps {\n\tmargin-top: -4px;\n}\n\n#home-below ol.steps li {\n\tpadding-left: 44px;\n\tpadding-top: 4px;\n\tmargin-bottom: 17px;\n\tposition: relative;\n}\n\n#home-below ol.steps li span {\n\tcontent: '';\n\twidth: 31px;\n\theight: 31px;\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\tbackground-image: url(//s.w.org/style/images/steps.png);\n\tbackground-size: 93px 31px;\n\tbackground-repeat: no-repeat;\n}\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5),\n       only screen and (min-resolution: 1.5dppx),\n       only screen and (min-resolution: 144dpi) {\n\t#home-below ol.steps li span {\n\t\tbackground-image: url(//s.w.org/style/images/steps-2x.png);\n\t}\n}\n\n#home-below ol.steps li.one span {\n\tbackground-position: 0 0;\n}\n\n#home-below ol.steps li.two span {\n\tbackground-position: -31px 0;\n}\n\n#home-below ol.steps li.three span {\n\tbackground-position: -62px 0;\n}\n\nul#notable-users {\n\tlist-style: none;\n}\n\np#showcase-link a {\n\tfont-size: 0.9em;\n\tborder: none;\n}\n\nol.steps {\n\tlist-style: none;\n}\n\nul#notable-users li a {\n\tdisplay: block;\n\twidth: 130px;\n\theight: 59px;\n\tmargin-bottom: 8px;\n\tborder-top: 1px solid #f5f5f5;\n\tborder-left: 1px solid #f5f5f5;\n\tborder-right: 1px solid #dedede;\n\tborder-bottom: 1px solid #dedede;\n}\n\nul#notable-users li a:active {\n\tborder-top: 1px solid #dedede;\n\tborder-left: 1px solid #dedede;\n\tborder-right: 1px solid #f5f5f5;\n\tborder-bottom: 1px solid #f5f5f5;\n}\n\ninput.text {\n\tmargin-right: 2px;\n\tfont-size: 12px;\n\tpadding: 3px;\n\tbackground: #f5f5f5;\n\tborder: 1px solid #ccc;\n\theight: 16px;\n\tvertical-align: top;\n\tcolor: #666;\n\tfont-family: sans-serif;\n}\n\n#headline {\n\theight: 62px;\n\tbackground: #f7f7f7;\n\tborder-bottom: 1px solid #dfdfdf;\n}\n\n#headline h2 {\n\tcolor: #555;\n\tfont-size: 28px;\n\tline-height: 1em;\n\ttext-shadow: #fff 0px 1px 0px;\n\tpadding-top: 18px;\n\tpadding-left: 9px;\n\tfloat: left;\n}\n\n.wporg-make .site-title a:before,\nbody.wporg-make #headline h2 a:before {\n\t-webkit-font-smoothing: antialiased;\n\tdisplay: inline-block;\n\tfont: normal 28px/1 'dashicons';\n\tvertical-align: top;\n\twidth: 36px;\n}\nbody.make-core #headline h2 a:before { content: '\\f475'; }\nbody.make-design #headline h2 a:before { content: '\\f309'; }\nbody.make-mobile #headline h2 a:before { content: '\\f470'; }\nbody.make-accessibility #headline h2 a:before { content: '\\f483'; }\nbody.make-polyglots #headline h2 a:before { content: '\\f326'; }\nbody.make-support #headline h2 a:before { content: '\\f125'; }\nbody.make-themes #headline h2 a:before { content: '\\f100'; }\nbody.make-plugins #headline h2 a:before { content: '\\f106'; }\nbody.make-docs #headline h2 a:before { content: '\\f105'; }\nbody.make-community #headline h2 a:before { content: '\\f307'; }\nbody.make-meta #headline h2 a:before { content: '\\f325'; }\nbody.make-training #headline h2 a:before { content: '\\f118'; }\nbody.make-flow #headline h2 a:before { content: '\\f115'; }\nbody.make-tv #headline h2 a:before { content: '\\f235'; }\nbody.make-marketing #headline h2 a:before { content: '\\f130'; }\nbody.make-cli #headline h2 a:before { content: '\\f345'; }\nbody.make-hosting #headline h2 a:before { content: '\\f176'; }\n\n.make-core .site-title a:before { content: '\\f475'; }\n.make-design .site-title a:before { content: '\\f309'; }\n.make-mobile .site-title a:before { content: '\\f470'; }\n.make-accessibility .site-title a:before { content: '\\f483'; }\n.make-polyglots .site-title a:before { content: '\\f326'; }\n.make-support .site-title a:before { content: '\\f125'; }\n.make-themes .site-title a:before { content: '\\f100'; }\n.make-plugins .site-title a:before { content: '\\f106'; }\n.make-docs .site-title a:before { content: '\\f105'; }\n.make-community .site-title a:before { content: '\\f307'; }\n.make-meta .site-title a:before { content: '\\f325'; }\n.make-training .site-title a:before { content: '\\f118'; }\n.make-systems .site-title a:before { content: '\\f107'; }\n.make-flow .site-title a:before { content: '\\f115'; }\n.make-tv .site-title a:before { content: '\\f235'; }\n.make-marketing .site-title a:before { content: '\\f130'; }\n.make-cli .site-title a:before { content: '\\f345'; }\n.make-hosting .site-title a:before { content: '\\f176'; }\n\n#headline .login {\n\tfont-size: 12px;\n\tposition: relative;\n\tfloat: right;\n\tpadding-top: 22px;\n\tmargin-right: 15px;\n}\n\n#headline .login a {\n\tcolor: #21759b;\n}\n\n#headline .login a:visited {\n\tcolor: #4ca6cf;\n}\n\n#headline input.text {\n\tbackground: #fff;\n\tborder: 1px solid #c6d9e9;\n}\n\n#pages {float:right;}\n\n#pagebody .submenu, #pagebody #submenu {\n\tmargin-left: 0;\n\tmargin-top: -2px;\n\tfont-size: 10px;\n\tlist-style: none;\n}\n\n#pagebody .submenu a#subcurrent, #pagebody #submenu a#subcurrent {\n\tcolor: #23282d;\n\tcursor: default;\n}\n\np.person {\n\tpadding-bottom: 10px;\n\tborder-bottom: 1px solid #dadada;\n\tmargin-bottom: 11px;\n}\n\n#pagebody .submenu li {\n\tborder-bottom: 1px solid #dedede;\n\tfont-size: 12px;\n\tline-height: 18px;\n\tpadding: 5px 0;\n}\n\n#pagebody .submenu li a {\n\twidth: 100%;\n\tdisplay: block;\n}\n\n#pagebody .submenu li.current {\n\tbackground: url(//s.w.org/style/images/arrow.png) center left no-repeat;\n\tfont-weight: bold;\n}\n\n#pagebody .submenu li:last-child {\n\tborder-bottom: 0;\n}\n\n#pagebody .submenu li ul {\n\tmargin-top: 0 !important;\n\tmargin-left: 16px !important;\n}\n\n#pagebody .submenu li ul li {\n\tborder: none;\n\tline-height: 1.4em;\n\tpadding-bottom: 2px;\n}\n\n#pagebody {\n\tfont-size: 13px;\n\tmargin-top: 29px;\n\tmargin-bottom: 22px;\n}\n\n#pagebody p, #pagebody ol, #pagebody ul {\n\tmargin: 0 0 22px 0;\n}\n\n#pagebody ul {\n\tmargin-left: 16px;\n\tlist-style: square;\n}\n\n#pagebody .submenu ul {\n\tmargin-bottom: 0;\n}\n\na.rsslink {\n\tbackground:url(//s.w.org/style/images/feedicon10.png) top left no-repeat;\n\tpadding-left: 14px;\n}\n\n#pagebody ol {\n\tmargin-left: 22px;\n}\n\n#pagebody ol.screenshots {\n\tlist-style: none;\n}\n\n#pagebody p.intro {\n\tfont-family: Georgia, Times, \"Times New Roman\", serif;\n\tcolor: #555;\n\tfont-size: 15px;\n\tline-height: 1.6em;\n\tmargin-top: -1px;\n\tmargin-bottom: 23px;\n}\n\n#pagebody p.intro a {\n\tfont-weight: normal;\n}\n\n.feed {\n\tbackground: url(//s.w.org/style/images/feedicon.png) center left no-repeat;\n\tpadding-left: 19px;\n}\n\n#wporg-footer {\n\tclear: both;\n\toverflow: auto;\n\tmargin: 0 auto;\n\tpadding: 22px 14px 65px 14px;\n\tborder-top: 1px solid #dfdfdf;\n\tbackground-color: #f7f7f7;\n}\n\n#wporg-footer .wrapper {\n\toverflow: auto;\n\tmax-width: 932px;\n}\n\n#wporg-footer ul {\n\tfloat: left;\n\toverflow: auto;\n\twidth: 135px;\n\tmargin-left: 24px;\n\tmargin-bottom: 20px; /* for narrow screens */\n\tpadding-left: 0; /* override other generic styles */\n}\n\n@media screen and (min-width:960px) {\n\t#wporg-footer ul:first-child {\n\t\tmargin-left: 0;\n\t}\n}\n\n@media screen and (min-width:561px) and (max-width:959px) {\n\t#wporg-footer .wrapper {\n\t\tmax-width: 600px;\n\t}\n\n\t#wporg-footer ul:nth-child(3n+1) {\n\t\tmargin-left: 0;\n\t}\n\n\t#wporg-footer ul:nth-child(4n) {\n\t\tclear: both;\n\t}\n\n\t#wporg-footer ul {\n\t\tmargin-left: 2%;\n\t\twidth: 32%;\n\t}\n}\n\n@media screen and (max-width:560px) {\n\t#wporg-footer .wrapper {\n\t\tmax-width: 360px;\n\t}\n\n\t#wporg-footer ul:nth-child(2n+1) {\n\t\tmargin-left: 0;\n\t}\n\n\t#wporg-footer ul:nth-child(odd) {\n\t\tclear: both;\n\t}\n\n\t#wporg-footer ul {\n\t\tmargin-left: 4%;\n\t\twidth: 48%;\n\t}\n}\n\n#wporg-footer ul li {\n\tfont-size: 14px;\n\tmargin-bottom: 1px;\n\tcolor: #bbb;\n\tlist-style-type: none;\n}\n\n#wporg-footer ul li a {\n\tborder: none;\n}\n\n#wporg-footer .cip {\n\tclear: both;\n\tfloat: none;\n\ttext-align: center;\n\tmargin: 35px auto 0 auto;\n\tfont-size: 16px;\n\tletter-spacing: 0.3em;\n\ttext-transform: uppercase;\n\tcolor: #cccccc;\n}\n\n#wporg-footer .cip-image {\n\tbackground: url(//s.w.org/style/images/codeispoetry.png?1) center center no-repeat;\n\tbackground-size: 190px 15px;\n\twidth: 190px;\n\theight: 15px;\n\ttext-indent: -9999px;\n}\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5),\n       only screen and (min-resolution: 1.5dppx),\n\t   only screen and (min-resolution: 144dpi) {\n\t#wporg-footer .cip-image {\n\t\tbackground-image: url(//s.w.org/style/images/codeispoetry-2x.png?1);\n\t}\n}\n\nblockquote {\n\tbackground: #f5f5f5;\n\tborder: 1px solid #dadada;\n\tpadding: 22px 22px 0;\n\tmargin-bottom: 22px;\n}\n\n.wporg-page-about-books #pagebody h2 {\n\tmargin-bottom: 1em;\n}\n\n#pagebody ul.books, ul#otherbooks {\n\tlist-style: none;\n\tmargin: 0;\n}\n\n#pagebody .books .image, #otherbooks .image {\n\twidth: 200px;\n\tdisplay: block;\n\tfloat: left;\n\ttext-align: center;\n\tmargin: 18px;\n\tborder-right: 1px solid #dadada;\n}\n\n#pagebody .books img, #otherbooks img {\n\tborder: 1px solid #dadada;\n}\n\n#pagebody .books.mobile img {\n\tborder:none;\n}\n\n#pagebody .books li, #otherbooks li {\n\tbackground: #f5f5f5;\n\tborder: 1px solid #dadada;\n\tborder-right-color: #eee;\n\tborder-bottom-color: #e0e0e0;\n\tmargin-bottom: 22px;\n\tclear: both;\n\tfloat: left;\n\twidth: 100%;\n}\n\n#pagebody .books h3, #otherbooks h3 {\n\tmargin: 18px 0 5px 0;\n\tfont: 21px Georgia, Times, \"Times New Roman\", serif;\n}\n\n#otherbooks h3, #otherbooks p {\n\tmargin-left:20px;\n}\n\n#otherbooks h3 {\n\tfont-size:18px;\n}\n\n#pagebody .books p, #otherbooks p {\n\tpadding-right: 22px;\n\tpadding-left: 22px;\n\tmargin-bottom: 7px;\n\tline-height: 1.4em;\n}\n\n#pagebody .books .author, #otherbooks .author {\n\tfont: italic 15px Georgia, Times, \"Times New Roman\", serif;\n\tmargin-bottom: 11px;\n\tcolor: #888;\n}\n\n#pagebody .books .published, #otherbooks .published {\n\tfont-size: 11px;\n\ttext-transform: uppercase;\n\tletter-spacing: 0.2em;\n\tcolor: #888;\n}\n\n#pagebody .books h3 a, #otherbooks h3 a {\n\tfont-weight: normal;\n}\n\n.features .col-5 li {\n\tmargin-bottom:15px;\n}\n\n.alt { background: #f2f2f2; }\n\n.featured {\n\tbackground: #fffbcc;\n\tborder: 1px solid #e6db55;\n\tpadding: 11px 11px 16px;\n\tmargin: 32px 0;\n\toverflow: auto;\n\t/*width: 670px;*/\n}\n\n.wporg-page-hosting #pagebody .partner .forum {\n\tmargin: 0;\n}\n\n.partner {\n\tclear: both;\n\tmin-height: 100px;\n\tmargin: 40px 10px 40px 0;\n\tpadding-left: 120px;\n\tposition: relative;\n}\n\n.partner p {\n\tmargin-bottom: 10px;\n}\n\n.partner img {\n\tmargin-left: 10px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: -10px;\n}\n@media (max-width: 359px) {\n\t.partner {\n\t\tmargin-right: 15px;\n\t\tpadding-left: 15px;\n\t}\n\t.partner img {\n\t\tfloat: right;\n\t\tposition: relative;\n\t}\n}\n\n.submit {\n\tborder-top: 1px solid #ccc;\n\tpadding: 1.5em 0 0 0;\n\tmargin: 10px 0 0 0;\n\t-moz-border-radius-bottomleft: 3px;\n\t-khtml-border-bottom-left-radius: 3px;\n\t-webkit-border-bottom-left-radius: 3px;\n\tborder-bottom-left-radius: 3px;\n\t-moz-border-radius-bottomright: 3px;\n\t-khtml-border-bottom-right-radius: 3px;\n\t-webkit-border-bottom-right-radius: 3px;\n\tborder-bottom-right-radius: 3px;\n}\n\n#pagebody table.widefat {\n\tborder-collapse: collapse;\n\twidth: 100%;\n\tclear: both;\n\tmargin-bottom: 11px;\n}\n\n#pagebody table.widefat a {\n\ttext-decoration: none;\n}\n\n#pagebody table.widefat tr.alt {\n\tbackground-color: #f2f2f2;\n}\n\n#pagebody table.widefat tbody.hover {\n\tcursor: pointer;\n}\n\n#pagebody table.widefat tbody tr.hover,\n#pagebody table.widefat tbody tr:hover {\n\tbackground-color: #ddd;\n}\n#pagebody table.widefat tbody tr.hover a,\n#pagebody table.widefat tbody a:hover {\n\tcolor: #d54e21;\n}\n\n#pagebody table.widefat td, #pagebody table.widefat th {\n\tfont-size: 13px;\n\tpadding: 6px;\n\tvertical-align: text-top;\n}\n\n#pagebody table.widefat thead {\n\tbackground-color: #cfcfcf;\n\tcolor: #000;\n\tfont-weight: bold;\n}\n\n#pagebody table.widefat th {\n\tpadding-bottom: 4px;\n\tpadding-top: 8px;\n\ttext-align: left;\n}\n\n#pagebody table.widefat .check-column {\n\ttext-align: center;\n\tvertical-align: text-top;\n\twidth: 3%;\n}\n\n.wrap, .updated, .error {\n\tmargin: 0;\n\tmargin-left: 15px;\n\tmargin-right: 15px;\n\tpadding: 0;\n\tmax-width: 980px;\n}\n\n.form-table, form#profile-form table {\n\tborder-collapse: collapse;\n\tmargin-top: 1em;\n\twidth: 100%;\n\tcolor: #333;\n}\n\n.form-table td, form#profile-form table td {\n\tmargin-bottom: 9px;\n\tpadding: 10px;\n\tline-height: 20px;\n\tborder-bottom-width: 8px;\n\tborder-bottom-style: solid;\n\n}\n\n.form-table th, form#profile-form table th {\n\ttext-align: left;\n\tpadding: 10px;\n\twidth: 150px;\n\tfont-weight: bold;\n\tborder-bottom-width: 8px;\n\tborder-bottom-style: solid;\n}\n\n.form-table input[type='text'], .form-table textarea,\nform#profile-form table input[type='text'], form#profile-form textarea {\n\tborder: 1px solid #d1e5f6;\n\tborder-top-color: #b0c1cf;\n\tborder-left-color: #b0c1cf;\n}\n\n.form-table input[type='text'] {\n\tpadding: 3px;\n}\n\n.form-table textarea, form#profile-form table textarea {\n\twidth: 520px !important;\n\tfont-size: 13px;\n\tline-height: 1.5em;\n}\n\n.error {\n\tbackground-color: #ffebe8;\n\tborder-color: #c00;\n}\n\n.error a {\n\tcolor: #c00;\n}\n\n.form-invalid {\n\tbackground-color: #ffebe8 !important;\n}\n\n.form-invalid input {\n\tborder-color: #c00 !important;\n}\n\n.form-table td, .form-table th,\nform#profile-form table td, form#profile-form table th {\n\tborder-bottom-color: #fff;\n}\n\n.form-input-tip {\n\tcolor: #999;\n}\n\n#sitesearch {\n\tmargin-top: 10px;\n\tmargin-bottom: 22px;\n\tfont-size: 10px;\n}\n\n#sitesearch #sitesearchbox {\n\twidth: 45%;\n\tpadding: 3px;\n\tfont-size: 18px;\n}\n\n#sitesearch p { margin-top: 4px; }\n\n#sitesearch label { margin-right: 6px;}\n\n#sitesearch .text {\n\theight: 24px;\n}\n\n#sitesearch .button {\n\tfont-size: 16px;\n\tmargin-left: 4px;\n\theight: 32px;\n\tpadding: 0 6px;\n}\n\nol.searchresults {\n\tmargin-top: 22px !important;\n\tpadding-left: 4px;\n}\n\ndiv.special { margin-top: 22px; }\n\n.searchresults h4, .special h4 {\n\tmargin-bottom: 4px;\n}\n.searchresults .source, .special .source {\n\tfloat: right;\n\tfont-size: 10px;\n\tfont-style: italic;\n\tfont-family: \"Lucida Sans\";\n\tcolor: #888;\n\tfont-weight: normal;\n}\n\n.heatmap {\n\tfont-family: Georgia, Times, \"Times New Roman\", serif;\n\tline-height: 3em;\n}\n\n.heatmap a {\n\tfont-weight: normal;\n}\n\n.col-10 .col-5 {\n\tmargin: 0;\n\twidth: 352px;\n}\n\n.col-10 .col-10 {\n\tmargin: 24px 0 0;\n\tclear: both;\n}\n\n.col-10 .col-8, .col-10 .col-7 {\n\tmargin: 0;\n}\n\n.col-10 .col-5 table td {\n\tline-height: 1.5em;\n\tpadding: 10px 0;\n\tborder-bottom: 1px solid #dadada;\n}\n\n.more {\n\tfont-size: 90%;\n}\n\n.column-list {\n\tfont-size: 12px;\n\tline-height: 1.5em;\n}\n\n.column-list li {\n\tpadding-bottom: 4px;\n}\n\n#theuser .block {\n\tmargin: 24px;\n}\n\n#theuser #userinfo {\n\tmargin-left: 22px;\n\tmargin-bottom: 0;\n}\n\n#lang-guess {\n\twidth: 93%;\n\tmax-width: 932px;\n\tmargin: 22px auto 0;\n\tbackground: #fffbcc;\n\tborder: 1px solid #e6db55;\n\ttext-align: center;\n\tfont: 1.3em Georgia, Times, \"Times New Roman\", serif;\n\tpadding: 10px 0;\n\t-moz-border-radius: 3px;\n\t-khtml-border-radius: 3px;\n\t-webkit-border-radius: 3px;\n\tborder-radius: 3px;\n}\n\nh3.graphics {\n\tclear: both;\n\tpadding-top: 20px;\n\tfont-size:22px;\n\tfont-weight: normal;\n\tcolor: #999;\n\tpadding-bottom: 6px;\n}\n\nul.logo {\n\tmargin: 0 14px 14px 0 !important;\n\twidth: 176px;\n\tborder: 1px solid #dfdfdf;\n\tborder-top: none;\n\tfloat: left;\n}\n\nul.logo li {\n\tlist-style: none;\n\tborder-bottom: 1px solid #dfdfdf;\n\tbackground: #f5f5f5;\n\tline-height:13px;\n}\n\nul.logo li.img {\n\tbackground: #fff;\n}\n\nul.logo li a span {\n\tcolor: #999;\n\tfont-weight: normal;\n}\n\nul.logo li a {\n\tdisplay: block;\n\tpadding: 6px 8px;\n\tfont-size:10px;\n}\n\nul.logo li:first-child {\n\tborder-top: 1px solid #dfdfdf;\n}\n\nul.logo li:last-child {\n\tborder-bottom: none;\n}\n\np.community {\n\tclear: both;\n\tfont-size:14px;\n\tpadding: 24px 0;\n}\n\n\nul.logo .pnglogo { background: #eee; text-align: center;}\n\nul.logo .pnglogo:hover { background: #555; }\n\n.pnglogo img {\n\tpadding: 62px 0;\n}\n\n#logo-blue img, #logo-grey img { padding: 20px 0; }\n\n\nul.colors {\n\tmargin: 0 !important;\n}\n\nul.colors li {\n\tfloat: left;\n\tlist-style: none;\n\tmargin-left: 60px;\n\tpadding-right:50px;\n\tborder-right: 1px solid #dfdfdf;\n\tmargin-right:50px;\n\tmargin-bottom: 24px;\n\tline-height: 14px;\n\tfont-size: 10px;\n\tcolor: #666;\n}\n\nul.colors li strong {\n\tfont-size: 12px;\n\tcolor: #333;\n}\n\nul.colors li:last-child {\n\tpadding-right: 0;\n\tmargin-right: 0;\n\tborder-right: none;\n}\n\nul.colors li img {\n\tfloat: left;\n\tmargin-left: -60px;\n}\n\nbody .meta {\n\tfont-size: 12px;\n\tcolor: #777;\n\tmargin-bottom: 10px;\n}\n\nbody .meta a {\n\tcolor: #777;\n\tborder-bottom: 1px solid #dfdfdf;\n}\n\nbody .meta a:hover { color: #d54e21; border-bottom-color: #d54e21; }\n\nhr { border: none; border-top: 1px solid #dfdfdf; }\n\n#headline a {\n\tcolor: #555;\n}\n\nimg#wpstats {\n\tmargin: -10px 10px 0;\n}\n\n.wporg-stats-chart path[fill=\"#cccccc\"] {\n\tfill: #cbcdce;\n}\n\n.wporg-stats-chart path[fill=\"#0011cc\"] {\n\tfill: #0073aa;\n\tcursor: pointer;\n}\n\n.wporg-stats-chart path[fill=\"#0011cc\"]:hover {\n\tfill: #00a0d2;\n}\n\n.wporg-stats-chart text[fill=\"#0011cc\"] {\n\tfill: #444;\n}\n\n.wporg-stats-chart {\n\twidth: 650px; /* Avoid jumps when the charts are loaded. */\n\theight: 450px;\n\tposition: relative;\n}\n\n.wporg-stats-chart.loading:before {\n\tcontent: '';\n\tdisplay: block;\n\twidth: 20px;\n\theight: 20px;\n\tposition: absolute;\n\tleft: 50%;\n\ttop: 50%;\n\tmargin: -10px 0 0 -10px;\n\tbackground: url(https://s.w.org/wp-includes/images/spinner.gif) no-repeat center;\n\t-webkit-background-size: 20px 20px;\n\tbackground-size: 20px 20px;\n\t-webkit-transform: translateZ(0);\n\ttransform: translateZ(0);\n}\n\n@media print,\n  (-webkit-min-device-pixel-ratio: 1.25),\n  (min-resolution: 120dpi) {\n\t.wporg-stats-chart.loading:before {\n\t\tbackground-image:url(https://s.w.org/wp-includes/images/spinner-2x.gif)\n\t}\n}\n\n/* Responsive styling ---------------------------------- */\n\n.wporg-page-download .mobile-notice {\n\tdisplay: none;\n}\n.wporg-page-download .download-button-container {\n\ttext-align: center;\n}\n.wporg-page-mobile {\n\tbackground-color: #f1f1f1;\n}\n.wporg-page-mobile #pagebody ul.books {\n\tdisplay: -moz-box;\n\tdisplay: -ms-flexbox;\n\tdisplay: flex;\n\tflex-wrap: wrap;\n}\n.wporg-page-mobile #pagebody .books li {\n\twidth: 49%;\n\tmargin-left: 1%;\n\tclear: none;\n}\n.wporg-page-mobile #pagebody .books li:first-child {\n\tmargin-left: 0;\n\tmargin-right: 1%;\n}\n.wporg-responsive.wporg-page-mobile #pagebody .books p {\n\tmargin-bottom: 14px;\n}\n.wporg-responsive.wporg-page-mobile #pagebody .books li {\n\tpadding: 0 14px 15px;\n\tbox-sizing: border-box;\n\tbackground-color: #fff;\n\tborder: 1px solid #dedede;\n}\n.wporg-responsive.wporg-page-mobile #pagebody .books h3 {\n\tmargin-bottom: 15px;\n}\n.wporg-responsive.wporg-page-mobile #pagebody .books .image {\n\tfloat: right;\n\tborder-right: 0;\n\tborder-left: 1px solid #dadada;\n\tmargin-left: 14px;\n\tmargin-right: 0;\n\tmargin-top: 0;\n}\n\n.wporg-responsive .col-7,\nbody.wporg-responsive .col-8,\nbody.wporg-responsive .col-10 {\n\tmargin-left: 174px;\n}\nbody.wporg-responsive .col-2 {\n\tposition: absolute;\n}\n\n.wporg-responsive .col-10 .col-5 {\n\twidth: 50%;\n\tbox-sizing: border-box;\n\tpadding-right: 14px;\n}\n.wporg-responsive .col-10 .col-5:last-child {\n\tpadding-right: 0;\n\tpadding-left: 14px;\n}\n.wporg-responsive.wporg-page-parent-about .col-7,\n.wporg-responsive.wporg-page-parent-about .col-8,\n.wporg-responsive.wporg-page-parent-about .col-10 {\n\tmin-height: 550px;\n}\n\n.wporg-responsive.wporg-page-about-logos h3.graphics img {\n\tfloat: right;\n\tmargin-top: -40px;\n\tmargin-left: 40px;\n}\n.wporg-responsive.wporg-page-about-logos .all-logos ul.logo li {\n\tmin-height: 39px;\n}\n.wporg-responsive.wporg-page-about-logos .all-logos ul.logo li.img {\n\tmin-height: 150px;\n}\n.wporg-responsive.wporg-page-about-logos ul.logo li.img {\n\tline-height: 0;\n\ttext-align: center;\n}\n@media screen and (max-width: 974px) {\n\tbody.wporg-responsive #pagebody .wrapper {\n\t\tdisplay: -moz-box;\n\t\tdisplay: -ms-flexbox;\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t}\n\tbody.wporg-responsive .col-2,\n\tbody.wporg-responsive .col-3,\n\tbody.wporg-responsive .col-6,\n\tbody.wporg-responsive .col-7,\n\tbody.wporg-responsive .col-8,\n\tbody.wporg-responsive .col-9,\n\tbody.wporg-responsive .col-10,\n\tbody.wporg-responsive .col-12 {\n\t\twidth: inherit;\n\t\tfloat: none;\n\t\tword-wrap: break-word;\n\t}\n\n\tbody.wporg-responsive .col-2 {\n\t\tposition: inherit;\n\t\twidth: 100%;\n\t}\n\n\tbody.wporg-responsive .col-8,\n\tbody.wporg-responsive .col-9,\n\tbody.wporg-responsive .col-10 {\n\t\tmargin-left: 14px;\n\t\tmargin-right: 14px;\n\t}\n\n\t.wporg-responsive.wporg-page-parent-about .col-7,\n\t.wporg-responsive.wporg-page-parent-about .col-8,\n\t.wporg-responsive.wporg-page-parent-about .col-10 {\n\t\tmin-height: inherit;\n\t}\n\n\t.wporg-responsive.wporg-page-mobile #pagebody .books li {\n\t\twidth: 100%;\n\t\tmargin-left: 0;\n\t\tmargin-right: 0;\n\t}\n\n\t/*\n\t * /download\n\t */\n\n\t.wporg-responsive .col-7 ~.col-2 {\n\t\tposition: inherit;\n\t\tfloat: left;\n\t\twidth: 50%;\n\t\tmargin: 0;\n\t\tbox-sizing: border-box;\n\t\tpadding: 0 14px;\n\t}\n\t.wporg-responsive .col-7 ~ .col-3 {\n\t\tfloat: right;\n\t\twidth: 50%;\n\t\tmargin: 0;\n\t\tbox-sizing: border-box;\n\t\tpadding: 0 14px;\n\t}\n\t.wporg-responsive .col-7 {\n\t\tmargin-left: 14px;\n\t\tmargin-right: 14px;\n\t\twidth: inherit;\n\t\tmargin-bottom: 3em;\n\t\tpadding-bottom: 2em;\n\t\tborder-bottom: 1px solid #ccc;\n\t}\n\n\t/*\n\t * /news and /showcase\n\t */\n\n\t.wporg-responsive .storycontent {\n\t\tpadding-right: 0;\n\t}\n}\n@media screen and (max-width: 700px) {\n\t.wporg-responsive.wporg-page-about-logos h3.graphics {\n\t\tpadding-top: 0;\n\t}\n\t.wporg-responsive.wporg-page-about-logos h3.graphics img {\n\t\tdisplay: block;\n\t\tfloat: none;\n\t\tmargin: 0 auto 14px;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t.wporg-responsive .col-7 {\n\t\tborder-bottom: 0;\n\t}\n\t.wporg-responsive #sidebar, .wporg-responsive .col-7 {\n\t\tfloat: none;\n\t}\n\t.wporg-responsive #sidebar {\n\t\twidth: 100%;\n\t}\n\n\t.wporg-responsive .col-10 .col-5, .wporg-responsive .col-10 .col-5:last-child {\n\t\twidth: 100%;\n\t\tpadding: 0;\n\t}\n\n\t.wporg-responsive .col-7 ~ .col-3 {\n\t\tmargin-top: 2em;\n\t\tborder-top: 1px solid #ccc;\n\t\tpadding-top: 3em;\n\t\twidth: inherit;\n\t\tfloat: none;\n\t\tmargin: 2em auto;\n\t}\n\t.wporg-page-download .mobile-notice {\n\t\tdisplay: block;\n\t\twidth: 60%;\n\t\tmargin: 1px auto 3em;\n\t\tborder: 1px solid #ccc;\n\t\tpadding: 2em 1.9em 0.5em;\n\t}\n\t.wporg-page-download .mobile-notice-inner {\n\t\tdisplay: none;\n\t}\n\n\t.wporg-page-about-books #pagebody .books li {\n\t\tpadding: 0 18px 18px;\n\t\tbox-sizing: border-box;\n\t}\n\t.wporg-page-about-books #pagebody .books .image {\n\t\tborder-right: 0;\n\t\tfloat: none;\n\t\twidth: inherit;\n\t}\n\t.wporg-page-about-books #pagebody .books p {\n\t\tpadding-right: 0;\n\t\tpadding-left: 0;\n\t}\n\n\t.wporg-responsive.wporg-page-about-logos ul.logo {\n\t\twidth: 100%;\n\t}\n}\n\n\n/*\n *  Notifications\n */\n\n .notification {\n\tbackground: #eee;\n\tfont-size: 13px;\n\tmargin: 0;\n\tmax-width: 100%;\n\tpadding: 8px 12px;\n\ttext-align: center;\n}\n\n.notification-info {\n\tbackground: #d9edf7;\n}\n\n.notification-success {\n\tbackground: #c7e8ca;\n}\n\n.notification-warning {\n\tbackground: #fff8e5;\n}\n\n.notification-danger {\n\tbackground: #f2dede;\n}\n"]}
Note: See TracChangeset for help on using the changeset viewer.