Make WordPress Core

Ticket #22476: 22476.2.diff

File 22476.2.diff, 28.7 KB (added by MikeHansenMe, 12 years ago)

Add double quotes for consistency

  • wp-admin/css/colors-fresh.css

     
    660660}
    661661
    662662.curtime #timestamp {
    663         background-image: url(../images/date-button.gif);
     663        background-image: url("../images/date-button.gif");
    664664}
    665665
    666666#rightnow .youhave {
     
    673673
    674674.tagchecklist span a,
    675675#bulk-titles div a {
    676         background: url(../images/xit.gif) no-repeat;
     676        background: url("../images/xit.gif") no-repeat;
    677677}
    678678
    679679.tagchecklist span a:hover,
    680680#bulk-titles div a:hover {
    681         background: url(../images/xit.gif) no-repeat -10px 0;
     681        background: url("../images/xit.gif") no-repeat -10px 0;
    682682}
    683683
    684684#update-nag, .update-nag {
     
    730730
    731731#screen-meta-links a {
    732732        color: #777;
    733         background: transparent url(../images/arrows.png) no-repeat right 4px;
     733        background: transparent url("../images/arrows.png") no-repeat right 4px;
    734734}
    735735
    736736#screen-meta-links a:hover,
     
    834834
    835835#adminmenushadow,
    836836#adminmenuback {
    837         background-image: url(../images/menu-shadow.png);
     837        background-image: url("../images/menu-shadow.png");
    838838        background-position: top right;
    839839        background-repeat: repeat-y;
    840840}
     
    976976}
    977977
    978978#collapse-button div {
    979         background: transparent url(../images/arrows.png) no-repeat 0 -72px;
     979        background: transparent url("../images/arrows.png") no-repeat 0 -72px;
    980980}
    981981
    982982.folded #collapse-button div {
     
    10481048.menu-icon-site div.wp-menu-image,
    10491049.icon16.icon-generic,
    10501050.menu-icon-generic div.wp-menu-image {
    1051         background-image: url(../images/menu.png?ver=20121105);
     1051        background-image: url("../images/menu.png?ver=20121105");
    10521052}
    10531053
    10541054.icon16.icon-dashboard,
     
    12301230#icon-ms-admin,
    12311231.icon32.icon-generic,
    12321232#icon-generic {
    1233         background-image: url(../images/icons32.png?ver=20121105);
     1233        background-image: url("../images/icons32.png?ver=20121105");
    12341234}
    12351235
    12361236.icon32.icon-post,
     
    14031403}
    14041404
    14051405.js .meta-box-sortables .postbox:hover .handlediv {
    1406         background: transparent url(../images/arrows.png) no-repeat 6px 7px;
     1406        background: transparent url("../images/arrows.png") no-repeat 6px 7px;
    14071407}
    14081408
    14091409.tablenav .tablenav-pages {
     
    14881488.view-switch #view-switch-list,
    14891489.view-switch #view-switch-excerpt {
    14901490        background-color: transparent;
    1491         background-image: url('../images/list.png');
     1491        background-image: url("../images/list.png");
    14921492        background-repeat: no-repeat;
    14931493}
    14941494
     
    15091509}
    15101510
    15111511#header-logo {
    1512         background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center;
     1512        background: transparent url("../images/wp-logo.png?ver=20110504") no-repeat scroll center center;
    15131513}
    15141514
    15151515.popular-tags,
     
    15471547}
    15481548
    15491549.js .sidebar-name-arrow {
    1550         background: transparent url(../images/arrows.png) no-repeat 5px 9px;
     1550        background: transparent url("../images/arrows.png") no-repeat 5px 9px;
    15511551}
    15521552
    15531553.js .sidebar-name:hover .sidebar-name-arrow {
    1554         background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
     1554        background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px;
    15551555}
    15561556
    15571557.in-widget-title {
     
    16641664}
    16651665
    16661666.nav-menus-php .item-edit {
    1667         background: transparent url(../images/arrows.png) no-repeat 8px 10px;
     1667        background: transparent url("../images/arrows.png") no-repeat 8px 10px;
    16681668        border-bottom-color: #eee;
    16691669}
    16701670
    16711671.nav-menus-php .item-edit:hover {
    1672         background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;
     1672        background: transparent url("../images/arrows-dark.png") no-repeat 8px 10px;
    16731673}
    16741674
    16751675.menu-item-settings { /* Menu editing */
     
    18301830/* Menu */
    18311831.rtl #adminmenushadow,
    18321832.rtl #adminmenuback {
    1833         background-image: url(../images/menu-shadow-rtl.png);
     1833        background-image: url("../images/menu-shadow-rtl.png");
    18341834        background-position: top left;
    18351835}
    18361836
     
    18741874
    18751875/* Edit Image */
    18761876.js.rtl .meta-box-sortables .postbox:hover .handlediv {
    1877         background: transparent url(../images/arrows.png) no-repeat 6px 7px;
     1877        background: transparent url("../images/arrows.png") no-repeat 6px 7px;
    18781878}
    18791879
    18801880.rtl #post-body .misc-pub-section {
     
    18831883}
    18841884
    18851885.js.rtl .sidebar-name-arrow {
    1886         background: transparent url(../images/arrows.png) no-repeat 5px 9px;
     1886        background: transparent url("../images/arrows.png") no-repeat 5px 9px;
    18871887}
    18881888
    18891889.js.rtl .sidebar-name:hover .sidebar-name-arrow {
    1890         background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
     1890        background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px;
    18911891}
    18921892
    18931893/**
     
    19741974        #icon-ms-admin,
    19751975        .icon32.icon-generic,
    19761976        #icon-generic {
    1977                 background-image: url(../images/icons32-2x.png?ver=20121105);
     1977                background-image: url("../images/icons32-2x.png?ver=20121105");
    19781978                background-size: 756px 45px;
    19791979        }
    19801980
     
    20042004        .menu-icon-site div.wp-menu-image,
    20052005        .icon16.icon-generic,
    20062006        .menu-icon-generic div.wp-menu-image {
    2007                 background-image: url('../images/menu-2x.png?ver=20121105');
     2007                background-image: url("../images/menu-2x.png?ver=20121105");
    20082008                background-size: 390px 64px;
    20092009        }
    20102010
    20112011        #header-logo {
    2012                 background-image: url('../images/wp-logo-2x.png?ver=20120916');
     2012                background-image: url("../images/wp-logo-2x.png?ver=20120916");
    20132013                background-size: 16px auto;
    20142014        }
    20152015
  • wp-admin/css/install.css

     
    6464        text-align:center
    6565}
    6666#logo a {
    67         background-image: url('../images/wordpress-logo.png?ver=20120216');
     67        background-image: url("../images/wordpress-logo.png?ver=20120216");
    6868        background-size: 274px 63px;
    6969        background-position: top center;
    7070        background-repeat: no-repeat;
     
    7676}
    7777@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    7878        #logo a {
    79                 background-image: url('../images/wordpress-logo-2x.png?ver=20120412');
     79                background-image: url("../images/wordpress-logo-2x.png?ver=20120412");
    8080                background-size: 274px 63px;
    8181        }
    8282}
  • wp-admin/css/wp-admin-rtl.css

     
    118118}
    119119
    120120input[type="text"].ui-autocomplete-loading {
    121         background: transparent url('../images/loading.gif') no-repeat left center;
     121        background: transparent url("../images/loading.gif") no-repeat left center;
    122122}
    123123
    124124ul#add-to-blog-users {
     
    525525}
    526526
    527527.post-com-count {
    528         background-image: url('../images/bubble_bg-rtl.gif');
     528        background-image: url("../images/bubble_bg-rtl.gif");
    529529}
    530530
    531531.column-response .post-com-count {
     
    863863}
    864864
    865865#post-body .wp_themeSkin .mceStatusbar a.mceResize {
    866         background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
     866        background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom;
    867867        cursor: sw-resize;
    868868}
    869869
     
    15241524}
    15251525
    15261526#content-resize-handle {
    1527         background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
     1527        background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom;
    15281528        right: auto;
    15291529        left: 2px;
    15301530        cursor: sw-resize;
     
    15761576.wp-full-overlay .collapse-sidebar-arrow {
    15771577        margin-right: 2px;
    15781578        margin-left: 0;
    1579         background: transparent url('../images/arrows.png') no-repeat 0 -108px;
     1579        background: transparent url("../images/arrows.png") no-repeat 0 -108px;
    15801580}
    15811581
    15821582.wp-full-overlay.collapsed .collapse-sidebar-arrow {
     
    21482148
    21492149/* Star ratings */
    21502150div.star-holder {
    2151         background: url('../images/stars-rtl.png?ver=20121108') repeat-x bottom right;
     2151        background: url("../images/stars-rtl.png?ver=20121108") repeat-x bottom right;
    21522152}
    21532153div.star-holder .star-rating {
    2154         background: url('../images/stars-rtl.png?ver=20121108') repeat-x top right;
     2154        background: url("../images/stars-rtl.png?ver=20121108") repeat-x top right;
    21552155        float: right;
    21562156}
    21572157
     
    23842384 */
    23852385@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    23862386        .post-com-count {
    2387                 background-image: url('../images/bubble_bg-rtl-2x.gif');
     2387                background-image: url("../images/bubble_bg-rtl-2x.gif");
    23882388                background-size: 18px 100px;
    23892389        }
    23902390
    23912391        #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize {
    2392                 background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom;
     2392                background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll right bottom;
    23932393                background-size: 11px 11px;
    23942394        }
    23952395
    23962396        .wp-full-overlay .collapse-sidebar-arrow {
    2397                 background-image: url('../images/arrows-2x.png');
     2397                background-image: url("../images/arrows-2x.png");
    23982398                background-size: 15px 123px;
    23992399        }
    24002400
    24012401        div.star-holder {
    2402                 background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x bottom right;
     2402                background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x bottom right;
    24032403                background-size: 21px 37px;
    24042404        }
    24052405
    24062406        div.star-holder .star-rating {
    2407                 background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x top right;
     2407                background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x top right;
    24082408                background-size: 21px 37px;
    24092409        }
    24102410
    24112411        #post-body .wp_themeSkin .mceStatusbar a.mceResize,
    24122412        #content-resize-handle {
    2413                 background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll left bottom;
     2413                background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll left bottom;
    24142414        }
    24152415}
    24162416
  • wp-admin/css/wp-admin.css

     
    932932}
    933933
    934934input[type="text"].ui-autocomplete-loading {
    935         background: transparent url('../images/loading.gif') no-repeat right center;
     935        background: transparent url("../images/loading.gif") no-repeat right center;
    936936        visibility: visible;
    937937}
    938938
     
    18271827}
    18281828
    18291829.post-com-count {
    1830         background-image: url('../images/bubble_bg.gif');
     1830        background-image: url("../images/bubble_bg.gif");
    18311831        height: 1.3em;
    18321832        line-height: 1.1em;
    18331833        display: block;
     
    18731873}
    18741874
    18751875th .comment-grey-bubble {
    1876         background-image: url('../images/comment-grey-bubble.png');
     1876        background-image: url("../images/comment-grey-bubble.png");
    18771877        background-repeat: no-repeat;
    18781878        height: 12px;
    18791879        width: 12px;
     
    22732273        left: -12px;
    22742274        width: 10px;
    22752275        height: 100%;
    2276         background: url('../images/xit.gif') 0 17% no-repeat;
     2276        background: url("../images/xit.gif") 0 17% no-repeat;
    22772277}
    22782278
    22792279.welcome-panel .welcome-panel-close:hover:before {
     
    23222322}
    23232323
    23242324.welcome-panel .welcome-add-page {
    2325         background: url('../images/welcome-icons.png') no-repeat 0 -1px;
     2325        background: url("../images/welcome-icons.png") no-repeat 0 -1px;
    23262326}
    23272327
    23282328.welcome-panel .welcome-edit-page {
    2329         background: url('../images/welcome-icons.png') no-repeat 0px -92px;
     2329        background: url("../images/welcome-icons.png") no-repeat 0px -92px;
    23302330}
    23312331
    23322332.welcome-panel .welcome-learn-more {
    2333         background: url('../images/welcome-icons.png') no-repeat 0px -138px;
     2333        background: url("../images/welcome-icons.png") no-repeat 0px -138px;
    23342334}
    23352335
    23362336.welcome-panel .welcome-comments {
    2337         background: url('../images/welcome-icons.png') no-repeat 0px -184px;
     2337        background: url("../images/welcome-icons.png") no-repeat 0px -184px;
    23382338}
    23392339
    23402340.welcome-panel .welcome-view-site {
    2341         background: url('../images/welcome-icons.png') no-repeat 0px -276px;
     2341        background: url("../images/welcome-icons.png") no-repeat 0px -276px;
    23422342}
    23432343
    23442344.welcome-panel .welcome-widgets-menus {
    2345         background: url('../images/welcome-icons.png') no-repeat 1px -230px;
     2345        background: url("../images/welcome-icons.png") no-repeat 1px -230px;
    23462346        line-height: 14px;
    23472347}
    23482348
    23492349.welcome-panel .welcome-write-blog {
    2350         background: url('../images/welcome-icons.png') no-repeat 0px -46px;
     2350        background: url("../images/welcome-icons.png") no-repeat 0px -46px;
    23512351}
    23522352
    23532353.welcome-panel .welcome-add-page,
     
    23642364
    23652365@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    23662366        .welcome-panel .welcome-add-page {
    2367                 background: url('../images/welcome-icons-2x.png') no-repeat 0 -1px;
     2367                background: url("../images/welcome-icons-2x.png") no-repeat 0 -1px;
    23682368                background-size: 16px;
    23692369        }
    23702370
    23712371        .welcome-panel .welcome-edit-page {
    2372                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px;
     2372                background: url("../images/welcome-icons-2x.png") no-repeat 0px -92px;
    23732373                background-size: 16px;
    23742374        }
    23752375
    23762376        .welcome-panel .welcome-learn-more {
    2377                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px;
     2377                background: url("../images/welcome-icons-2x.png") no-repeat 0px -138px;
    23782378                background-size: 16px;
    23792379        }
    23802380
    23812381        .welcome-panel .welcome-comments {
    2382                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px;
     2382                background: url("../images/welcome-icons-2x.png") no-repeat 0px -184px;
    23832383                background-size: 16px;
    23842384        }
    23852385
    23862386        .welcome-panel .welcome-view-site {
    2387                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px;
     2387                background: url("../images/welcome-icons-2x.png") no-repeat 0px -276px;
    23882388                background-size: 16px;
    23892389        }
    23902390
    23912391        .welcome-panel .welcome-widgets-menus {
    2392                 background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px;
     2392                background: url("../images/welcome-icons-2x.png") no-repeat 1px -230px;
    23932393                background-size: 16px;
    23942394        }
    23952395
    23962396        .welcome-panel .welcome-write-blog {
    2397                 background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px;
     2397                background: url("../images/welcome-icons-2x.png") no-repeat 0px -46px;
    23982398                background-size: 16px;
    23992399        }
    24002400}
     
    24462446@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    24472447
    24482448        .welcome-panel .welcome-panel-close:before {
    2449                 background-image: url('../images/xit-2x.gif');
     2449                background-image: url("../images/xit-2x.gif");
    24502450                background-size: 20px auto;
    24512451        }
    24522452}
     
    25652565        height: 4px;
    25662566        margin-top: 8px;
    25672567        margin-left: 7px;
    2568         background-image: url('../images/sort.gif');
     2568        background-image: url("../images/sort.gif");
    25692569        background-repeat: no-repeat;
    25702570}
    25712571
     
    33033303
    33043304#post-body .wp_themeSkin .mceStatusbar a.mceResize {
    33053305        display: block;
    3306         background: transparent url('../images/resize.gif') no-repeat scroll right bottom;
     3306        background: transparent url("../images/resize.gif") no-repeat scroll right bottom;
    33073307        width: 12px;
    33083308        cursor: se-resize;
    33093309        margin: 0 1px;
     
    33163316}
    33173317
    33183318#content-resize-handle {
    3319         background: transparent url('../images/resize.gif') no-repeat scroll right bottom;
     3319        background: transparent url("../images/resize.gif") no-repeat scroll right bottom;
    33203320        width: 12px;
    33213321        cursor: se-resize;
    33223322        position: absolute;
     
    41744174.imgedit-wait {
    41754175        position: absolute;
    41764176        top: 0;
    4177         background: #fff url(../images/wpspin_light.gif) no-repeat scroll 22px 10px;
     4177        background: #fff url("../images/wpspin_light.gif") no-repeat scroll 22px 10px;
    41784178        background-size: 16px 16px;
    41794179        opacity: 0.7;
    41804180        filter: alpha(opacity=70);
     
    41844184}
    41854185
    41864186.spinner {
    4187         background: url(../images/wpspin_light.gif) no-repeat;
     4187        background: url("../images/wpspin_light.gif") no-repeat;
    41884188        background-size: 16px 16px;
    41894189        display: none;
    41904190        float: right;
     
    41994199        .spinner,
    42004200        .imgedit-wait,
    42014201        .customize-loading #customize-container {
    4202                 background-image: url(../images/wpspin_light-2x.gif);
     4202                background-image: url("../images/wpspin_light-2x.gif");
    42034203        }
    42044204}
    42054205
     
    42424242}
    42434243
    42444244.imgedit-crop {
    4245         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -9px -31px;
     4245        background: transparent url("../images/imgedit-icons.png") no-repeat scroll -9px -31px;
    42464246        margin: 0 8px 0 0;
    42474247}
    42484248
     
    42554255}
    42564256
    42574257.imgedit-rleft {
    4258         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -46px -31px;
     4258        background: transparent url("../images/imgedit-icons.png") no-repeat scroll -46px -31px;
    42594259        margin: 0 3px;
    42604260}
    42614261
     
    42684268}
    42694269
    42704270.imgedit-rright {
    4271         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -77px -31px;
     4271        background: transparent url("../images/imgedit-icons.png") no-repeat scroll -77px -31px;
    42724272        margin: 0 8px 0 3px;
    42734273}
    42744274
     
    42814281}
    42824282
    42834283.imgedit-flipv {
    4284         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -115px -31px;
     4284        background: transparent url("../images/imgedit-icons.png") no-repeat scroll -115px -31px;
    42854285        margin: 0 3px;
    42864286}
    42874287
     
    42944294}
    42954295
    42964296.imgedit-fliph {
    4297         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -147px -31px;
     4297        background: transparent url("../images/imgedit-icons.png") no-repeat scroll -147px -31px;
    42984298        margin: 0 8px 0 3px;
    42994299}
    43004300
     
    43074307}
    43084308
    43094309.imgedit-undo {
    4310         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -184px -31px;
     4310        background: transparent url("../images/imgedit-icons.png") no-repeat scroll -184px -31px;
    43114311        margin: 0 3px;
    43124312}
    43134313
     
    43204320}
    43214321
    43224322.imgedit-redo {
    4323         background: transparent url('../images/imgedit-icons.png') no-repeat scroll -215px -31px;
     4323        background: transparent url("../images/imgedit-icons.png") no-repeat scroll -215px -31px;
    43244324        margin: 0 8px 0 3px;
    43254325}
    43264326
     
    44084408        .imgedit-fliph,
    44094409        .imgedit-undo,
    44104410        .imgedit-redo {
    4411                 background-image: url('../images/imgedit-icons-2x.png');
     4411                background-image: url("../images/imgedit-icons-2x.png");
    44124412                background-size: 260px 64px;
    44134413        }
    44144414}
     
    51085108}
    51095109
    51105110.pressthis a span {
    5111         background: url(../images/press-this.png?v=20120502) no-repeat 0px 5px;
     5111        background: url("../images/press-this.png?v=20120502") no-repeat 0px 5px;
    51125112        background-size: 24px 20px;
    51135113        padding: 8px 11px 8px 27px;
    51145114        margin: 0 5px;
     
    51345134
    51355135@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    51365136        .pressthis a span {
    5137                 background-image: url(../images/press-this-2x.png?v=20121105);
     5137                background-image: url("../images/press-this-2x.png?v=20121105");
    51385138        }
    51395139}
    51405140
     
    53035303        font-size: 14px;
    53045304        text-align: center;
    53055305        margin: 0 -5px;
    5306         background: url('../images/wp-badge.png?ver=20111120') no-repeat;
     5306        background: url("../images/wp-badge.png?ver=20111120") no-repeat;
    53075307}
    53085308
    53095309.about-wrap .wp-badge {
     
    56435643        display: block;
    56445644        width: 15px;
    56455645        height: 15px;
    5646         background: transparent url('../images/arrows.png') no-repeat -1px -73px;
     5646        background: transparent url("../images/arrows.png") no-repeat -1px -73px;
    56475647}
    56485648
    56495649.wp-full-overlay.collapsed .collapse-sidebar-arrow {
     
    56905690@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    56915691
    56925692        .wp-full-overlay .collapse-sidebar-arrow {
    5693                 background-image: url('../images/arrows-2x.png');
     5693                background-image: url("../images/arrows-2x.png");
    56945694                background-size: 15px 123px;
    56955695         }
    56965696}
     
    66276627}
    66286628
    66296629.login h1 a {
    6630         background-image: url('../images/wordpress-logo.png?ver=20120216');
     6630        background-image: url("../images/wordpress-logo.png?ver=20120216");
    66316631        background-size: 274px 63px;
    66326632        background-position: top center;
    66336633        background-repeat: no-repeat;
     
    66426642
    66436643@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    66446644        .login h1 a {
    6645                 background-image: url('../images/wordpress-logo-2x.png?ver=20120412');
     6645                background-image: url("../images/wordpress-logo-2x.png?ver=20120412");
    66466646                background-size: 274px 63px;
    66476647        }
    66486648
    66496649        .wp-badge {
    6650                 background-image: url('../images/wp-badge-2x.png?ver=20120516');
     6650                background-image: url("../images/wp-badge-2x.png?ver=20120516");
    66516651                background-size: 173px 194px;
    66526652        }
    66536653}
     
    74097409        position: relative;
    74107410        height: 17px;
    74117411        width: 100px;
    7412         background: url('../images/stars.png?ver=20121108') repeat-x bottom left;
     7412        background: url("../images/stars.png?ver=20121108") repeat-x bottom left;
    74137413}
    74147414
    74157415div.star-holder .star-rating {
    7416         background: url('../images/stars.png?ver=20121108') repeat-x top left;
     7416        background: url("../images/stars.png?ver=20121108") repeat-x top left;
    74177417        height: 17px;
    74187418        float: left;
    74197419}
     
    76007600}
    76017601
    76027602.press-this .tagchecklist span a {
    7603         background: transparent url(../images/xit.gif) no-repeat 0 0;
     7603        background: transparent url("../images/xit.gif") no-repeat 0 0;
    76047604}
    76057605
    76067606.press-this #titlediv {
     
    77037703
    77047704.js .postbox:hover .handlediv,
    77057705.js .stuffbox:hover .handlediv {
    7706         background: transparent url(../images/arrows.png) no-repeat 6px 7px;
     7706        background: transparent url("../images/arrows.png") no-repeat 6px 7px;
    77077707}
    77087708
    77097709.press-this #submitdiv:hover .handlediv {
     
    81698169}
    81708170
    81718171.widget-top a.widget-action {
    8172         background: transparent url(../images/arrows.png) no-repeat 4px 6px;
     8172        background: transparent url("../images/arrows.png") no-repeat 4px 6px;
    81738173}
    81748174
    81758175.widget-top a.widget-action:hover {
    8176         background: transparent url(../images/arrows-dark.png) no-repeat 4px 6px;
     8176        background: transparent url("../images/arrows-dark.png") no-repeat 4px 6px;
    81778177}
    81788178
    81798179.widget .widget-inside,
     
    84278427@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    84288428
    84298429        .press-this .tagchecklist span a {
    8430                 background-image: url('../images/xit-2x.gif');
     8430                background-image: url("../images/xit-2x.gif");
    84318431                background-size: 20px auto;
    84328432         }
    84338433
    84348434        .js .postbox:hover .handlediv,
    84358435        .js .stuffbox:hover .handlediv,
    84368436        .widget-top a.widget-action {
    8437                 background-image: url('../images/arrows-2x.png');
     8437                background-image: url("../images/arrows-2x.png");
    84388438                background-size: 15px 123px;
    84398439         }
    84408440
    84418441        .widget-top a.widget-action:hover {
    8442                 background-image: url('../images/arrows-dark-2x.png');
     8442                background-image: url("../images/arrows-dark-2x.png");
    84438443                background-size: 15px 123px;
    84448444        }
    84458445
    84468446        .post-com-count {
    8447                 background-image: url('../images/bubble_bg-2x.gif');
     8447                background-image: url("../images/bubble_bg-2x.gif");
    84488448                background-size: 18px 100px;
    84498449        }
    84508450
    84518451        th .comment-grey-bubble {
    8452                 background-image: url('../images/comment-grey-bubble-2x.png');
     8452                background-image: url("../images/comment-grey-bubble-2x.png");
    84538453                background-size: 12px 12px;
    84548454        }
    84558455
    84568456        .sorting-indicator {
    8457                 background-image: url('../images/sort-2x.gif');
     8457                background-image: url("../images/sort-2x.gif");
    84588458                background-size: 14px 4px;
    84598459        }
    84608460
    84618461        #content-resize-handle,
    84628462        #post-body .wp_themeSkin .mceStatusbar a.mceResize {
    8463                 background: transparent url('../images/resize-2x.gif') no-repeat scroll right bottom;
     8463                background: transparent url("../images/resize-2x.gif") no-repeat scroll right bottom;
    84648464                background-size: 11px 11px;
    84658465        }
    84668466
    84678467        div.star-holder {
    8468                 background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left;
     8468                background: url("../images/stars-2x.png?ver=20121108") repeat-x bottom left;
    84698469                background-size: 21px 37px;
    84708470        }
    84718471
    84728472        div.star-holder .star-rating {
    8473                 background: url('../images/stars-2x.png?ver=20121108') repeat-x top left;
     8473                background: url("../images/stars-2x.png?ver=20121108") repeat-x top left;
    84748474                background-size: 21px 37px;
    84758475        }
    84768476}
  • wp-admin/css/media.css

     
    5252/* specific to the image upload form */
    5353
    5454.image-align-none-label {
    55         background: url(../images/align-none.png) no-repeat center left;
     55        background: url("../images/align-none.png") no-repeat center left;
    5656}
    5757
    5858.image-align-left-label {
    59         background: url(../images/align-left.png) no-repeat center left;
     59        background: url("../images/align-left.png") no-repeat center left;
    6060}
    6161
    6262.image-align-center-label {
    63         background: url(../images/align-center.png) no-repeat center left;
     63        background: url("../images/align-center.png") no-repeat center left;
    6464}
    6565
    6666.image-align-right-label {
    67         background: url(../images/align-right.png) no-repeat center left;
     67        background: url("../images/align-right.png") no-repeat center left;
    6868}
    6969
    7070tr.image-size td {
  • wp-admin/css/colors-classic.css

     
    664664}
    665665
    666666.curtime #timestamp {
    667         background-image: url(../images/date-button.gif);
     667        background-image: url("../images/date-button.gif");
    668668}
    669669
    670670#quicktags #ed_link {
     
    681681
    682682.tagchecklist span a,
    683683#bulk-titles div a {
    684         background: url(../images/xit.gif) no-repeat;
     684        background: url("../images/xit.gif") no-repeat;
    685685}
    686686
    687687.tagchecklist span a:hover,
    688688#bulk-titles div a:hover {
    689         background: url(../images/xit.gif) no-repeat -10px 0;
     689        background: url("../images/xit.gif") no-repeat -10px 0;
    690690}
    691691
    692692#update-nag, .update-nag {
     
    739739
    740740#screen-meta-links a {
    741741        color: #606060;
    742         background: transparent url(../images/arrows.png) no-repeat right 4px;
     742        background: transparent url("../images/arrows.png") no-repeat right 4px;
    743743}
    744744
    745745#screen-meta-links a:hover,
     
    946946
    947947#adminmenushadow,
    948948#adminmenuback {
    949         background-image: url(../images/menu-shadow.png);
     949        background-image: url("../images/menu-shadow.png");
    950950        background-position: top right;
    951951        background-repeat: repeat-y;
    952952}
     
    10881088}
    10891089
    10901090#collapse-button div {
    1091         background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px;
     1091        background: transparent url("../images/arrows-vs.png") no-repeat 0 -72px;
    10921092}
    10931093
    10941094.folded #collapse-button div {
     
    11601160.menu-icon-site div.wp-menu-image,
    11611161.icon16.icon-generic,
    11621162.menu-icon-generic div.wp-menu-image {
    1163         background-image: url(../images/menu-vs.png?ver=20121105);
     1163        background-image: url("../images/menu-vs.png?ver=20121105");
    11641164}
    11651165
    11661166.icon16.icon-dashboard,
     
    13411341#icon-ms-admin,
    13421342.icon32.icon-generic,
    13431343#icon-generic {
    1344         background-image: url(../images/icons32-vs.png?ver=20121105);
     1344        background-image: url("../images/icons32-vs.png?ver=20121105");
    13451345}
    13461346
    13471347.icon32.icon-post,
     
    15141514}
    15151515
    15161516.js .meta-box-sortables .postbox:hover .handlediv {
    1517         background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px;
     1517        background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px;
    15181518}
    15191519
    15201520.tablenav .tablenav-pages {
     
    15991599.view-switch #view-switch-list,
    16001600.view-switch #view-switch-excerpt {
    16011601        background-color: transparent;
    1602         background-image: url('../images/list.png');
     1602        background-image: url("../images/list.png");
    16031603        background-repeat: no-repeat;
    16041604}
    16051605
     
    16201620}
    16211621
    16221622#header-logo {
    1623         background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;
     1623        background: transparent url("../images/wp-logo-vs.png?ver=20101102") no-repeat scroll center center;
    16241624}
    16251625
    16261626.popular-tags,
     
    16581658}
    16591659
    16601660.js .sidebar-name-arrow {
    1661         background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
     1661        background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px;
    16621662}
    16631663
    16641664.js .sidebar-name:hover .sidebar-name-arrow {
    1665         background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
     1665        background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px;
    16661666}
    16671667
    16681668.in-widget-title {
     
    17781778}
    17791779
    17801780.nav-menus-php .item-edit {
    1781         background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px;
     1781        background: transparent url("../images/arrows-vs.png") no-repeat 8px 10px;
    17821782        border-bottom-color: #eff8ff;
    17831783}
    17841784
    17851785.nav-menus-php .item-edit:hover {
    1786         background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px;
     1786        background: transparent url("../images/arrows-dark-vs.png") no-repeat 8px 10px;
    17871787}
    17881788
    17891789.menu-item-settings { /* Menu editing */
     
    19601960/* Menu */
    19611961.rtl #adminmenushadow,
    19621962.rtl #adminmenuback {
    1963         background-image: url(../images/menu-shadow-rtl.png);
     1963        background-image: url("../images/menu-shadow-rtl.png");
    19641964        background-position: top left;
    19651965}
    19661966
     
    20042004
    20052005/* edit image */
    20062006.js.rtl .meta-box-sortables .postbox:hover .handlediv {
    2007         background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px;
     2007        background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px;
    20082008}
    20092009
    20102010.rtl #post-body .misc-pub-section {
     
    20132013}
    20142014
    20152015.js.rtl .sidebar-name-arrow {
    2016         background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
     2016        background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px;
    20172017}
    20182018
    20192019.js.rtl .sidebar-name:hover .sidebar-name-arrow {
    2020         background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
     2020        background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px;
    20212021}
    20222022
    20232023/**
     
    21042104        #icon-ms-admin,
    21052105        .icon32.icon-generic,
    21062106        #icon-generic {
    2107                 background-image: url(../images/icons32-vs-2x.png?ver=20121105);
     2107                background-image: url("../images/icons32-vs-2x.png?ver=20121105");
    21082108                background-size: 756px 45px;
    21092109        }
    21102110
     
    21342134        .menu-icon-site div.wp-menu-image,
    21352135        .icon16.icon-generic,
    21362136        .menu-icon-generic div.wp-menu-image {
    2137                 background-image: url('../images/menu-vs-2x.png?ver=20121105');
     2137                background-image: url("../images/menu-vs-2x.png?ver=20121105");
    21382138                background-size: 390px 64px;
    21392139        }
    21402140
    21412141        #header-logo {
    2142                 background-image: url('../images/wp-logo-vs-2x.png?ver=20120916');
     2142                background-image: url("../images/wp-logo-vs-2x.png?ver=20120916");
    21432143                background-size: 16px auto;
    21442144        }
    21452145