Make WordPress Core

Ticket #28040: css-standards.diff

File css-standards.diff, 104.4 KB (added by sdavis2702, 12 years ago)

WordPress CSS standards + formatting consistency

  • wp-admin/css/about.css

     
    7575}
    7676
    7777.about-wrap h3 {
    78         margin: 1em 0 .6em;
     78        margin: 1em 0 0.6em;
    7979        font-size: 1.5em;
    8080        line-height: 1.5em;
    8181}
     
    145145        display: inline-block;
    146146        width: 150px;
    147147        text-rendering: optimizeLegibility;
    148         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    149         box-shadow: 0 1px 3px rgba(0,0,0,0.2);
     148        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     149        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    150150}
    151151
    152152
     
    260260}
    261261
    262262.about-wrap ul.compact {
    263         margin-bottom: 0
     263        margin-bottom: 0;
    264264}
    265265
    266266.about-wrap li.wp-person {
  • wp-admin/css/admin-menu.css

     
    3939
    4040.icon16:before {
    4141        color: #999;
    42         font: normal 20px/1 'dashicons';
     42        font: normal 20px/1 "dashicons";
    4343        speak: none;
    4444        padding: 6px 0;
    4545        height: 34px;
     
    4747        display: inline-block;
    4848        -webkit-font-smoothing: antialiased;
    4949        -moz-osx-font-smoothing: grayscale;
    50         -webkit-transition: all .1s ease-in-out;
    51         transition: all .1s ease-in-out;
     50        -webkit-transition: all 0.1s ease-in-out;
     51        transition: all 0.1s ease-in-out;
    5252}
    5353
    5454.icon16.icon-dashboard:before {
    55         content: '\f226';
     55        content: "\f226";
    5656}
    5757
    5858.icon16.icon-post:before {
    59         content: '\f109';
     59        content: "\f109";
    6060}
    6161
    6262.icon16.icon-media:before {
    63         content: '\f104';
     63        content: "\f104";
    6464}
    6565
    6666.icon16.icon-links:before {
    67         content: '\f103';
     67        content: "\f103";
    6868}
    6969
    7070.icon16.icon-page:before {
    71         content: '\f105';
     71        content: "\f105";
    7272}
    7373
    7474.icon16.icon-comments:before {
    75         content: '\f101';
     75        content: "\f101";
    7676        margin-top: 1px;
    7777}
    7878
    7979.icon16.icon-appearance:before {
    80         content: '\f100';
     80        content: "\f100";
    8181}
    8282
    8383.icon16.icon-plugins:before {
    84         content: '\f106';
     84        content: "\f106";
    8585}
    8686
    8787.icon16.icon-users:before {
    88         content: '\f110';
     88        content: "\f110";
    8989}
    9090
    9191.icon16.icon-tools:before {
    92         content: '\f107';
     92        content: "\f107";
    9393}
    9494
    9595.icon16.icon-settings:before {
    96         content: '\f108';
     96        content: "\f108";
    9797}
    9898
    9999.icon16.icon-site:before {
    100         content: '\f112'
     100        content: "\f112";
    101101}
    102102
    103103.icon16.icon-generic:before {
    104         content: '\f111';
     104        content: "\f111";
    105105}
    106106
    107107/* hide background-image for icons above */
     
    201201        padding: 7px 0 8px;
    202202        z-index: 9999;
    203203        background-color: #333;
    204         -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    205         box-shadow: 0 3px 5px rgba(0,0,0,0.2);
     204        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
     205        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    206206}
    207207
    208208.js #adminmenu .sub-open,
     
    298298.folded #adminmenu .wp-has-current-submenu li > a {
    299299        padding-right: 16px;
    300300        padding-left: 14px;
    301         -webkit-transition: all .1s ease-in-out;
    302         transition: all .1s ease-in-out;
     301        -webkit-transition: all 0.1s ease-in-out;
     302        transition: all 0.1s ease-in-out;
    303303}
    304304
    305305#adminmenu .wp-has-current-submenu ul > li > a,
     
    358358div.wp-menu-image:before {
    359359        color: #999;
    360360        padding: 7px 0;
    361         -webkit-transition: all .1s ease-in-out;
    362         transition: all .1s ease-in-out;
     361        -webkit-transition: all 0.1s ease-in-out;
     362        transition: all 0.1s ease-in-out;
    363363}
    364364
    365365#adminmenu div.wp-menu-image:before {
     
    538538        line-height: 34px;
    539539        margin-top: 10px;
    540540        color: #aaa;
    541         -webkit-transition: all .1s ease-in-out;
    542         transition: all .1s ease-in-out;
     541        -webkit-transition: all 0.1s ease-in-out;
     542        transition: all 0.1s ease-in-out;
    543543}
    544544
    545545#collapse-menu:hover,
     
    571571}
    572572
    573573#collapse-button div:after {
    574         content: '\f148';
     574        content: "\f148";
    575575        display: block;
    576576        line-height: 15px;
    577577        left: -3px;
    578578        top: -3px;
    579579        color: #aaa;
    580         font: normal 20px/1 'dashicons' !important;
     580        font: normal 20px/1 "dashicons" !important;
    581581        speak: none;
    582582        margin: 0 auto;
    583583        padding: 0 !important;
    584584        position: relative;
    585585        text-align: center;
    586586        width: 20px;
    587         -webkit-transition: all .1s ease-in-out;
    588         transition: all .1s ease-in-out;
     587        -webkit-transition: all 0.1s ease-in-out;
     588        transition: all 0.1s ease-in-out;
    589589        -webkit-font-smoothing: antialiased;
    590590        -moz-osx-font-smoothing: grayscale;
    591591}
     
    631631        .auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
    632632        .auto-fold #adminmenu a.menu-top:focus + .wp-submenu,
    633633        .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu  {
    634                 top: 0px;
     634                top: 0;
    635635                left: 36px;
    636636        }
    637637
     
    877877        }
    878878
    879879        #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
    880                 content: '\f228';
     880                content: "\f228";
    881881                display: inline-block;
    882882                float: left;
    883                 font: normal 40px/45px 'Dashicons';
     883                font: normal 40px/45px "dashicons";
    884884                vertical-align: middle;
    885885                outline: none;
    886886                margin: 0;
  • wp-admin/css/color-picker.css

     
    2424        vertical-align: bottom;
    2525        display: inline-block;
    2626        padding-left: 30px;
    27         -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.08);
    28         box-shadow: 0 1px 0 rgba(0,0,0,.08);
     27        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
     28        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    2929}
    3030
    3131.wp-color-result:after {
     
    7474
    7575.wp-color-result:focus {
    7676        border-color: #888;
    77         -webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.2 );
    78         box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.2 );
     77        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     78        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    7979}
    8080
    8181.wp-color-result:focus:after {
  • wp-admin/css/common.css

     
    145145        color: #21759b;
    146146        z-index: 100000;
    147147        line-height: normal;
    148         -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    149         box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
     148        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     149        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    150150        text-decoration: none;
    151151        outline: none;
    152152}
     
    178178.feature-filter,
    179179.imgedit-group {
    180180        border: 1px solid #e5e5e5;
    181         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    182         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     181        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
     182        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    183183}
    184184
    185185table.widefat,
     
    234234        color: #0074a2;
    235235        -webkit-transition-property: border, background, color;
    236236        transition-property: border, background, color;
    237         -webkit-transition-duration: .05s;
    238         transition-duration: .05s;
     237        -webkit-transition-duration: 0.05s;
     238        transition-duration: 0.05s;
    239239        -webkit-transition-timing-function: ease-in-out;
    240240        transition-timing-function: ease-in-out;
    241241}
     
    274274blockquote:after,
    275275q:before,
    276276q:after {
    277         content: '';
     277        content: "";
    278278        content: none;
    279279}
    280280
     
    305305
    306306h1 {
    307307        font-size: 2em;
    308         margin: .67em 0;
     308        margin: 0.67em 0;
    309309}
    310310
    311311h2 {
    312312        color: #222;
    313313        font-size: 1.5em;
    314         margin: .83em 0;
     314        margin: 0.83em 0;
    315315        font-weight: 400;
    316316}
    317317
     
    391391        padding: 3px 5px 2px 5px;
    392392        margin: 0 1px;
    393393        background: #eaeaea;
    394         background: rgba(0,0,0,0.07);
     394        background: rgba(0, 0, 0, 0.07);
    395395        font-size: 13px;
    396396}
    397397
     
    406406
    407407.subsubsub a {
    408408        line-height: 2;
    409         padding: .2em;
     409        padding: 0.2em;
    410410        text-decoration: none;
    411411}
    412412
     
    561561        border-left: 4px solid #7ad03a;
    562562        padding: 1px 12px;
    563563        background-color: #fff;
    564         -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    565         box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
     564        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
     565        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    566566}
    567567
    568568div.error {
    569569        border-left: 4px solid #dd3d36;
    570570        background: #fff;
    571         -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    572         box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
     571        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
     572        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    573573        padding: 1px 12px;
    574574}
    575575
     
    631631div#widgets-right .widget-top:hover,
    632632#widgets-left .widget-top:hover {
    633633        border-color: #999;
    634         -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    635         box-shadow: 0 1px 2px rgba(0,0,0,0.1);
     634        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
     635        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    636636}
    637637
    638638.sorthelper {
     
    746746#bulk-titles div a:before {
    747747        background: none;
    748748        color: #bbb;
    749         content: '\f153';
     749        content: "\f153";
    750750        display: block !important;
    751         font: normal 16px/1 'dashicons';
     751        font: normal 16px/1 "dashicons";
    752752        speak: none;
    753753        height: 20px;
    754754        margin: 2px 0;
     
    933933        margin: 25px 20px 0 2px;
    934934        background-color: #fff;
    935935        border-left: 4px solid #ffba00;
    936         -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    937         box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
     936        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
     937        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    938938}
    939939
    940940.update-message {
     
    10231023        background-color: #fff;
    10241024        border: 1px solid #ddd;
    10251025        border-top: none;
    1026         -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);
    1027         box-shadow: 0 1px 0 rgba(0,0,0,.025);
     1026        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
     1027        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
    10281028}
    10291029
    10301030#screen-options-link-wrap,
     
    10351035        border: 1px solid #ddd;
    10361036        border-top: none;
    10371037        background: #fff;
    1038         -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
    1039         box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
     1038        -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
     1039        box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    10401040}
    10411041
    10421042#screen-meta-links .screen-meta-toggle {
     
    10561056
    10571057#screen-meta-links a:focus {
    10581058        border-color: #aaa;
    1059         -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    1060         box-shadow: 0 2px 3px rgba(0,0,0,0.15);
     1059        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
     1060        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    10611061}
    10621062
    10631063#screen-meta-links a.show-settings {
     
    10711071
    10721072#screen-meta-links a:after {
    10731073        right: 0;
    1074         content: '\f140';
    1075         font: normal 20px/1 'dashicons';
     1074        content: "\f140";
     1075        font: normal 20px/1 "dashicons";
    10761076        speak: none;
    10771077        display: inline-block;
    10781078        padding: 0 5px 0 0;
     
    10861086}
    10871087
    10881088#screen-meta-links a.screen-meta-active:after {
    1089         content: '\f142';
     1089        content: "\f142";
    10901090}
    10911091
    10921092#screen-meta-links a.show-settings:hover {
     
    12041204        margin: 0 -1px 0 0;
    12051205        border-left: 2px solid #2ea2cc;
    12061206        background: #f6fbfd;
    1207         -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
    1208         box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
     1207        -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
     1208        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
    12091209}
    12101210
    12111211.contextual-help-tabs .active a {
     
    17591759        -webkit-font-smoothing: antialiased;
    17601760        font-size: 20px;
    17611761        line-height: 1;
    1762         font-family: 'dashicons';
     1762        font-family: "dashicons";
    17631763        text-decoration: inherit;
    17641764        font-weight: normal;
    17651765        font-style: normal;
     
    17711771}
    17721772
    17731773.star-rating .star-full:before {
    1774         content:'\f155';
     1774        content: "\f155";
    17751775}
    17761776
    17771777.star-rating .star-half:before {
    1778         content:'\f459';
     1778        content: "\f459";
    17791779}
    17801780
    17811781.rtl .star-rating .star-half {
     
    17851785}
    17861786
    17871787.star-rating .star-empty:before {
    1788         content:'\f154';
     1788        content: "\f154";
    17891789}
    17901790
    17911791div.action-links {
     
    19541954        max-width: 100%;
    19551955        width: auto;
    19561956        height: auto;
    1957         -webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
    1958         box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
     1957        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
     1958        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    19591959}
    19601960
    19611961#plugin-information #section-screenshots li p {
     
    20852085.js .sidebar-name .sidebar-name-arrow:before,
    20862086.js .meta-box-sortables .postbox .handlediv:before {
    20872087        right: 12px;
    2088         font: normal 20px/1 'dashicons';
     2088        font: normal 20px/1 "dashicons";
    20892089        speak: none;
    20902090        display: inline-block;
    20912091        padding: 8px 10px;
     
    21082108/* Show the arrow only on hover */
    21092109.js .sidebar-name .sidebar-name-arrow:before,
    21102110.js .meta-box-sortables .postbox .handlediv:before {
    2111         content: '\f142';
     2111        content: "\f142";
    21122112}
    21132113
    21142114.js .widgets-holder-wrap.closed .sidebar-name-arrow:before,
    21152115.js .meta-box-sortables .postbox.closed .handlediv:before {
    2116         content: '\f140';
     2116        content: "\f140";
    21172117}
    21182118
    21192119.error a {
     
    21702170
    21712171#templateside ol,
    21722172#templateside ul {
    2173         margin: .5em 0;
     2173        margin: 0.5em 0;
    21742174        padding: 0;
    21752175}
    21762176
     
    22222222.control-section .accordion-section-title:after,
    22232223.accordion-section-title:after {
    22242224        right: 0;
    2225         content: '\f140';
     2225        content: "\f140";
    22262226        border: none;
    22272227        background: none;
    2228         font: normal 20px/1 'dashicons';
     2228        font: normal 20px/1 "dashicons";
    22292229        speak: none;
    22302230        display: block;
    22312231        padding: 0;
     
    22712271.control-section.open .accordion-section-title:after,
    22722272#customize-info.open .accordion-section-title:after,
    22732273.nav-menus-php .menu-item-edit-active .item-edit:before {
    2274         content: '\f142';
     2274        content: "\f142";
    22752275}
    22762276
    22772277/* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */
  • wp-admin/css/customize-controls.css

     
    277277
    278278.customize-control .dropdown-arrow:after {
    279279        content: "\f140";
    280         font: normal 20px/1 'dashicons';
     280        font: normal 20px/1 "dashicons";
    281281        speak: none;
    282282        display: block;
    283283        padding: 0;
     
    544544        border: 0;
    545545}
    546546#customize-control-header_image .header-view.selected:after {
    547         content: '';
     547        content: "";
    548548        position: absolute;
    549549        height: auto;
    550550        top: 0; left: 0; bottom: 0; right: 0;
     
    673673        padding: 1em 2em;
    674674        max-width: 700px;
    675675        min-width: 0;
    676         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    677         box-shadow: 0 1px 3px rgba(0,0,0,0.13);
     676        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
     677        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    678678}
    679679
    680680body.cheatin p {
  • wp-admin/css/customize-widgets.css

     
    9898.control-section.accordion-section.highlighted > .accordion-section-title,
    9999.customize-control-widget_form.highlighted {
    100100        outline: none;
    101         -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
    102         box-shadow: 0 0 2px rgba(30,140,190,0.8);
     101        -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
     102        box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
    103103        position: relative;
    104104        z-index: 1;
    105105}
     
    169169        right: 0;
    170170        width: 100%;
    171171        height: 100%;
    172         font: normal 20px/43px 'dashicons';
     172        font: normal 20px/43px "dashicons";
    173173        text-align: center;
    174174        text-indent: 0;
    175175        -webkit-font-smoothing: antialiased;
     
    183183}
    184184
    185185.move-widget:before {
    186         content: '\f504';
     186        content: "\f504";
    187187}
    188188
    189189.move-widget-down:before {
    190         content: '\f347';
     190        content: "\f347";
    191191}
    192192
    193193.move-widget-up:before {
    194         content: '\f343';
     194        content: "\f343";
    195195}
    196196
    197197#customize-theme-controls .first-widget .move-widget-up,
     
    239239
    240240#customize-theme-controls .widget-area-select li:before {
    241241        display: none;
    242         content: '\f147';
     242        content: "\f147";
    243243        position: absolute;
    244244        top: 12px;
    245245        left: 10px;
    246         font: normal 20px/1 'dashicons';
     246        font: normal 20px/1 "dashicons";
    247247        -webkit-font-smoothing: antialiased;
    248248        -moz-osx-font-smoothing: grayscale;
    249249}
     
    254254
    255255#customize-theme-controls .widget-area-select .selected {
    256256        color: #fff;
    257         text-shadow: 0 -1px 0 rgba(0,0,0,.4);
     257        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    258258        background: #2ea2cc;
    259259}
    260260
     
    303303        position: relative;
    304304        left: -2px;
    305305        top: -1px;
    306         font: normal 20px/1 'dashicons';
     306        font: normal 20px/1 "dashicons";
    307307        vertical-align: middle;
    308308        -webkit-transition: all 0.2s;
    309309        transition: all 0.2s;
     
    430430        width: 20px;
    431431        height: 20px;
    432432        color: #333;
    433         font: normal 20px/1 'dashicons';
     433        font: normal 20px/1 "dashicons";
    434434        text-align: center;
    435435        -webkit-box-sizing: border-box;
    436436        -moz-box-sizing: border-box;
  • wp-admin/css/dashboard.css

     
    122122        margin: 16px 0;
    123123        padding: 23px 10px 0;
    124124        border: 1px solid #e5e5e5;
    125         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    126         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     125        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
     126        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    127127        background: #fff;
    128128        font-size: 13px;
    129129        line-height: 2.1em;
     
    172172        position: absolute;
    173173        left: -18px;
    174174        margin-top: -2px;
    175         -webkit-transition: all .1s ease-in-out;
    176         transition: all .1s ease-in-out;
     175        -webkit-transition: all 0.1s ease-in-out;
     176        transition: all 0.1s ease-in-out;
    177177}
    178178
    179179.wp-core-ui .welcome-panel .button.button-hero {
     
    222222
    223223.welcome-panel .welcome-icon:before {
    224224        color: #888;
    225         font: normal 20px/1 'dashicons';
     225        font: normal 20px/1 "dashicons";
    226226        speak: none;
    227227        display: inline-block;
    228228        padding: 0 10px 0 0;
     
    236236
    237237.welcome-panel .welcome-write-blog:before,
    238238.welcome-panel .welcome-edit-page:before {
    239         content:'\f119';
     239        content: "\f119";
    240240        top: -3px;
    241241}
    242242
    243243.welcome-panel .welcome-add-page:before {
    244         content:'\f132';
     244        content: "\f132";
    245245}
    246246
    247247.welcome-panel .welcome-view-site:before {
    248         content:'\f115';
     248        content: "\f115";
    249249        top: -2px;
    250250}
    251251
    252252.welcome-panel .welcome-widgets-menus:before {
    253         content:'\f116';
     253        content: "\f116";
    254254        top: -2px;
    255255}
    256256
    257257.welcome-panel .welcome-comments:before {
    258         content:'\f117';
     258        content: "\f117";
    259259        top: -1px;
    260260}
    261261
    262262.welcome-panel .welcome-learn-more:before {
    263         content:'\f118';
     263        content: "\f118";
    264264        top: -1px;
    265265}
    266266
     
    415415/* Dashboard right now - Icons */
    416416#dashboard_right_now li a:before,
    417417#dashboard_right_now li span:before {
    418         content: '\f159';
    419         font: normal 20px/1 'dashicons';
     418        content: "\f159";
     419        font: normal 20px/1 "dashicons";
    420420        speak: none;
    421421        display: block;
    422422        float: left;
     
    431431
    432432#dashboard_right_now .page-count a:before,
    433433#dashboard_right_now .page-count span:before {
    434         content: '\f105';
     434        content: "\f105";
    435435}
    436436
    437437#dashboard_right_now .post-count a:before,
    438438#dashboard_right_now .post-count span:before {
    439         content: '\f109';
     439        content: "\f109";
    440440}
    441441
    442442#dashboard_right_now .comment-count a:before {
    443         content: '\f101';
     443        content: "\f101";
    444444}
    445445
    446446#dashboard_right_now .comment-mod-count a:before {
    447         content: '\f125';
     447        content: "\f125";
    448448}
    449449
    450450#dashboard_right_now .storage-count a:before {
    451         content: '\f104';
     451        content: "\f104";
    452452}
    453453
    454454#dashboard_right_now .storage-count.warning a:before {
    455         content: '\f153';
     455        content: "\f153";
    456456}
    457457
    458458/* Dashboard Quick Draft */
     
    619619}
    620620
    621621#dashboard_activity .comment-meta span.approve:before {
    622         content: '\f227';
     622        content: "\f227";
    623623        font: 20px/.5 "dashicons";
    624624        margin-left: 12px;
    625625        vertical-align: middle;
     
    649649}
    650650
    651651#dashboard_activity .no-activity .smiley:before {
    652         content: '\f328';
    653         font: normal 120px/1 'dashicons';
     652        content: "\f328";
     653        font: normal 120px/1 "dashicons";
    654654        speak: none;
    655655        display: block;
    656656        margin: 0 5px 0 0;
     
    937937}
    938938
    939939.rss-widget cite:before {
    940         content: '\2014';
     940        content: "\2014";
    941941}
    942942
    943943.dashboard-comment-wrap {
  • wp-admin/css/deprecated-media.css

     
    256256#gallery-settings .title,
    257257h3.media-title,
    258258h4.media-sub-title {
    259         font-family: Georgia,"Times New Roman",Times,serif;
     259        font-family: Georgia, "Times New Roman", Times,serif;
    260260        font-weight: normal;
    261261        color: #5A5A5A;
    262262}
  • wp-admin/css/edit.css

     
    176176        position: relative;
    177177        min-width: 255px;
    178178        border: 1px solid #e5e5e5;
    179         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    180         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     179        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
     180        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    181181        background: #fff;
    182182}
    183183
     
    301301td.post-title strong,
    302302td.plugin-title strong {
    303303        display: block;
    304         margin-bottom: .2em;
     304        margin-bottom: 0.2em;
    305305        font-size: 14px;
    306306}
    307307
     
    335335        border: 1px solid #e5e5e5;
    336336        border-top: none;
    337337        background-color: #f7f7f7;
    338         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    339         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     338        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
     339        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    340340}
    341341
    342342#post-status-info td {
     
    405405#post-body #visibility:before,
    406406.curtime #timestamp:before,
    407407#post-body .misc-pub-revisions:before {
    408         font: normal 20px/1 'dashicons';
     408        font: normal 20px/1 "dashicons";
    409409        speak: none;
    410410        display: inline-block;
    411411        padding: 0 2px 0 0;
     
    419419}
    420420
    421421#post-body #visibility:before {
    422         content: '\f177';
     422        content: "\f177";
    423423}
    424424
    425425.curtime #timestamp:before {
    426         content: '\f145';
     426        content: "\f145";
    427427        top: -1px;
    428428}
    429429
    430430#post-body .misc-pub-revisions:before {
    431         content: '\f321';
     431        content: "\f321";
    432432}
    433433
    434434#timestampdiv {
     
    452452        width: 450px;
    453453        margin-left: -225px;
    454454        background: #fff;
    455         -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    456         box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
     455        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
     456        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    457457        line-height: 1.5;
    458458        z-index: 1000005;
    459459}
     
    733733        display: block;
    734734        height: 20px;
    735735        width: 20px;
    736         font: normal 20px/1 'dashicons' !important;
     736        font: normal 20px/1 "dashicons" !important;
    737737        speak: none;
    738738        -webkit-font-smoothing: antialiased;
    739739        -moz-osx-font-smoothing: grayscale;
     
    742742.post-state-format:before,
    743743.post-format-icon:before {
    744744        color: #ddd;
    745         -webkit-transition: all .1s ease-in-out;
    746         transition: all .1s ease-in-out;
     745        -webkit-transition: all 0.1s ease-in-out;
     746        transition: all 0.1s ease-in-out;
    747747}
    748748
    749749a.post-state-format:hover:before,
     
    772772        position: relative;
    773773        display: inline-block;
    774774        margin-right: 7px;
    775         font: normal 20px/1 'dashicons';
     775        font: normal 20px/1 "dashicons";
    776776        speak: none;
    777777        -webkit-font-smoothing: antialiased;
    778778        -moz-osx-font-smoothing: grayscale;
     
    781781.post-state-format.post-format-standard:before,
    782782.post-format-icon.post-format-standard:before,
    783783a.post-state-format.format-standard:before {
    784         content: '\f109';
     784        content: "\f109";
    785785}
    786786
    787787.post-state-format.post-format-image:before,
    788788.post-format-icon.post-format-image:before,
    789789a.post-state-format.format-image:before {
    790         content: '\f128';
     790        content: "\f128";
    791791}
    792792
    793793.post-state-format.post-format-gallery:before,
    794794.post-format-icon.post-format-gallery:before,
    795795a.post-state-format.format-gallery:before {
    796         content: '\f161';
     796        content: "\f161";
    797797}
    798798
    799799.post-state-format.post-format-audio:before,
    800800.post-format-icon.post-format-audio:before,
    801801a.post-state-format.format-audio:before {
    802         content: '\f127';
     802        content: "\f127";
    803803}
    804804
    805805.post-state-format.post-format-video:before,
    806806.post-format-icon.post-format-video:before,
    807807a.post-state-format.format-video:before {
    808         content: '\f126';
     808        content: "\f126";
    809809}
    810810
    811811.post-state-format.post-format-chat:before,
    812812.post-format-icon.post-format-chat:before,
    813813a.post-state-format.format-chat:before {
    814         content: '\f125';
     814        content: "\f125";
    815815}
    816816
    817817.post-state-format.post-format-status:before,
    818818.post-format-icon.post-format-status:before,
    819819a.post-state-format.format-status:before {
    820         content: '\f130';
     820        content: "\f130";
    821821}
    822822
    823823.post-state-format.post-format-aside:before,
    824824.post-format-icon.post-format-aside:before,
    825825a.post-state-format.format-aside:before {
    826         content: '\f123';
     826        content: "\f123";
    827827}
    828828
    829829.post-state-format.post-format-quote:before,
    830830.post-format-icon.post-format-quote:before,
    831831a.post-state-format.format-quote:before {
    832         content: '\f122';
     832        content: "\f122";
    833833}
    834834
    835835.post-state-format.post-format-link:before,
    836836.post-format-icon.post-format-link:before,
    837837a.post-state-format.format-link:before {
    838         content: '\f103';
     838        content: "\f103";
    839839}
    840840
    841841/*------------------------------------------------------------------------------
     
    869869}
    870870
    871871div.tabs-panel-active {
    872         display:block;
     872        display: block;
    873873}
    874874
    875875div.tabs-panel-inactive {
    876         display:none;
     876        display: none;
    877877}
    878878
    879879#front-page-warning,
  • wp-admin/css/forms.css

     
    3939        -webkit-box-sizing: border-box;
    4040        -moz-box-sizing: border-box;
    4141        box-sizing: border-box;
    42         -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    43         box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    44         -webkit-transition: .05s border-color ease-in-out;
    45         transition: .05s border-color ease-in-out;
     42        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     43        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     44        -webkit-transition: 0.05s border-color ease-in-out;
     45        transition: 0.05s border-color ease-in-out;
    4646}
    4747
    4848input[type="radio"]:checked + label:before {
     
    5555}
    5656
    5757td > input[type="checkbox"],
    58 .wp-admin p input[type=checkbox],
    59 .wp-admin p input[type=radio] {
     58.wp-admin p input[type="checkbox"],
     59.wp-admin p input[type="radio"] {
    6060        margin-top: 0;
    6161}
    6262
    63 .wp-admin p label input[type=checkbox] {
     63.wp-admin p label input[type="checkbox"] {
    6464        margin-top: -4px;
    6565}
    6666
    67 .wp-admin p label input[type=radio] {
     67.wp-admin p label input[type="radio"] {
    6868        margin-top: -2px;
    6969}
    7070
    71 input[type=radio] {
     71input[type="radio"] {
    7272        -webkit-border-radius: 50%;
    7373        border-radius: 50%;
    7474        margin-right: 4px;
    7575        line-height: 10px;
    7676}
    7777
    78 input[type=checkbox]:checked:before,
    79 input[type=radio]:checked:before {
     78input[type="checkbox"]:checked:before,
     79input[type="radio"]:checked:before {
    8080        float: left;
    8181        display: inline-block;
    8282        vertical-align: middle;
    8383        width: 16px;
    84         font: normal 21px/1 'dashicons';
     84        font: normal 21px/1 "dashicons";
    8585        speak: none;
    8686        -webkit-font-smoothing: antialiased;
    8787        -moz-osx-font-smoothing: grayscale;
    8888}
    8989
    90 input[type=checkbox]:checked:before {
    91         content: '\f147';
     90input[type="checkbox"]:checked:before {
     91        content: "\f147";
    9292        margin: -3px 0 0 -4px;
    9393        color: #1e8cbe;
    9494}
    9595
    96 input[type=radio]:checked:before {
    97         content: '\2022';
     96input[type="radio"]:checked:before {
     97        content: "\2022";
    9898        text-indent: -9999px;
    9999        -webkit-border-radius: 50px;
    100100        border-radius: 50px;
     
    111111}
    112112
    113113@-moz-document url-prefix() {
    114         input[type=checkbox],
    115         input[type=radio],
     114        input[type="checkbox"],
     115        input[type="radio"],
    116116        .form-table input.tog {
    117117                margin-bottom: -1px;
    118118        }
     
    200200input[type="url"],
    201201select {
    202202        border: 1px solid #ddd;
    203         -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    204         box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
     203        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
     204        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    205205        background-color: #fff;
    206206        color: #333;
    207         -webkit-transition: .05s border-color ease-in-out;
    208         transition: .05s border-color ease-in-out;
     207        -webkit-transition: 0.05s border-color ease-in-out;
     208        transition: 0.05s border-color ease-in-out;
    209209}
    210210
    211211select[disabled] {
     
    224224input[type="radio"]:focus,
    225225select:focus {
    226226        border-color: #5b9dd9;
    227         -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
    228         box-shadow: 0 0 2px rgba(30,140,190,0.8);
     227        -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
     228        box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
    229229}
    230230
    231231input[readonly] {
     
    254254input.disabled,
    255255textarea:disabled,
    256256textarea.disabled {
    257         -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
    258         box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
    259         border-color: rgba(222, 222, 222, .75);
    260         background: rgba(255, 255, 255, .5);
    261         color: rgba(51, 51, 51, .5);
     257        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
     258        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
     259        border-color: rgba(222, 222, 222, 0.75);
     260        background: rgba(255, 255, 255, 0.5);
     261        color: rgba(51, 51, 51, 0.5);
    262262}
    263263
    264 input[type=checkbox]:disabled,
    265 input[type=radio]:disabled,
    266 input[type=checkbox]:disabled:checked:before,
    267 input[type=radio]:disabled:checked:before {
     264input[type="checkbox"]:disabled,
     265input[type="radio"]:disabled,
     266input[type="checkbox"]:disabled:checked:before,
     267input[type="radio"]:disabled:checked:before {
    268268        opacity: 0.7;
    269269}
    270270
     
    406406}
    407407
    408408#misc-publishing-actions label[for="post_status"]:before {
    409         content: '\f173';
     409        content: "\f173";
    410410        display: inline-block;
    411         font: normal 20px/1 'dashicons';
     411        font: normal 20px/1 "dashicons";
    412412        speak: none;
    413413        left: -1px;
    414414        padding: 0 5px 0 0;
     
    585585}
    586586
    587587.form-table input.tog,
    588 .form-table input[type=radio] {
     588.form-table input[type="radio"] {
    589589        margin-top: -4px;
    590590        margin-right: 4px;
    591591        float: none;
     
    708708
    709709.pressthis a span:before {
    710710        color: #777;
    711         font: normal 20px/1 'dashicons';
    712         content:'\f157';
     711        font: normal 20px/1 "dashicons";
     712        content: "\f157";
    713713        position: relative;
    714714        display: inline-block;
    715715        top: 4px;
     
    717717}
    718718
    719719.pressthis a:after {
    720         content: '';
     720        content: "";
    721721        width: 70%;
    722722        height: 55%;
    723723        z-index: -1;
     
    760760                -webkit-appearance: none;
    761761        }
    762762
    763         input[type=text], input[type=search],
    764         input[type=password], input[type=number] {
     763        input[type="text"],
     764        input[type="search"],
     765        input[type="password"],
     766        input[type="number"] {
    765767                -webkit-appearance: none;
    766768                padding: 6px 10px;
    767769        }
     
    771773                padding-top: 10px;
    772774        }
    773775
    774         input[type=checkbox], .widefat th input[type=checkbox] {
     776        input[type=checkbox],
     777        .widefat th input[type="checkbox"] {
    775778                -webkit-appearance: none;
    776779                padding: 10px;
    777780        }
    778781
    779         .widefat th input[type=checkbox] {
     782        .widefat th input[type="checkbox"] {
    780783                margin-bottom: 8px;
    781784        }
    782785
    783         input[type=checkbox]:checked:before, .widefat th input[type=checkbox]:before {
    784                 font: normal 30px/1 'Dashicons';
     786        input[type="checkbox"]:checked:before,
     787        .widefat th input[type="checkbox"]:before {
     788                font: normal 30px/1 "dashicons";
    785789                margin: -3px -5px;
    786790        }
    787791
    788         input[type=radio],
    789         input[type=checkbox] {
     792        input[type="radio"],
     793        input[type="checkbox"] {
    790794                height: 25px;
    791795                width: 25px;
    792796        }
    793797
    794         .wp-admin p input[type=checkbox],
    795         .wp-admin p input[type=radio] {
     798        .wp-admin p input[type="checkbox"],
     799        .wp-admin p input[type="radio"] {
    796800                margin-top: -3px;
    797801        }
    798802
    799         input[type=radio]:checked:before {
     803        input[type="radio"]:checked:before {
    800804                vertical-align: middle;
    801805                width: 9px;
    802806                height: 9px;
     
    804808                line-height: 16px;
    805809        }
    806810
    807         .wp-upload-form input[type=submit] {
     811        .wp-upload-form input[type="submit"] {
    808812                margin-top: 10px;
    809813        }
    810814
     
    866870                box-sizing: border-box;
    867871        }
    868872
    869         input[type=text].small-text,
    870         input[type=search].small-text,
    871         input[type=password].small-text,
    872         input[type=number].small-text,
     873        input[type="text"].small-text,
     874        input[type="search"].small-text,
     875        input[type="password"].small-text,
    873876        input[type="number"].small-text,
    874         .form-table input[type=text].small-text {
     877        .form-table input[type="text"].small-text {
    875878                width: auto;
    876879                max-width: 55px;
    877880                display: inline;
     
    957960        }
    958961
    959962        .form-wrap .form-field {
    960                 padding:0;
     963                padding: 0;
    961964        }
    962965
    963966        /* users */
     
    974977                width: 49%;
    975978        }
    976979}
    977 
  • wp-admin/css/ie.css

     
    650650.mce-btn i.mce-i-wp_page,
    651651.mce-btn i.mce-i-hr,
    652652.mce-close {
    653         font-family: 'tinymce', Arial;
     653        font-family: "tinymce", Arial;
    654654        font-style: normal;
    655655        font-weight: normal;
    656656        font-variant: normal;
     
    661661
    662662.mce-btn i.mce-i-wp_fullscreen,
    663663.qt-fullscreen {
    664         -ie7-icon: '\e023';
     664        -ie7-icon: "\e023";
    665665}
    666666
    667667.mce-btn i.mce-i-wp_more,
    668668.mce-btn i.mce-i-wp_page {
    669         -ie7-icon: '\e027';
     669        -ie7-icon: "\e027";
    670670}
    671671
    672672.mce-btn i.mce-i-wp_adv {
     
    675675
    676676.mce-btn i.mce-i-help,
    677677.mce-btn i.mce-i-wp_help {
    678         -ie7-icon: '\e016';
     678        -ie7-icon: "\e016";
    679679}
    680680
    681681
  • wp-admin/css/install.css

     
    1111        padding: 20px 20px 10px 20px;
    1212        max-width: 700px;
    1313        -webkit-font-smoothing: subpixel-antialiased;
    14         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    15         box-shadow: 0 1px 3px rgba(0,0,0,0.13);
     14        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
     15        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    1616}
    1717
    1818a {
     
    142142        font-size: 15px;
    143143        padding: 3px 5px;
    144144        border: 1px solid #ddd;
    145         -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    146         box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
     145        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
     146        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    147147}
    148148
    149149input,
     
    151151        font-family: "Open Sans", sans-serif;
    152152}
    153153
    154 .form-table input[type=text],
    155 .form-table input[type=password] {
     154.form-table input[type="text"],
     155.form-table input[type="password"] {
    156156        width: 206px;
    157157}
    158158
     
    267267}
    268268
    269269@media screen and ( max-width: 782px ) {
    270 
    271270        .form-table {
    272271                margin-top: 0;
    273272        }
     
    309308                -moz-box-sizing: border-box;
    310309                box-sizing: border-box;
    311310        }
    312 
    313311}
  • wp-admin/css/list-tables.css

     
    7777/* comments */
    7878
    7979.commentlist li {
    80         padding: 1em 1em .2em;
     80        padding: 1em 1em 0.2em;
    8181        margin: 0;
    8282        border-bottom: 1px solid #ccc;
    8383}
     
    8989
    9090.commentlist p {
    9191        padding: 0;
    92         margin: 0 0 .8em;
     92        margin: 0 0 0.8em;
    9393}
    9494
    9595#submitted-on,
     
    125125}
    126126
    127127#replyrow h5 {
    128         margin: .2em 0 0;
     128        margin: 0.2em 0 0;
    129129        padding: 0 5px;
    130130        line-height: 1.4em;
    131131        font-size: 1em;
     
    226226}
    227227
    228228th .comment-grey-bubble:before {
    229         content: '\f101';
    230         font: normal 20px/.5 'dashicons';
     229        content: "\f101";
     230        font: normal 20px/.5 "dashicons";
    231231        speak: none;
    232232        display: inline-block;
    233233        padding: 0;
     
    373373
    374374.sorting-indicator:before {
    375375        background: none;
    376         content: '\f142';
    377         font: normal 20px/1 'dashicons';
     376        content: "\f142";
     377        font: normal 20px/1 "dashicons";
    378378        speak: none;
    379379        display: inline-block;
    380380        padding: 0;
     
    397397
    398398th.sorted.asc .sorting-indicator:before,
    399399th.desc:hover span.sorting-indicator:before {
    400         content: '\f142';
     400        content: "\f142";
    401401}
    402402
    403403th.sorted.desc .sorting-indicator:before,
    404404th.asc:hover span.sorting-indicator:before {
    405         content: '\f140';
     405        content: "\f140";
    406406}
    407407
    408408tr.wp-locked .locked-indicator {
     
    413413
    414414tr.wp-locked .locked-indicator:before {
    415415        color: #888;
    416         content: '\f160';
     416        content: "\f160";
    417417        display: inline-block;
    418418        float: left;
    419         font: normal 20px/1 'dashicons';
     419        font: normal 20px/1 "dashicons";
    420420        speak: none;
    421421        vertical-align: middle;
    422422        margin-left: 0;
     
    559559.tablenav .tablenav-pages a {
    560560        padding: 0 10px 3px;
    561561        background: #eee;
    562         background: rgba( 0, 0, 0, 0.05 );
     562        background: rgba(0, 0, 0, 0.05);
    563563        font-size: 16px;
    564564        font-weight: normal;
    565565}
     
    576576.tablenav .tablenav-pages a.disabled:active {
    577577        color: #aaa;
    578578        background: #eee;
    579         background: rgba( 0, 0, 0, 0.05 );
     579        background: rgba(0, 0, 0, 0.05);
    580580}
    581581
    582582.tablenav .displaying-num {
     
    634634
    635635.view-switch > a:before {
    636636        color: #bbb;
    637         content: '\f163';
     637        content: "\f163";
    638638        display: inline-block;
    639639        float: left;
    640         font: normal 20px/1 'dashicons';
     640        font: normal 20px/1 "dashicons";
    641641        speak: none;
    642642        vertical-align: middle;
    643643        margin-left: 0;
     
    655655
    656656.view-switch > a + a:before {
    657657        margin-left: 5px;
    658         content: '\f164';
     658        content: "\f164";
    659659}
    660660
    661661.filter {
     
    822822
    823823/*      Positioning */
    824824.inline-edit-row h4 {
    825         margin: .2em 0;
     825        margin: 0.2em 0;
    826826        padding: 0;
    827827        line-height: 23px;
    828828}
     
    836836.inline-edit-row fieldset label,
    837837.inline-edit-row fieldset span.inline-edit-categories-label {
    838838        display: block;
    839         margin: .2em 0;
     839        margin: 0.2em 0;
    840840}
    841841
    842842.inline-edit-row fieldset label.inline-edit-tags {
     
    844844}
    845845
    846846.inline-edit-row fieldset label.inline-edit-tags span.title {
    847         margin: .2em 0;
     847        margin: 0.2em 0;
    848848        width: auto;
    849849}
    850850
     
    864864        padding-right: 0.5em;
    865865}
    866866
    867 .inline-edit-row .input-text-wrap input[type=text] {
     867.inline-edit-row .input-text-wrap input[type="text"] {
    868868        width: 100%;
    869869}
    870870
    871 .inline-edit-row fieldset label input[type=checkbox] {
     871.inline-edit-row fieldset label input[type="checkbox"] {
    872872        vertical-align: text-bottom;
    873873}
    874874
     
    911911        float: left;
    912912}
    913913
    914 .inline-edit-row fieldset input[name=jj],
    915 .inline-edit-row fieldset input[name=hh],
    916 .inline-edit-row fieldset input[name=mn] {
     914.inline-edit-row fieldset input[name="jj"],
     915.inline-edit-row fieldset input[name="hh"],
     916.inline-edit-row fieldset input[name="mn"] {
    917917        font-size: 12px;
    918918        width: 2.1em;
    919919}
    920920
    921 .inline-edit-row fieldset input[name=aa] {
     921.inline-edit-row fieldset input[name="aa"] {
    922922        font-size: 12px;
    923923        width: 3.5em;
    924924}
     
    10111011        padding: 8px 0 0 2px;
    10121012}
    10131013
    1014 .plugins tbody th.check-column input[type=checkbox] {
     1014.plugins tbody th.check-column input[type="checkbox"] {
    10151015        margin-top: 4px;
    10161016}
    10171017
     
    10991099.plugin-install #the-list td,
    11001100.upgrade .plugins td,
    11011101.upgrade .plugins th {
    1102         -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    1103         box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
     1102        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     1103        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    11041104}
    11051105
    11061106.plugins tr.active.plugin-update-tr + tr.inactive th,
    11071107.plugins tr.active.plugin-update-tr + tr.inactive td,
    11081108.plugins tr.active + tr.inactive th,
    11091109.plugins tr.active + tr.inactive td {
    1110         border-top: 1px solid rgba(0,0,0,0.03);
    1111         -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
    1112         box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
     1110        border-top: 1px solid rgba(0, 0, 0, 0.03);
     1111        -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #e1e1e1;
     1112        box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #e1e1e1;
    11131113}
    11141114
    11151115.plugins .update td,
     
    11401140#wpbody-content .plugins .plugin-title,
    11411141#wpbody-content .plugins .theme-title {
    11421142        padding-right: 12px;
    1143         white-space:nowrap;
     1143        white-space: nowrap;
    11441144}
    11451145
    11461146.plugins .inactive .plugin-title strong {
     
    11701170        padding: 6px 12px;
    11711171        margin: 0 10px 8px 31px;
    11721172        background-color: #f7f7f7;
    1173         background-color: rgba(0,0,0,0.03);
     1173        background-color: rgba(0, 0, 0, 0.03);
    11741174}
    11751175
    11761176.plugin-update-tr .update-message:before {
    11771177        color: #d54e21;
    1178         content: '\f463';
     1178        content: "\f463";
    11791179        display: inline-block;
    1180         font: normal 20px/1 'dashicons';
     1180        font: normal 20px/1 "dashicons";
    11811181        speak: none;
    11821182        margin: 0 8px 0 -2px;
    11831183        -webkit-font-smoothing: antialiased;
     
    11881188.plugins .plugin-update {
    11891189        padding: 0;
    11901190        border: none;
    1191         -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    1192         box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
     1191        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     1192        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    11931193}
    11941194
    11951195/* update notices for active plugins */
     
    13961396                margin-left: 0;
    13971397        }
    13981398
    1399         .inline-edit-row fieldset input[name=jj],
    1400         .inline-edit-row fieldset input[name=hh],
    1401         .inline-edit-row fieldset input[name=mn] {
     1399        .inline-edit-row fieldset input[name="jj"],
     1400        .inline-edit-row fieldset input[name="hh"],
     1401        .inline-edit-row fieldset input[name="mn"] {
    14021402                width: 3em;
    14031403        }
    14041404
    1405         .inline-edit-row fieldset input[name=aa] {
     1405        .inline-edit-row fieldset input[name="aa"] {
    14061406                width: 4.5em;
    14071407        }
    14081408
     
    16131613
    16141614        table.plugin-install #the-list tr {
    16151615                display: block;
    1616                 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    1617                 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
     1616                -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     1617                box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    16181618        }
    16191619}
  • wp-admin/css/login.css

     
    2525        color: #0074a2;
    2626        -webkit-transition-property: border, background, color;
    2727        transition-property: border, background, color;
    28         -webkit-transition-duration: .05s;
    29         transition-duration: .05s;
     28        -webkit-transition-duration: 0.05s;
     29        transition-duration: 0.05s;
    3030        -webkit-transition-timing-function: ease-in-out;
    3131        transition-timing-function: ease-in-out;
    3232}
     
    5757        border-left: 4px solid #7ad03a;
    5858        padding: 1px 12px;
    5959        background-color: #fff;
    60         -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    61         box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
     60        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
     61        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    6262}
    6363
    6464.login #login_error {
    6565        border-left: 4px solid #dd3d36;
    6666        background: #fff;
    67         -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    68         box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
     67        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
     68        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    6969}
    7070
    7171#loginform p.submit,
     
    8686        font-weight: normal;
    8787        overflow: hidden;
    8888        background: #fff;
    89         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    90         box-shadow: 0 1px 3px rgba(0,0,0,0.13);
     89        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
     90        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    9191}
    9292
    9393.login form .forgetmenot {
     
    257257}
    258258
    259259@media screen and ( max-width: 782px ) {
    260         .interim-login input[type=checkbox] {
     260        .interim-login input[type="checkbox"] {
    261261                height: 16px;
    262262                width: 16px;
    263263        }
    264264
    265         .interim-login input[type=checkbox]:checked:before {
     265        .interim-login input[type="checkbox"]:checked:before {
    266266                width: 16px;
    267                 font: normal 21px/1 'dashicons';
     267                font: normal 21px/1 "dashicons";
    268268                margin: -3px 0 0 -4px;
    269269        }
    270270}
     271 No newline at end of file
  • wp-admin/css/media.css

     
    170170        -webkit-border-radius: 22px;
    171171        border-radius: 22px;
    172172        background: #ddd;
    173         -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    174         box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
     173        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
     174        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    175175}
    176176
    177177.media-item .bar {
     
    182182        -webkit-border-radius: 22px;
    183183        border-radius: 22px;
    184184        background-color: #0074a2;
    185         -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    186         box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
     185        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     186        box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    187187}
    188188
    189189.media-item .progress .percent {
     
    195195        text-align: center;
    196196        line-height: 22px;
    197197        font-weight: 400;
    198         text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
     198        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    199199}
    200200
    201201.upload-php .fixed .column-parent {
     
    234234
    235235.find-box {
    236236        background-color: #fff;
    237         -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    238         box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
     237        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
     238        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    239239        width: 600px;
    240240        overflow: hidden;
    241241        margin-left: -300px;
     
    317317}
    318318
    319319#find-posts-close:before {
    320         font: normal 20px/36px 'dashicons';
     320        font: normal 20px/36px "dashicons";
    321321        vertical-align: top;
    322322        speak: none;
    323323        -webkit-font-smoothing: antialiased;
    324324        -moz-osx-font-smoothing: grayscale;
    325         content: '\f158';
     325        content: "\f158";
    326326}
    327327
    328328.find-box-buttons {
     
    553553}
    554554
    555555.imgedit-menu div:before {
    556         font: normal 20px/1 'dashicons';
     556        font: normal 20px/1 "dashicons";
    557557        speak: none;
    558558        vertical-align: middle;
    559559}
     
    574574}
    575575
    576576.imgedit-crop:before {
    577         content:'\f165';
     577        content: "\f165";
    578578}
    579579
    580580.imgedit-rleft:before {
    581         content:'\f166';
     581        content: "\f166";
    582582}
    583583
    584584.imgedit-rright:before {
    585         content:'\f167';
     585        content: "\f167";
    586586}
    587587
    588588.imgedit-flipv:before {
    589         content:'\f168';
     589        content: "\f168";
    590590}
    591591
    592592.imgedit-fliph:before {
    593         content:'\f169';
     593        content: "\f169";
    594594}
    595595
    596596.imgedit-undo:before {
    597         content:'\f171';
     597        content: "\f171";
    598598}
    599599
    600600.imgedit-redo:before {
    601         content:'\f172';
     601        content: "\f172";
    602602}
    603603
    604604.imgedit-crop-wrap {
  • wp-admin/css/nav-menus.css

     
    3333}
    3434
    3535#wpbody-content #menu-settings-column {
    36         display:inline;
    37         width:281px;
     36        display: inline;
     37        width: 281px;
    3838        margin-left: -300px;
    3939        clear: both;
    4040        float: left;
     
    102102}
    103103
    104104.menu-edit p {
    105         margin: .3em 0 .6em;
     105        margin: 0.3em 0 0.6em;
    106106}
    107107
    108108.menu-edit #post-body-content h3 {
     
    251251
    252252#wpbody .open-label {
    253253        display: block;
    254         float:left;
     254        float: left;
    255255}
    256256
    257257#wpbody .open-label span {
     
    351351}
    352352
    353353.button-controls {
    354         clear:both;
     354        clear: both;
    355355        margin: 10px 0;
    356356}
    357357
     
    431431        margin-top: -3px;
    432432}
    433433
    434 .menu-item-title input[type=checkbox] {
     434.menu-item-title input[type="checkbox"] {
    435435        display: inline-block;
    436436        margin-top: -4px;
    437437}
     
    442442}
    443443
    444444.menu {
    445         padding-top:1em;
     445        padding-top: 1em;
    446446}
    447447
    448448#menu-to-edit {
     
    456456
    457457.menu li {
    458458        margin-bottom: 0;
    459         position:relative;
     459        position: relative;
    460460}
    461461
    462462.menu-item-bar {
    463         clear:both;
    464         line-height:1.5em;
    465         position:relative;
     463        clear: both;
     464        line-height: 1.5em;
     465        position: relative;
    466466        margin: 9px 0 0;
    467467}
    468468
     
    617617        z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
    618618        border: 1px solid #e5e5e5;
    619619        border-top: none;
    620         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    621         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     620        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
     621        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    622622}
    623623
    624624.menu-item-settings .field-move a {
  • wp-admin/css/press-this.css

     
    3535    top: 3px;
    3636    position: relative;
    3737    display: inline-block;
    38     font: normal 18px/1 'dashicons';
     38    font: normal 18px/1 "dashicons";
    3939    speak: none;
    4040    color: #727272;
    41     content: '\f120';
     41    content: "\f120";
    4242    -webkit-font-smoothing: antialiased;
    4343    -moz-osx-font-smoothing: grayscale;
    4444}
     
    417417                padding: 7px 12px;
    418418        }
    419419
    420         .press-this input[type=checkbox],
    421         .press-this input[type=radio] {
     420        .press-this input[type="checkbox"],
     421        .press-this input[type="radio"] {
    422422                height: 16px;
    423423                width: 16px;
    424424        }
    425425
    426         .press-this input[type=checkbox]:checked:before {
     426        .press-this input[type="checkbox"]:checked:before {
    427427                width: 16px;
    428428                font: normal 21px/1 'dashicons';
    429429                margin: -3px 0 0 -4px;
    430430        }
    431431
    432         .press-this input[type=radio]:checked:before {
     432        .press-this input[type="radio"]:checked:before {
    433433                font: normal 21px/1 'dashicons';
    434434                width: 6px;
    435435                height: 6px;
  • wp-admin/css/revisions.css

     
    2323        top: 0;
    2424        height: 82px;
    2525        background: #fff;
    26         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    27         box-shadow: 0 1px 3px rgba(0,0,0,0.1);
     26        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     27        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    2828}
    2929
    3030.revisions-tickmarks {
     
    116116.revisions-meta {
    117117        margin-top: 20px;
    118118        background-color: #fff;
    119         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    120         box-shadow: 0 1px 3px rgba(0,0,0,0.1);
     119        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     120        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    121121}
    122122
    123123.revisions.pinned .revisions-meta {
     
    180180.revisions-diff {
    181181        padding: 15px;
    182182        background-color: #fff;
    183         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    184         box-shadow: 0 1px 3px rgba(0,0,0,0.1);
     183        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     184        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    185185}
    186186
    187187.revisions-diff h3:first-child {
     
    229229        font-family: Consolas, Monaco, monospace;
    230230        font-size: 14px;
    231231        line-height: 1.618;
    232         padding: .5em;
     232        padding: 0.5em;
    233233        vertical-align: top;
    234234        word-wrap: break-word;
    235235}
     
    408408.arrow::after {
    409409        z-index: 9999;
    410410        background-color: #fff;
    411         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    412         box-shadow: 0 1px 3px rgba(0,0,0,0.1);
     411        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     412        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    413413}
    414414
    415415.arrow.top {
     
    471471.wp-slider .ui-slider-handle.focus {
    472472        background: #2ea2cc;
    473473        border: 1px solid #0074a2;
    474         -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
    475         box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
     474        -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0, 0, 0, 0.15);
     475        box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0, 0, 0, 0.15);
    476476}
    477477
    478478.wp-slider .ui-slider-handle:before {
     
    482482        left: 0;
    483483        color: #fff;
    484484        content: "\f229";
    485         font: normal 18px/1 'dashicons';
     485        font: normal 18px/1 "dashicons";
    486486        speak: none;
    487487        -webkit-font-smoothing: antialiased;
    488488        -moz-osx-font-smoothing: grayscale;
     
    495495}
    496496
    497497.wp-slider .ui-slider-handle.from-handle:before {
    498         content: '\f139';
     498        content: "\f139";
    499499}
    500500
    501501.wp-slider .ui-slider-handle.to-handle:before {
    502         content: '\f141';
     502        content: "\f141";
    503503}
    504504
    505505.rtl .wp-slider .ui-slider-handle.from-handle:before {
    506         content: '\f141';
     506        content: "\f141";
    507507}
    508508
    509509.rtl .wp-slider .ui-slider-handle.to-handle:before {
    510         content: '\f139';
     510        content: "\f139";
    511511        right: -1px;
    512512}
    513513
    514514.wp-slider .ui-slider-range {
    515515        position: absolute;
    516         font-size: .7em;
     516        font-size: 0.7em;
    517517        display: block;
    518518        border: 0;
    519519        background-color: transparent;
     
    521521}
    522522
    523523.wp-slider.ui-slider-horizontal {
    524         height: .7em;
     524        height: 0.7em;
    525525}
    526526
    527527.wp-slider.ui-slider-horizontal .ui-slider-handle {
    528528        top: -.25em;
    529         margin-left: -.6em;
     529        margin-left: -0.6em;
    530530}
    531531
    532532.wp-slider.ui-slider-horizontal .ui-slider-range {
  • wp-admin/css/themes.css

     
    4141}
    4242
    4343.theme-navigation a {
    44         text-decoration:none;
     44        text-decoration: none;
    4545}
    4646
    4747/* Position admin messages */
     
    6666        position: relative;
    6767        width: 30.6%;
    6868        border: 1px solid #dedede;
    69         -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
    70         box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
     69        -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
     70        box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    7171        -webkit-box-sizing: border-box;
    7272        -moz-box-sizing: border-box;
    7373        box-sizing: border-box;
     
    9393        height: 18px;
    9494        margin: 0;
    9595        padding: 15px;
    96         -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    97         box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
     96        -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
     97        box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    9898        overflow: hidden;
    9999        white-space: nowrap;
    100100        text-overflow: ellipsis;
    101101        background: #fff;
    102         background: rgba(255,255,255,0.65);
     102        background: rgba(255, 255, 255, 0.65);
    103103}
    104104
    105105/* Activate and Customize buttons, shown on hover and focus */
     
    114114        height: 38px;
    115115        padding: 9px 10px 0 10px;
    116116        background: rgba(244, 244, 244, 0.7);
    117         border-left: 1px solid rgba(0,0,0,0.05);
     117        border-left: 1px solid rgba(0, 0, 0, 0.05);
    118118}
    119119
    120120.theme-browser .theme:hover .theme-actions,
     
    148148}
    149149
    150150.theme-browser .theme .theme-screenshot:after {
    151         content: '';
     151        content: "";
    152152        display: block;
    153153        padding-top: 66.66666%; /* using a 3/2 aspect ratio */
    154154}
     
    182182        right: 25%;
    183183        left: 25%;
    184184        background: #222;
    185         background: rgba(0,0,0,0.7);
     185        background: rgba(0, 0, 0, 0.7);
    186186        color: #fff;
    187187        font-size: 15px;
    188         text-shadow: 0 1px 0 rgba(0,0,0,0.6);
     188        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    189189        -webkit-font-smoothing: antialiased;
    190190        font-weight: 600;
    191191        padding: 15px 12px;
     
    232232        top: 0;
    233233        right: 0;
    234234        left: 0;
    235         border-bottom: 1px solid rgba(0,0,0,0.25);
     235        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    236236        overflow: hidden;
    237237}
    238238
    239239.theme-browser .theme .theme-update:before,
    240240.theme-browser .theme .theme-installed:before {
    241         content: '\f463';
     241        content: "\f463";
    242242        display: inline-block;
    243         font: normal 20px/1 'dashicons';
     243        font: normal 20px/1 "dashicons";
    244244        margin: 0 6px 0 0;
    245245        opacity: 0.8;
    246246        position: relative;
     
    258258        color: #fff;
    259259        padding-right: 110px;
    260260        font-weight: 300;
    261         -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
    262         box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
     261        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
     262        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    263263}
    264264
    265265.theme-browser .theme.active .theme-name span {
     
    267267}
    268268
    269269.theme-browser .theme.active .theme-actions {
    270         background: rgba(49,49,49,0.7);
     270        background: rgba(49, 49, 49, 0.7);
    271271        border-left: none;
    272272        opacity: 1;
    273273}
     
    315315
    316316.theme-browser .theme.add-new-theme:after {
    317317        display: block;
    318         content: '';
     318        content: "";
    319319        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    320320        opacity: 1;
    321321        background: transparent;
     
    342342        -webkit-border-radius: 50%;
    343343        border-radius: 50%;
    344344        display: inline-block;
    345         content: '\f132';
     345        content: "\f132";
    346346        -webkit-font-smoothing: antialiased;
    347         font: normal 74px/115px 'dashicons';
     347        font: normal 74px/115px "dashicons";
    348348        width: 100px;
    349349        height: 100px;
    350350        vertical-align: middle;
     
    357357        text-indent: -4px;
    358358        padding: 0;
    359359        text-shadow: none;
    360         z-index:4;
     360        z-index: 4;
    361361}
    362362
    363363.rtl .theme-browser .theme.add-new-theme span:after {
     
    380380        border-color: transparent;
    381381        color: #fff;
    382382        background: #0074a2;
    383         content: '';
     383        content: "";
    384384}
    385385
    386386.theme-browser .theme.add-new-theme .theme-name {
     
    425425        top: 0;
    426426        bottom: 0;
    427427        background: #f1f1f1;
    428         background: rgba( 238, 238, 238, 0.9 );
     428        background: rgba(238, 238, 238, 0.9);
    429429        z-index: 10;
    430430}
    431431
     
    459459}
    460460
    461461.theme-overlay .theme-header .close:before {
    462         font: normal 30px/50px 'dashicons' !important;
     462        font: normal 30px/50px "dashicons" !important;
    463463        color: #777;
    464464        display: inline-block;
    465         content: '\f335';
     465        content: "\f335";
    466466        font-weight: 300;
    467467}
    468468
     
    501501
    502502.theme-overlay .theme-header .right:before,
    503503.theme-overlay .theme-header .left:before {
    504         font: normal 20px/50px 'dashicons' !important;
     504        font: normal 20px/50px "dashicons" !important;
    505505        display: inline;
    506506        font-weight: 300;
    507507}
    508508
    509509.theme-overlay .theme-header .left:before {
    510         content: '\f340';
     510        content: "\f340";
    511511}
    512512
    513513.theme-overlay .theme-header .right:before {
    514         content: '\f344';
     514        content: "\f344";
    515515}
    516516
    517517.rtl .theme-overlay .theme-header .left:before {
    518         content: '\f345';
     518        content: "\f345";
    519519}
    520520
    521521.rtl .theme-overlay .theme-header .right:before {
    522         content: '\f341';
     522        content: "\f341";
    523523}
    524524
    525525.theme-overlay .theme-wrap {
     
    639639        box-sizing: border-box;
    640640        overflow: hidden;
    641641        position: relative;
    642         -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    643         box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
     642        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
     643        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    644644}
    645645
    646646.theme-overlay .screenshot:after {
    647         content: '';
     647        content: "";
    648648        display: block;
    649649        padding-top: 75%; /* using a 4/3 aspect ratio */
    650650}
     
    679679}
    680680
    681681.theme-overlay .screenshot.thumb:after {
    682         content: '';
     682        content: "";
    683683        display: block;
    684684        padding-top: 100%; /* using a 1/1 aspect ratio */
    685685}
     
    895895                margin-right: 0;
    896896        }
    897897}
     898
    898899/* Maximum screenshot width reaches 440px */
    899900@media only screen and (max-width: 1120px) {
    900901        .theme-browser .theme {
     
    10361037        }
    10371038
    10381039        .theme-browser .theme.add-new-theme span:after {
    1039                 font: normal 60px/90px 'dashicons';
     1040                font: normal 60px/90px "dashicons";
    10401041                width: 80px;
    10411042                height: 80px;
    10421043                top: 30%;
     
    10491050                margin: 0 -12px 0 -10px;
    10501051                padding: 10px;
    10511052        }
     1053       
    10521054        .single-theme .theme-overlay .theme-about {
    10531055                padding: 10px;
    10541056                overflow: visible;
    10551057        }
     1058       
    10561059        .single-theme .current-label {
    10571060                display: none;
    10581061        }
     1062       
    10591063        .single-theme .theme-overlay .theme-actions {
    10601064                position: static;
    10611065        }
     
    10821086        background: #0074a2;
    10831087}
    10841088.theme-browser .theme .theme-installed:before {
    1085         content: '\f147';
     1089        content: "\f147";
    10861090}
    10871091.theme-browser .theme.is-installed .theme-actions .button-primary {
    10881092        display: none !important;
     
    10901094
    10911095.theme-navigation {
    10921096        background: #fff;
    1093         -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    1094         box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
     1097        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
     1098        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    10951099        -webkit-box-sizing: border-box;
    10961100        -moz-box-sizing: border-box;
    10971101        box-sizing: border-box;
     
    12211225        font-weight: normal;
    12221226        font-style: normal;
    12231227        vertical-align: top;
    1224         -webkit-transition: color .1s ease-in 0;
    1225         transition: color .1s ease-in 0;
     1228        -webkit-transition: color 0.1s ease-in 0;
     1229        transition: color 0.1s ease-in 0;
    12261230        text-align: center;
    12271231}
    12281232.more-filters.current:before {
     
    12581262        background: #fff;
    12591263        margin: 0 1% 0 0;
    12601264        border: 1px solid #e5e5e5;
    1261         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    1262         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     1265        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
     1266        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    12631267        padding: 10px;
    12641268}
    12651269.more-filters-container .wide-filters-group {
     
    13081312.more-filters-container .filtering-by .tag {
    13091313        background: #fff;
    13101314        border: 1px solid #e5e5e5;
    1311         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    1312         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     1315        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
     1316        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    13131317        font-size: 11px;
    13141318        margin: 0 5px;
    13151319        padding: 4px 8px;
     
    13941398        content: "\f154";
    13951399        display: inline-block;
    13961400        -webkit-font-smoothing: antialiased;
    1397         font: normal 20px/1 'dashicons';
     1401        font: normal 20px/1 "dashicons";
    13981402        vertical-align: top;
    13991403}
    14001404/* Half stars */
     
    15631567}
    15641568
    15651569.wp-full-overlay-sidebar:after {
    1566         content: '';
     1570        content: "";
    15671571        display: block;
    15681572        position: absolute;
    15691573        top: 0;
     
    16641668        float: left;
    16651669        content: "\f148";
    16661670        background: #eee;
    1667         font: normal 20px/1 'dashicons';
     1671        font: normal 20px/1 "dashicons";
    16681672        speak: none;
    16691673        display: block;
    16701674        padding: 0;
     
    17071711.wp-full-overlay .theme-navigation {
    17081712        padding: 10px 20px;
    17091713        position: absolute;
    1710                 bottom: 10px;
     1714        bottom: 10px;
    17111715        text-align: left;
    17121716}
    17131717.wp-full-overlay .theme-navigation .next-theme {
  • wp-admin/css/widgets.css

     
    275275/* Dragging a widget over a closed sidebar */
    276276#widgets-right .widgets-holder-wrap.widget-hover {
    277277        border-color: #777;
    278         -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    279         box-shadow: 0 1px 2px rgba(0,0,0,0.3);
     278        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
     279        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    280280}
    281281
    282282/* Accessibility Mode */
     
    420420div#widgets-right .widget-top:hover,
    421421#widgets-left .widget-top:hover {
    422422        border-color: #999;
    423         -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    424         box-shadow: 0 1px 2px rgba(0,0,0,0.1);
     423        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
     424        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    425425}
    426426
    427427.widgets-chooser ul.widgets-chooser-sidebars {
     
    453453
    454454.widgets-chooser li:hover,
    455455.widgets-chooser li:focus {
    456         background: rgba(255,255,255,0.7);
     456        background: rgba(255, 255, 255, 0.7);
    457457}
    458458
    459459.widgets-chooser li:focus:before {
    460         content: '\f147';
     460        content: "\f147";
    461461        display: block;
    462462        -webkit-font-smoothing: antialiased;
    463         font: normal 26px/1 'dashicons';
     463        font: normal 26px/1 "dashicons";
    464464        color: #999;
    465465        position: absolute;
    466466        top: 7px;
     
    478478
    479479.widgets-chooser li.widgets-chooser-selected:before,
    480480.widgets-chooser li.widgets-chooser-selected:focus:before {
    481         content: '\f147';
     481        content: "\f147";
    482482        display: block;
    483483        -webkit-font-smoothing: antialiased;
    484         font: normal 26px/1 'dashicons';
     484        font: normal 26px/1 "dashicons";
    485485        color: #fff;
    486486        position: absolute;
    487487        top: 7px;
  • wp-includes/css/admin-bar.css

     
    139139#wpadminbar .shortlink-input {
    140140        margin: 0;
    141141        padding: 0;
    142         -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    143         box-shadow: 0 3px 5px rgba(0,0,0,0.2);
     142        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
     143        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    144144        background: #333;
    145145        display: none;
    146146        position: absolute;
     
    230230#wpadminbar .ab-item:before {
    231231        position: relative;
    232232        float: left;
    233         font: normal 20px/1 'dashicons';
     233        font: normal 20px/1 "dashicons";
    234234        speak: none;
    235235        padding: 4px 0;
    236236        -webkit-font-smoothing: antialiased;
     
    249249#wpadminbar .ab-item:before,
    250250#wpadminbar #adminbarsearch:before {
    251251        position: relative;
    252         -webkit-transition: all .1s ease-in-out;
    253         transition: all .1s ease-in-out;
     252        -webkit-transition: all 0.1s ease-in-out;
     253        transition: all 0.1s ease-in-out;
    254254}
    255255
    256256#wpadminbar .ab-label {
     
    290290#wpadminbar .menupop .menupop > .ab-item:before,
    291291#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
    292292        position: absolute;
    293         font: normal 17px/1 'dashicons';
     293        font: normal 17px/1 "dashicons";
    294294        speak: none;
    295295        -webkit-font-smoothing: antialiased;
    296296        -moz-osx-font-smoothing: grayscale;
     
    304304#wpadminbar .menupop .menupop > .ab-item:before {
    305305        top: 1px;
    306306        right: 4px;
    307         content: '\f139';
     307        content: "\f139";
    308308        color: inherit;
    309309}
    310310
     
    316316#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
    317317        top: 5px;
    318318        left: 3px;
    319         content: '\f141';
     319        content: "\f141";
    320320}
    321321
    322322#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
     
    465465}
    466466
    467467#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    468         content: '\f120';
     468        content: "\f120";
    469469        top: 2px;
    470470}
    471471
     
    474474 */
    475475#wpadminbar .quicklinks li .blavatar {
    476476        float: left;
    477         font: normal 16px/1 'dashicons' !important;
     477        font: normal 16px/1 "dashicons" !important;
    478478        speak: none;
    479479        -webkit-font-smoothing: antialiased;
    480480        -moz-osx-font-smoothing: grayscale;
     
    486486}
    487487
    488488#wpadminbar .quicklinks li .blavatar:before {
    489         content: '\f120';
     489        content: "\f120";
    490490        height: 16px;
    491491        width: 16px;
    492492        display: inline-block;
     
    499499
    500500#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
    501501#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
    502         content: '\f112';
     502        content: "\f112";
    503503        top: 2px;
    504504}
    505505
    506506#wpadminbar #wp-admin-bar-edit > .ab-item:before {
    507         content: '\f464';
     507        content: "\f464";
    508508        top: 2px;
    509509}
    510510
     
    522522}
    523523
    524524#wpadminbar #wp-admin-bar-comments .ab-icon:before {
    525         content: '\f101';
     525        content: "\f101";
    526526        top: 3px;
    527527}
    528528
    529529#wpadminbar #wp-admin-bar-comments .count-0 {
    530         opacity: .5;
     530        opacity: 0.5;
    531531}
    532532
    533533/**
    534534 * New Content
    535535 */
    536536#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    537         content: '\f132';
     537        content: "\f132";
    538538        top: 4px;
    539539}
    540540
     
    542542 * Updates
    543543 */
    544544#wpadminbar #wp-admin-bar-updates .ab-icon:before {
    545         content: '\f463';
     545        content: "\f463";
    546546        top: 2px;
    547547}
    548548
     
    565565        top: 6px;
    566566        left: 5px;
    567567        z-index: 20;
    568         font: normal 20px/1 'dashicons' !important;
    569         content: '\f179';
     568        font: normal 20px/1 "dashicons" !important;
     569        content: "\f179";
    570570        speak: none;
    571571        -webkit-font-smoothing: antialiased;
    572572        -moz-osx-font-smoothing: grayscale;
     
    581581        padding: 0 3px 0 24px;
    582582        margin: 0;
    583583        color: #ccc;
    584         background-color: rgba( 255, 255, 255, 0 );
     584        background-color: rgba(255, 255, 255, 0);
    585585        border: none;
    586586        outline: none;
    587587        cursor: pointer;
     
    602602        z-index: 10;
    603603        color: #000;
    604604        width: 200px;
    605         background-color: rgba( 255, 255, 255, 0.9 );
     605        background-color: rgba(255, 255, 255, 0.9);
    606606        cursor: text;
    607607        border: 0;
    608608}
     
    680680        z-index: 100000;
    681681        line-height: normal;
    682682        text-decoration: none;
    683         -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    684         box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
     683        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     684        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    685685}
    686686
    687687/**
     
    836836        }
    837837
    838838        #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    839                 font: 28px/1 'dashicons' !important;
     839                font: 28px/1 "dashicons" !important;
    840840                top: -3px;
    841841        }
    842842
     
    872872        #wpadminbar #wp-admin-bar-my-account > .ab-item:before {
    873873                display: block;
    874874                text-indent: 0;
    875                 font: normal 32px/1 'dashicons';
     875                font: normal 32px/1 "dashicons";
    876876                speak: none;
    877877                top: 7px;
    878878                width: 52px;
  • wp-includes/css/buttons.css

     
    127127        color: #555;
    128128        border-color: #cccccc;
    129129        background: #f7f7f7;
    130         -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
    131         box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
     130        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
     131        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
    132132        vertical-align: top;
    133133}
    134134
     
    150150.wp-core-ui .button.focus,
    151151.wp-core-ui .button:focus,
    152152.wp-core-ui .button-secondary:focus {
    153         -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    154         box-shadow: 1px 1px 1px rgba(0,0,0,.2);
     153        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
     154        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    155155}
    156156
    157157.wp-core-ui .button.active,
     
    162162        background: #eee;
    163163        border-color: #999;
    164164        color: #333;
    165         -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    166         box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
     165        -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
     166        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
    167167}
    168168
    169169.wp-core-ui .button[disabled],
     
    189189.wp-core-ui .button-primary {
    190190        background: #2ea2cc;
    191191        border-color: #0074a2;
    192         -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
    193         box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
     192        -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
     193        box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
    194194        color: #fff;
    195195        text-decoration: none;
    196196}
     
    201201.wp-core-ui .button-primary:focus {
    202202        background: #1e8cbe;
    203203        border-color: #0074a2;
    204         -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
    205         box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
     204        -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
     205        box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
    206206        color: #fff;
    207207}
    208208
    209209.wp-core-ui .button-primary.focus,
    210210.wp-core-ui .button-primary:focus {
    211211        border-color: #0e3950;
    212         -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
    213         box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
     212        -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
     213        box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
    214214}
    215215
    216216.wp-core-ui .button-primary.active,
     
    220220        background: #1b7aa6;
    221221        border-color: #005684;
    222222        color: rgba(255,255,255,0.95);
    223         -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    224         box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
     223        -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
     224        box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    225225        vertical-align: top;
    226226}
    227227
     
    234234        border-color: #1b607f !important;
    235235        -webkit-box-shadow: none !important;
    236236        box-shadow: none !important;
    237         text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
     237        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
    238238        cursor: default;
    239239}
    240240
     
    331331                line-height: 28px;
    332332                padding: 0 12px 2px;
    333333        }
    334 
    335334}
  • wp-includes/css/dashicons.css

     
    2525        font-style: normal;
    2626        vertical-align: top;
    2727        text-align: center;
    28         -webkit-transition: color .1s ease-in 0;
    29         transition: color .1s ease-in 0;
     28        -webkit-transition: color 0.1s ease-in 0;
     29        transition: color 0.1s ease-in 0;
    3030        -webkit-font-smoothing: antialiased;
    3131        -moz-osx-font-smoothing: grayscale;
    3232}
     
    3434/* Admin Menu Icons */
    3535
    3636.dashicons-menu:before {
    37         content:"\f333";
     37        content: "\f333";
    3838}
    3939
    4040.dashicons-admin-site:before {
    41         content:"\f319";
     41        content: "\f319";
    4242}
    4343
    4444.dashicons-dashboard:before {
    45         content:"\f226";
     45        content: "\f226";
    4646}
    4747
    4848.dashicons-admin-media:before {
     
    9090}
    9191
    9292.dashicons-admin-collapse:before {
    93         content:"\f148";
     93        content: "\f148";
    9494}
    9595
    9696
     
    146146
    147147.dashicons-welcome-write-blog:before,
    148148.dashicons-welcome-edit-page:before {
    149         content:"\f119";
     149        content: "\f119";
    150150}
    151151
    152152.dashicons-welcome-add-page:before {
    153         content:"\f133";
     153        content: "\f133";
    154154}
    155155
    156156.dashicons-welcome-view-site:before {
    157         content:"\f115";
     157        content: "\f115";
    158158}
    159159
    160160.dashicons-welcome-widgets-menus:before {
    161         content:"\f116";
     161        content: "\f116";
    162162}
    163163
    164164.dashicons-welcome-comments:before {
    165         content:"\f117";
     165        content: "\f117";
    166166}
    167167
    168168.dashicons-welcome-learn-more:before {
    169         content:"\f118";
     169        content: "\f118";
    170170}
    171171
    172172
    173173/* Image Editing Icons */
    174174
    175175.dashicons-image-crop:before {
    176         content:"\f165";
     176        content: "\f165";
    177177}
    178178
    179179.dashicons-image-rotate-left:before {
    180         content:"\f166";
     180        content: "\f166";
    181181}
    182182
    183183.dashicons-image-rotate-right:before {
    184         content:"\f167";
     184        content: "\f167";
    185185}
    186186
    187187.dashicons-image-flip-vertical:before {
    188         content:"\f168";
     188        content: "\f168";
    189189}
    190190
    191191.dashicons-image-flip-horizontal:before {
    192         content:"\f169";
     192        content: "\f169";
    193193}
    194194
    195195
    196196/* Both Image Editing and TinyMCE */
    197197
    198198.dashicons-undo:before {
    199         content:"\f171";
     199        content: "\f171";
    200200}
    201201
    202202.dashicons-redo:before {
    203         content:"\f172";
     203        content: "\f172";
    204204}
    205205
    206206/* TinyMCE Icons */
    207207
    208208.dashicons-editor-bold:before {
    209         content:"\f200";
     209        content: "\f200";
    210210}
    211211
    212212.dashicons-editor-italic:before {
    213         content:"\f201";
     213        content: "\f201";
    214214}
    215215
    216216.dashicons-editor-ul:before {
    217         content:"\f203";
     217        content: "\f203";
    218218}
    219219
    220220.dashicons-editor-ol:before {
    221         content:"\f204";
     221        content: "\f204";
    222222}
    223223
    224224.dashicons-editor-quote:before {
    225         content:"\f205";
     225        content: "\f205";
    226226}
    227227
    228228.dashicons-editor-alignleft:before {
    229         content:"\f206";
     229        content: "\f206";
    230230}
    231231
    232232.dashicons-editor-aligncenter:before {
    233         content:"\f207";
     233        content: "\f207";
    234234}
    235235
    236236.dashicons-editor-alignright:before {
    237         content:"\f208";
     237        content: "\f208";
    238238}
    239239
    240240.dashicons-editor-insertmore:before {
    241         content:"\f209";
     241        content: "\f209";
    242242}
    243243
    244244.dashicons-editor-spellcheck:before {
    245         content:"\f210";
     245        content: "\f210";
    246246}
    247247
    248248.dashicons-editor-distractionfree:before,
     
    255255}
    256256
    257257.dashicons-editor-kitchensink:before {
    258         content:"\f212";
     258        content: "\f212";
    259259}
    260260
    261261.dashicons-editor-underline:before {
    262         content:"\f213";
     262        content: "\f213";
    263263}
    264264
    265265.dashicons-editor-justify:before {
    266         content:"\f214";
     266        content: "\f214";
    267267}
    268268
    269269.dashicons-editor-textcolor:before {
    270         content:"\f215";
     270        content: "\f215";
    271271}
    272272
    273273.dashicons-editor-paste-word:before {
    274         content:"\f216";
     274        content: "\f216";
    275275}
    276276
    277277.dashicons-editor-paste-text:before {
    278         content:"\f217";
     278        content: "\f217";
    279279}
    280280
    281281.dashicons-editor-removeformatting:before {
    282         content:"\f218";
     282        content: "\f218";
    283283}
    284284
    285285.dashicons-editor-video:before {
    286         content:"\f219";
     286        content: "\f219";
    287287}
    288288
    289289.dashicons-editor-customchar:before {
    290         content:"\f220";
     290        content: "\f220";
    291291}
    292292
    293293.dashicons-editor-outdent:before {
    294         content:"\f221";
     294        content: "\f221";
    295295}
    296296
    297297.dashicons-editor-indent:before {
    298         content:"\f222";
     298        content: "\f222";
    299299}
    300300
    301301.dashicons-editor-help:before {
    302         content:"\f223";
     302        content: "\f223";
    303303}
    304304
    305305.dashicons-editor-strikethrough:before {
    306         content:"\f224";
     306        content: "\f224";
    307307}
    308308
    309309.dashicons-editor-unlink:before {
    310         content:"\f225";
     310        content: "\f225";
    311311}
    312312
    313313.dashicons-editor-rtl:before {
    314         content:"\f320";
     314        content: "\f320";
    315315}
    316316
    317317.dashicons-editor-break:before {
    318         content:"\f474";
     318        content: "\f474";
    319319}
    320320
    321321.dashicons-editor-code:before {
    322         content:"\f475";
     322        content: "\f475";
    323323}
    324324
    325325.dashicons-editor-paragraph:before {
    326         content:"\f476";
     326        content: "\f476";
    327327}
    328328
    329329/* Post Icons */
    330330
    331331.dashicons-align-left:before {
    332         content:"\f135";
     332        content: "\f135";
    333333}
    334334
    335335.dashicons-align-right:before {
    336         content:"\f136";
     336        content: "\f136";
    337337}
    338338
    339339.dashicons-align-center:before {
    340         content:"\f134";
     340        content: "\f134";
    341341}
    342342
    343343.dashicons-align-none:before {
    344         content:"\f138";
     344        content: "\f138";
    345345}
    346346
    347347.dashicons-lock:before {
    348         content:"\f160";
     348        content: "\f160";
    349349}
    350350
    351351.dashicons-calendar:before {
    352         content:"\f145";
     352        content: "\f145";
    353353}
    354354
    355355.dashicons-visibility:before {
    356         content:"\f177";
     356        content: "\f177";
    357357}
    358358
    359359.dashicons-post-status:before {
    360         content:"\f173";
     360        content: "\f173";
    361361}
    362362
    363363.dashicons-edit:before {
    364         content:"\f464";
     364        content: "\f464";
    365365}
    366366
    367367.dashicons-post-trash:before,
    368368.dashicons-trash:before {
    369         content:"\f182";
     369        content: "\f182";
    370370}
    371371
    372372
     
    377377}
    378378
    379379.dashicons-arrow-up:before {
    380         content:"\f142";
     380        content: "\f142";
    381381}
    382382
    383383.dashicons-arrow-down:before {
    384         content:"\f140";
     384        content: "\f140";
    385385}
    386386
    387387.dashicons-arrow-left:before {
    388         content:"\f141";
     388        content: "\f141";
    389389}
    390390
    391391.dashicons-arrow-right:before {
    392         content:"\f139";
     392        content: "\f139";
    393393}
    394394
    395395.dashicons-arrow-up-alt:before {
    396         content:"\f342";
     396        content: "\f342";
    397397}
    398398
    399399.dashicons-arrow-down-alt:before {
    400         content:"\f346";
     400        content: "\f346";
    401401}
    402402
    403403.dashicons-arrow-left-alt:before {
    404         content:"\f340";
     404        content: "\f340";
    405405}
    406406
    407407.dashicons-arrow-right-alt:before {
    408         content:"\f344";
     408        content: "\f344";
    409409}
    410410
    411411.dashicons-arrow-up-alt2:before {
    412         content:"\f343";
     412        content: "\f343";
    413413}
    414414
    415415.dashicons-arrow-down-alt2:before {
    416         content:"\f347";
     416        content: "\f347";
    417417}
    418418
    419419.dashicons-arrow-left-alt2:before {
    420         content:"\f341";
     420        content: "\f341";
    421421}
    422422
    423423.dashicons-arrow-right-alt2:before {
    424         content:"\f345";
     424        content: "\f345";
    425425}
    426426
    427427.dashicons-leftright:before {
    428         content:"\f229";
     428        content: "\f229";
    429429}
    430430
    431431.dashicons-sort:before {
    432         content:"\f156";
     432        content: "\f156";
    433433}
    434434
    435435.dashicons-randomize:before {
     
    437437}
    438438
    439439.dashicons-list-view:before {
    440         content:"\f163";
     440        content: "\f163";
    441441}
    442442
    443443.dashicons-exerpt-view:before {
    444         content:"\f164";
     444        content: "\f164";
    445445}
    446446
    447447
     
    499499/* Internal/Products */
    500500
    501501.dashicons-wordpress:before {
    502         content:"\f120";
     502        content: "\f120";
    503503}
    504504
    505505.dashicons-wordpress-alt:before {
    506         content:"\f324";
     506        content: "\f324";
    507507}
    508508
    509509.dashicons-pressthis:before {
    510         content:"\f157";
     510        content: "\f157";
    511511}
    512512
    513513.dashicons-update:before {
    514         content:"\f463";
     514        content: "\f463";
    515515}
    516516
    517517.dashicons-screenoptions:before {
    518         content:"\f180";
     518        content: "\f180";
    519519}
    520520
    521521.dashicons-info:before {
    522         content:"\f348";
     522        content: "\f348";
    523523}
    524524
    525525.dashicons-cart:before {
    526         content:"\f174";
     526        content: "\f174";
    527527}
    528528
    529529.dashicons-feedback:before {
    530         content:"\f175";
     530        content: "\f175";
    531531}
    532532
    533533.dashicons-cloud:before {
    534         content:"\f176";
     534        content: "\f176";
    535535}
    536536
    537537.dashicons-translation:before {
    538         content:"\f326";
     538        content: "\f326";
    539539}
    540540
    541541
    542542/* Taxonomies */
    543543
    544544.dashicons-tag:before {
    545         content:"\f323";
     545        content: "\f323";
    546546}
    547547
    548548.dashicons-category:before {
    549         content:"\f318";
     549        content: "\f318";
    550550}
    551551
    552552
    553553/* Widget icons */
    554554
    555555.dashicons-archive:before {
    556         content:"\f480";
     556        content: "\f480";
    557557}
    558558
    559559.dashicons-tagcloud:before {
    560         content:"\f479";
     560        content: "\f479";
    561561}
    562562
    563563.dashicons-text:before {
    564         content:"\f478";
     564        content: "\f478";
    565565}
    566566
    567567
     
    615615/* Alerts/Notifications/Flags */
    616616
    617617.dashicons-yes:before {
    618         content:"\f147";
     618        content: "\f147";
    619619}
    620620
    621621.dashicons-no:before {
    622         content:"\f158";
     622        content: "\f158";
    623623}
    624624
    625625.dashicons-no-alt:before {
    626         content:"\f335";
     626        content: "\f335";
    627627}
    628628
    629629.dashicons-plus:before {
    630         content:"\f132";
     630        content: "\f132";
    631631}
    632632
    633633.dashicons-plus-alt:before {
     
    635635}
    636636
    637637.dashicons-minus:before {
    638         content:"\f460";
     638        content: "\f460";
    639639}
    640640
    641641.dashicons-dismiss:before {
    642         content:"\f153";
     642        content: "\f153";
    643643}
    644644
    645645.dashicons-marker:before {
    646         content:"\f159";
     646        content: "\f159";
    647647}
    648648
    649649.dashicons-star-filled:before {
    650         content:"\f155";
     650        content: "\f155";
    651651}
    652652
    653653.dashicons-star-half:before {
    654         content:"\f459";
     654        content: "\f459";
    655655}
    656656
    657657.dashicons-star-empty:before {
    658         content:"\f154";
     658        content: "\f154";
    659659}
    660660
    661661.dashicons-flag:before {
    662         content:"\f227";
     662        content: "\f227";
    663663}
    664664
    665665
    666666/* Social Icons */
    667667
    668668.dashicons-share:before {
    669         content:"\f237";
     669        content: "\f237";
    670670}
    671671
    672672.dashicons-share1:before {
    673         content:"\f237";
     673        content: "\f237";
    674674}
    675675
    676676.dashicons-share-alt:before {
    677         content:"\f240";
     677        content: "\f240";
    678678}
    679679
    680680.dashicons-share-alt2:before {
    681         content:"\f242";
     681        content: "\f242";
    682682}
    683683
    684684.dashicons-twitter:before {
    685         content:"\f301";
     685        content: "\f301";
    686686}
    687687
    688688.dashicons-rss:before {
    689         content:"\f303";
     689        content: "\f303";
    690690}
    691691
    692692.dashicons-email:before {
    693         content:"\f465";
     693        content: "\f465";
    694694}
    695695
    696696.dashicons-email-alt:before {
    697         content:"\f466";
     697        content: "\f466";
    698698}
    699699
    700700.dashicons-facebook:before {
    701         content:"\f304";
     701        content: "\f304";
    702702}
    703703
    704704.dashicons-facebook-alt:before {
    705         content:"\f305";
     705        content: "\f305";
    706706}
    707707
    708708.dashicons-networking:before {
    709         content:"\f325";
     709        content: "\f325";
    710710}
    711711
    712712.dashicons-googleplus:before {
    713         content:"\f462";
     713        content: "\f462";
    714714}
    715715
    716716
    717717/* Misc/CPT */
    718718
    719719.dashicons-location:before {
    720         content:"\f230";
     720        content: "\f230";
    721721}
    722722
    723723.dashicons-location-alt:before {
    724         content:"\f231";
     724        content: "\f231";
    725725}
    726726
    727727.dashicons-camera:before {
    728         content:"\f306";
     728        content: "\f306";
    729729}
    730730
    731731.dashicons-images-alt:before {
    732         content:"\f232";
     732        content: "\f232";
    733733}
    734734
    735735.dashicons-images-alt2:before {
    736         content:"\f233";
     736        content: "\f233";
    737737}
    738738
    739739.dashicons-video-alt:before {
    740         content:"\f234";
     740        content: "\f234";
    741741}
    742742
    743743.dashicons-video-alt2:before {
    744         content:"\f235";
     744        content: "\f235";
    745745}
    746746
    747747.dashicons-video-alt3:before {
    748         content:"\f236";
     748        content: "\f236";
    749749}
    750750
    751751.dashicons-vault:before {
    752         content:"\f178";
     752        content: "\f178";
    753753}
    754754
    755755.dashicons-shield:before {
    756         content:"\f332";
     756        content: "\f332";
    757757}
    758758
    759759.dashicons-shield-alt:before {
    760         content:"\f334";
     760        content: "\f334";
    761761}
    762762
    763763.dashicons-sos:before {
    764         content:"\f468";
     764        content: "\f468";
    765765}
    766766
    767767.dashicons-search:before {
    768         content:"\f179";
     768        content: "\f179";
    769769}
    770770
    771771.dashicons-slides:before {
    772         content:"\f181";
     772        content: "\f181";
    773773}
    774774
    775775.dashicons-analytics:before {
    776         content:"\f183";
     776        content: "\f183";
    777777}
    778778
    779779.dashicons-chart-pie:before {
    780         content:"\f184";
     780        content: "\f184";
    781781}
    782782
    783783.dashicons-chart-bar:before {
    784         content:"\f185";
     784        content: "\f185";
    785785}
    786786
    787787.dashicons-chart-line:before {
    788         content:"\f238";
     788        content: "\f238";
    789789}
    790790
    791791.dashicons-chart-area:before {
    792         content:"\f239";
     792        content: "\f239";
    793793}
    794794
    795795.dashicons-groups:before {
    796         content:"\f307";
     796        content: "\f307";
    797797}
    798798
    799799.dashicons-businessman:before {
    800         content:"\f338";
     800        content: "\f338";
    801801}
    802802
    803803.dashicons-id:before {
    804         content:"\f336";
     804        content: "\f336";
    805805}
    806806
    807807.dashicons-id-alt:before {
    808         content:"\f337";
     808        content: "\f337";
    809809}
    810810
    811811.dashicons-products:before {
    812         content:"\f312";
     812        content: "\f312";
    813813}
    814814
    815815.dashicons-awards:before {
    816         content:"\f313";
     816        content: "\f313";
    817817}
    818818
    819819.dashicons-forms:before {
    820         content:"\f314";
     820        content: "\f314";
    821821}
    822822
    823823.dashicons-testimonial:before {
    824         content:"\f473";
     824        content: "\f473";
    825825}
    826826
    827827.dashicons-portfolio:before {
    828         content:"\f322";
     828        content: "\f322";
    829829}
    830830
    831831.dashicons-book:before {
    832         content:"\f330";
     832        content: "\f330";
    833833}
    834834
    835835.dashicons-book-alt:before {
    836         content:"\f331";
     836        content: "\f331";
    837837}
    838838
    839839.dashicons-download:before {
    840         content:"\f316";
     840        content: "\f316";
    841841}
    842842
    843843.dashicons-upload:before {
    844         content:"\f317";
     844        content: "\f317";
    845845}
    846846
    847847.dashicons-backup:before {
    848         content:"\f321";
     848        content: "\f321";
    849849}
    850850
    851851.dashicons-clock:before {
    852         content:"\f469";
     852        content: "\f469";
    853853}
    854854
    855855.dashicons-lightbulb:before {
    856         content:"\f339";
     856        content: "\f339";
    857857}
    858858
    859859.dashicons-microphone:before {
     
    861861}
    862862
    863863.dashicons-desktop:before {
    864         content:"\f472";
     864        content: "\f472";
    865865}
    866866
    867867.dashicons-tablet:before {
    868         content:"\f471";
     868        content: "\f471";
    869869}
    870870
    871871.dashicons-smartphone:before {
    872         content:"\f470";
     872        content: "\f470";
    873873}
    874874
    875875.dashicons-smiley:before {
    876         content:"\f328";
     876        content: "\f328";
    877877}
  • wp-includes/css/editor.css

     
    2121.mce-window {
    2222        -webkit-border-radius: 0;
    2323        border-radius: 0;
    24         -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    25         box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
     24        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
     25        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    2626        -webkit-font-smoothing: subpixel-antialiased;
    2727}
    2828
     
    5757}
    5858
    5959.mce-window .mce-window-head .mce-close:before {
    60         font: normal 20px/36px 'dashicons';
     60        font: normal 20px/36px "dashicons";
    6161        text-align: center;
    6262        color: #666;
    6363        width: 36px;
     
    7070}
    7171
    7272.mce-window .mce-window-head .mce-dragh {
    73         width: -webkit-calc( 100% - 36px );
    74         width: calc( 100% - 36px );
     73        width: -webkit-calc(100% - 36px);
     74        width: calc(100% - 36px);
    7575}
    7676
    7777.mce-wp-help .mce-window-head {
     
    8383        border: 1px solid #ddd;
    8484        -webkit-border-radius: 0;
    8585        border-radius: 0;
    86         -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    87         box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    88         -webkit-transition: .05s border-color ease-in-out;
    89         transition: .05s border-color ease-in-out;
     86        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
     87        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
     88        -webkit-transition: 0.05s border-color ease-in-out;
     89        transition: 0.05s border-color ease-in-out;
    9090}
    9191
    9292.mce-textbox:focus,
    9393.mce-textbox.mce-focus,
    9494.mce-checkbox:focus i.mce-i-checkbox {
    9595        border-color: #5b9dd9;
    96         -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
    97         box-shadow: 0 0 2px rgba(30,140,190,0.8);
     96        -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
     97        box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
    9898}
    9999
    100100/* TinyMCE menus */
    101101.mce-menu,
    102102.mce-floatpanel.mce-popover {
    103         border-color: rgba(0,0,0,0.15);
     103        border-color: rgba(0, 0, 0, 0.15);
    104104        -webkit-border-radius: 0;
    105105        border-radius: 0;
    106         -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
    107         box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
     106        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
     107        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    108108}
    109109
    110110.mce-floatpanel.mce-popover.mce-bottom {
     
    200200        background: #fafafa;
    201201        border-color: #999;
    202202        color: #222;
    203         -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
    204         box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
     203        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
     204        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
    205205}
    206206
    207207.mce-toolbar .mce-btn-group .mce-btn.mce-active,
     
    210210#wp-fullscreen-buttons .mce-btn:active {
    211211        background: #ebebeb;
    212212        border-color: #999;
    213         -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
    214         box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
     213        -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
     214        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
    215215}
    216216
    217217.mce-toolbar .mce-btn-group .mce-btn.mce-active:hover {
     
    270270    direction: ltr;
    271271    background: #fff;
    272272    border: 1px solid #ddd;
    273     -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
    274     box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
     273    -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
     274    box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
    275275}
    276276
    277277.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
     
    395395        -webkit-border-radius: 3px;
    396396        border-radius: 3px;
    397397        white-space: nowrap;
    398         -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
    399         box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
     398        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
     399        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
    400400        background-image: none;
    401401}
    402402
     
    415415}
    416416
    417417.mce-window .mce-btn:focus {
    418         -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    419         box-shadow: 1px 1px 1px rgba(0,0,0,.2);
     418        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
     419        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    420420}
    421421
    422422.mce-window .mce-btn:active {
    423423        background: #eee;
    424424        border-color: #999;
    425425        color: #333;
    426         -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    427         box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
     426        -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
     427        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
    428428}
    429429
    430430.mce-window .mce-btn.mce-disabled {
     
    439439.mce-window .mce-btn.mce-primary {
    440440        background: #2ea2cc;
    441441        border-color: #0074a2;
    442         -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
    443         box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
     442        -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
     443        box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
    444444        color: #fff;
    445445        text-decoration: none;
    446446}
     
    448448.mce-window .mce-btn.mce-primary:hover {
    449449        background: #1e8cbe;
    450450        border-color: #0074a2;
    451         -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
    452         box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
     451        -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
     452        box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
    453453        color: #fff;
    454454}
    455455
    456456.mce-window .mce-btn.mce-primary:focus {
    457457        border-color: #0e3950;
    458         -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
    459         box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
     458        -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
     459        box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
    460460}
    461461
    462462.mce-window .mce-btn.mce-primary:active {
    463463        background: #1b7aa6;
    464464        border-color: #005684;
    465         color: rgba(255,255,255,0.95);
    466         -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    467         box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
     465        color: rgba(255, 255, 255, 0.95);
     466        -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
     467        box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    468468}
    469469
    470470.mce-window .mce-btn.mce-primary.mce-disabled {
    471471        color: #94cde7;
    472472        background: #298cba;
    473473        border-color: #1b607f;
    474         text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
     474        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    475475}
    476476
    477477.mce-menubtn.mce-fixed-width button span {
     
    506506}
    507507
    508508.mce-tooltip-inner {
    509         -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
    510         box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
     509        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
     510        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    511511        color: #fff;
    512512        font-size: 12px;
    513513}
    514514
    515515/* TinyMCE icons */
    516516.mce-ico {
    517         font-family: 'tinymce', Arial;
     517        font-family: "tinymce", Arial;
    518518}
    519519
    520520.mce-btn-small .mce-ico {
    521     font-family: 'tinymce-small', Arial;
     521    font-family: "tinymce-small", Arial;
    522522}
    523523
    524524.mce-toolbar .mce-ico {
     
    585585i.mce-i-wp_page,
    586586i.mce-i-hr,
    587587.mce-close {
    588         font: normal 20px/1 'dashicons';
     588        font: normal 20px/1 "dashicons";
    589589        padding: 0;
    590590        vertical-align: top;
    591591        speak: none;
     
    596596}
    597597
    598598.qt-fullscreen {
    599         font: normal 20px/1 'dashicons';
     599        font: normal 20px/1 "dashicons";
    600600        vertical-align: top;
    601601        speak: none;
    602602        -webkit-font-smoothing: antialiased;
     
    604604}
    605605
    606606i.mce-i-bold:before {
    607         content: '\f200';
     607        content: "\f200";
    608608}
    609609
    610610i.mce-i-italic:before {
    611         content: '\f201';
     611        content: "\f201";
    612612}
    613613
    614614i.mce-i-bullist:before {
    615         content: '\f203';
     615        content: "\f203";
    616616}
    617617
    618618i.mce-i-numlist:before {
    619         content: '\f204';
     619        content: "\f204";
    620620}
    621621
    622622i.mce-i-blockquote:before {
    623         content: '\f205';
     623        content: "\f205";
    624624}
    625625
    626626i.mce-i-alignleft:before {
    627         content: '\f206';
     627        content: "\f206";
    628628}
    629629
    630630i.mce-i-aligncenter:before {
    631         content: '\f207';
     631        content: "\f207";
    632632}
    633633
    634634i.mce-i-alignright:before {
    635         content: '\f208';
     635        content: "\f208";
    636636}
    637637
    638638i.mce-i-link:before {
    639         content: '\f103';
     639        content: "\f103";
    640640}
    641641
    642642i.mce-i-unlink:before {
    643         content: '\f225';
     643        content: "\f225";
    644644}
    645645
    646646i.mce-i-wp_more:before {
    647         content: '\f209';
     647        content: "\f209";
    648648}
    649649
    650650i.mce-i-strikethrough:before {
    651         content: '\f224';
     651        content: "\f224";
    652652}
    653653
    654654i.mce-i-spellchecker:before {
    655         content: '\f210';
     655        content: "\f210";
    656656}
    657657
    658658i.mce-i-fullscreen:before,
    659659i.mce-i-wp_fullscreen:before,
    660660.qt-fullscreen:before {
    661         content: '\f211';
     661        content: "\f211";
    662662}
    663663
    664664i.mce-i-wp_adv:before {
    665         content: '\f212';
     665        content: "\f212";
    666666}
    667667
    668668i.mce-i-underline:before {
    669         content: '\f213';
     669        content: "\f213";
    670670}
    671671
    672672i.mce-i-alignjustify:before {
    673         content: '\f214';
     673        content: "\f214";
    674674}
    675675
    676676i.mce-i-forecolor:before {
    677         content: '\f215';
     677        content: "\f215";
    678678}
    679679
    680680i.mce-i-pastetext:before {
    681         content: '\f217';
     681        content: "\f217";
    682682}
    683683
    684684i.mce-i-removeformat:before {
    685         content: '\f218';
     685        content: "\f218";
    686686}
    687687
    688688i.mce-i-charmap:before {
    689         content: '\f220';
     689        content: "\f220";
    690690}
    691691
    692692i.mce-i-outdent:before {
    693         content: '\f221';
     693        content: "\f221";
    694694}
    695695
    696696i.mce-i-indent:before {
    697         content: '\f222';
     697        content: "\f222";
    698698}
    699699
    700700i.mce-i-undo:before {
    701         content: '\f171';
     701        content: "\f171";
    702702}
    703703
    704704i.mce-i-redo:before {
    705         content: '\f172';
     705        content: "\f172";
    706706}
    707707
    708708i.mce-i-help:before,
    709709i.mce-i-wp_help:before {
    710         content: '\f223';
     710        content: "\f223";
    711711}
    712712
    713713i.mce-i-wp-media-library:before {
    714         content: '\f104';
     714        content: "\f104";
    715715}
    716716
    717717i.mce-i-ltr:before {
    718         content: '\f320';
     718        content: "\f320";
    719719}
    720720
    721721i.mce-i-wp_page:before {
    722         content: '\f105';
     722        content: "\f105";
    723723}
    724724
    725725i.mce-i-hr:before {
    726         content: '\f460';
     726        content: "\f460";
    727727}
    728728
    729729.mce-close:before {
    730         content: '\f158';
     730        content: "\f158";
    731731}
    732732
    733733.mce-i-wp_code:before {
    734         content: '\e017';
     734        content: "\e017";
    735735}
    736736
    737737/* Editors */
     
    863863}
    864864
    865865.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
    866         font: normal 18px/1 'dashicons';
     866        font: normal 18px/1 "dashicons";
    867867        speak: none;
    868868        -webkit-font-smoothing: antialiased;
    869869        -moz-osx-font-smoothing: grayscale;
    870870}
    871871
    872872.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
    873         content: '\f104';
     873        content: "\f104";
    874874}
    875875
    876876/* Quicktags */
     
    985985#wp-link-wrap {
    986986        display: none;
    987987        background-color: #fff;
    988         -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    989         box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
     988        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
     989        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    990990        width: 500px;
    991991        height: 250px;
    992992        overflow: hidden;
     
    10501050}
    10511051
    10521052#wp-link-close:before {
    1053         font: normal 20px/36px 'dashicons';
     1053        font: normal 20px/36px "dashicons";
    10541054        vertical-align: top;
    10551055        speak: none;
    10561056        -webkit-font-smoothing: antialiased;
    10571057        -moz-osx-font-smoothing: grayscale;
    10581058        width: 36px;
    10591059        height: 36px;
    1060         content: '\f158';
     1060        content: "\f158";
    10611061}
    10621062
    10631063#wp-link-close:hover,
     
    10861086}
    10871087
    10881088#wp-link-search-toggle::after {
    1089         font: normal 20px/1 'dashicons';
     1089        font: normal 20px/1 "dashicons";
    10901090        vertical-align: top;
    10911091        speak: none;
    10921092        -webkit-font-smoothing: antialiased;
    10931093        -moz-osx-font-smoothing: grayscale;
    1094         content: '\f140';
     1094        content: "\f140";
    10951095}
    10961096
    10971097.search-panel-visible #wp-link-search-toggle::after {
    1098         content: '\f142';
     1098        content: "\f142";
    10991099}
    11001100
    11011101#wp-link input[type="text"] {
     
    14101410        background-image: none;
    14111411}
    14121412.clearlooks2 .mceClose:before {
    1413         content: '\f158';
    1414         font: normal 20px/1 'dashicons';
     1413        content: "\f158";
     1414        font: normal 20px/1 "dashicons";
    14151415        speak: none;
    14161416        -webkit-font-smoothing: antialiased;
    14171417        -moz-osx-font-smoothing: grayscale;
     
    14211421
    14221422/* from colors.css
    14231423.clearlooks2 {
    1424         box-shadow: 0 5px 15px rgba(0,0,0,0.7);
     1424        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
    14251425}
    14261426
    14271427.clearlooks2 .mceMiddle span,
  • wp-includes/css/jquery-ui-dialog.css

     
    5353        left: 0;
    5454        position: absolute;
    5555        opacity: 0;
    56         filter:Alpha(Opacity=0);
     56        filter: Alpha(Opacity=0);
    5757}
    5858
    5959/* Interaction Cues
     
    181181        color: #555;
    182182        border-color: #cccccc;
    183183        background: #f7f7f7;
    184         -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
    185         box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
     184        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
     185        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
    186186        vertical-align: top;
    187187}
    188188
     
    201201}
    202202
    203203.ui-button:focus {
    204         -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    205         box-shadow: 1px 1px 1px rgba(0,0,0,.2);
     204        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
     205        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    206206}
    207207
    208208.ui-button:active {
    209209        background: #eee;
    210210        border-color: #999;
    211211        color: #333;
    212         -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    213         box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
     212        -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
     213        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
    214214        outline: none;
    215215}
    216216
     
    246246        left: 0;
    247247        z-index: 100102;
    248248        background-color: #fff;
    249         -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    250         box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
     249        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
     250        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    251251}
    252252
    253253.ui-dialog-titlebar {
     
    278278}
    279279
    280280.ui-dialog-titlebar-close:before {
    281         font: normal 20px/1 'dashicons';
     281        font: normal 20px/1 "dashicons";
    282282        vertical-align: top;
    283283        speak: none;
    284284        -webkit-font-smoothing: antialiased;
     
    286286        line-height: 36px;
    287287        width: 36px;
    288288        height: 36px;
    289         content: '\f158';
     289        content: "\f158";
    290290}
    291291
    292292.ui-button.ui-dialog-titlebar-close:hover {
  • wp-includes/css/media-views.css

     
    157157}
    158158
    159159.media-modal-close .media-modal-icon:before {
    160         content: '\f158';
    161         font: normal 20px/1 'dashicons';
     160        content: "\f158";
     161        font: normal 20px/1 "dashicons";
    162162        speak: none;
    163163        vertical-align: middle;
    164164        -webkit-font-smoothing: antialiased;
     
    182182        bottom: 0;
    183183        overflow: auto;
    184184        min-height: 300px;
    185         -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
    186         box-shadow: 0 5px 15px rgba(0,0,0,0.7);
     185        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
     186        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
    187187        background: #fcfcfc;
    188188        -webkit-font-smoothing: subpixel-antialiased;
    189189}
     
    424424
    425425.media-menu > a:hover {
    426426        color: #21759B;
    427         background: rgba( 0, 0, 0, 0.04 );
     427        background: rgba(0, 0, 0, 0.04);
    428428}
    429429
    430430.media-menu > a:active {
     
    592592
    593593.media-frame.hide-router .media-frame-title {
    594594        border-bottom: 1px solid #dfdfdf;
    595         -webkit-box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1 );
    596         box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1 );
     595        -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
     596        box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
    597597}
    598598
    599599.media-frame-title h1 {
     
    710710        width: 199px;
    711711        height: 199px;
    712712        -webkit-box-shadow:
    713                 inset 0 0 15px rgba( 0, 0, 0, 0.1 ),
    714                 inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );
     713                inset 0 0 15px rgba(0, 0, 0, 0.1),
     714                inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    715715        box-shadow:
    716                 inset 0 0 15px rgba( 0, 0, 0, 0.1 ),
    717                 inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );
     716                inset 0 0 15px rgba(0, 0, 0, 0.1),
     717                inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    718718        background: #eee;
    719719        cursor: pointer;
    720720}
     
    737737}
    738738
    739739.attachment-preview .thumbnail:after {
    740         content: '';
     740        content: "";
    741741        display: block;
    742742        position: absolute;
    743743        top: 0;
    744744        left: 0;
    745745        right: 0;
    746746        bottom: 0;
    747         -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
    748         box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
     747        -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
     748        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    749749        overflow: hidden;
    750750}
    751751
     
    762762        left: 0;
    763763        width: 100%;
    764764        height: 100%;
    765         -webkit-transform: translate( 50%, 50% );
    766         -ms-transform: translate( 50%, 50% );
    767         transform: translate( 50%, 50% );
     765        -webkit-transform: translate(50%, 50%);
     766        -ms-transform: translate(50%, 50%);
     767        transform: translate(50%, 50%);
    768768}
    769769
    770770.attachment .thumbnail .centered img {
    771         -webkit-transform: translate( -50%, -50% );
    772         -ms-transform: translate( -50%, -50% );
    773         transform: translate( -50%, -50% );
     771        -webkit-transform: translate(-50%, -50%);
     772        -ms-transform: translate(-50%, -50%);
     773        transform: translate(-50%, -50%);
    774774}
    775775
    776776.attachment .filename {
     
    784784        word-wrap: break-word;
    785785        text-align: center;
    786786        font-weight: bold;
    787         background: rgba( 255, 255, 255, 0.8 );
    788         -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
    789         box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
     787        background: rgba(255, 255, 255, 0.8);
     788        -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
     789        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
    790790}
    791791
    792792.attachment .filename div {
     
    820820        border-width: 0;
    821821        -webkit-border-radius: 3px;
    822822        border-radius: 3px;
    823         -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
    824         box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
     823        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
     824        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    825825}
    826826
    827827.attachment .close:hover {
    828         -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6 );
    829         box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6 );
     828        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
     829        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
    830830}
    831831
    832832.attachment:hover .close {
     
    842842        right: -6px;
    843843        outline: none;
    844844        background: #eee;
    845         -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.4 );
    846         box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.4 );
     845        -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.4);
     846        box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.4);
    847847}
    848848
    849849.attachment .check div {
     
    862862}
    863863
    864864.attachment.details {
    865         -webkit-box-shadow: 0 0 0 1px #fff,
    866                                 0 0 0 5px #1e8cbe;
    867         box-shadow: 0 0 0 1px #fff,
    868                                 0 0 0 5px #1e8cbe;
     865        -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 5px #1e8cbe;
     866        box-shadow: 0 0 0 1px #fff, 0 0 0 5px #1e8cbe;
    869867}
    870868
    871869.attachment.details .check {
    872870        background-color: #1e8cbe;
    873         -webkit-box-shadow: 0 0 0 1px #fff,
    874                                 0 0 0 2px #1e8cbe;
    875         box-shadow: 0 0 0 1px #fff,
    876                                 0 0 0 2px #1e8cbe;
     871        -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1e8cbe;
     872        box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1e8cbe;
    877873}
    878874
    879875.attachment.details .check div {
     
    947943        -webkit-border-radius: 10px;
    948944        border-radius: 10px;
    949945        background: #dfdfdf;
    950         background: rgba( 0, 0, 0, 0.1 );
     946        background: rgba(0, 0, 0, 0.1);
    951947}
    952948
    953949.media-progress-bar div {
     
    957953        background: #1e8cbe;
    958954        -webkit-border-radius: 10px;
    959955        border-radius: 10px;
    960         -webkit-transition:         width 300ms;
    961         transition:         width 300ms;
     956        -webkit-transition: width 300ms;
     957        transition: width 300ms;
    962958}
    963959
    964960.media-uploader-status .media-progress-bar {
     
    10681064        left: 0;
    10691065        right: 0;
    10701066        bottom: 0;
    1071         background: rgba( 0, 86, 132, 0.9 );
     1067        background: rgba(0, 86, 132, 0.9);
    10721068        z-index: 250000;
    10731069        display: none;
    10741070        text-align: center;
     
    10921088        top: 50%;
    10931089        left: 0;
    10941090        right: 0;
    1095         -webkit-transform: translateY( -50% );
    1096         -ms-transform: translateY( -50% );
    1097         transform: translateY( -50% );
     1091        -webkit-transform: translateY(-50%);
     1092        -ms-transform: translateY(-50%);
     1093        transform: translateY(-50%);
    10981094        font-size: 40px;
    10991095        color: #fff;
    11001096        padding: 0;
     
    12701266}
    12711267
    12721268.attachment.selection.details {
    1273         -webkit-box-shadow:
    1274                 0 0 0 1px #fff,
    1275                 0 0 0 4px #1e8cbe;
    1276         box-shadow:
    1277                 0 0 0 1px #fff,
    1278                 0 0 0 4px #1e8cbe;
     1269        -webkit-box-shadow:     0 0 0 1px #fff, 0 0 0 4px #1e8cbe;
     1270        box-shadow:     0 0 0 1px #fff, 0 0 0 4px #1e8cbe;
    12791271}
    12801272
    12811273.media-selection .attachment.selection.details {
    1282         -webkit-box-shadow:
    1283                 0 0 0 1px #fff,
    1284                 0 0 0 3px #1e8cbe;
    1285         box-shadow:
    1286                 0 0 0 1px #fff,
    1287                 0 0 0 3px #1e8cbe;
     1274        -webkit-box-shadow:     0 0 0 1px #fff, 0 0 0 3px #1e8cbe;
     1275        box-shadow:     0 0 0 1px #fff, 0 0 0 3px #1e8cbe;
    12881276}
    12891277
    12901278.media-selection:after {
    1291         content: '';
     1279        content: "";
    12921280        display: block;
    12931281        position: absolute;
    12941282        top: 0;
     
    13821370.uploading .attachment-info .thumbnail {
    13831371        width: 120px;
    13841372        height: 80px;
    1385         -webkit-box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1 );
    1386         box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1 );
     1373        -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
     1374        box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
    13871375}
    13881376
    13891377.uploading .attachment-info .media-progress-bar {
     
    13911379}
    13921380
    13931381.attachment-info .thumbnail:after {
    1394         content: '';
     1382        content: "";
    13951383        display: block;
    13961384        position: absolute;
    13971385        top: 0;
    13981386        left: 0;
    13991387        right: 0;
    14001388        bottom: 0;
    1401         -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
    1402         box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
     1389        -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
     1390        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
    14031391        overflow: hidden;
    14041392}
    14051393
     
    15461534}
    15471535
    15481536.media-frame .imgedit-help-toggled span.dashicons:before {
    1549         content: '\f142';
     1537        content: "\f142";
    15501538}
    15511539
    15521540.media-frame .imgedit-group img {
     
    15771565        padding: 12px 14px;
    15781566        width: 100%;
    15791567        min-width: 200px;
    1580         -webkit-box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1 );
    1581         box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1 );
     1568        -webkit-box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.1);
     1569        box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.1);
    15821570}
    15831571
    15841572.media-frame .embed-url .spinner {
     
    16621650}
    16631651
    16641652.image-details .advanced-toggle::after {
    1665         font: normal 20px/1 'dashicons';
     1653        font: normal 20px/1 "dashicons";
    16661654        speak: none;
    16671655        vertical-align: top;
    16681656        -webkit-font-smoothing: antialiased;
    16691657        -moz-osx-font-smoothing: grayscale;
    1670         content: '\f140';
     1658        content: "\f140";
    16711659        display: inline-block;
    16721660        margin-top: -2px;
    16731661}
    16741662
    16751663.image-details .advanced-visible .advanced-toggle::after {
    1676         content: '\f142';
     1664        content: "\f142";
    16771665        margin-top: 0;
    16781666}
    16791667
     
    17051693}
    17061694
    17071695.image-details .custom-size::after {
    1708     content: '';
     1696    content: "";
    17091697        display: table;
    17101698    clear: both;
    17111699}
     
    17231711}
    17241712
    17251713.media-embed .thumbnail:after {
    1726         content: '';
     1714        content: "";
    17271715        display: block;
    17281716        position: absolute;
    17291717        top: 0;
    17301718        left: 0;
    17311719        right: 0;
    17321720        bottom: 0;
    1733         -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
    1734         box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
     1721        -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
     1722        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    17351723        overflow: hidden;
    17361724}
    17371725
     
    18201808/* Drag & drop on the editor upload */
    18211809#wp-fullscreen-body .uploader-editor,
    18221810.wp-editor-wrap .uploader-editor {
    1823         background: rgba( 150, 150, 150, 0.9 );
     1811        background: rgba(150, 150, 150, 0.9);
    18241812        position: absolute;
    18251813        top: 0;
    18261814        left: 0;
     
    18321820}
    18331821
    18341822#wp-fullscreen-body .uploader-editor {
    1835         background: rgba( 0, 86, 132, 0.9 );
     1823        background: rgba(0, 86, 132, 0.9);
    18361824        position: fixed;
    18371825        z-index: 100050; /* above the editor toolbar */
    18381826}
     
    18571845        top: 50%;
    18581846        left: 0;
    18591847        right: 0;
    1860         -webkit-transform: translateY( -50% );
    1861         -ms-transform: translateY( -50% );
    1862         transform: translateY( -50% );
     1848        -webkit-transform: translateY(-50%);
     1849        -ms-transform: translateY(-50%);
     1850        transform: translateY(-50%);
    18631851        font-size: 3em;
    18641852        line-height: 1.3;
    18651853        font-weight: bold;
     
    18701858}
    18711859
    18721860.wp-editor-wrap .uploader-editor.droppable {
    1873         background: rgba( 0, 86, 132, 0.9 );
     1861        background: rgba(0, 86, 132, 0.9);
    18741862}
    18751863
    18761864#wp-fullscreen-body .uploader-editor .uploader-editor-title,
  • wp-includes/css/wp-auth-check.css

     
    3030        padding: 30px 0 0;
    3131        background-color: #eee;
    3232        z-index: 1000011; /* needs to appear above #wp-auth-check-bg */
    33         -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    34         box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
     33        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
     34        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    3535}
    3636
    3737#wp-auth-check-wrap.fallback #wp-auth-check {
     
    6262}
    6363
    6464#wp-auth-check-wrap .wp-auth-check-close:before {
    65         content: '\f158';
     65        content: "\f158";
    6666        display: block !important;
    67         font: normal 20px/1 'dashicons';
     67        font: normal 20px/1 "dashicons";
    6868        speak: none;
    6969        height: 22px;
    7070        margin: 2px 0;
  • wp-includes/css/wp-pointer.css

     
    44        font-size: 13px;
    55        background: #fff;
    66        border: 1px solid #dfdfdf;
    7         -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.075);
    8         box-shadow: 0 3px 6px rgba(0,0,0,0.075);
     7        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
     8        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    99}
    1010
    1111.wp-pointer-content h3 {
     
    2525        -webkit-border-radius: 50%;
    2626        border-radius: 50%;
    2727        color: #2ea2cc;
    28         content: '\f227';
    29         font: normal 20px/1.6 'dashicons';
     28        content: "\f227";
     29        font: normal 20px/1.6 "dashicons";
    3030        position: absolute;
    3131        top: 8px;
    3232        left: 15px;
     
    6262.wp-pointer-buttons a.close:before {
    6363        background: none;
    6464        color: #bbb;
    65         content: '\f153';
     65        content: "\f153";
    6666        display: block !important;
    67         font: normal 13px/1 'dashicons';
     67        font: normal 13px/1 "dashicons";
    6868        speak: none;
    6969        margin: 1px 0;
    7070        text-align: center;
     
    146146        border: 13px solid transparent;
    147147        border-bottom-color: #2ea2cc;
    148148        display: block;
    149         content: ' ';
     149        content: " ";
    150150}
    151151
    152152.wp-pointer-bottom .wp-pointer-arrow {
     
    161161        border: 13px solid transparent;
    162162        border-top-color: #fff;
    163163        display: block;
    164         content: ' ';
     164        content: " ";
    165165}
    166166
    167167/* @noflip */
     
    177177        border: 13px solid transparent;
    178178        border-right-color: #fff;
    179179        display: block;
    180         content: ' ';
     180        content: " ";
    181181}
    182182
    183183/* @noflip */
     
    193193        border: 13px solid transparent;
    194194        border-left-color: #fff;
    195195        display: block;
    196         content: ' ';
     196        content: " ";
    197197}
    198198
    199199.rtl .wp-pointer-arrow:before {