Ticket #22476: 22476.3.diff
File 22476.3.diff, 26.7 KB (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.css
127 127 } 128 128 129 129 input[type="text"].ui-autocomplete-loading { 130 background: transparent url( '../images/loading.gif') no-repeat left center;130 background: transparent url("../images/loading.gif") no-repeat left center; 131 131 } 132 132 133 133 ul#add-to-blog-users { … … 539 539 } 540 540 541 541 .post-com-count { 542 background-image: url( '../images/bubble_bg-rtl.gif');542 background-image: url("../images/bubble_bg-rtl.gif"); 543 543 } 544 544 545 545 .column-response .post-com-count { … … 924 924 } 925 925 926 926 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 927 background: transparent url( '../images/resize-rtl.gif') no-repeat scroll left bottom;927 background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom; 928 928 cursor: sw-resize; 929 929 } 930 930 … … 1676 1676 } 1677 1677 1678 1678 #content-resize-handle { 1679 background: transparent url( '../images/resize-rtl.gif') no-repeat scroll left bottom;1679 background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom; 1680 1680 right: auto; 1681 1681 left: 2px; 1682 1682 cursor: sw-resize; … … 1728 1728 .wp-full-overlay .collapse-sidebar-arrow { 1729 1729 margin-right: 2px; 1730 1730 margin-left: 0; 1731 background: transparent url( '../images/arrows.png') no-repeat 0 -108px;1731 background: transparent url("../images/arrows.png") no-repeat 0 -108px; 1732 1732 } 1733 1733 1734 1734 .wp-full-overlay.collapsed .collapse-sidebar-arrow { … … 2309 2309 2310 2310 /* Star ratings */ 2311 2311 div.star-holder { 2312 background: url( '../images/stars-rtl.png?ver=20121108') repeat-x bottom right;2312 background: url("../images/stars-rtl.png?ver=20121108") repeat-x bottom right; 2313 2313 } 2314 2314 div.star-holder .star-rating { 2315 background: url( '../images/stars-rtl.png?ver=20121108') repeat-x top right;2315 background: url("../images/stars-rtl.png?ver=20121108") repeat-x top right; 2316 2316 float: right; 2317 2317 } 2318 2318 … … 2542 2542 (-webkit-min-device-pixel-ratio: 1.25), 2543 2543 (min-resolution: 120dpi) { 2544 2544 .post-com-count { 2545 background-image: url( '../images/bubble_bg-rtl-2x.gif');2545 background-image: url("../images/bubble_bg-rtl-2x.gif"); 2546 2546 background-size: 18px 100px; 2547 2547 } 2548 2548 2549 2549 #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize { 2550 background: transparent url( '../images/resize-rtl-2x.gif') no-repeat scroll right bottom;2550 background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll right bottom; 2551 2551 background-size: 11px 11px; 2552 2552 } 2553 2553 2554 2554 .wp-full-overlay .collapse-sidebar-arrow { 2555 background-image: url( '../images/arrows-2x.png');2555 background-image: url("../images/arrows-2x.png"); 2556 2556 background-size: 15px 123px; 2557 2557 } 2558 2558 2559 2559 div.star-holder { 2560 background: url( '../images/stars-rtl-2x.png?ver=20121108') repeat-x bottom right;2560 background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x bottom right; 2561 2561 background-size: 21px 37px; 2562 2562 } 2563 2563 2564 2564 div.star-holder .star-rating { 2565 background: url( '../images/stars-rtl-2x.png?ver=20121108') repeat-x top right;2565 background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x top right; 2566 2566 background-size: 21px 37px; 2567 2567 } 2568 2568 2569 2569 #post-body .wp_themeSkin .mceStatusbar a.mceResize, 2570 2570 #content-resize-handle { 2571 background: transparent url( '../images/resize-rtl-2x.gif') no-repeat scroll left bottom;2571 background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll left bottom; 2572 2572 } 2573 2573 } 2574 2574 -
wp-admin/css/wp-admin.css
953 953 } 954 954 955 955 input[type="text"].ui-autocomplete-loading { 956 background: transparent url( '../images/loading.gif') no-repeat right center;956 background: transparent url("../images/loading.gif") no-repeat right center; 957 957 visibility: visible; 958 958 } 959 959 … … 1854 1854 } 1855 1855 1856 1856 .post-com-count { 1857 background-image: url( '../images/bubble_bg.gif');1857 background-image: url("../images/bubble_bg.gif"); 1858 1858 height: 1.3em; 1859 1859 line-height: 1.1em; 1860 1860 display: block; … … 1900 1900 } 1901 1901 1902 1902 th .comment-grey-bubble { 1903 background-image: url( '../images/comment-grey-bubble.png');1903 background-image: url("../images/comment-grey-bubble.png"); 1904 1904 background-repeat: no-repeat; 1905 1905 height: 12px; 1906 1906 width: 12px; … … 2301 2301 left: -12px; 2302 2302 width: 10px; 2303 2303 height: 100%; 2304 background: url( '../images/xit.gif') 0 17% no-repeat;2304 background: url("../images/xit.gif") 0 17% no-repeat; 2305 2305 } 2306 2306 2307 2307 .welcome-panel .welcome-panel-close:hover:before { … … 2344 2344 .welcome-panel .welcome-icon { 2345 2345 display: block; 2346 2346 padding: 2px 0 8px 32px; 2347 background-image: url( '../images/welcome-icons.png');2347 background-image: url("../images/welcome-icons.png"); 2348 2348 background-repeat: no-repeat; 2349 2349 background-size: 16px; 2350 2350 } … … 2523 2523 height: 4px; 2524 2524 margin-top: 8px; 2525 2525 margin-left: 7px; 2526 background-image: url( '../images/sort.gif');2526 background-image: url("../images/sort.gif"); 2527 2527 background-repeat: no-repeat; 2528 2528 } 2529 2529 2530 2530 tr.wp-locked .locked-indicator { 2531 background: url( '../images/lock16.png') no-repeat;2531 background: url("../images/lock16.png") no-repeat; 2532 2532 margin: -2px 0 0 8px; 2533 2533 height: 16px; 2534 2534 width: 16px; … … 3269 3269 3270 3270 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 3271 3271 display: block; 3272 background: transparent url( '../images/resize.gif') no-repeat scroll right bottom;3272 background: transparent url("../images/resize.gif") no-repeat scroll right bottom; 3273 3273 width: 12px; 3274 3274 cursor: se-resize; 3275 3275 margin: 0 1px; … … 3282 3282 } 3283 3283 3284 3284 #content-resize-handle { 3285 background: transparent url( '../images/resize.gif') no-repeat scroll right bottom;3285 background: transparent url("../images/resize.gif") no-repeat scroll right bottom; 3286 3286 width: 12px; 3287 3287 cursor: se-resize; 3288 3288 position: absolute; … … 4179 4179 .imgedit-wait { 4180 4180 position: absolute; 4181 4181 top: 0; 4182 background: #fff url( ../images/wpspin_light.gif) no-repeat scroll 22px 10px;4182 background: #fff url("../images/wpspin_light.gif") no-repeat scroll 22px 10px; 4183 4183 background-size: 16px 16px; 4184 4184 opacity: 0.7; 4185 4185 filter: alpha(opacity=70); … … 4189 4189 } 4190 4190 4191 4191 .spinner { 4192 background: url( ../images/wpspin_light.gif) no-repeat;4192 background: url("../images/wpspin_light.gif") no-repeat; 4193 4193 background-size: 16px 16px; 4194 4194 display: none; 4195 4195 float: right; … … 4246 4246 } 4247 4247 4248 4248 .imgedit-crop { 4249 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -9px -31px;4249 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -9px -31px; 4250 4250 margin: 0 8px 0 0; 4251 4251 } 4252 4252 … … 4259 4259 } 4260 4260 4261 4261 .imgedit-rleft { 4262 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -46px -31px;4262 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -46px -31px; 4263 4263 margin: 0 3px; 4264 4264 } 4265 4265 … … 4272 4272 } 4273 4273 4274 4274 .imgedit-rright { 4275 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -77px -31px;4275 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -77px -31px; 4276 4276 margin: 0 8px 0 3px; 4277 4277 } 4278 4278 … … 4285 4285 } 4286 4286 4287 4287 .imgedit-flipv { 4288 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -115px -31px;4288 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -115px -31px; 4289 4289 margin: 0 3px; 4290 4290 } 4291 4291 … … 4298 4298 } 4299 4299 4300 4300 .imgedit-fliph { 4301 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -147px -31px;4301 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -147px -31px; 4302 4302 margin: 0 8px 0 3px; 4303 4303 } 4304 4304 … … 4311 4311 } 4312 4312 4313 4313 .imgedit-undo { 4314 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -184px -31px;4314 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -184px -31px; 4315 4315 margin: 0 3px; 4316 4316 } 4317 4317 … … 4324 4324 } 4325 4325 4326 4326 .imgedit-redo { 4327 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -215px -31px;4327 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -215px -31px; 4328 4328 margin: 0 8px 0 3px; 4329 4329 } 4330 4330 … … 5091 5091 } 5092 5092 5093 5093 .pressthis a span { 5094 background: url( ../images/press-this.png?v=20120502) no-repeat 0px 5px;5094 background: url("../images/press-this.png?v=20120502") no-repeat 0px 5px; 5095 5095 background-size: 24px 20px; 5096 5096 padding: 8px 11px 8px 27px; 5097 5097 margin: 0 5px; … … 5258 5258 font-size: 14px; 5259 5259 text-align: center; 5260 5260 margin: 0 -5px; 5261 background: url( '../images/wp-badge.png?ver=20111120') no-repeat;5261 background: url("../images/wp-badge.png?ver=20111120") no-repeat; 5262 5262 } 5263 5263 5264 5264 .about-wrap .wp-badge { … … 5648 5648 display: block; 5649 5649 width: 15px; 5650 5650 height: 15px; 5651 background: transparent url( '../images/arrows.png') no-repeat -1px -73px;5651 background: transparent url("../images/arrows.png") no-repeat -1px -73px; 5652 5652 } 5653 5653 5654 5654 .wp-full-overlay.collapsed .collapse-sidebar-arrow { … … 6634 6634 } 6635 6635 6636 6636 .login h1 a { 6637 background-image: url( '../images/wordpress-logo.png?ver=20120216');6637 background-image: url("../images/wordpress-logo.png?ver=20120216"); 6638 6638 background-size: 274px 63px; 6639 6639 background-position: top center; 6640 6640 background-repeat: no-repeat; … … 7404 7404 position: relative; 7405 7405 height: 17px; 7406 7406 width: 100px; 7407 background: url( '../images/stars.png?ver=20121108') repeat-x bottom left;7407 background: url("../images/stars.png?ver=20121108") repeat-x bottom left; 7408 7408 } 7409 7409 7410 7410 div.star-holder .star-rating { 7411 background: url( '../images/stars.png?ver=20121108') repeat-x top left;7411 background: url("../images/stars.png?ver=20121108") repeat-x top left; 7412 7412 height: 17px; 7413 7413 float: left; 7414 7414 } … … 7595 7595 } 7596 7596 7597 7597 .press-this .tagchecklist span a { 7598 background: transparent url( ../images/xit.gif) no-repeat 0 0;7598 background: transparent url("../images/xit.gif") no-repeat 0 0; 7599 7599 } 7600 7600 7601 7601 .press-this #titlediv { … … 7698 7698 7699 7699 .js .postbox:hover .handlediv, 7700 7700 .js .stuffbox:hover .handlediv { 7701 background: transparent url( ../images/arrows.png) no-repeat 6px 7px;7701 background: transparent url("../images/arrows.png") no-repeat 6px 7px; 7702 7702 } 7703 7703 7704 7704 .press-this #submitdiv:hover .handlediv { … … 8164 8164 } 8165 8165 8166 8166 .widget-top a.widget-action { 8167 background: transparent url( ../images/arrows.png) no-repeat 4px 6px;8167 background: transparent url("../images/arrows.png") no-repeat 4px 6px; 8168 8168 } 8169 8169 8170 8170 .widget-top a.widget-action:hover { 8171 background: transparent url( ../images/arrows-dark.png) no-repeat 4px 6px;8171 background: transparent url("../images/arrows-dark.png") no-repeat 4px 6px; 8172 8172 } 8173 8173 8174 8174 .widget .widget-inside, … … 8431 8431 (min-resolution: 120dpi) { 8432 8432 8433 8433 .press-this .tagchecklist span a { 8434 background-image: url( '../images/xit-2x.gif');8434 background-image: url("../images/xit-2x.gif"); 8435 8435 background-size: 20px auto; 8436 8436 } 8437 8437 8438 8438 .js .postbox:hover .handlediv, 8439 8439 .js .stuffbox:hover .handlediv, 8440 8440 .widget-top a.widget-action { 8441 background-image: url( '../images/arrows-2x.png');8441 background-image: url("../images/arrows-2x.png"); 8442 8442 background-size: 15px 123px; 8443 8443 } 8444 8444 8445 8445 .widget-top a.widget-action:hover { 8446 background-image: url( '../images/arrows-dark-2x.png');8446 background-image: url("../images/arrows-dark-2x.png"); 8447 8447 background-size: 15px 123px; 8448 8448 } 8449 8449 8450 8450 .post-com-count { 8451 background-image: url( '../images/bubble_bg-2x.gif');8451 background-image: url("../images/bubble_bg-2x.gif"); 8452 8452 background-size: 18px 100px; 8453 8453 } 8454 8454 8455 8455 th .comment-grey-bubble { 8456 background-image: url( '../images/comment-grey-bubble-2x.png');8456 background-image: url("../images/comment-grey-bubble-2x.png"); 8457 8457 background-size: 12px 12px; 8458 8458 } 8459 8459 8460 8460 .sorting-indicator { 8461 background-image: url( '../images/sort-2x.gif?ver=20130102');8461 background-image: url("../images/sort-2x.gif?ver=20130102"); 8462 8462 background-size: 14px 4px; 8463 8463 } 8464 8464 8465 8465 #content-resize-handle, 8466 8466 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 8467 background: transparent url( '../images/resize-2x.gif') no-repeat scroll right bottom;8467 background: transparent url("../images/resize-2x.gif") no-repeat scroll right bottom; 8468 8468 background-size: 11px 11px; 8469 8469 } 8470 8470 8471 8471 div.star-holder { 8472 background: url( '../images/stars-2x.png?ver=20121108') repeat-x bottom left;8472 background: url("../images/stars-2x.png?ver=20121108") repeat-x bottom left; 8473 8473 background-size: 21px 37px; 8474 8474 } 8475 8475 8476 8476 div.star-holder .star-rating { 8477 background: url( '../images/stars-2x.png?ver=20121108') repeat-x top left;8477 background: url("../images/stars-2x.png?ver=20121108") repeat-x top left; 8478 8478 background-size: 21px 37px; 8479 8479 } 8480 8480 8481 8481 .welcome-panel .welcome-panel-close:before { 8482 background-image: url( '../images/xit-2x.gif');8482 background-image: url("../images/xit-2x.gif"); 8483 8483 background-size: 20px auto; 8484 8484 } 8485 8485 8486 8486 .welcome-panel .welcome-icon { 8487 background-image: url( '../images/welcome-icons-2x.png');8487 background-image: url("../images/welcome-icons-2x.png"); 8488 8488 } 8489 8489 8490 8490 .login h1 a { 8491 background-image: url( '../images/wordpress-logo-2x.png?ver=20120412');8491 background-image: url("../images/wordpress-logo-2x.png?ver=20120412"); 8492 8492 background-size: 274px 63px; 8493 8493 } 8494 8494 8495 8495 .wp-badge { 8496 background-image: url( '../images/wp-badge-2x.png?ver=20120516');8496 background-image: url("../images/wp-badge-2x.png?ver=20120516"); 8497 8497 background-size: 173px 194px; 8498 8498 } 8499 8499 8500 8500 .wp-full-overlay .collapse-sidebar-arrow { 8501 background-image: url( '../images/arrows-2x.png');8501 background-image: url("../images/arrows-2x.png"); 8502 8502 background-size: 15px 123px; 8503 8503 } 8504 8504 8505 8505 .pressthis a span { 8506 background-image: url( ../images/press-this-2x.png?v=20121105);8506 background-image: url("../images/press-this-2x.png?v=20121105"); 8507 8507 } 8508 8508 8509 8509 .imgedit-crop, … … 8513 8513 .imgedit-fliph, 8514 8514 .imgedit-undo, 8515 8515 .imgedit-redo { 8516 background-image: url( '../images/imgedit-icons-2x.png');8516 background-image: url("../images/imgedit-icons-2x.png"); 8517 8517 background-size: 260px 64px; 8518 8518 } 8519 8519 8520 8520 .spinner, 8521 8521 .imgedit-wait, 8522 8522 .customize-loading #customize-container { 8523 background-image: url( ../images/wpspin_light-2x.gif);8523 background-image: url("../images/wpspin_light-2x.gif"); 8524 8524 } 8525 8525 } 8526 8526 -
wp-admin/css/media.css
52 52 /* specific to the image upload form */ 53 53 54 54 .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; 56 56 } 57 57 58 58 .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; 60 60 } 61 61 62 62 .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; 64 64 } 65 65 66 66 .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; 68 68 } 69 69 70 70 tr.image-size td { -
wp-admin/css/colors-classic.css
702 702 } 703 703 704 704 .curtime #timestamp { 705 background-image: url( ../images/date-button.gif);705 background-image: url("../images/date-button.gif"); 706 706 } 707 707 708 708 #quicktags #ed_link { … … 719 719 720 720 .tagchecklist span a, 721 721 #bulk-titles div a { 722 background: url( ../images/xit.gif) no-repeat;722 background: url("../images/xit.gif") no-repeat; 723 723 } 724 724 725 725 .tagchecklist span a:hover, 726 726 #bulk-titles div a:hover { 727 background: url( ../images/xit.gif) no-repeat -10px 0;727 background: url("../images/xit.gif") no-repeat -10px 0; 728 728 } 729 729 730 730 #update-nag, .update-nag { … … 777 777 778 778 #screen-meta-links a { 779 779 color: #606060; 780 background: transparent url( ../images/arrows.png) no-repeat right 4px;780 background: transparent url("../images/arrows.png") no-repeat right 4px; 781 781 } 782 782 783 783 #screen-meta-links a:hover, … … 985 985 986 986 #adminmenushadow, 987 987 #adminmenuback { 988 background-image: url( ../images/menu-shadow.png);988 background-image: url("../images/menu-shadow.png"); 989 989 background-position: top right; 990 990 background-repeat: repeat-y; 991 991 } … … 1127 1127 } 1128 1128 1129 1129 #collapse-button div { 1130 background: transparent url( ../images/arrows-vs.png) no-repeat 0 -72px;1130 background: transparent url("../images/arrows-vs.png") no-repeat 0 -72px; 1131 1131 } 1132 1132 1133 1133 .folded #collapse-button div { … … 1199 1199 .menu-icon-site div.wp-menu-image, 1200 1200 .icon16.icon-generic, 1201 1201 .menu-icon-generic div.wp-menu-image { 1202 background-image: url( ../images/menu-vs.png?ver=20121105);1202 background-image: url("../images/menu-vs.png?ver=20121105"); 1203 1203 } 1204 1204 1205 1205 .icon16.icon-dashboard, … … 1380 1380 #icon-ms-admin, 1381 1381 .icon32.icon-generic, 1382 1382 #icon-generic { 1383 background-image: url( ../images/icons32-vs.png?ver=20121105);1383 background-image: url("../images/icons32-vs.png?ver=20121105"); 1384 1384 } 1385 1385 1386 1386 .icon32.icon-post, … … 1548 1548 } 1549 1549 1550 1550 .js .meta-box-sortables .postbox:hover .handlediv { 1551 background: transparent url( ../images/arrows-vs.png) no-repeat 6px 7px;1551 background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px; 1552 1552 } 1553 1553 1554 1554 .tablenav .tablenav-pages { … … 1633 1633 .view-switch #view-switch-list, 1634 1634 .view-switch #view-switch-excerpt { 1635 1635 background-color: transparent; 1636 background-image: url( '../images/list.png');1636 background-image: url("../images/list.png"); 1637 1637 background-repeat: no-repeat; 1638 1638 } 1639 1639 … … 1654 1654 } 1655 1655 1656 1656 #header-logo { 1657 background: transparent url( ../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;1657 background: transparent url("../images/wp-logo-vs.png?ver=20101102") no-repeat scroll center center; 1658 1658 } 1659 1659 1660 1660 .popular-tags, … … 1692 1692 } 1693 1693 1694 1694 .js .sidebar-name-arrow { 1695 background: transparent url( ../images/arrows-vs.png) no-repeat 5px 9px;1695 background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px; 1696 1696 } 1697 1697 1698 1698 .js .sidebar-name:hover .sidebar-name-arrow { 1699 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 5px 9px;1699 background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px; 1700 1700 } 1701 1701 1702 1702 .in-widget-title { … … 1812 1812 } 1813 1813 1814 1814 .nav-menus-php .item-edit { 1815 background: transparent url( ../images/arrows-vs.png) no-repeat 8px 10px;1815 background: transparent url("../images/arrows-vs.png") no-repeat 8px 10px; 1816 1816 border-bottom-color: #eff8ff; 1817 1817 } 1818 1818 1819 1819 .nav-menus-php .item-edit:hover { 1820 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 8px 10px;1820 background: transparent url("../images/arrows-dark-vs.png") no-repeat 8px 10px; 1821 1821 } 1822 1822 1823 1823 .menu-item-settings { /* Menu editing */ … … 2007 2007 /* Menu */ 2008 2008 .rtl #adminmenushadow, 2009 2009 .rtl #adminmenuback { 2010 background-image: url( ../images/menu-shadow-rtl.png);2010 background-image: url("../images/menu-shadow-rtl.png"); 2011 2011 background-position: top left; 2012 2012 } 2013 2013 … … 2051 2051 2052 2052 /* edit image */ 2053 2053 .js.rtl .meta-box-sortables .postbox:hover .handlediv { 2054 background: transparent url( ../images/arrows-vs.png) no-repeat 6px 7px;2054 background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px; 2055 2055 } 2056 2056 2057 2057 .rtl #post-body .misc-pub-section { … … 2060 2060 } 2061 2061 2062 2062 .js.rtl .sidebar-name-arrow { 2063 background: transparent url( ../images/arrows-vs.png) no-repeat 5px 9px;2063 background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px; 2064 2064 } 2065 2065 2066 2066 .js.rtl .sidebar-name:hover .sidebar-name-arrow { 2067 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 5px 9px;2067 background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px; 2068 2068 } 2069 2069 2070 2070 /** … … 2154 2154 #icon-ms-admin, 2155 2155 .icon32.icon-generic, 2156 2156 #icon-generic { 2157 background-image: url( ../images/icons32-vs-2x.png?ver=20121105);2157 background-image: url("../images/icons32-vs-2x.png?ver=20121105"); 2158 2158 background-size: 756px 45px; 2159 2159 } 2160 2160 … … 2184 2184 .menu-icon-site div.wp-menu-image, 2185 2185 .icon16.icon-generic, 2186 2186 .menu-icon-generic div.wp-menu-image { 2187 background-image: url( '../images/menu-vs-2x.png?ver=20121105');2187 background-image: url("../images/menu-vs-2x.png?ver=20121105"); 2188 2188 background-size: 390px 64px; 2189 2189 } 2190 2190 2191 2191 #header-logo { 2192 background-image: url( '../images/wp-logo-vs-2x.png?ver=20120916');2192 background-image: url("../images/wp-logo-vs-2x.png?ver=20120916"); 2193 2193 background-size: 16px auto; 2194 2194 } 2195 2195 -
wp-admin/css/farbtastic.css
23 23 } 24 24 25 25 .farbtastic .wheel { 26 background: url( ../images/wheel.png) no-repeat;26 background: url("../images/wheel.png") no-repeat; 27 27 width: 195px; 28 28 height: 195px; 29 29 } 30 30 31 31 .farbtastic .overlay { 32 background: url( ../images/mask.png) no-repeat;32 background: url("../images/mask.png") no-repeat; 33 33 } 34 34 35 35 .farbtastic .marker { … … 37 37 height: 17px; 38 38 margin: -8px 0 0 -8px; 39 39 overflow: hidden; 40 background: url( ../images/marker.png) no-repeat;40 background: url("../images/marker.png") no-repeat; 41 41 } 42 42 43 43 /* farbtastic-rtl */ -
wp-admin/css/colors-fresh.css
701 701 } 702 702 703 703 .curtime #timestamp { 704 background-image: url( ../images/date-button.gif);704 background-image: url("../images/date-button.gif"); 705 705 } 706 706 707 707 #rightnow .youhave { … … 714 714 715 715 .tagchecklist span a, 716 716 #bulk-titles div a { 717 background: url( ../images/xit.gif) no-repeat;717 background: url("../images/xit.gif") no-repeat; 718 718 } 719 719 720 720 .tagchecklist span a:hover, 721 721 #bulk-titles div a:hover { 722 background: url( ../images/xit.gif) no-repeat -10px 0;722 background: url("../images/xit.gif") no-repeat -10px 0; 723 723 } 724 724 725 725 #update-nag, .update-nag { … … 771 771 772 772 #screen-meta-links a { 773 773 color: #777; 774 background: transparent url( ../images/arrows.png) no-repeat right 4px;774 background: transparent url("../images/arrows.png") no-repeat right 4px; 775 775 } 776 776 777 777 #screen-meta-links a:hover, … … 875 875 876 876 #adminmenushadow, 877 877 #adminmenuback { 878 background-image: url( ../images/menu-shadow.png);878 background-image: url("../images/menu-shadow.png"); 879 879 background-position: top right; 880 880 background-repeat: repeat-y; 881 881 } … … 1017 1017 } 1018 1018 1019 1019 #collapse-button div { 1020 background: transparent url( ../images/arrows.png) no-repeat 0 -72px;1020 background: transparent url("../images/arrows.png") no-repeat 0 -72px; 1021 1021 } 1022 1022 1023 1023 .folded #collapse-button div { … … 1089 1089 .menu-icon-site div.wp-menu-image, 1090 1090 .icon16.icon-generic, 1091 1091 .menu-icon-generic div.wp-menu-image { 1092 background-image: url( ../images/menu.png?ver=20121105);1092 background-image: url("../images/menu.png?ver=20121105"); 1093 1093 } 1094 1094 1095 1095 .icon16.icon-dashboard, … … 1271 1271 #icon-ms-admin, 1272 1272 .icon32.icon-generic, 1273 1273 #icon-generic { 1274 background-image: url( ../images/icons32.png?ver=20121105);1274 background-image: url("../images/icons32.png?ver=20121105"); 1275 1275 } 1276 1276 1277 1277 .icon32.icon-post, … … 1439 1439 } 1440 1440 1441 1441 .js .meta-box-sortables .postbox:hover .handlediv { 1442 background: transparent url( ../images/arrows.png) no-repeat 6px 7px;1442 background: transparent url("../images/arrows.png") no-repeat 6px 7px; 1443 1443 } 1444 1444 1445 1445 .tablenav .tablenav-pages { … … 1524 1524 .view-switch #view-switch-list, 1525 1525 .view-switch #view-switch-excerpt { 1526 1526 background-color: transparent; 1527 background-image: url( '../images/list.png');1527 background-image: url("../images/list.png"); 1528 1528 background-repeat: no-repeat; 1529 1529 } 1530 1530 … … 1545 1545 } 1546 1546 1547 1547 #header-logo { 1548 background: transparent url( ../images/wp-logo.png?ver=20110504) no-repeat scroll center center;1548 background: transparent url("../images/wp-logo.png?ver=20110504") no-repeat scroll center center; 1549 1549 } 1550 1550 1551 1551 .popular-tags, … … 1583 1583 } 1584 1584 1585 1585 .js .sidebar-name-arrow { 1586 background: transparent url( ../images/arrows.png) no-repeat 5px 9px;1586 background: transparent url("../images/arrows.png") no-repeat 5px 9px; 1587 1587 } 1588 1588 1589 1589 .js .sidebar-name:hover .sidebar-name-arrow { 1590 background: transparent url( ../images/arrows-dark.png) no-repeat 5px 9px;1590 background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px; 1591 1591 } 1592 1592 1593 1593 .in-widget-title { … … 1700 1700 } 1701 1701 1702 1702 .nav-menus-php .item-edit { 1703 background: transparent url( ../images/arrows.png) no-repeat 8px 10px;1703 background: transparent url("../images/arrows.png") no-repeat 8px 10px; 1704 1704 border-bottom-color: #eee; 1705 1705 } 1706 1706 1707 1707 .nav-menus-php .item-edit:hover { 1708 background: transparent url( ../images/arrows-dark.png) no-repeat 8px 10px;1708 background: transparent url("../images/arrows-dark.png") no-repeat 8px 10px; 1709 1709 } 1710 1710 1711 1711 .menu-item-settings { /* Menu editing */ … … 1879 1879 /* Menu */ 1880 1880 .rtl #adminmenushadow, 1881 1881 .rtl #adminmenuback { 1882 background-image: url( ../images/menu-shadow-rtl.png);1882 background-image: url("../images/menu-shadow-rtl.png"); 1883 1883 background-position: top left; 1884 1884 } 1885 1885 … … 1923 1923 1924 1924 /* Edit Image */ 1925 1925 .js.rtl .meta-box-sortables .postbox:hover .handlediv { 1926 background: transparent url( ../images/arrows.png) no-repeat 6px 7px;1926 background: transparent url("../images/arrows.png") no-repeat 6px 7px; 1927 1927 } 1928 1928 1929 1929 .rtl #post-body .misc-pub-section { … … 1932 1932 } 1933 1933 1934 1934 .js.rtl .sidebar-name-arrow { 1935 background: transparent url( ../images/arrows.png) no-repeat 5px 9px;1935 background: transparent url("../images/arrows.png") no-repeat 5px 9px; 1936 1936 } 1937 1937 1938 1938 .js.rtl .sidebar-name:hover .sidebar-name-arrow { 1939 background: transparent url( ../images/arrows-dark.png) no-repeat 5px 9px;1939 background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px; 1940 1940 } 1941 1941 1942 1942 /** … … 2026 2026 #icon-ms-admin, 2027 2027 .icon32.icon-generic, 2028 2028 #icon-generic { 2029 background-image: url( ../images/icons32-2x.png?ver=20121105);2029 background-image: url("../images/icons32-2x.png?ver=20121105"); 2030 2030 background-size: 756px 45px; 2031 2031 } 2032 2032 … … 2056 2056 .menu-icon-site div.wp-menu-image, 2057 2057 .icon16.icon-generic, 2058 2058 .menu-icon-generic div.wp-menu-image { 2059 background-image: url( '../images/menu-2x.png?ver=20121105');2059 background-image: url("../images/menu-2x.png?ver=20121105"); 2060 2060 background-size: 390px 64px; 2061 2061 } 2062 2062 2063 2063 #header-logo { 2064 background-image: url( '../images/wp-logo-2x.png?ver=20120916');2064 background-image: url("../images/wp-logo-2x.png?ver=20120916"); 2065 2065 background-size: 16px auto; 2066 2066 } 2067 2067 -
wp-admin/css/install.css
64 64 text-align:center 65 65 } 66 66 #logo a { 67 background-image: url( '../images/wordpress-logo.png?ver=20120216');67 background-image: url("../images/wordpress-logo.png?ver=20120216"); 68 68 background-size: 274px 63px; 69 69 background-position: top center; 70 70 background-repeat: no-repeat; … … 79 79 (-webkit-min-device-pixel-ratio: 1.25), 80 80 (min-resolution: 120dpi) { 81 81 #logo a { 82 background-image: url( '../images/wordpress-logo-2x.png?ver=20120412');82 background-image: url("../images/wordpress-logo-2x.png?ver=20120412"); 83 83 background-size: 274px 63px; 84 84 } 85 85 }