Ticket #22476: 22476.4.diff
File 22476.4.diff, 31.3 KB (added by , 12 years ago) |
---|
-
wp-admin/css/colors-fresh.css
704 704 } 705 705 706 706 .curtime #timestamp { 707 background-image: url( ../images/date-button.gif);707 background-image: url("../images/date-button.gif"); 708 708 } 709 709 710 710 #rightnow .youhave { … … 717 717 718 718 .tagchecklist span a, 719 719 #bulk-titles div a { 720 background: url( ../images/xit.gif) no-repeat;720 background: url("../images/xit.gif") no-repeat; 721 721 } 722 722 723 723 .tagchecklist span a:hover, 724 724 #bulk-titles div a:hover { 725 background: url( ../images/xit.gif) no-repeat -10px 0;725 background: url("../images/xit.gif") no-repeat -10px 0; 726 726 } 727 727 728 728 #update-nag, .update-nag { … … 774 774 775 775 #screen-meta-links a { 776 776 color: #777; 777 background: transparent url( ../images/arrows.png) no-repeat right 4px;777 background: transparent url("../images/arrows.png") no-repeat right 4px; 778 778 } 779 779 780 780 #screen-meta-links a:hover, … … 878 878 879 879 #adminmenushadow, 880 880 #adminmenuback { 881 background-image: url( ../images/menu-shadow.png);881 background-image: url("../images/menu-shadow.png"); 882 882 background-position: top right; 883 883 background-repeat: repeat-y; 884 884 } … … 1020 1020 } 1021 1021 1022 1022 #collapse-button div { 1023 background: transparent url( ../images/arrows.png) no-repeat 0 -72px;1023 background: transparent url("../images/arrows.png") no-repeat 0 -72px; 1024 1024 } 1025 1025 1026 1026 .folded #collapse-button div { … … 1092 1092 .menu-icon-site div.wp-menu-image, 1093 1093 .icon16.icon-generic, 1094 1094 .menu-icon-generic div.wp-menu-image { 1095 background-image: url( ../images/menu.png?ver=20121105);1095 background-image: url("../images/menu.png?ver=20121105"); 1096 1096 } 1097 1097 1098 1098 .icon16.icon-dashboard, … … 1274 1274 #icon-ms-admin, 1275 1275 .icon32.icon-generic, 1276 1276 #icon-generic { 1277 background-image: url( ../images/icons32.png?ver=20121105);1277 background-image: url("../images/icons32.png?ver=20121105"); 1278 1278 } 1279 1279 1280 1280 .icon32.icon-post, … … 1389 1389 1390 1390 .revision-tick.loading-true { 1391 1391 background-color: #9999cc; 1392 background: url( ../images/wpspin_light.gif) no-repeat;1392 background: url("../images/wpspin_light.gif") no-repeat; 1393 1393 background-position: middle; 1394 1394 background-size: 1px 10px; 1395 1395 } … … 1506 1506 } 1507 1507 1508 1508 .js .meta-box-sortables .postbox:hover .handlediv { 1509 background: transparent url( ../images/arrows.png) no-repeat 6px 7px;1509 background: transparent url("../images/arrows.png") no-repeat 6px 7px; 1510 1510 } 1511 1511 1512 1512 .tablenav .tablenav-pages { … … 1591 1591 .view-switch #view-switch-list, 1592 1592 .view-switch #view-switch-excerpt { 1593 1593 background-color: transparent; 1594 background-image: url( '../images/list.png');1594 background-image: url("../images/list.png"); 1595 1595 background-repeat: no-repeat; 1596 1596 } 1597 1597 … … 1612 1612 } 1613 1613 1614 1614 #header-logo { 1615 background: transparent url( ../images/wp-logo.png?ver=20110504) no-repeat scroll center center;1615 background: transparent url("../images/wp-logo.png?ver=20110504") no-repeat scroll center center; 1616 1616 } 1617 1617 1618 1618 .popular-tags, … … 1650 1650 } 1651 1651 1652 1652 .js .sidebar-name-arrow { 1653 background: transparent url( ../images/arrows.png) no-repeat 5px 9px;1653 background: transparent url("../images/arrows.png") no-repeat 5px 9px; 1654 1654 } 1655 1655 1656 1656 .js .sidebar-name:hover .sidebar-name-arrow { 1657 background: transparent url( ../images/arrows-dark.png) no-repeat 5px 9px;1657 background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px; 1658 1658 } 1659 1659 1660 1660 .in-widget-title { … … 1767 1767 } 1768 1768 1769 1769 .nav-menus-php .item-edit { 1770 background: transparent url( ../images/arrows.png) no-repeat 8px 10px;1770 background: transparent url("../images/arrows.png") no-repeat 8px 10px; 1771 1771 border-bottom-color: #eee; 1772 1772 } 1773 1773 1774 1774 .nav-menus-php .item-edit:hover { 1775 background: transparent url( ../images/arrows-dark.png) no-repeat 8px 10px;1775 background: transparent url("../images/arrows-dark.png") no-repeat 8px 10px; 1776 1776 } 1777 1777 1778 1778 .menu-item-settings { /* Menu editing */ … … 1963 1963 /* Menu */ 1964 1964 .rtl #adminmenushadow, 1965 1965 .rtl #adminmenuback { 1966 background-image: url( ../images/menu-shadow-rtl.png);1966 background-image: url("../images/menu-shadow-rtl.png"); 1967 1967 background-position: top left; 1968 1968 } 1969 1969 … … 2007 2007 2008 2008 /* Edit Image */ 2009 2009 .js.rtl .meta-box-sortables .postbox:hover .handlediv { 2010 background: transparent url( ../images/arrows.png) no-repeat 6px 7px;2010 background: transparent url("../images/arrows.png") no-repeat 6px 7px; 2011 2011 } 2012 2012 2013 2013 .rtl #post-body .misc-pub-section { … … 2016 2016 } 2017 2017 2018 2018 .js.rtl .sidebar-name-arrow { 2019 background: transparent url( ../images/arrows.png) no-repeat 5px 9px;2019 background: transparent url("../images/arrows.png") no-repeat 5px 9px; 2020 2020 } 2021 2021 2022 2022 .js.rtl .sidebar-name:hover .sidebar-name-arrow { 2023 background: transparent url( ../images/arrows-dark.png) no-repeat 5px 9px;2023 background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px; 2024 2024 } 2025 2025 2026 2026 /** … … 2110 2110 #icon-ms-admin, 2111 2111 .icon32.icon-generic, 2112 2112 #icon-generic { 2113 background-image: url( ../images/icons32-2x.png?ver=20121105);2113 background-image: url("../images/icons32-2x.png?ver=20121105"); 2114 2114 background-size: 756px 45px; 2115 2115 } 2116 2116 … … 2140 2140 .menu-icon-site div.wp-menu-image, 2141 2141 .icon16.icon-generic, 2142 2142 .menu-icon-generic div.wp-menu-image { 2143 background-image: url( '../images/menu-2x.png?ver=20121105');2143 background-image: url("../images/menu-2x.png?ver=20121105"); 2144 2144 background-size: 390px 64px; 2145 2145 } 2146 2146 2147 2147 #header-logo { 2148 background-image: url( '../images/wp-logo-2x.png?ver=20120916');2148 background-image: url("../images/wp-logo-2x.png?ver=20120916"); 2149 2149 background-size: 16px auto; 2150 2150 } 2151 2151 -
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 } -
wp-admin/css/wp-admin-rtl.css
130 130 } 131 131 132 132 input[type="text"].ui-autocomplete-loading { 133 background: transparent url( '../images/loading.gif') no-repeat left center;133 background: transparent url("../images/loading.gif") no-repeat left center; 134 134 } 135 135 136 136 ul#add-to-blog-users { … … 542 542 } 543 543 544 544 .post-com-count { 545 background-image: url( '../images/bubble_bg-rtl.gif');545 background-image: url("../images/bubble_bg-rtl.gif"); 546 546 } 547 547 548 548 .column-response .post-com-count { … … 930 930 } 931 931 932 932 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 933 background: transparent url( '../images/resize-rtl.gif') no-repeat scroll left bottom;933 background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom; 934 934 cursor: sw-resize; 935 935 } 936 936 … … 1704 1704 } 1705 1705 1706 1706 #content-resize-handle { 1707 background: transparent url( '../images/resize-rtl.gif') no-repeat scroll left bottom;1707 background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom; 1708 1708 right: auto; 1709 1709 left: 2px; 1710 1710 cursor: sw-resize; … … 1756 1756 .wp-full-overlay .collapse-sidebar-arrow { 1757 1757 margin-right: 2px; 1758 1758 margin-left: 0; 1759 background: transparent url( '../images/arrows.png') no-repeat 0 -108px;1759 background: transparent url("../images/arrows.png") no-repeat 0 -108px; 1760 1760 } 1761 1761 1762 1762 .wp-full-overlay.collapsed .collapse-sidebar-arrow { … … 2365 2365 2366 2366 /* Star ratings */ 2367 2367 div.star-holder { 2368 background: url( '../images/stars-rtl.png?ver=20121108') repeat-x bottom right;2368 background: url("../images/stars-rtl.png?ver=20121108") repeat-x bottom right; 2369 2369 } 2370 2370 div.star-holder .star-rating { 2371 background: url( '../images/stars-rtl.png?ver=20121108') repeat-x top right;2371 background: url("../images/stars-rtl.png?ver=20121108") repeat-x top right; 2372 2372 float: right; 2373 2373 } 2374 2374 … … 2661 2661 (-webkit-min-device-pixel-ratio: 1.25), 2662 2662 (min-resolution: 120dpi) { 2663 2663 .post-com-count { 2664 background-image: url( '../images/bubble_bg-rtl-2x.gif');2664 background-image: url("../images/bubble_bg-rtl-2x.gif"); 2665 2665 background-size: 18px 100px; 2666 2666 } 2667 2667 2668 2668 #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize { 2669 background: transparent url( '../images/resize-rtl-2x.gif') no-repeat scroll right bottom;2669 background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll right bottom; 2670 2670 background-size: 11px 11px; 2671 2671 } 2672 2672 2673 2673 .wp-full-overlay .collapse-sidebar-arrow { 2674 background-image: url( '../images/arrows-2x.png');2674 background-image: url("../images/arrows-2x.png"); 2675 2675 background-size: 15px 123px; 2676 2676 } 2677 2677 2678 2678 div.star-holder { 2679 background: url( '../images/stars-rtl-2x.png?ver=20121108') repeat-x bottom right;2679 background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x bottom right; 2680 2680 background-size: 21px 37px; 2681 2681 } 2682 2682 2683 2683 div.star-holder .star-rating { 2684 background: url( '../images/stars-rtl-2x.png?ver=20121108') repeat-x top right;2684 background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x top right; 2685 2685 background-size: 21px 37px; 2686 2686 } 2687 2687 2688 2688 #post-body .wp_themeSkin .mceStatusbar a.mceResize, 2689 2689 #content-resize-handle { 2690 background: transparent url( '../images/resize-rtl-2x.gif') no-repeat scroll left bottom;2690 background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll left bottom; 2691 2691 } 2692 2692 } 2693 2693 -
wp-admin/css/wp-admin.css
955 955 } 956 956 957 957 input[type="text"].ui-autocomplete-loading { 958 background: transparent url( '../images/loading.gif') no-repeat right center;958 background: transparent url("../images/loading.gif") no-repeat right center; 959 959 visibility: visible; 960 960 } 961 961 … … 1856 1856 } 1857 1857 1858 1858 .post-com-count { 1859 background-image: url( '../images/bubble_bg.gif');1859 background-image: url("../images/bubble_bg.gif"); 1860 1860 height: 1.3em; 1861 1861 line-height: 1.1em; 1862 1862 display: block; … … 1902 1902 } 1903 1903 1904 1904 th .comment-grey-bubble { 1905 background-image: url( '../images/comment-grey-bubble.png');1905 background-image: url("../images/comment-grey-bubble.png"); 1906 1906 background-repeat: no-repeat; 1907 1907 height: 12px; 1908 1908 width: 12px; … … 2303 2303 left: -12px; 2304 2304 width: 10px; 2305 2305 height: 100%; 2306 background: url( '../images/xit.gif') 0 17% no-repeat;2306 background: url("../images/xit.gif") 0 17% no-repeat; 2307 2307 } 2308 2308 2309 2309 .welcome-panel .welcome-panel-close:hover:before { … … 2346 2346 .welcome-panel .welcome-icon { 2347 2347 display: block; 2348 2348 padding: 2px 0 8px 32px; 2349 background-image: url( '../images/welcome-icons.png');2349 background-image: url("../images/welcome-icons.png"); 2350 2350 background-repeat: no-repeat; 2351 2351 background-size: 16px; 2352 2352 } … … 2527 2527 height: 4px; 2528 2528 margin-top: 8px; 2529 2529 margin-left: 7px; 2530 background-image: url( '../images/sort.gif');2530 background-image: url("../images/sort.gif"); 2531 2531 background-repeat: no-repeat; 2532 2532 } 2533 2533 2534 2534 tr.wp-locked .locked-indicator { 2535 background: url( '../images/lock.png') no-repeat;2535 background: url("../images/lock.png") no-repeat; 2536 2536 margin: -2px 0 0 6px; 2537 2537 height: 16px; 2538 2538 width: 16px; … … 2698 2698 height: 16px; 2699 2699 width: 16px; 2700 2700 margin-right: 5px; 2701 background-image: url( ../images/post-formats.png);2701 background-image: url("../images/post-formats.png"); 2702 2702 background-repeat: no-repeat; 2703 2703 text-indent: -999em; 2704 2704 } … … 3316 3316 3317 3317 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 3318 3318 display: block; 3319 background: transparent url( '../images/resize.gif') no-repeat scroll right bottom;3319 background: transparent url("../images/resize.gif") no-repeat scroll right bottom; 3320 3320 width: 12px; 3321 3321 cursor: se-resize; 3322 3322 margin: 0 1px; … … 3329 3329 } 3330 3330 3331 3331 #content-resize-handle { 3332 background: transparent url( '../images/resize.gif') no-repeat scroll right bottom;3332 background: transparent url("../images/resize.gif") no-repeat scroll right bottom; 3333 3333 width: 12px; 3334 3334 cursor: se-resize; 3335 3335 position: absolute; … … 4035 4035 } 4036 4036 4037 4037 #icon-edit.standard { 4038 background: url( ../images/post-formats32.png) no-repeat -3px -4px;4038 background: url("../images/post-formats32.png") no-repeat -3px -4px; 4039 4039 } 4040 4040 4041 4041 #icon-edit.image { 4042 background: url( ../images/post-formats32.png) no-repeat -43px -4px;4042 background: url("../images/post-formats32.png") no-repeat -43px -4px; 4043 4043 } 4044 4044 4045 4045 #icon-edit.gallery { 4046 background: url( ../images/post-formats32.png) no-repeat -83px -4px;4046 background: url("../images/post-formats32.png") no-repeat -83px -4px; 4047 4047 } 4048 4048 4049 4049 #icon-edit.audio { 4050 background: url( ../images/post-formats32.png) no-repeat -123px -4px;4050 background: url("../images/post-formats32.png") no-repeat -123px -4px; 4051 4051 } 4052 4052 4053 4053 #icon-edit.video { 4054 background: url( ../images/post-formats32.png) no-repeat -163px -4px;4054 background: url("../images/post-formats32.png") no-repeat -163px -4px; 4055 4055 } 4056 4056 4057 4057 #icon-edit.chat { 4058 background: url( ../images/post-formats32.png) no-repeat -202px -4px;4058 background: url("../images/post-formats32.png") no-repeat -202px -4px; 4059 4059 } 4060 4060 4061 4061 #icon-edit.status { 4062 background: url( ../images/post-formats32.png) no-repeat -242px -4px;4062 background: url("../images/post-formats32.png") no-repeat -242px -4px; 4063 4063 } 4064 4064 4065 4065 #icon-edit.aside { 4066 background: url( ../images/post-formats32.png) no-repeat -282px -4px;4066 background: url("../images/post-formats32.png") no-repeat -282px -4px; 4067 4067 } 4068 4068 4069 4069 #icon-edit.quote { 4070 background: url( ../images/post-formats32.png) no-repeat -322px -4px;4070 background: url("../images/post-formats32.png") no-repeat -322px -4px; 4071 4071 } 4072 4072 4073 4073 #icon-edit.link { 4074 background: url( ../images/post-formats32.png) no-repeat -362px -4px;4074 background: url("../images/post-formats32.png") no-repeat -362px -4px; 4075 4075 } 4076 4076 4077 4077 .post-format-description { … … 4130 4130 } 4131 4131 4132 4132 .post-format-options .standard { 4133 background: url( ../images/post-formats.png) no-repeat -8px -8px;4133 background: url("../images/post-formats.png") no-repeat -8px -8px; 4134 4134 } 4135 4135 4136 4136 .post-format-options .image { 4137 background: url( ../images/post-formats.png) no-repeat -40px -8px;4137 background: url("../images/post-formats.png") no-repeat -40px -8px; 4138 4138 } 4139 4139 4140 4140 .post-format-options .gallery { 4141 background: url( ../images/post-formats.png) no-repeat -72px -8px;4141 background: url("../images/post-formats.png") no-repeat -72px -8px; 4142 4142 } 4143 4143 4144 4144 .post-format-options .audio { 4145 background: url( ../images/post-formats.png) no-repeat -104px -8px;4145 background: url("../images/post-formats.png") no-repeat -104px -8px; 4146 4146 } 4147 4147 4148 4148 .post-format-options .video { 4149 background: url( ../images/post-formats.png) no-repeat -136px -8px;4149 background: url("../images/post-formats.png") no-repeat -136px -8px; 4150 4150 } 4151 4151 4152 4152 .post-format-options .chat { 4153 background: url( ../images/post-formats.png) no-repeat -168px -8px;4153 background: url("../images/post-formats.png") no-repeat -168px -8px; 4154 4154 } 4155 4155 4156 4156 .post-format-options .status { 4157 background: url( ../images/post-formats.png) no-repeat -200px -8px;4157 background: url("../images/post-formats.png") no-repeat -200px -8px; 4158 4158 } 4159 4159 4160 4160 .post-format-options .aside { 4161 background: url( ../images/post-formats.png) no-repeat -232px -8px;4161 background: url("../images/post-formats.png") no-repeat -232px -8px; 4162 4162 } 4163 4163 4164 4164 .post-format-options .quote { 4165 background: url( ../images/post-formats.png) no-repeat -264px -8px;4165 background: url("../images/post-formats.png") no-repeat -264px -8px; 4166 4166 } 4167 4167 4168 4168 .post-format-options .link { 4169 background: url( ../images/post-formats.png) no-repeat -296px -8px;4169 background: url("../images/post-formats.png") no-repeat -296px -8px; 4170 4170 } 4171 4171 4172 4172 .post-format-tip { … … 4870 4870 .imgedit-wait { 4871 4871 position: absolute; 4872 4872 top: 0; 4873 background: #fff url( ../images/wpspin_light.gif) no-repeat scroll 22px 10px;4873 background: #fff url("../images/wpspin_light.gif") no-repeat scroll 22px 10px; 4874 4874 background-size: 16px 16px; 4875 4875 opacity: 0.7; 4876 4876 filter: alpha(opacity=70); … … 4880 4880 } 4881 4881 4882 4882 .spinner { 4883 background: url( ../images/wpspin_light.gif) no-repeat;4883 background: url("../images/wpspin_light.gif") no-repeat; 4884 4884 background-size: 16px 16px; 4885 4885 display: none; 4886 4886 float: right; … … 4937 4937 } 4938 4938 4939 4939 .imgedit-crop { 4940 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -9px -31px;4940 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -9px -31px; 4941 4941 margin: 0 8px 0 0; 4942 4942 } 4943 4943 … … 4950 4950 } 4951 4951 4952 4952 .imgedit-rleft { 4953 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -46px -31px;4953 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -46px -31px; 4954 4954 margin: 0 3px; 4955 4955 } 4956 4956 … … 4963 4963 } 4964 4964 4965 4965 .imgedit-rright { 4966 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -77px -31px;4966 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -77px -31px; 4967 4967 margin: 0 8px 0 3px; 4968 4968 } 4969 4969 … … 4976 4976 } 4977 4977 4978 4978 .imgedit-flipv { 4979 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -115px -31px;4979 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -115px -31px; 4980 4980 margin: 0 3px; 4981 4981 } 4982 4982 … … 4989 4989 } 4990 4990 4991 4991 .imgedit-fliph { 4992 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -147px -31px;4992 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -147px -31px; 4993 4993 margin: 0 8px 0 3px; 4994 4994 } 4995 4995 … … 5002 5002 } 5003 5003 5004 5004 .imgedit-undo { 5005 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -184px -31px;5005 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -184px -31px; 5006 5006 margin: 0 3px; 5007 5007 } 5008 5008 … … 5015 5015 } 5016 5016 5017 5017 .imgedit-redo { 5018 background: transparent url( '../images/imgedit-icons.png') no-repeat scroll -215px -31px;5018 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -215px -31px; 5019 5019 margin: 0 8px 0 3px; 5020 5020 } 5021 5021 … … 5774 5774 } 5775 5775 5776 5776 .pressthis a span { 5777 background: url( ../images/press-this.png?v=20120502) no-repeat 0px 5px;5777 background: url("../images/press-this.png?v=20120502") no-repeat 0px 5px; 5778 5778 background-size: 24px 20px; 5779 5779 padding: 8px 11px 8px 27px; 5780 5780 margin: 0 5px; … … 5941 5941 font-size: 14px; 5942 5942 text-align: center; 5943 5943 margin: 0 -5px; 5944 background: url( '../images/wp-badge.png?ver=20111120') no-repeat;5944 background: url("../images/wp-badge.png?ver=20111120") no-repeat; 5945 5945 } 5946 5946 5947 5947 .about-wrap .wp-badge { … … 6335 6335 display: block; 6336 6336 width: 15px; 6337 6337 height: 15px; 6338 background: transparent url( '../images/arrows.png') no-repeat -1px -73px;6338 background: transparent url("../images/arrows.png") no-repeat -1px -73px; 6339 6339 } 6340 6340 6341 6341 .wp-full-overlay.collapsed .collapse-sidebar-arrow { … … 7322 7322 } 7323 7323 7324 7324 .login h1 a { 7325 background-image: url( '../images/wordpress-logo.png?ver=20120216');7325 background-image: url("../images/wordpress-logo.png?ver=20120216"); 7326 7326 background-size: 274px 63px; 7327 7327 background-position: top center; 7328 7328 background-repeat: no-repeat; … … 8226 8226 position: relative; 8227 8227 height: 17px; 8228 8228 width: 100px; 8229 background: url( '../images/stars.png?ver=20121108') repeat-x bottom left;8229 background: url("../images/stars.png?ver=20121108") repeat-x bottom left; 8230 8230 } 8231 8231 8232 8232 div.star-holder .star-rating { 8233 background: url( '../images/stars.png?ver=20121108') repeat-x top left;8233 background: url("../images/stars.png?ver=20121108") repeat-x top left; 8234 8234 height: 17px; 8235 8235 float: left; 8236 8236 } … … 8417 8417 } 8418 8418 8419 8419 .press-this .tagchecklist span a { 8420 background: transparent url( ../images/xit.gif) no-repeat 0 0;8420 background: transparent url("../images/xit.gif") no-repeat 0 0; 8421 8421 } 8422 8422 8423 8423 .press-this #titlediv { … … 8520 8520 8521 8521 .js .postbox:hover .handlediv, 8522 8522 .js .stuffbox:hover .handlediv { 8523 background: transparent url( ../images/arrows.png) no-repeat 6px 7px;8523 background: transparent url("../images/arrows.png") no-repeat 6px 7px; 8524 8524 } 8525 8525 8526 8526 .press-this #submitdiv:hover .handlediv { … … 8986 8986 } 8987 8987 8988 8988 .widget-top a.widget-action { 8989 background: transparent url( ../images/arrows.png) no-repeat 4px 6px;8989 background: transparent url("../images/arrows.png") no-repeat 4px 6px; 8990 8990 } 8991 8991 8992 8992 .widget-top a.widget-action:hover { 8993 background: transparent url( ../images/arrows-dark.png) no-repeat 4px 6px;8993 background: transparent url("../images/arrows-dark.png") no-repeat 4px 6px; 8994 8994 } 8995 8995 8996 8996 .widget .widget-inside, … … 9378 9378 (min-resolution: 120dpi) { 9379 9379 9380 9380 .press-this .tagchecklist span a { 9381 background-image: url( '../images/xit-2x.gif');9381 background-image: url("../images/xit-2x.gif"); 9382 9382 background-size: 20px auto; 9383 9383 } 9384 9384 9385 9385 .js .postbox:hover .handlediv, 9386 9386 .js .stuffbox:hover .handlediv, 9387 9387 .widget-top a.widget-action { 9388 background-image: url( '../images/arrows-2x.png');9388 background-image: url("../images/arrows-2x.png"); 9389 9389 background-size: 15px 123px; 9390 9390 } 9391 9391 9392 9392 .widget-top a.widget-action:hover { 9393 background-image: url( '../images/arrows-dark-2x.png');9393 background-image: url("../images/arrows-dark-2x.png"); 9394 9394 background-size: 15px 123px; 9395 9395 } 9396 9396 9397 9397 .post-com-count { 9398 background-image: url( '../images/bubble_bg-2x.gif');9398 background-image: url("../images/bubble_bg-2x.gif"); 9399 9399 background-size: 18px 100px; 9400 9400 } 9401 9401 9402 9402 tr.wp-locked .locked-indicator { 9403 background-image: url( '../images/lock-2x.png');9403 background-image: url("../images/lock-2x.png"); 9404 9404 background-size: 16px 16px; 9405 9405 } 9406 9406 9407 9407 a.post-state-format { 9408 background-image: url( ../images/post-formats-2x.png);9408 background-image: url("../images/post-formats-2x.png"); 9409 9409 background-size: 320px 32px; 9410 9410 } 9411 9411 9412 9412 th .comment-grey-bubble { 9413 background-image: url( '../images/comment-grey-bubble-2x.png');9413 background-image: url("../images/comment-grey-bubble-2x.png"); 9414 9414 background-size: 12px 12px; 9415 9415 } 9416 9416 9417 9417 .sorting-indicator { 9418 background-image: url( '../images/sort-2x.gif?ver=20130102');9418 background-image: url("../images/sort-2x.gif?ver=20130102"); 9419 9419 background-size: 14px 4px; 9420 9420 } 9421 9421 9422 9422 #content-resize-handle, 9423 9423 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 9424 background: transparent url( '../images/resize-2x.gif') no-repeat scroll right bottom;9424 background: transparent url("../images/resize-2x.gif") no-repeat scroll right bottom; 9425 9425 background-size: 11px 11px; 9426 9426 } 9427 9427 9428 9428 div.star-holder { 9429 background: url( '../images/stars-2x.png?ver=20121108') repeat-x bottom left;9429 background: url("../images/stars-2x.png?ver=20121108") repeat-x bottom left; 9430 9430 background-size: 21px 37px; 9431 9431 } 9432 9432 9433 9433 div.star-holder .star-rating { 9434 background: url( '../images/stars-2x.png?ver=20121108') repeat-x top left;9434 background: url("../images/stars-2x.png?ver=20121108") repeat-x top left; 9435 9435 background-size: 21px 37px; 9436 9436 } 9437 9437 9438 9438 .welcome-panel .welcome-panel-close:before { 9439 background-image: url( '../images/xit-2x.gif');9439 background-image: url("../images/xit-2x.gif"); 9440 9440 background-size: 20px auto; 9441 9441 } 9442 9442 9443 9443 .welcome-panel .welcome-icon { 9444 background-image: url( '../images/welcome-icons-2x.png');9444 background-image: url("../images/welcome-icons-2x.png"); 9445 9445 } 9446 9446 9447 9447 .login h1 a { 9448 background-image: url( '../images/wordpress-logo-2x.png?ver=20120412');9448 background-image: url("../images/wordpress-logo-2x.png?ver=20120412"); 9449 9449 background-size: 274px 63px; 9450 9450 } 9451 9451 9452 9452 .wp-badge { 9453 background-image: url( '../images/wp-badge-2x.png?ver=20120516');9453 background-image: url("../images/wp-badge-2x.png?ver=20120516"); 9454 9454 background-size: 173px 194px; 9455 9455 } 9456 9456 9457 9457 .wp-full-overlay .collapse-sidebar-arrow { 9458 background-image: url( '../images/arrows-2x.png');9458 background-image: url("../images/arrows-2x.png"); 9459 9459 background-size: 15px 123px; 9460 9460 } 9461 9461 9462 9462 .pressthis a span { 9463 background-image: url( ../images/press-this-2x.png?v=20121105);9463 background-image: url("../images/press-this-2x.png?v=20121105"); 9464 9464 } 9465 9465 9466 9466 .imgedit-crop, … … 9470 9470 .imgedit-fliph, 9471 9471 .imgedit-undo, 9472 9472 .imgedit-redo { 9473 background-image: url( '../images/imgedit-icons-2x.png');9473 background-image: url("../images/imgedit-icons-2x.png"); 9474 9474 background-size: 260px 64px; 9475 9475 } 9476 9476 9477 9477 .spinner, 9478 9478 .imgedit-wait, 9479 9479 .customize-loading #customize-container { 9480 background-image: url( ../images/wpspin_light-2x.gif);9480 background-image: url("../images/wpspin_light-2x.gif"); 9481 9481 } 9482 9482 } 9483 9483 -
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, … … 1486 1486 1487 1487 .revision-tick.loading-true { 1488 1488 background-color: #9999cc; 1489 background: url( ../images/wpspin_light.gif) no-repeat;1489 background: url("../images/wpspin_light.gif") no-repeat; 1490 1490 background-position: middle; 1491 1491 background-size: 1px 10px; 1492 1492 } … … 1596 1596 } 1597 1597 1598 1598 .js .meta-box-sortables .postbox:hover .handlediv { 1599 background: transparent url( ../images/arrows-vs.png) no-repeat 6px 7px;1599 background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px; 1600 1600 } 1601 1601 1602 1602 .tablenav .tablenav-pages { … … 1681 1681 .view-switch #view-switch-list, 1682 1682 .view-switch #view-switch-excerpt { 1683 1683 background-color: transparent; 1684 background-image: url( '../images/list.png');1684 background-image: url("../images/list.png"); 1685 1685 background-repeat: no-repeat; 1686 1686 } 1687 1687 … … 1702 1702 } 1703 1703 1704 1704 #header-logo { 1705 background: transparent url( ../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;1705 background: transparent url("../images/wp-logo-vs.png?ver=20101102") no-repeat scroll center center; 1706 1706 } 1707 1707 1708 1708 .popular-tags, … … 1740 1740 } 1741 1741 1742 1742 .js .sidebar-name-arrow { 1743 background: transparent url( ../images/arrows-vs.png) no-repeat 5px 9px;1743 background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px; 1744 1744 } 1745 1745 1746 1746 .js .sidebar-name:hover .sidebar-name-arrow { 1747 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 5px 9px;1747 background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px; 1748 1748 } 1749 1749 1750 1750 .in-widget-title { … … 1860 1860 } 1861 1861 1862 1862 .nav-menus-php .item-edit { 1863 background: transparent url( ../images/arrows-vs.png) no-repeat 8px 10px;1863 background: transparent url("../images/arrows-vs.png") no-repeat 8px 10px; 1864 1864 border-bottom-color: #eff8ff; 1865 1865 } 1866 1866 1867 1867 .nav-menus-php .item-edit:hover { 1868 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 8px 10px;1868 background: transparent url("../images/arrows-dark-vs.png") no-repeat 8px 10px; 1869 1869 } 1870 1870 1871 1871 .menu-item-settings { /* Menu editing */ … … 2055 2055 /* Menu */ 2056 2056 .rtl #adminmenushadow, 2057 2057 .rtl #adminmenuback { 2058 background-image: url( ../images/menu-shadow-rtl.png);2058 background-image: url("../images/menu-shadow-rtl.png"); 2059 2059 background-position: top left; 2060 2060 } 2061 2061 … … 2099 2099 2100 2100 /* edit image */ 2101 2101 .js.rtl .meta-box-sortables .postbox:hover .handlediv { 2102 background: transparent url( ../images/arrows-vs.png) no-repeat 6px 7px;2102 background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px; 2103 2103 } 2104 2104 2105 2105 .rtl #post-body .misc-pub-section { … … 2108 2108 } 2109 2109 2110 2110 .js.rtl .sidebar-name-arrow { 2111 background: transparent url( ../images/arrows-vs.png) no-repeat 5px 9px;2111 background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px; 2112 2112 } 2113 2113 2114 2114 .js.rtl .sidebar-name:hover .sidebar-name-arrow { 2115 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 5px 9px;2115 background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px; 2116 2116 } 2117 2117 2118 2118 /** … … 2202 2202 #icon-ms-admin, 2203 2203 .icon32.icon-generic, 2204 2204 #icon-generic { 2205 background-image: url( ../images/icons32-vs-2x.png?ver=20121105);2205 background-image: url("../images/icons32-vs-2x.png?ver=20121105"); 2206 2206 background-size: 756px 45px; 2207 2207 } 2208 2208 … … 2232 2232 .menu-icon-site div.wp-menu-image, 2233 2233 .icon16.icon-generic, 2234 2234 .menu-icon-generic div.wp-menu-image { 2235 background-image: url( '../images/menu-vs-2x.png?ver=20121105');2235 background-image: url("../images/menu-vs-2x.png?ver=20121105"); 2236 2236 background-size: 390px 64px; 2237 2237 } 2238 2238 2239 2239 #header-logo { 2240 background-image: url( '../images/wp-logo-vs-2x.png?ver=20120916');2240 background-image: url("../images/wp-logo-vs-2x.png?ver=20120916"); 2241 2241 background-size: 16px auto; 2242 2242 } 2243 2243 -
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 */