Ticket #20570: 20570.draft.diff
File 20570.draft.diff, 79.5 KB (added by , 13 years ago) |
---|
-
wp-admin/css/wp-admin.dev.css
84 84 85 85 #adminmenuback { 86 86 position: absolute; 87 top: 0;88 bottom: 0;87 top: 0; 88 bottom: 0; 89 89 z-index: -1; 90 90 } 91 91 … … 192 192 .screen-reader-text, 193 193 .screen-reader-text span { 194 194 position: absolute; 195 left: -1000em;195 left: -1000em; 196 196 height: 1px; 197 197 width: 1px; 198 198 overflow: hidden; … … 212 212 input[type="search"], 213 213 input[type="email"], 214 214 input[type="url"], 215 input[type="tel"], 215 216 textarea { 216 -moz-box-sizing: border-box;217 217 -webkit-box-sizing: border-box; 218 -ms-box-sizing: border-box; /* ie8 only */ 218 -moz-box-sizing: border-box; 219 -ms-box-sizing: border-box; 219 220 box-sizing: border-box; 220 221 } 221 222 … … 491 492 .feature-filter, 492 493 #widget-list .widget-top, 493 494 .editwidget .widget-inside { 494 -webkit-border-radius: 3px;495 495 border-radius: 3px; 496 496 border-width: 1px; 497 497 border-style: solid; … … 514 514 } 515 515 516 516 .widefat thead th:first-of-type { 517 -webkit-border-top-left-radius: 3px;518 517 border-top-left-radius: 3px; 519 518 } 520 519 .widefat thead th:last-of-type { 521 -webkit-border-top-right-radius: 3px;522 520 border-top-right-radius: 3px; 523 521 } 524 522 .widefat tfoot th:first-of-type { 525 -webkit-border-bottom-left-radius: 3px;526 523 border-bottom-left-radius: 3px; 527 524 } 528 525 .widefat tfoot th:last-of-type { 529 -webkit-border-bottom-right-radius: 3px;530 526 border-bottom-right-radius: 3px; 531 527 } 532 528 … … 634 630 margin-left: 4px; 635 631 padding: 3px 8px; 636 632 position: relative; 637 top: -3px;633 top: -3px; 638 634 text-decoration: none; 639 635 font-size: 12px; 640 636 border: 0 none; … … 746 742 .submit { 747 743 padding: 1.5em 0; 748 744 margin: 5px 0; 749 -webkit-border-bottom-left-radius: 3px;750 -webkit-border-bottom-right-radius: 3px;751 745 border-bottom-left-radius: 3px; 752 746 border-bottom-right-radius: 3px; 753 747 } … … 773 767 cursor: pointer; 774 768 border-width: 1px; 775 769 border-style: solid; 776 -webkit-border-radius: 11px;777 770 border-radius: 11px; 778 -moz-box-sizing: content-box;779 771 -webkit-box-sizing: content-box; 772 -moz-box-sizing: content-box; 773 -ms-box-sizing: content-box; 780 774 box-sizing: content-box; 781 775 } 782 776 … … 866 860 } 867 861 868 862 input[type="text"].ui-autocomplete-loading { 869 background: transparent url( '../images/loading.gif') no-repeat right center;863 background: transparent url("../images/loading.gif") no-repeat right center; 870 864 visibility: visible; 871 865 } 872 866 … … 956 950 #minor-publishing { 957 951 border-bottom-width: 1px; 958 952 border-bottom-style: solid; 959 -webkit-box-shadow: 0 1px 0 #fff;960 -moz-box-shadow: 0 1px 0 #fff;961 953 box-shadow: 0 1px 0 #fff; 962 954 } 963 955 … … 1004 996 line-height: 15px; 1005 997 padding: 3px 10px; 1006 998 white-space: nowrap; 1007 -webkit-border-radius: 10px;1008 999 } 1009 1000 1010 1001 .approve, … … 1041 1032 margin: -1px 15px 0 5px; 1042 1033 border-width: 1px; 1043 1034 border-style: solid; 1044 -webkit-border-bottom-right-radius: 3px;1045 -webkit-border-bottom-left-radius: 3px;1046 1035 border-bottom-right-radius: 3px; 1047 1036 border-bottom-left-radius: 3px; 1048 1037 } … … 1131 1120 #screen-options-link-wrap, 1132 1121 #contextual-help-link-wrap, 1133 1122 #screen-meta { 1134 -webkit-border-bottom-left-radius: 3px;1135 -webkit-border-bottom-right-radius: 3px;1136 1123 border-bottom-left-radius: 3px; 1137 1124 border-bottom-right-radius: 3px; 1138 1125 } 1139 1126 1140 1127 #screen-meta-links .screen-meta-toggle { 1141 1128 position: relative; 1142 top: -1px;1129 top: -1px; 1143 1130 } 1144 1131 1145 1132 #screen-meta-links a.show-settings { … … 1211 1198 1212 1199 #contextual-help-back { 1213 1200 position: absolute; 1214 top: 0;1215 bottom: 0;1216 left: 150px;1217 right: 170px;1201 top: 0; 1202 bottom: 0; 1203 left: 150px; 1204 right: 170px; 1218 1205 border-width: 0 1px; 1219 1206 border-style: solid; 1220 1207 } 1221 1208 1222 1209 #contextual-help-wrap.no-sidebar #contextual-help-back { 1223 1210 right: 0; 1224 1225 1211 border-right-width: 0; 1226 -webkit-border-bottom-right-radius: 2px;1227 1212 border-bottom-right-radius: 2px; 1228 1213 } 1229 1214 … … 1304 1289 1305 1290 #adminmenushadow { 1306 1291 position: absolute; 1307 top: 0;1308 right: 0;1309 bottom: 0;1292 top: 0; 1293 right: 0; 1294 bottom: 0; 1310 1295 width: 6px; 1311 1296 z-index: 20; 1312 1297 } … … 1315 1300 #adminmenu * { 1316 1301 -webkit-user-select: none; 1317 1302 -moz-user-select: none; 1303 -ms-user-select: none; 1318 1304 user-select: none; 1319 1305 } 1320 1306 … … 1329 1315 .folded #adminmenu .wp-has-current-submenu .wp-submenu { 1330 1316 display: none; 1331 1317 position: absolute; 1332 top: -1px;1333 left: 146px;1318 top: -1px; 1319 left: 146px; 1334 1320 z-index: 999; 1335 1321 overflow: hidden; 1336 1322 } … … 1344 1330 } 1345 1331 1346 1332 #adminmenu .wp-has-current-submenu .wp-submenu { 1333 padding: 0; 1347 1334 position: relative; 1335 top: auto; 1336 left: auto; 1337 right: auto; 1338 bottom: auto; 1348 1339 z-index: 2; 1349 top: auto;1350 left: auto;1351 right: auto;1352 bottom: auto;1353 padding: 0;1354 1340 } 1355 1341 1356 1342 #adminmenu .wp-has-current-submenu .wp-submenu-wrap { 1357 -moz-box-shadow: none;1358 -webkit-box-shadow: none;1359 1343 box-shadow: none; 1360 1344 } 1361 1345 … … 1480 1464 cursor: auto; 1481 1465 z-index: 25; 1482 1466 position: absolute; 1483 right: 100%;1467 right: 100%; 1484 1468 margin: 0; 1485 1469 height: 30px; 1486 1470 width: 6px; 1487 1488 -moz-transform: translate( 146px );1489 1471 -webkit-transform: translate( 146px ); 1490 -o-transform: translate( 146px ); 1491 -ms-transform: translate( 146px ); 1492 transform: translate( 146px ); 1472 -moz-transform: translate( 146px ); 1473 -ms-transform: translate( 146px ); 1474 -o-transform: translate( 146px ); 1475 transform: translate( 146px ); 1493 1476 } 1494 1477 1495 1478 #adminmenu li.wp-has-current-submenu .wp-menu-arrow, … … 1515 1498 1516 1499 #adminmenu .wp-menu-arrow div { 1517 1500 position: absolute; 1518 top: 7px; 1519 left: -1px; 1501 top: 7px; 1502 left: -1px; 1503 -webkit-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); 1504 -moz-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); 1505 -ms-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); 1506 -o-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); 1507 transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); 1520 1508 width: 14px; 1521 1509 height: 15px; 1522 1523 -moz-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );1524 -webkit-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );1525 -o-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );1526 -ms-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );1527 transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );1528 1510 } 1529 1511 1530 1512 #adminmenu li.wp-not-current-submenu .wp-menu-arrow { 1531 -moz-transform: translate( 145px );1532 -webkit-transform: translate( 145px );1533 -o-transform: translate( 145px );1534 -ms-transform: translate( 145px );1535 transform: translate( 145px );1536 height: 28px;1537 border-width: 1px 0;1538 1513 border-style: solid; 1514 border-width: 1px 0; 1515 height: 28px; 1516 -webkit-transform: translate( 145px ); 1517 -moz-transform: translate( 145px ); 1518 -ms-transform: translate( 145px ); 1519 -o-transform: translate( 145px ); 1520 transform: translate( 145px ); 1539 1521 } 1540 1522 1541 1523 .folded .wp-menu-arrow { 1542 -moz-transform: translate( 33px );1543 1524 -webkit-transform: translate( 33px ); 1544 -o-transform: translate( 33px ); 1545 -ms-transform: translate( 33px ); 1546 transform: translate( 33px ); 1525 -moz-transform: translate( 33px ); 1526 -ms-transform: translate( 33px ); 1527 -o-transform: translate( 33px ); 1528 transform: translate( 33px ); 1547 1529 } 1548 1530 1549 1531 #adminmenu .wp-not-current-submenu .wp-menu-arrow div { 1550 width: 15px;1551 top: 6px;1552 border-width: 0 0 1px 1px;1553 1532 border-style: solid; 1533 border-width: 0 0 1px 1px; 1534 top: 6px; 1535 width: 15px; 1554 1536 } 1555 1537 1556 1538 .wp-menu-arrow, … … 1614 1596 border-width: 1px 1px 1px 0; 1615 1597 border-style: solid solid solid none; 1616 1598 position: relative; 1617 -webkit-border-bottom-right-radius: 3px;1618 -webkit-border-top-right-radius: 3px;1619 1599 border-bottom-right-radius: 3px; 1620 1600 border-top-right-radius: 3px; 1621 1601 } … … 1677 1657 font-weight: bold; 1678 1658 margin-top: 1px; 1679 1659 margin-left: 7px; 1680 -webkit-border-radius: 10px;1681 1660 border-radius: 10px; 1682 1661 } 1683 1662 … … 1713 1692 margin: 8px 6px; 1714 1693 border-width: 1px; 1715 1694 border-style: solid; 1716 -webkit-border-radius: 10px;1717 1695 border-radius: 10px; 1718 1696 } 1719 1697 … … 1725 1703 } 1726 1704 1727 1705 .post-com-count { 1706 background-position: center -80px; 1707 background-repeat: no-repeat; 1708 cursor: pointer; 1709 display: block; 1728 1710 height: 1.3em; 1729 1711 line-height: 1.1em; 1730 display: block;1731 text-decoration: none;1732 1712 padding: 0 0 6px; 1733 cursor: pointer; 1734 background-position: center -80px; 1735 background-repeat: no-repeat; 1713 text-decoration: none; 1736 1714 } 1737 1715 1738 1716 .post-com-count span { 1717 border-radius: 5px; 1718 display: inline-block; 1739 1719 font-size: 11px; 1740 1720 font-weight: bold; 1741 1721 height: 1.4em; 1742 1722 line-height: 1.4em; 1743 1723 min-width: 0.7em; 1744 1724 padding: 0 6px; 1745 display: inline-block;1746 -webkit-border-radius: 5px;1747 border-radius: 5px;1748 1725 } 1749 1726 1750 1727 strong .post-com-count { … … 1779 1756 } 1780 1757 1781 1758 .narrow { 1782 width: 70%;1783 1759 margin-bottom: 40px; 1760 width: 70%; 1784 1761 } 1785 1762 1786 1763 .narrow p { … … 1842 1819 } 1843 1820 1844 1821 .postbox-container .meta-box-sortables { 1845 -moz-box-sizing: border-box;1846 1822 -webkit-box-sizing: border-box; 1823 -moz-box-sizing: border-box; 1847 1824 -ms-box-sizing: border-box; 1848 1825 box-sizing: border-box; 1849 1826 } … … 1986 1963 1987 1964 .postbox .hndle { 1988 1965 cursor: move; 1989 -webkit-border-top-left-radius: 3px;1990 -webkit-border-top-right-radius: 3px;1991 1966 border-top-left-radius: 3px; 1992 1967 border-top-right-radius: 3px; 1993 1968 } 1994 1969 1995 1970 .postbox.closed .hndle { 1996 -webkit-border-radius: 3px;1997 1971 border-radius: 3px; 1998 1972 } 1999 1973 … … 2034 2008 cursor: move; 2035 2009 -webkit-user-select: none; 2036 2010 -moz-user-select: none; 2011 -ms-user-select: none; 2037 2012 user-select: none; 2038 2013 } 2039 2014 … … 2054 2029 2055 2030 .postbox.closed h3 { 2056 2031 border: none; 2057 -moz-box-shadow: none;2058 -webkit-box-shadow: none;2059 2032 box-shadow: none; 2060 2033 } 2061 2034 … … 2138 2111 2139 2112 .welcome-panel .welcome-panel-close { 2140 2113 position: absolute; 2141 top: 0;2142 right: 10px;2114 top: 0; 2115 right: 10px; 2143 2116 padding: 8px 3px; 2144 2117 font-size: 13px; 2145 2118 text-decoration: none; 2146 2119 } 2147 2120 2148 2121 .welcome-panel .welcome-panel-close:before { 2149 background: url( '../images/xit.gif') 0 17% no-repeat;2122 background: url("../images/xit.gif") 0 17% no-repeat; 2150 2123 content: ' '; 2151 2124 height: 100%; 2152 2125 width: 10px; 2153 left: -12px;2154 2126 position: absolute; 2127 left: -12px; 2155 2128 } 2156 2129 2157 2130 .welcome-panel .welcome-panel-close:hover:before { … … 2324 2297 height: 4px; 2325 2298 margin-top: 8px; 2326 2299 margin-left: 7px; 2327 background-image: url( ../images/sort.gif);2300 background-image: url("../images/sort.gif"); 2328 2301 background-repeat: no-repeat; 2329 2302 } 2330 2303 … … 2413 2386 } 2414 2387 2415 2388 .tablenav .tablenav-pages a, 2416 .tablenav-pages span.current 2389 .tablenav-pages span.current { 2417 2390 text-decoration: none; 2418 2391 padding: 3px 6px; 2419 2392 } … … 2609 2582 padding-right: 0.5em; 2610 2583 } 2611 2584 2612 .inline-edit-row .input-text-wrap input[type=text] { 2585 .inline-edit-row .input-text-wrap input[type="text"], 2586 .inline-edit-row .input-text-wrap input[type="password"], 2587 .inline-edit-row .input-text-wrap input[type="number"], 2588 .inline-edit-row .input-text-wrap input[type="search"], 2589 .inline-edit-row .input-text-wrap input[type="email"], 2590 .inline-edit-row .input-text-wrap input[type="url"], 2591 .inline-edit-row .input-text-wrap input[type="tel"] { 2613 2592 width: 100%; 2614 2593 } 2615 2594 2616 .inline-edit-row fieldset label input[type= checkbox] {2595 .inline-edit-row fieldset label input[type="checkbox"] { 2617 2596 vertical-align: text-bottom; 2618 2597 } 2619 2598 … … 2966 2945 ul.add-menu-item-tabs li, 2967 2946 ul.wp-tab-bar li { 2968 2947 padding: 3px 5px 5px; 2969 -webkit-border-top-left-radius: 3px;2970 -webkit-border-top-right-radius: 3px;2971 2948 border-top-left-radius: 3px; 2972 2949 border-top-right-radius: 3px; 2973 2950 } … … 3016 2993 border-width: 0 1px 1px; 3017 2994 border-style: none solid solid; 3018 2995 width: 100%; 3019 -webkit-border-bottom-left-radius: 3px;3020 -webkit-border-bottom-right-radius: 3px;3021 2996 border-bottom-left-radius: 3px; 3022 2997 border-bottom-right-radius: 3px; 3023 2998 } … … 3037 3012 3038 3013 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 3039 3014 display: block; 3040 background: transparent url( ../images/resize.gif) no-repeat scroll right bottom;3015 background: transparent url("../images/resize.gif") no-repeat scroll right bottom; 3041 3016 width: 12px; 3042 3017 cursor: se-resize; 3043 3018 margin: 0 2px; 3044 3019 position: relative; 3045 top: -2px;3020 top: -2px; 3046 3021 } 3047 3022 3048 3023 #post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize { … … 3224 3199 } 3225 3200 3226 3201 #post-body ul.add-menu-item-tabs li.tabs { 3227 -webkit-border-top-left-radius: 3px;3228 -webkit-border-bottom-left-radius: 3px;3229 3202 border-top-left-radius: 3px; 3230 3203 border-bottom-left-radius: 3px; 3231 3204 } … … 3377 3350 } 3378 3351 3379 3352 p.popular-tags { 3380 -webkit-border-radius: 8px;3381 3353 border-radius: 8px; 3382 border-width: 1px;3383 3354 border-style: solid; 3355 border-width: 1px; 3384 3356 line-height: 2em; 3385 3357 max-width: 1000px; 3386 3358 padding: 8px 12px 12px; … … 3635 3607 margin-bottom: 2px; 3636 3608 border: 1px solid #d1d1d1; 3637 3609 background: #fff; 3638 background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);3639 background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);3640 background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);3641 3610 background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%); 3611 background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%); 3642 3612 background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%); 3643 -webkit-border-radius: 3px; 3613 background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%); 3614 background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%); 3644 3615 border-radius: 3px; 3645 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);3646 3616 box-shadow: inset 0 0 3px rgba(0,0,0,0.1); 3647 3617 } 3648 3618 … … 3652 3622 height: 100%; 3653 3623 margin-top: -24px; 3654 3624 background-color: #83B4D8; 3655 background-image: linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);3656 background-image: -o-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);3657 background-image: -moz-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);3658 3625 background-image: -webkit-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%); 3626 background-image: -moz-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%); 3659 3627 background-image: -ms-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%); 3660 -webkit-border-radius: 3px; 3628 background-image: -o-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%); 3629 background-image: linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%); 3661 3630 border-radius: 3px; 3662 -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);3663 3631 box-shadow: 0 0 3px rgba(0,0,0,0.3); 3664 3632 } 3665 3633 … … 3722 3690 line-height: 2em; 3723 3691 padding: 1px 12px; 3724 3692 position: absolute; 3725 top: 5px;3693 top: 5px; 3726 3694 width: 100%; 3727 3695 } 3728 3696 … … 3763 3731 3764 3732 .find-box #resize-se { 3765 3733 position: absolute; 3766 right: 1px;3767 bottom: 1px;3734 right: 1px; 3735 bottom: 1px; 3768 3736 } 3769 3737 3770 3738 ul#dismissed-updates { … … 3788 3756 border-style: solid; 3789 3757 line-height: 1.8em; 3790 3758 word-spacing: 3px; 3791 -webkit-border-radius: 6px;3792 3759 border-radius: 6px; 3793 3760 } 3794 3761 … … 3873 3840 3874 3841 .imgedit-wait { 3875 3842 position: absolute; 3876 top: 0;3877 background: # FFFFFF url(../images/wpspin_light.gif) no-repeat scroll 22px 10px;3843 top: 0; 3844 background: #fff url("../images/wpspin_light.gif") no-repeat scroll 22px 10px; 3878 3845 opacity: 0.7; 3879 3846 filter: alpha(opacity=70); 3880 3847 width: 100%; … … 3883 3850 } 3884 3851 3885 3852 .media-disabled, 3886 .imgedit-settings .disabled 3853 .imgedit-settings .disabled { 3887 3854 color: grey; 3888 3855 } 3889 3856 … … 3909 3876 } 3910 3877 3911 3878 .imgedit-crop { 3912 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -9px -31px;3879 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -9px -31px; 3913 3880 margin: 0 8px 0 0; 3914 3881 } 3915 3882 … … 3922 3889 } 3923 3890 3924 3891 .imgedit-rleft { 3925 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -46px -31px;3892 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -46px -31px; 3926 3893 margin: 0 3px; 3927 3894 } 3928 3895 … … 3935 3902 } 3936 3903 3937 3904 .imgedit-rright { 3938 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -77px -31px;3905 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -77px -31px; 3939 3906 margin: 0 8px 0 3px; 3940 3907 } 3941 3908 … … 3948 3915 } 3949 3916 3950 3917 .imgedit-flipv { 3951 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -115px -31px;3918 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -115px -31px; 3952 3919 margin: 0 3px; 3953 3920 } 3954 3921 … … 3961 3928 } 3962 3929 3963 3930 .imgedit-fliph { 3964 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -147px -31px;3931 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -147px -31px; 3965 3932 margin: 0 8px 0 3px; 3966 3933 } 3967 3934 … … 3974 3941 } 3975 3942 3976 3943 .imgedit-undo { 3977 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -184px -31px;3944 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -184px -31px; 3978 3945 margin: 0 3px; 3979 3946 } 3980 3947 … … 3987 3954 } 3988 3955 3989 3956 .imgedit-redo { 3990 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -215px -31px;3957 background: transparent url("../images/imgedit-icons.png") no-repeat scroll -215px -31px; 3991 3958 margin: 0 8px 0 3px; 3992 3959 } 3993 3960 … … 4058 4025 .imgedit-group { 4059 4026 border-width: 1px; 4060 4027 border-style: solid; 4061 -webkit-border-radius: 8px;4062 4028 border-radius: 8px; 4063 4029 margin-bottom: 8px; 4064 4030 padding: 2px 10px; … … 4393 4359 float: left; 4394 4360 width: 300px; 4395 4361 margin-left: -330px; 4396 4397 4362 border-width: 1px; 4398 4363 border-style: solid; 4399 4364 } … … 4537 4502 padding: 4px 14px 6px; 4538 4503 text-decoration: none; 4539 4504 margin: 0 6px -1px 0; 4540 -webkit-border-top-left-radius: 3px;4541 -webkit-border-top-right-radius: 3px;4542 4505 border-top-left-radius: 3px; 4543 4506 border-top-right-radius: 3px; 4544 4507 } … … 4726 4689 rgb(216,216,216) 77% 4727 4690 ); 4728 4691 background-repeat: no-repeat; 4729 background-image-position: 10px 8px; 4730 -webkit-border-radius: 5px; 4692 background-position: 10px 8px; 4731 4693 border-radius: 5px; 4732 4694 border: 1px #b4b4b4 solid; 4733 4695 font-style: normal; … … 4747 4709 -webkit-transform: skew(20deg) rotate(9deg); 4748 4710 -moz-transform: skew(20deg) rotate(9deg); 4749 4711 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); 4750 -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);4751 -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);4752 4712 } 4753 4713 4754 4714 .pressthis a span { 4755 background: url( ../images/press-this.png) no-repeat -45px 5px ;4715 background: url("../images/press-this.png") no-repeat -45px 5px ; 4756 4716 padding: 8px 0 8px 32px; 4757 4717 display: inline-block; 4758 4718 } … … 4763 4723 height: 55%; 4764 4724 z-index: -1; 4765 4725 position: absolute; 4766 right: 10px;4767 bottom: 9px;4726 right: 10px; 4727 bottom: 9px; 4768 4728 background: transparent; 4769 transform: skew(20deg) rotate(6deg);4770 4729 -webkit-transform: skew(20deg) rotate(6deg); 4771 4730 -moz-transform: skew(20deg) rotate(6deg); 4731 transform: skew(20deg) rotate(6deg); 4772 4732 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); 4773 -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);4774 -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);4775 4733 } 4776 4734 4777 4735 … … 4797 4755 4798 4756 #footer { 4799 4757 position: absolute; 4800 bottom: 0;4801 left: 0;4802 right: 0;4758 bottom: 0; 4759 left: 0; 4760 right: 0; 4803 4761 padding: 10px 0; 4804 4762 margin-right: 20px; 4805 4763 border-top-width: 1px; … … 4828 4786 margin: 25px 40px 0 20px; 4829 4787 min-width: 770px; 4830 4788 max-width: 1050px; /* readability */ 4831 4832 4789 font-size: 15px; 4833 4790 } 4834 4791 .about-wrap div.updated, … … 4908 4865 padding-top: 142px; 4909 4866 height: 50px; 4910 4867 width: 173px; 4911 4912 4868 font-weight: bold; 4913 4869 font-size: 14px; 4914 4870 text-align: center; 4915 4916 4871 margin: 0 -5px; 4917 4918 background: url('../images/wp-badge.png?ver=20111120') no-repeat; 4872 background: url("../images/wp-badge.png?ver=20111120") no-repeat; 4919 4873 } 4920 4874 .about-wrap .wp-badge { 4921 4875 position: absolute; 4922 top: 0;4923 right: 0;4876 top: 0; 4877 right: 0; 4924 4878 } 4925 4879 4926 4880 /* Tabs */ … … 4954 4908 } 4955 4909 .about-wrap .feature-section img { 4956 4910 margin: 5px auto; 4957 4958 4911 border: none; 4959 4960 -webkit-border-radius: 3px;4961 4912 border-radius: 3px; 4962 4913 } 4963 4914 html.ie8 .about-wrap .feature-section img, … … 4968 4919 4969 4920 .about-wrap .feature-section.text-features { 4970 4921 width: 31%; 4971 4972 4922 float: left; 4973 4923 overflow: visible; 4974 4924 } … … 4978 4928 .about-wrap .feature-section.screenshot-features { 4979 4929 width: 67%; 4980 4930 margin-top: 1.33em; 4981 4982 4931 float: right; 4983 4932 clear: none; 4984 4933 overflow: visible; … … 5009 4958 .about-wrap .feature-section.three-col div { 5010 4959 width: 30%; 5011 4960 margin-right: 4.999999999%; 5012 5013 4961 float: left; 5014 4962 } 5015 4963 .about-wrap .feature-section.three-col h4 { 5016 margin: 4964 margin: 0 0 0.6em 0; 5017 4965 } 5018 4966 .about-wrap .feature-section.three-col img { 5019 4967 margin: 0.5em 0 0.5em 5px; 5020 4968 max-width: 100%; 5021 5022 4969 float: none; 5023 4970 } 5024 4971 html.ie8 .about-wrap .feature-section.three-col img { … … 5156 5103 background: #fff; 5157 5104 z-index: 500000; 5158 5105 position: fixed; 5159 top: 0;5160 bottom: 0;5161 left: 0;5162 right: 0;5106 top: 0; 5107 bottom: 0; 5108 left: 0; 5109 right: 0; 5163 5110 } 5164 5111 5165 5112 .wp-full-overlay.collapsed, … … 5183 5130 5184 5131 .wp-full-overlay-main { 5185 5132 position: fixed; 5186 left: 300px;5187 right: 0;5188 top: 0;5189 bottom: 0;5133 left: 300px; 5134 right: 0; 5135 top: 0; 5136 bottom: 0; 5190 5137 } 5191 5138 5192 5139 .wp-full-overlay.collapsed .wp-full-overlay-main { … … 5196 5143 .wp-full-overlay-sidebar div.wp-full-overlay-header, 5197 5144 .wp-full-overlay-sidebar div.wp-full-overlay-footer { 5198 5145 position: fixed; 5199 left: 0;5146 left: 0; 5200 5147 width: 260px; 5201 5148 padding: 15px 20px; 5202 5149 min-height: 16px; … … 5239 5186 /* Collapse Button */ 5240 5187 .wp-full-overlay .collapse-sidebar { 5241 5188 position: absolute; 5242 bottom: 13px;5243 left: 265px;5189 bottom: 13px; 5190 left: 265px; 5244 5191 z-index: 50; 5245 5192 display: block; 5246 5193 width: 19px; … … 5251 5198 5252 5199 .wp-full-overlay.collapsed .collapse-sidebar { 5253 5200 position: absolute; 5254 left: 315px;5201 left: 315px; 5255 5202 } 5256 5203 5257 5204 .wp-full-overlay .collapse-sidebar-arrow { … … 5260 5207 display: block; 5261 5208 width: 15px; 5262 5209 height: 15px; 5263 background: transparent url( '../../wp-admin/images/arrows.png') no-repeat 0 -72px;5210 background: transparent url("../../wp-admin/images/arrows.png") no-repeat 0 -72px; 5264 5211 } 5265 5212 5266 5213 .wp-full-overlay.collapsed .collapse-sidebar-arrow { … … 5270 5217 .wp-full-overlay .collapse-sidebar-label { 5271 5218 text-align: right; 5272 5219 position: absolute; 5273 right: 100%;5220 right: 100%; 5274 5221 color: #aaa; 5275 5222 line-height: 20px; 5276 5223 margin-right: 10px; … … 5290 5237 .wp-full-overlay-sidebar div.wp-full-overlay-header, 5291 5238 .wp-full-overlay-sidebar div.wp-full-overlay-footer, 5292 5239 .wp-full-overlay-main { 5293 -moz-transition-property: left, right, top, bottom;5294 5240 -webkit-transition-property: left, right, top, bottom; 5295 - o-transition-property: left, right, top, bottom;5241 -moz-transition-property: left, right, top, bottom; 5296 5242 -ms-transition-property: left, right, top, bottom; 5243 -o-transition-property: left, right, top, bottom; 5297 5244 transition-property: left, right, top, bottom; 5298 -moz-transition-duration: 0.2s;5299 5245 -webkit-transition-duration: 0.2s; 5300 - o-transition-duration: 0.2s;5246 -moz-transition-duration: 0.2s; 5301 5247 -ms-transition-duration: 0.2s; 5248 -o-transition-duration: 0.2s; 5302 5249 transition-duration: 0.2s; 5303 5250 } 5304 5251 … … 5382 5329 width: 100px; 5383 5330 height: 17px; 5384 5331 float: left; 5385 background: url( '../images/stars.png?ver=20120307') repeat-x bottom left;5332 background: url("../images/stars.png?ver=20120307") repeat-x bottom left; 5386 5333 } 5387 5334 .install-theme-info .theme-rating div { 5388 background: url( '../images/stars.png?ver=20120307') repeat-x top left;5335 background: url("../images/stars.png?ver=20120307") repeat-x top left; 5389 5336 height: 17px; 5390 5337 float: left; 5391 5338 } … … 5569 5516 } 5570 5517 5571 5518 #sidemenu a.current { 5572 font-weight: normal; 5573 padding-left: 6px; 5574 padding-right: 6px; 5575 -webkit-border-top-left-radius: 3px; 5576 -webkit-border-top-right-radius: 3px; 5519 border-style: solid; 5577 5520 border-top-left-radius: 3px; 5578 5521 border-top-right-radius: 3px; 5579 5522 border-width: 1px; 5580 border-style: solid; 5523 font-weight: normal; 5524 padding-left: 6px; 5525 padding-right: 6px; 5581 5526 } 5582 5527 5583 5528 #sidemenu li a .count-0 { … … 5749 5694 padding: 0; 5750 5695 outline: none; 5751 5696 width: 99%; 5752 -moz-box-sizing: border-box;5753 5697 -webkit-box-sizing: border-box; 5698 -moz-box-sizing: border-box; 5699 -ms-box-sizing: border-box; 5754 5700 box-sizing: border-box; 5755 5701 } 5756 5702 … … 5779 5725 5780 5726 #dashboard-widgets h3 .postbox-title-action { 5781 5727 position: absolute; 5782 right: 30px; 5728 top: 5px; 5729 right: 30px; 5783 5730 padding: 0; 5784 top: 5px;5785 5731 } 5786 5732 5787 5733 #dashboard-widgets h4 { … … 5807 5753 color: #8f8f8f; 5808 5754 font-size: 14px; 5809 5755 position: absolute; 5810 top: -17px;5811 left: 15px;5756 top: -17px; 5757 left: 15px; 5812 5758 } 5813 5759 5814 5760 #dashboard_right_now .table { … … 5885 5831 float: right; 5886 5832 clear: right; 5887 5833 position: relative; 5888 top: -5px;5834 top: -5px; 5889 5835 } 5890 5836 5891 5837 /* Recent Comments */ … … 6137 6083 background-color: #e29808; 6138 6084 background-image: none; 6139 6085 border-color: #edc048; 6140 -moz-box-shadow: none;6141 -webkit-box-shadow: none;6142 6086 box-shadow: none; 6143 6087 color: #fff; 6144 6088 } … … 6151 6095 #dashboard_browser_nag.postbox h3 { 6152 6096 border-bottom-color: #f6e2ac; 6153 6097 text-shadow: none; 6154 -moz-box-shadow: none;6155 -webkit-box-shadow: none;6156 6098 box-shadow: none; 6157 6099 background: transparent none; 6158 6100 color: #fff; … … 6186 6128 font-weight: normal; 6187 6129 background: #fff; 6188 6130 border: 1px solid #e5e5e5; 6189 -moz-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px; 6190 -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px; 6191 box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px; 6131 box-shadow: 0px 4px 10px -1px rgba(200, 200, 200, 0.7); 6192 6132 } 6193 6133 6194 6134 .login form .forgetmenot { … … 6227 6167 } 6228 6168 6229 6169 .login h1 a { 6230 background-image: url( ../images/wordpress-logo.png?ver=20120216);6170 background-image: url("../images/wordpress-logo.png?ver=20120216"); 6231 6171 background-size: 274px 63px; 6232 6172 background-position: top center; 6233 6173 background-repeat: no-repeat; … … 6241 6181 6242 6182 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 6243 6183 .login h1 a { 6244 background-image: url( ../images/wordpress-logo-2x.png?ver=20120412);6184 background-image: url("../images/wordpress-logo-2x.png?ver=20120412"); 6245 6185 background-size: 274px 63px; 6246 6186 } 6247 6187 } … … 6281 6221 border: 1px solid #e5e5e5; 6282 6222 background: #fbfbfb; 6283 6223 outline: none; 6284 -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);6285 -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);6286 6224 box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); 6287 6225 } 6288 6226 … … 6457 6395 padding: 0 5px 4px; 6458 6396 cursor: pointer; 6459 6397 position: absolute; 6460 top: 0;6398 top: 0; 6461 6399 line-height: 22px; 6462 6400 font-size: 18px; 6463 6401 text-shadow: 0 1px 0 #fff; … … 6713 6651 height: auto; 6714 6652 width: 400px; 6715 6653 line-height: 35px; 6716 text-shadow: 0 1px 0 # FFFFFF;6654 text-shadow: 0 1px 0 #fff; 6717 6655 overflow: hidden; 6718 6656 word-wrap: break-word; 6719 6657 } 6720 6658 6721 6659 #menu-to-edit .menu-item-invalid .menu-item-handle { 6722 6660 background-color: #f6c9cc; /* Fallback */ 6723 background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */ 6661 background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit */ 6662 background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */ 6724 6663 background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Firefox */ 6664 background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */ 6725 6665 background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Opera */ 6726 background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit */6727 background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */6728 6666 background-image: linear-gradient(bottom, #f6c9cc, #fdf8ff); /* proposed W3C Markup */ 6729 6667 } 6730 6668 6731 6669 .menu-item-edit-active .menu-item-handle { 6732 -webkit-border-bottom-right-radius: 0;6733 -webkit-border-bottom-left-radius: 0;6734 6670 border-bottom-right-radius: 0; 6735 6671 border-bottom-left-radius: 0; 6736 6672 } … … 6821 6757 .item-controls { 6822 6758 font-size: 12px; 6823 6759 position: absolute; 6824 right: 20px;6825 top: -1px;6760 top: -1px; 6761 right: 20px; 6826 6762 } 6827 6763 6828 6764 .item-controls a { … … 6839 6775 6840 6776 .nav-menus-php .item-edit { 6841 6777 position: absolute; 6842 right: -20px;6843 top: 0;6778 top: 0; 6779 right: -20px; 6844 6780 display: block; 6845 6781 width: 30px; 6846 6782 height: 36px; 6847 6783 overflow: hidden; 6848 6784 text-indent:-999em; 6849 6785 border-bottom: 1px solid; 6850 -webkit-border-bottom-left-radius: 3px;6851 6786 border-bottom-left-radius: 3px; 6852 6787 } 6853 6788 … … 6862 6797 padding: 10px 0 10px 10px; 6863 6798 border: solid; 6864 6799 border-width: 0 1px 1px 1px; 6865 -webkit-border-bottom-right-radius: 3px;6866 -webkit-border-bottom-left-radius: 3px;6867 6800 border-bottom-left-radius: 3px; 6868 6801 border-bottom-right-radius: 3px; 6869 6802 } … … 7014 6947 div.star { 7015 6948 height: 100%; 7016 6949 position: absolute; 7017 top: 0;7018 left: 0;6950 top: 0; 6951 left: 0; 7019 6952 background-color: transparent; 7020 6953 letter-spacing: 1ex; 7021 6954 border: none; … … 7033 6966 div.star a:visited { 7034 6967 display: block; 7035 6968 position: absolute; 7036 right: 0;6969 right: 0; 7037 6970 border: none; 7038 6971 text-decoration: none; 7039 6972 } … … 7057 6990 font-weight: normal; 7058 6991 margin: 0 5px; 7059 6992 position: absolute; 7060 left: 0;7061 bottom: -1px;6993 left: 0; 6994 bottom: -1px; 7062 6995 } 7063 6996 7064 6997 /* Install sidemenu */ … … 7067 7000 padding-bottom: 0; 7068 7001 margin-bottom: 0; 7069 7002 margin-top: 10px; 7070 -webkit-border-top-left-radius: 3px;7071 -webkit-border-bottom-left-radius: 3px;7072 7003 border-top-left-radius: 3px; 7073 border- bottom-left-radius: 3px;7004 border-top-right-radius: 3px; 7074 7005 } 7075 7006 7076 7007 #plugin-information .action-button a { … … 7099 7030 7100 7031 #plugin-information .fyi h2.mainheader { 7101 7032 padding: 5px; 7102 -webkit-border-top-left-radius: 3px;7103 7033 border-top-left-radius: 3px; 7104 7034 } 7105 7035 … … 7107 7037 padding: 10px 5px 10px 7px; 7108 7038 margin: 0; 7109 7039 list-style: none; 7110 -webkit-border-bottom-left-radius: 3px;7111 7040 border-bottom-left-radius: 3px; 7112 7041 } 7113 7042 … … 7181 7110 margin: 7px 7px 0; 7182 7111 -webkit-user-select: none; 7183 7112 -moz-user-select: none; 7113 -ms-user-select: none; 7184 7114 user-select: none; 7185 7115 } 7186 7116 … … 7213 7143 .press-this #title { 7214 7144 margin-left: 0; 7215 7145 margin-right: 0; 7216 -moz-box-sizing: border-box;7217 7146 -webkit-box-sizing: border-box; 7147 -moz-box-sizing: border-box; 7218 7148 -ms-box-sizing: border-box; 7219 7149 box-sizing: border-box; 7220 7150 } 7221 7151 7222 7152 .press-this .tagchecklist span a { 7223 background: transparent url( ../images/xit.gif) no-repeat 0 0;7153 background: transparent url("../images/xit.gif") no-repeat 0 0; 7224 7154 } 7225 7155 7226 7156 .press-this #titlediv { … … 7318 7248 7319 7249 .postbox:hover .handlediv, 7320 7250 .stuffbox:hover .handlediv { 7321 background: transparent url( ../images/arrows.png) no-repeat 6px 7px;7251 background: transparent url("../images/arrows.png") no-repeat 6px 7px; 7322 7252 } 7323 7253 7324 7254 .press-this #submitdiv:hover .handlediv { … … 7453 7383 } 7454 7384 7455 7385 #TB_ajaxContent #options { 7456 position: absolute;7457 top: 20px;7458 right: 25px;7459 7386 padding: 5px; 7387 position: absolute; 7388 top: 20px; 7389 right: 25px; 7460 7390 } 7461 7391 7462 7392 #TB_ajaxContent h3 { … … 7653 7583 font-size: 13px; 7654 7584 border-width: 1px; 7655 7585 border-style: solid; 7656 -webkit-border-top-right-radius: 3px;7657 -webkit-border-top-left-radius: 3px;7658 border-top-right-radius: 3px;7659 7586 border-top-left-radius: 3px; 7587 border-top-right-radius: 3px; 7660 7588 } 7661 7589 7662 7590 .js .closed .sidebar-name { 7663 -webkit-border-bottom-right-radius: 3px;7664 -webkit-border-bottom-left-radius: 3px;7665 7591 border-bottom-right-radius: 3px; 7666 7592 border-bottom-left-radius: 3px; 7667 7593 } … … 7670 7596 #widgets-left .widget-holder { 7671 7597 border-width: 0 1px 1px; 7672 7598 border-style: none solid solid; 7673 -webkit-border-bottom-right-radius: 3px;7674 -webkit-border-bottom-left-radius: 3px;7675 7599 border-bottom-right-radius: 3px; 7676 7600 border-bottom-left-radius: 3px; 7677 7601 } … … 7690 7614 } 7691 7615 7692 7616 #available-widgets .widget { 7693 -moz-box-shadow: none;7694 -webkit-box-shadow: none;7695 7617 box-shadow: none; 7696 7618 } 7697 7619 … … 7768 7690 } 7769 7691 7770 7692 .widget-top a.widget-action { 7771 background: transparent url( ../images/arrows.png) no-repeat 4px 6px;7693 background: transparent url("../images/arrows.png") no-repeat 4px 6px; 7772 7694 } 7773 7695 7774 7696 .widget-top a.widget-action:hover { 7775 background: transparent url( ../images/arrows-dark.png) no-repeat 4px 6px;7697 background: transparent url("../images/arrows-dark.png") no-repeat 4px 6px; 7776 7698 } 7777 7699 7778 7700 .widget .widget-inside, … … 7932 7854 } 7933 7855 7934 7856 .widgets_access .closed .sidebar-name { 7935 -webkit-border-bottom-right-radius: 0;7936 -webkit-border-bottom-left-radius: 0;7937 7857 border-bottom-right-radius: 0; 7938 7858 border-bottom-left-radius: 0; 7939 7859 } … … 8057 7977 /* ru_RU: Text needs more room to breathe. */ 8058 7978 .locale-ru-ru #dashboard_quick_press .input-text-wrap, 8059 7979 .locale-ru-ru #dashboard_quick_press .textarea-wrap, 8060 .locale-ru-ru #dashboard_quick_press .wp-media-buttons 7980 .locale-ru-ru #dashboard_quick_press .wp-media-buttons { 8061 7981 margin-left: 5.7em; /* default 5em + 0.7em */ 8062 7982 } 8063 7983 .locale-ru-ru #dashboard_quick_press h4 { … … 8076 7996 .locale-ru-ru .press-this .posting { 8077 7997 margin-right: 257px; /* default 212px + 45px */ 8078 7998 } 8079 .locale-ru-ru .press-this #photo-add-url-div input[type="text"] 7999 .locale-ru-ru .press-this #photo-add-url-div input[type="text"] { 8080 8000 width: 255px; /* default 300px - 45px */ 8081 8001 } 8082 8002 .locale-ru-ru .press-this #side-sortables { -
wp-admin/css/colors-classic.dev.css
88 88 #rightnow, 89 89 div.dashboard-widget, 90 90 #dashboard-widgets p.dashboard-widget-links { 91 border-color: # D1E5EE91 border-color: #d1e5ee; 92 92 } 93 93 94 94 #poststuff .inside label.spam, … … 106 106 107 107 #postcustomstuff table { 108 108 border-color: #dfdfdf; 109 background-color: # F9F9F9;109 background-color: #f9f9f9; 110 110 } 111 111 112 112 #postcustomstuff thead th { 113 background-color: # F1F1F1;113 background-color: #f1f1f1; 114 114 } 115 115 116 116 #postcustomstuff table input, … … 181 181 .menu-item-handle, 182 182 #fullscreen-topbar { 183 183 background-color: #f5fafd; /* Fallback */ 184 background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */185 background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */186 background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */187 184 background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */ 188 185 background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */ 186 background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */ 187 background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */ 188 background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */ 189 189 background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */ 190 190 } 191 191 … … 194 194 .stuffbox h3 { 195 195 border-bottom-color: #D1E5EE; 196 196 text-shadow: #fff 0 1px 0; 197 -moz-box-shadow: 0 1px 0 #fff;198 -webkit-box-shadow: 0 1px 0 #fff;199 197 box-shadow: 0 1px 0 #fff; 200 198 } 201 199 … … 315 313 } 316 314 317 315 .post-com-count { 318 background-image: url( ../images/bubble_bg.gif);316 background-image: url("../images/bubble_bg.gif"); 319 317 color: #fff; 320 318 } 321 319 … … 344 342 .button, 345 343 .button-secondary, 346 344 .submit input, 347 input[type= button],348 input[type= submit] {345 input[type="button"], 346 input[type="submit"] { 349 347 border-color: #bbb; 350 348 color: #464646; 351 349 } … … 353 351 .button:hover, 354 352 .button-secondary:hover, 355 353 .submit input:hover, 356 input[type= button]:hover,357 input[type= submit]:hover {354 input[type="button"]:hover, 355 input[type="submit"]:hover { 358 356 color: #000; 359 357 border-color: #666; 360 358 } … … 362 360 .button, 363 361 .submit input, 364 362 .button-secondary { 365 background: #f2f2f2 url( ../images/white-grad.png) repeat-x scroll left top;363 background: #f2f2f2 url("../images/white-grad.png") repeat-x scroll left top; 366 364 text-shadow: rgba(255,255,255,1) 0 1px 0; 367 365 } 368 366 369 367 .button:active, 370 368 .submit input:active, 371 369 .button-secondary:active { 372 background: #eee url( ../images/white-grad-active.png) repeat-x scroll left top;370 background: #eee url("../images/white-grad-active.png") repeat-x scroll left top; 373 371 } 374 372 375 373 input.button-primary, … … 378 376 border-color: #298cba; 379 377 font-weight: bold; 380 378 color: #fff; 381 background: #21759 B url(../images/button-grad.png) repeat-x scroll left top;379 background: #21759b url("../images/button-grad.png") repeat-x scroll left top; 382 380 text-shadow: rgba(0,0,0,0.3) 0 -1px 0; 383 381 } 384 382 385 383 input.button-primary:active, 386 384 button.button-primary:active, 387 385 a.button-primary:active { 388 background: #21759b url( ../images/button-grad-active.png) repeat-x scroll left top;386 background: #21759b url("../images/button-grad-active.png") repeat-x scroll left top; 389 387 color: #eaf2fa; 390 388 } 391 389 … … 506 504 } 507 505 508 506 a.page-numbers { 509 border-bottom-color: # B8D3E2;507 border-bottom-color: #b8d3e2; 510 508 } 511 509 512 510 .commentlist li { … … 516 514 .widefat td, 517 515 .widefat th { 518 516 border-top-color: #fff; 519 border-bottom-color: # D0DFE9;517 border-bottom-color: #d0dfe9; 520 518 } 521 519 522 520 .widefat th { … … 569 567 #rightnow .reallynow { 570 568 background-color: #464646; 571 569 color: #fff; 572 -moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;573 -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;574 570 box-shadow: rgba(255,255,255,0.5) 0 1px 0; 575 571 } 576 572 #plugin-information .action-button { … … 582 578 #adminmenu li a.wp-has-current-submenu .update-plugins{ 583 579 background-color: #464646; 584 580 color: #fff; 585 -moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;586 -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;587 581 box-shadow: rgba(255,255,255,0.5) 0 1px 0; 588 582 } 589 583 … … 607 601 608 602 .quicktags-toolbar input { 609 603 background: #fff; 610 background-image: -ms-linear-gradient(bottom, #e5f0f8, #fff); /* IE10 */ 604 background-image: -webkit-gradient(linear, left bottom, left top, from(#e5f0f8), to(#fff)); /* old Webkit */ 605 background-image: -webkit-linear-gradient(bottom, #e5f0f8, #fff) !important; /* new Webkit */ 611 606 background-image: -moz-linear-gradient(bottom, #e5f0f8, #fff); /* Firefox */ 607 background-image: -ms-linear-gradient(bottom, #e5f0f8, #fff); /* IE10 */ 612 608 background-image: -o-linear-gradient(bottom, #e5f0f8, #fff); /* Opera */ 613 background-image: -webkit-gradient(linear, left bottom, left top, from(#e5f0f8), to(#fff)); /* old Webkit */614 background-image: -webkit-linear-gradient(bottom, #e5f0f8, #fff) !important; /* new Webkit */615 609 background-image: linear-gradient(bottom, #e5f0f8, #fff); /* proposed W3C Markup */ 616 610 } 617 611 … … 705 699 .welcome-panel { 706 700 border-color: #d1e5ee; 707 701 } 702 708 703 .welcome-panel p { 709 704 color: #777; 710 705 } 706 711 707 .welcome-panel-column p { 712 708 color: #464646; 713 709 } 710 714 711 .welcome-panel h3 { 715 712 text-shadow: 1px 1px 1px white; 716 713 } … … 722 719 #poststuff .postarea, 723 720 .stuffbox { 724 721 border-color: #d1e5ee; 725 -moz-box-shadow: inset 0 1px 0 #fff;726 -webkit-box-shadow: inset 0 1px 0 #fff;727 722 box-shadow: inset 0 1px 0 #fff; 728 -webkit-border-radius: 3px;729 723 border-radius: 3px; 730 724 } 731 725 … … 750 744 } 751 745 752 746 .curtime #timestamp { 753 background-image: url( ../images/date-button.gif);747 background-image: url("../images/date-button.gif"); 754 748 } 755 749 756 750 #quicktags #ed_link { … … 767 761 768 762 .tagchecklist span a, 769 763 #bulk-titles div a { 770 background: url( ../images/xit.gif) no-repeat;764 background: url("../images/xit.gif") no-repeat; 771 765 } 772 766 773 767 .tagchecklist span a:hover, 774 768 #bulk-titles div a:hover { 775 background: url( ../images/xit.gif) no-repeat -10px 0;769 background: url("../images/xit.gif") no-repeat -10px 0; 776 770 } 777 771 778 772 #update-nag, .update-nag { … … 890 884 891 885 #editorcontainer #content, 892 886 #editorcontainer .wp-editor-wrap .wp_themeSkin .mceIframeContainer { 893 -moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );894 -webkit-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );895 887 box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 ); 896 888 } 897 889 .wp-editor-wrap .wp_themeSkin iframe { … … 906 898 907 899 /* Button */ 908 900 .wp-editor-wrap .wp_themeSkin .mceButton { 909 border-color: # B0C8D7;901 border-color: #b0c8d7; 910 902 background-color: #cfdfe9; /* Fallback */ 911 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 903 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 904 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 912 905 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 906 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 913 907 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 914 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */915 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */916 908 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 917 909 } 918 910 919 911 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover { 920 border-color: #5589 AA!important;912 border-color: #5589aa !important; 921 913 background-color: #c9c9c9; /* Fallback */ 922 background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */ 914 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit */ 915 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */ 923 916 background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); /* Firefox */ 917 background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */ 924 918 background-image: -o-linear-gradient(bottom, #bdccd5, #fff); /* Opera */ 925 background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit */926 background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */927 919 background-image: linear-gradient(bottom, #bdccd5, #fff); /* proposed W3C Markup */ 928 920 } 929 921 … … 934 926 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:active, 935 927 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover { 936 928 background: #B0C8D7 !important; 937 background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */ 929 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit */ 930 background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */ 938 931 background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9); /* Firefox */ 932 background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */ 939 933 background-image: -o-linear-gradient(bottom, #fff, #cfdfe9); /* Opera */ 940 background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit */941 background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */942 934 background-image: linear-gradient(bottom, #fff, #cfdfe9); /* proposed W3C Markup */ 943 border-color: #5589 AA!important;935 border-color: #5589aa !important; 944 936 } 945 937 946 938 .wp-editor-wrap .wp_themeSkin .mceButtonDisabled { 947 border-color: # B0C8D7 !important;939 border-color: #b0c8d7 !important; 948 940 } 949 941 950 942 /* ListBox */ 951 943 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText, 952 944 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen { 953 border-color: # B0C8D7;945 border-color: #b0c8d7; 954 946 background-color: #cfdfe9; /* Fallback */ 955 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 947 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 948 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 956 949 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 950 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 957 951 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 958 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */959 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */960 952 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 961 953 } 962 954 … … 970 962 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceOpen, 971 963 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceText, 972 964 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:active .mceText { 973 background: # B0C8D7;974 border-color: #5589 AA!important;965 background: #b0c8d7; 966 border-color: #5589aa !important; 975 967 } 976 968 977 969 /* List Box Hover */ … … 979 971 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceText, 980 972 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 981 973 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen { 982 border-color: #5589 AA!important;974 border-color: #5589aa !important; 983 975 background-color: #c9c9c9; /* Fallback */ 984 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 976 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 977 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 985 978 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 979 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 986 980 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 987 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */988 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */989 981 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 990 982 } 991 983 992 984 .wp-editor-wrap .wp_themeSkin select.mceListBox { 993 border-color: # B2B2B2;985 border-color: #b2b2b2; 994 986 background-color: #fff; 995 987 } 996 988 997 989 /* SplitButton */ 998 990 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction, 999 991 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen { 1000 border-color: # B0C8D7;992 border-color: #b0c8d7; 1001 993 } 1002 994 1003 995 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen:hover, 1004 996 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen, 1005 997 .wp-editor-wrap .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, 1006 998 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction:hover { 1007 border-color: #5589 AA!important;999 border-color: #5589aa !important; 1008 1000 } 1009 1001 1010 1002 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td { 1011 1003 background-color: #cfdfe9; /* Fallback */ 1012 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1004 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1005 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 1013 1006 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 1007 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1014 1008 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 1015 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */1016 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */1017 1009 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 1018 1010 } 1019 1011 1020 1012 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td { 1021 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1013 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1014 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */ 1022 1015 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 1016 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1023 1017 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 1024 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */1025 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */1026 1018 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 1027 1019 } 1028 1020 1029 1021 .wp-editor-wrap .wp_themeSkin .mceSplitButtonActive { 1030 background-color: # B0C8D7;1022 background-color: #b0c8d7; 1031 1023 } 1032 1024 1033 1025 /* ColorSplitButton */ 1034 1026 .wp-editor-wrap .wp_themeSkin div.mceColorSplitMenu table { 1035 1027 background-color: #ebebeb; 1036 border-color: # B2B2B2;1028 border-color: #b2b2b2; 1037 1029 } 1038 1030 1039 1031 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a { 1040 border-color: # B2B2B2;1032 border-color: #b2b2b2; 1041 1033 } 1042 1034 1043 1035 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a.mceMoreColors { … … 1045 1037 } 1046 1038 1047 1039 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover { 1048 border-color: #0 A246A;1049 background-color: # B6BDD2;1040 border-color: #0a246a; 1041 background-color: #b6bdd2; 1050 1042 } 1051 1043 1052 1044 .wp-editor-wrap .wp_themeSkin a.mceMoreColors:hover { 1053 border-color: #0 A246A;1045 border-color: #0a246a; 1054 1046 } 1055 1047 1056 1048 /* Menu */ … … 1097 1089 background: #444444; 1098 1090 border-left: 1px solid #999; 1099 1091 border-top: 1px solid #999; 1100 -webkit-border-top-left-radius: 3px;1101 1092 border-top-left-radius: 3px; 1102 1093 } 1103 1094 … … 1105 1096 background: #444444; 1106 1097 border-right: 1px solid #999; 1107 1098 border-top: 1px solid #999; 1108 -webkit-border-top-right-radius: 3px;1109 1099 border-top-right-radius: 3px; 1110 1100 } 1111 1101 … … 1162 1152 color: #464646; 1163 1153 border-color: #d1e5ee; 1164 1154 background-color: #eff8ff; 1165 background-image: - ms-linear-gradient(bottom, #eff8ff, #fff);1155 background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); 1166 1156 background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); 1157 background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); 1167 1158 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); 1168 background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff);1169 1159 background-image: linear-gradient(bottom, #eff8ff, #fff); 1170 1160 } 1171 1161 .wp-editor-wrap .quicktags-toolbar, 1172 1162 .wp-editor-wrap.wp_themeSkin tr.mceFirst td.mceToolbar { 1173 1163 border-bottom: 1px solid #ccc; 1174 1164 background-color: #eff8ff; /* Fallback */ 1175 background-image: - ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10*/1165 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */ 1176 1166 background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Firefox */ 1167 background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */ 1177 1168 background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Opera */ 1178 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */1179 1169 background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); /* proposed W3C Markup */ 1180 1170 } 1181 1171 .wp-editor-wrap .quicktags-toolbar input:hover { … … 1188 1178 .wp-editor-wrap.wp_themeSkin .mceListBox .mceOpen { 1189 1179 border-color: #ccc; 1190 1180 background-color: #eff8ff; /* Fallback */ 1191 background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */1192 background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */1193 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */1194 1181 background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */ 1195 1182 background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */ 1183 background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */ 1184 background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */ 1185 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */ 1196 1186 background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */ 1197 1187 } 1198 1188 1199 1189 .wp-editor-wrap.wp_themeSkin a.mceButtonEnabled:hover { 1200 1190 border-color: #a0a0a0; 1201 1191 background: #ddd; /* Fallback */ 1202 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */1203 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */1204 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */1205 1192 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */ 1206 1193 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); /* new Webkit */ 1194 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 1195 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 1196 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ 1207 1197 background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */ 1208 1198 } 1209 1199 … … 1243 1233 /* menu */ 1244 1234 #adminmenuback, 1245 1235 #adminmenuwrap { 1246 background-color: # EFF8FF;1247 border-color: # D1E5EE;1236 background-color: #eff8ff; 1237 border-color: #d1e5ee; 1248 1238 } 1249 1239 1250 1240 #adminmenushadow, 1251 1241 #adminmenuback { 1252 background-image: url( ../images/menu-shadow.png);1242 background-image: url("../images/menu-shadow.png"); 1253 1243 background-position: top right; 1254 1244 background-repeat: repeat-y; 1255 1245 } 1256 1246 1257 1247 #adminmenu li.wp-menu-separator { 1258 background: # D1E5EE;1248 background: #d1e5ee; 1259 1249 border-color: #bed1dd; 1260 1250 } 1261 1251 1262 1252 #adminmenu div.separator { 1263 border-color: # D1E5EE;1253 border-color: #d1e5ee; 1264 1254 } 1265 1255 1266 1256 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 1267 1257 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 1268 background: transparent url( ../images/arrows-dark-vs.png) no-repeat -1px 6px;1258 background: transparent url("../images/arrows-dark-vs.png") no-repeat -1px 6px; 1269 1259 } 1270 1260 1271 1261 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 1272 1262 #adminmenu .wp-menu-open .wp-menu-toggle { 1273 background: transparent url( ../images/arrows-vs.png) no-repeat -2px 6px;1263 background: transparent url("../images/arrows-vs.png") no-repeat -2px 6px; 1274 1264 } 1275 1265 1276 1266 #adminmenu a.menu-top, 1277 1267 .folded #adminmenu li.menu-top, 1278 1268 #adminmenu .wp-submenu .wp-submenu-head { 1279 border-top-color: #fff fff;1269 border-top-color: #fff; 1280 1270 border-bottom-color: #cae6ff; 1281 1271 } 1282 1272 … … 1297 1287 .folded #adminmenu li.current.menu-top, 1298 1288 #adminmenu .wp-menu-arrow, 1299 1289 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1300 background-color: #5589 AA; /* Fallback */1301 background-image: - ms-linear-gradient(bottom, #5589AA, #619bbb); /* IE10*/1302 background-image: - moz-linear-gradient(bottom, #5589AA, #619bbb); /* Firefox*/1303 background-image: - o-linear-gradient(bottom, #5589AA, #619bbb); /* Opera*/1304 background-image: - webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit*/1305 background-image: - webkit-linear-gradient(bottom, #5589AA, #619bbb); /* new Webkit*/1306 background-image: linear-gradient(bottom, #5589 AA, #619bbb); /* proposed W3C Markup */1290 background-color: #5589aa; /* Fallback */ 1291 background-image: -webkit-gradient(linear, left bottom, left top, from(#5589aa), to(#619bbb)); /* old Webkit */ 1292 background-image: -webkit-linear-gradient(bottom, #5589aa, #619bbb); /* new Webkit */ 1293 background-image: -moz-linear-gradient(bottom, #5589aa, #619bbb); /* Firefox */ 1294 background-image: -ms-linear-gradient(bottom, #5589aa, #619bbb); /* IE10 */ 1295 background-image: -o-linear-gradient(bottom, #5589aa, #619bbb); /* Opera */ 1296 background-image: linear-gradient(bottom, #5589aa, #619bbb); /* proposed W3C Markup */ 1307 1297 } 1308 1298 1309 1299 #adminmenu .wp-menu-arrow div { 1310 background-color: #5589 AA; /* Fallback */1311 background-image: - ms-linear-gradient(right bottom, #5589AA, #619bbb); /* IE10*/1312 background-image: - moz-linear-gradient(right bottom, #5589AA, #619bbb); /* Firefox*/1313 background-image: - o-linear-gradient(right bottom, #5589AA, #619bbb); /* Opera*/1314 background-image: - webkit-gradient(linear, right bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit*/1315 background-image: - webkit-linear-gradient(right bottom, #5589AA, #619bbb); /* new Webkit*/1316 background-image: linear-gradient(right bottom, #5589 AA, #619bbb); /* proposed W3C Markup */1300 background-color: #5589aa; /* Fallback */ 1301 background-image: -webkit-gradient(linear, right bottom, left top, from(#5589aa), to(#619bbb)); /* old Webkit */ 1302 background-image: -webkit-linear-gradient(right bottom, #5589aa, #619bbb); /* new Webkit */ 1303 background-image: -moz-linear-gradient(right bottom, #5589aa, #619bbb); /* Firefox */ 1304 background-image: -ms-linear-gradient(right bottom, #5589aa, #619bbb); /* IE10 */ 1305 background-image: -o-linear-gradient(right bottom, #5589aa, #619bbb); /* Opera */ 1306 background-image: linear-gradient(right bottom, #5589aa, #619bbb); /* proposed W3C Markup */ 1317 1307 } 1318 1308 1319 1309 #adminmenu li.wp-not-current-submenu .wp-menu-arrow { … … 1336 1326 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1337 1327 text-shadow: 0 -1px 0 #333; 1338 1328 color: #fff; 1339 border-top-color: #5 A8FAD;1340 border-bottom-color: #5589 AA;1329 border-top-color: #5a8fad; 1330 border-bottom-color: #5589aa; 1341 1331 } 1342 1332 1343 1333 .folded #adminmenu li.wp-has-current-submenu, 1344 1334 .folded #adminmenu li.current.menu-top { 1345 border-top-color: #5 A8FAD;1346 border-bottom-color: #5589 AA;1335 border-top-color: #5a8fad; 1336 border-bottom-color: #5589aa; 1347 1337 } 1348 1338 1349 1339 #adminmenu .wp-submenu a:hover, 1350 1340 #adminmenu .wp-submenu a:focus { 1351 background-color: # EFF8FF;1341 background-color: #eff8ff; 1352 1342 color: #333; 1353 1343 } 1354 1344 … … 1369 1359 1370 1360 #adminmenu .wp-submenu-wrap, 1371 1361 .folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap { 1372 -moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );1373 -webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );1374 1362 box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1375 1363 } 1376 1364 1377 1365 #adminmenu .wp-submenu .wp-submenu-head { 1378 1366 border-right-color: #e8eff4; 1379 background-color: # EFF8FF;1367 background-color: #eff8ff; 1380 1368 } 1381 1369 1382 1370 #adminmenu div.wp-submenu { … … 1385 1373 1386 1374 /* collapse menu button */ 1387 1375 #collapse-menu { 1388 color: # A0C3D5;1376 color: #a0c3d5; 1389 1377 } 1390 1378 1391 1379 #collapse-menu:hover { 1392 color: #5 A8FAD;1380 color: #5a8fad; 1393 1381 } 1394 1382 1395 1383 #collapse-button { 1396 1384 border-color: #d0dfe9; 1397 1385 background-color: #eff8ff; /* Fallback */ 1398 background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */1399 background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */1400 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */1401 1386 background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */ 1402 1387 background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */ 1388 background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */ 1389 background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */ 1390 background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */ 1403 1391 background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */ 1404 1392 } 1405 1393 #collapse-menu:hover #collapse-button { 1406 border-color: # A0C3D5;1394 border-color: #a0c3d5; 1407 1395 } 1408 1396 #collapse-button div { 1409 background: transparent url( ../images/arrows-vs.png) no-repeat 0 -72px;1397 background: transparent url("../images/arrows-vs.png") no-repeat 0 -72px; 1410 1398 } 1411 1399 .folded #collapse-button div { 1412 1400 background-position: 0 -108px; … … 1444 1432 .menu-icon-settings div.wp-menu-image, 1445 1433 .icon16.icon-site, 1446 1434 .menu-icon-site div.wp-menu-image { 1447 background-image: url( '../images/menu-vs.png?ver=20120201');1435 background-image: url("../images/menu-vs.png?ver=20120201"); 1448 1436 } 1449 1437 1450 1438 .icon16.icon-dashboard, … … 1612 1600 #icon-options-general, 1613 1601 .icon32.icon-site, 1614 1602 #icon-ms-admin { 1615 background-image: url( ../images/icons32-vs.png?ver=20111206);1603 background-image: url("../images/icons32-vs.png?ver=20111206"); 1616 1604 } 1617 1605 1618 1606 .icon32.icon-post, … … 1714 1702 #icon-options-general, 1715 1703 .icon32.icon-site, 1716 1704 #icon-ms-admin { 1717 background-image: url( ../images/icons32-2x.png?ver=20120412);1705 background-image: url("../images/icons32-2x.png?ver=20120412"); 1718 1706 background-size: 708px 45px; 1719 1707 } 1720 1708 … … 1742 1730 .menu-icon-settings div.wp-menu-image, 1743 1731 .icon16.icon-site, 1744 1732 .menu-icon-site div.wp-menu-image { 1745 background-image: url( '../images/menu-2x.png?ver=20120412');1733 background-image: url("../images/menu-2x.png?ver=20120412"); 1746 1734 background-size: 390px 64px; 1747 1735 } 1748 1736 } … … 1766 1754 } 1767 1755 1768 1756 #att-info { 1769 background-color: # E4F2FD;1757 background-color: #e4f2fD; 1770 1758 } 1771 1759 1772 1760 /* edit image */ … … 1779 1767 #sidemenu a.current { 1780 1768 background-color: #fff; 1781 1769 border-color: #dfdfdf #dfdfdf #fff; 1782 color: # D54E21;1770 color: #d54e21; 1783 1771 } 1784 1772 1785 1773 #screen-meta { 1786 background-color: #EFF8FF; 1787 border-color: #D1E5EE; 1788 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); 1774 background-color: #eff8ff; 1775 border-color: #d1e5ee; 1789 1776 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); 1790 1777 } 1791 1778 … … 1800 1787 1801 1788 #contextual-help-back, 1802 1789 .contextual-help-tabs .active { 1803 border-color: # D1E5EE;1790 border-color: #d1e5ee; 1804 1791 } 1805 1792 1806 1793 .contextual-help-tabs .active, … … 1814 1801 #screen-options-link-wrap, 1815 1802 #contextual-help-link-wrap { 1816 1803 background-color: #eff8ff; /* Fallback */ 1817 border-right: 1px solid #D1E5EE;1818 border-left: 1px solid #D1E5EE;1819 border-bottom: 1px solid #D1E5EE;1820 background-image: -ms-linear-gradient(bottom, #eff8ff, #eff8ff); /* IE10 */1821 background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); /* Firefox */1822 background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); /* Opera */1823 1804 background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff)); /* old Webkit */ 1824 1805 background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff); /* new Webkit */ 1806 background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); /* Firefox */ 1807 background-image: -ms-linear-gradient(bottom, #eff8ff, #eff8ff); /* IE10 */ 1808 background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); /* Opera */ 1825 1809 background-image: linear-gradient(bottom, #def1ff, #eff8ff); /* proposed W3C Markup */ 1810 border-right: 1px solid #d1e5ee; 1811 border-left: 1px solid #d1e5ee; 1812 border-bottom: 1px solid #d1e5ee; 1826 1813 } 1827 1814 1828 1815 #screen-meta-links a.show-settings { … … 1834 1821 } 1835 1822 1836 1823 #screen-meta-links a.show-settings { 1837 background: transparent url( ../images/arrows-vs.png) no-repeat right 4px;1824 background: transparent url("../images/arrows-vs.png") no-repeat right 4px; 1838 1825 } 1839 1826 1840 1827 #screen-meta-links a.show-settings.screen-meta-active { 1841 background: transparent url( ../images/arrows-vs.png) no-repeat right -31px;1828 background: transparent url("../images/arrows-vs.png") no-repeat right -31px; 1842 1829 } 1843 1830 1844 1831 /* end screen options and help tabs */ … … 1852 1839 .vim-current, 1853 1840 .vim-current th, 1854 1841 .vim-current td { 1855 background-color: # E4F2FD !important;1842 background-color: #e4f2fD !important; 1856 1843 } 1857 1844 1858 1845 /* Install Plugins */ … … 1895 1882 } 1896 1883 1897 1884 .inline-editor div.title { 1898 background-color: # EAF3FA;1885 background-color: #eaf3fa; 1899 1886 } 1900 1887 1901 1888 .inline-editor ul.cat-checklist { … … 1917 1904 } 1918 1905 1919 1906 .attention { 1920 color: # D54E21;1907 color: #d54e21; 1921 1908 } 1922 1909 1923 1910 .meta-box-sortables .postbox:hover .handlediv { 1924 background: transparent url( ../images/arrows-vs.png) no-repeat 6px 7px;1911 background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px; 1925 1912 } 1926 1913 1927 1914 .tablenav .tablenav-pages { … … 1930 1917 1931 1918 .tablenav .tablenav-pages a { 1932 1919 border-color: #d1e5ee; 1933 background: #eee url( '../images/menu-bits-vs.gif?ver=20101102') repeat-x scroll left -379px;1920 background: #eee url("../images/menu-bits-vs.gif?ver=20101102") repeat-x scroll left -379px; 1934 1921 } 1935 1922 1936 1923 .tablenav .tablenav-pages a:hover, … … 2001 1988 } 2002 1989 2003 1990 .view-switch #view-switch-list { 2004 background: transparent url( ../images/list.png) no-repeat 0 0;1991 background: transparent url("../images/list.png") no-repeat 0 0; 2005 1992 } 2006 1993 2007 1994 .view-switch .current #view-switch-list { 2008 background : transparent url(../images/list.png) no-repeat-40px 0;1995 background-position: -40px 0; 2009 1996 } 2010 1997 2011 1998 .view-switch #view-switch-excerpt { 2012 background: transparent url( ../images/list.png) no-repeat -20px 0;1999 background: transparent url("../images/list.png") no-repeat -20px 0; 2013 2000 } 2014 2001 2015 2002 .view-switch .current #view-switch-excerpt { 2016 background : transparent url(../images/list.png) no-repeat-60px 0;2003 background-position: -60px 0; 2017 2004 } 2018 2005 2019 2006 #header-logo { 2020 background: transparent url( ../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;2007 background: transparent url("../images/wp-logo-vs.png?ver=20101102") no-repeat scroll center center; 2021 2008 } 2022 2009 2023 2010 .popular-tags, 2024 2011 .feature-filter { 2025 2012 background-color: #fff; 2026 border-color: # DFDFDF;2013 border-color: #dfdfdf; 2027 2014 } 2028 2015 2029 2016 div.widgets-sortables, … … 2052 2039 background-image: linear-gradient(top, #ECF8FE, #f7fcfe); /* proposed W3C Markup */ 2053 2040 text-shadow: #fff 0 1px 0; 2054 2041 border-color: #d0dfe9; 2055 -moz-box-shadow: inset 0 1px 0 #fff;2056 -webkit-box-shadow: inset 0 1px 0 #fff;2057 2042 box-shadow: inset 0 1px 0 #fff; 2058 2043 } 2059 2044 … … 2063 2048 } 2064 2049 2065 2050 #removing-widget span { 2066 color: black;2051 color: #000; 2067 2052 } 2068 2053 2069 2054 .sidebar-name-arrow { 2070 background: transparent url( ../images/arrows-vs.png) no-repeat 5px 9px;2055 background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px; 2071 2056 } 2072 2057 2073 2058 .sidebar-name:hover .sidebar-name-arrow { 2074 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 5px 9px;2059 background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px; 2075 2060 } 2076 2061 2077 2062 .in-widget-title { … … 2118 2103 } 2119 2104 2120 2105 #post-body { 2121 background: #fff fff;2106 background: #fff; 2122 2107 border-top-color: #fff; 2123 2108 border-bottom-color: #d0dfe9; 2124 2109 } … … 2132 2117 } 2133 2118 2134 2119 #menu-management .nav-tabs-arrow a { 2135 color: # C1C1C1;2120 color: #c1c1c1; 2136 2121 } 2137 2122 2138 2123 #menu-management .nav-tabs-arrow a:hover { 2139 color: # D54E21;2124 color: #d54e21; 2140 2125 } 2141 2126 2142 2127 #menu-management .nav-tabs-arrow a:active { … … 2157 2142 } 2158 2143 2159 2144 #cancel-save { 2160 color: #f f0000;2145 color: #f00; 2161 2146 } 2162 2147 2163 2148 #cancel-save:hover { 2164 background-color: # FF0000;2149 background-color: #f00; 2165 2150 color: #fff; 2166 2151 } 2167 2152 … … 2179 2164 } 2180 2165 2181 2166 .item-type { /* Menu item controls */ 2182 color: #999 999;2167 color: #999; 2183 2168 } 2184 2169 2185 2170 .item-controls .menu-item-delete:hover { 2186 color: #f f0000;2171 color: #f00; 2187 2172 } 2188 2173 2189 2174 .nav-menus-php .item-edit { 2190 background: transparent url( ../images/arrows-vs.png) no-repeat 8px 10px;2175 background: transparent url("../images/arrows-vs.png") no-repeat 8px 10px; 2191 2176 border-bottom-color: #eff8ff; 2192 2177 } 2193 2178 2194 2179 .item-edit:hover { 2195 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 8px 10px;2180 background: transparent url("../images/arrows-dark-vs.png") no-repeat 8px 10px; 2196 2181 } 2197 2182 2198 2183 .menu-item-settings { /* Menu editing */ … … 2220 2205 } 2221 2206 2222 2207 .submitbox .submitcancel { 2223 color: #21759 B;2224 border-bottom-color: #21759 B;2208 color: #21759b; 2209 border-bottom-color: #21759b; 2225 2210 } 2226 2211 2227 2212 .submitbox .submitcancel:hover { 2228 background: #21759 B;2213 background: #21759b; 2229 2214 color: #fff; 2230 2215 } 2231 2216 /* end added from nav-menu.css */ … … 2233 2218 #menu-management .nav-tab-active, 2234 2219 .menu-item-handle, 2235 2220 .menu-item-settings { 2236 -moz-box-shadow: inset 0 1px 0 #fff;2237 -webkit-box-shadow: inset 0 1px 0 #fff;2238 2221 box-shadow: inset 0 1px 0 #fff; 2239 2222 } 2240 2223 … … 2255 2238 2256 2239 .wp-fullscreen-focus #wp-fullscreen-title, 2257 2240 .wp-fullscreen-focus #wp-fullscreen-container { 2258 border-color: # BED1DD;2241 border-color: #bed1dd; 2259 2242 } 2260 2243 2261 2244 #fullscreen-topbar { 2262 border-bottom-color: # D1E5EE;2245 border-bottom-color: #d1e5ee; 2263 2246 } 2264 2247 2265 2248 /* Begin About Pages */ … … 2305 2288 .about-wrap .feature-section img { 2306 2289 background: #fff; 2307 2290 border-color: #dfdfdf; 2308 2309 -moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );2310 -webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );2311 2291 box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 2312 2292 } 2313 2293 … … 2328 2308 } 2329 2309 2330 2310 .about-wrap li.wp-person img.gravatar { 2331 -moz-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );2332 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );2333 2311 box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2334 2312 } 2335 2313 .about-wrap li.wp-person .title { … … 2357 2335 } 2358 2336 2359 2337 .rtl .post-com-count { 2360 background-image: url( ../images/bubble_bg-rtl.gif);2338 background-image: url("../images/bubble_bg-rtl.gif"); 2361 2339 } 2362 2340 2363 2341 .rtl #screen-meta-links a.show-settings { … … 2371 2349 /* Menu */ 2372 2350 .rtl #adminmenushadow, 2373 2351 .rtl #adminmenuback { 2374 background-image: url( ../images/menu-shadow-rtl.png);2352 background-image: url("../images/menu-shadow-rtl.png"); 2375 2353 background-position: top left; 2376 2354 } 2377 2355 2378 2356 .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 2379 2357 .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 2380 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 8px 6px;2358 background: transparent url("../images/arrows-dark-vs.png") no-repeat 8px 6px; 2381 2359 } 2382 2360 2383 2361 .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 2384 2362 .rtl #adminmenu .wp-menu-open .wp-menu-toggle { 2385 background: transparent url( ../images/arrows-vs.png) no-repeat 8px 6px;2363 background: transparent url("../images/arrows-vs.png") no-repeat 8px 6px; 2386 2364 } 2387 2365 2388 2366 .rtl #adminmenu .wp-submenu .wp-submenu-head { … … 2392 2370 2393 2371 .rtl #adminmenu .wp-submenu-wrap, 2394 2372 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap{ 2395 -moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );2396 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );2397 2373 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2398 2374 } 2399 2375 … … 2408 2384 2409 2385 /* edit image */ 2410 2386 .rtl .meta-box-sortables .postbox:hover .handlediv { 2411 background: transparent url( ../images/arrows-vs.png) no-repeat 6px 7px;2387 background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px; 2412 2388 } 2413 2389 2414 2390 .rtl .tablenav .tablenav-pages a { 2415 2391 border-color: #d1e5ee; 2416 background: #eee url( '../images/menu-bits-rtl-vs.gif?ver=20100610') repeat-x scroll right -379px;2392 background: #eee url("../images/menu-bits-rtl-vs.gif?ver=20100610") repeat-x scroll right -379px; 2417 2393 } 2418 2394 2419 2395 .rtl #post-body .misc-pub-section { … … 2422 2398 } 2423 2399 2424 2400 .rtl .sidebar-name-arrow { 2425 background: transparent url( ../images/arrows-vs.png) no-repeat 5px 9px;2401 background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px; 2426 2402 } 2427 2403 .rtl .sidebar-name:hover .sidebar-name-arrow { 2428 background: transparent url( ../images/arrows-dark-vs.png) no-repeat 5px 9px;2404 background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px; 2429 2405 } -
wp-admin/css/colors-fresh.dev.css
201 201 .stuffbox h3 { 202 202 border-bottom-color: #dfdfdf; 203 203 text-shadow: #fff 0 1px 0; 204 -moz-box-shadow: 0 1px 0 #fff;205 -webkit-box-shadow: 0 1px 0 #fff;206 204 box-shadow: 0 1px 0 #fff; 207 205 } 208 206 … … 322 320 } 323 321 324 322 .post-com-count { 325 background-image: url( ../images/bubble_bg.gif);323 background-image: url("../images/bubble_bg.gif"); 326 324 color: #fff; 327 325 } 328 326 … … 369 367 .button, 370 368 .submit input, 371 369 .button-secondary { 372 background: #f2f2f2 url( ../images/white-grad.png) repeat-x scroll left top;370 background: #f2f2f2 url("../images/white-grad.png") repeat-x scroll left top; 373 371 text-shadow: rgba(255,255,255,1) 0 1px 0; 374 372 } 375 373 376 374 .button:active, 377 375 .submit input:active, 378 376 .button-secondary:active { 379 background: #eee url( ../images/white-grad-active.png) repeat-x scroll left top;377 background: #eee url("../images/white-grad-active.png") repeat-x scroll left top; 380 378 } 381 379 382 380 input.button-primary, … … 385 383 border-color: #298cba; 386 384 font-weight: bold; 387 385 color: #fff; 388 background: #21759B url( ../images/button-grad.png) repeat-x scroll left top;386 background: #21759B url("../images/button-grad.png") repeat-x scroll left top; 389 387 text-shadow: rgba(0,0,0,0.3) 0 -1px 0; 390 388 } 391 389 392 390 input.button-primary:active, 393 391 button.button-primary:active, 394 392 a.button-primary:active { 395 background: #21759b url( ../images/button-grad-active.png) repeat-x scroll left top;393 background: #21759b url("../images/button-grad-active.png") repeat-x scroll left top; 396 394 color: #eaf2fa; 397 395 } 398 396 … … 576 574 #rightnow .reallynow { 577 575 background-color: #464646; 578 576 color: #fff; 579 -moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;580 -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;581 577 box-shadow: rgba(255,255,255,0.5) 0 1px 0; 582 578 } 583 579 #plugin-information .action-button { … … 589 585 #adminmenu li a.wp-has-current-submenu .update-plugins{ 590 586 background-color: #464646; 591 587 color: #fff; 592 -moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;593 -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;594 588 box-shadow: rgba(255,255,255,0.5) 0 1px 0; 595 589 } 596 590 … … 719 713 #poststuff .postarea, 720 714 .stuffbox { 721 715 border-color: #dfdfdf; 722 -moz-box-shadow: inset 0 1px 0 #fff;723 -webkit-box-shadow: inset 0 1px 0 #fff;724 716 box-shadow: inset 0 1px 0 #fff; 725 -webkit-border-radius: 3px;726 717 border-radius: 3px; 727 718 } 728 719 … … 731 722 .postbox, 732 723 .menu-item-settings { 733 724 background-color: #f5f5f5; /* Fallback */ 734 background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5); /* IE10 */735 background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5); /* Firefox */736 background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5); /* Opera */737 725 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5)); /* old Webkit */ 738 726 background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5); /* new Webkit */ 727 background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5); /* Firefox */ 728 background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5); /* IE10 */ 729 background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5); /* Opera */ 739 730 background-image: linear-gradient(top, #f9f9f9, #f5f5f5); /* proposed W3C Markup */ 740 731 } 741 732 … … 753 744 } 754 745 755 746 .curtime #timestamp { 756 background-image: url( ../images/date-button.gif);747 background-image: url("../images/date-button.gif"); 757 748 } 758 749 759 750 #quicktags #ed_link { … … 770 761 771 762 .tagchecklist span a, 772 763 #bulk-titles div a { 773 background: url( ../images/xit.gif) no-repeat;764 background: url("../images/xit.gif") no-repeat; 774 765 } 775 766 776 767 .tagchecklist span a:hover, 777 768 #bulk-titles div a:hover { 778 background: url( ../images/xit.gif) no-repeat -10px 0;769 background: url("../images/xit.gif") no-repeat -10px 0; 779 770 } 780 771 781 772 #update-nag, .update-nag { … … 787 778 #screen-meta { 788 779 background-color: #f1f1f1; 789 780 border-color: #ccc; 790 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );791 781 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); 792 782 } 793 783 … … 835 825 } 836 826 837 827 #screen-meta-links a.show-settings { 838 background: transparent url( ../images/arrows.png) no-repeat right 4px;828 background: transparent url("../images/arrows.png") no-repeat right 4px; 839 829 } 840 830 841 831 #screen-meta-links a.show-settings.screen-meta-active { 842 background: transparent url( ../images/arrows.png) no-repeat right -31px;832 background: transparent url("../images/arrows.png") no-repeat right -31px; 843 833 } 844 834 845 835 /* end screen options and help tabs */ … … 940 930 941 931 #adminmenushadow, 942 932 #adminmenuback { 943 background-image: url( ../images/menu-shadow.png);933 background-image: url("../images/menu-shadow.png"); 944 934 background-position: top right; 945 935 background-repeat: repeat-y; 946 936 } … … 956 946 957 947 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 958 948 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 959 background: transparent url( ../images/arrows-dark.png) no-repeat -1px 6px;949 background: transparent url("../images/arrows-dark.png") no-repeat -1px 6px; 960 950 } 961 951 962 952 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 963 953 #adminmenu .wp-menu-open .wp-menu-toggle { 964 background: transparent url( ../images/arrows.png) no-repeat -2px 6px;954 background: transparent url("../images/arrows.png") no-repeat -2px 6px; 965 955 } 966 956 967 957 #adminmenu a.menu-top, … … 1060 1050 1061 1051 #adminmenu .wp-submenu-wrap, 1062 1052 .folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap { 1063 -moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );1064 -webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );1065 1053 box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); 1066 1054 } 1067 1055 … … 1097 1085 border-color: #aaa; 1098 1086 } 1099 1087 #collapse-button div { 1100 background: transparent url( ../images/arrows.png) no-repeat 0 -72px;1088 background: transparent url("../images/arrows.png") no-repeat 0 -72px; 1101 1089 } 1102 1090 .folded #collapse-button div { 1103 1091 background-position: 0 -108px; … … 1135 1123 .menu-icon-settings div.wp-menu-image, 1136 1124 .icon16.icon-site, 1137 1125 .menu-icon-site div.wp-menu-image { 1138 background-image: url( '../images/menu.png?ver=20120201');1126 background-image: url("../images/menu.png?ver=20120201"); 1139 1127 } 1140 1128 1141 1129 .icon16.icon-dashboard, … … 1303 1291 #icon-options-general, 1304 1292 .icon32.icon-site, 1305 1293 #icon-ms-admin { 1306 background-image: url( ../images/icons32.png?ver=20111206);1294 background-image: url("../images/icons32.png?ver=20111206"); 1307 1295 } 1308 1296 1309 1297 .icon32.icon-post, … … 1405 1393 #icon-options-general, 1406 1394 .icon32.icon-site, 1407 1395 #icon-ms-admin { 1408 background-image: url( ../images/icons32-2x.png?ver=20120412);1396 background-image: url("../images/icons32-2x.png?ver=20120412"); 1409 1397 background-size: 708px 45px; 1410 1398 } 1411 1399 … … 1433 1421 .menu-icon-settings div.wp-menu-image, 1434 1422 .icon16.icon-site, 1435 1423 .menu-icon-site div.wp-menu-image { 1436 background-image: url( '../images/menu-2x.png?ver=20120412');1424 background-image: url("../images/menu-2x.png?ver=20120412"); 1437 1425 background-size: 390px 64px; 1438 1426 } 1439 1427 } … … 1556 1544 } 1557 1545 1558 1546 .meta-box-sortables .postbox:hover .handlediv { 1559 background: transparent url( ../images/arrows.png) no-repeat 6px 7px;1547 background: transparent url("../images/arrows.png") no-repeat 6px 7px; 1560 1548 } 1561 1549 1562 1550 .tablenav .tablenav-pages { … … 1565 1553 1566 1554 .tablenav .tablenav-pages a { 1567 1555 border-color: #e3e3e3; 1568 background: #eee url( '../images/menu-bits.gif?ver=20100610') repeat-x scroll left -379px;1556 background: #eee url("../images/menu-bits.gif?ver=20100610") repeat-x scroll left -379px; 1569 1557 } 1570 1558 1571 1559 .tablenav .tablenav-pages a:hover, … … 1636 1624 } 1637 1625 1638 1626 .view-switch #view-switch-list { 1639 background: transparent url( ../images/list.png) no-repeat 0 0;1627 background: transparent url("../images/list.png") no-repeat 0 0; 1640 1628 } 1641 1629 1642 1630 .view-switch .current #view-switch-list { 1643 background: transparent url( ../images/list.png) no-repeat -40px 0;1631 background: transparent url("../images/list.png") no-repeat -40px 0; 1644 1632 } 1645 1633 1646 1634 .view-switch #view-switch-excerpt { 1647 background: transparent url( ../images/list.png) no-repeat -20px 0;1635 background: transparent url("../images/list.png") no-repeat -20px 0; 1648 1636 } 1649 1637 1650 1638 .view-switch .current #view-switch-excerpt { 1651 background: transparent url( ../images/list.png) no-repeat -60px 0;1639 background: transparent url("../images/list.png") no-repeat -60px 0; 1652 1640 } 1653 1641 1654 1642 #header-logo { 1655 background: transparent url( ../images/wp-logo.png?ver=20110504) no-repeat scroll center center;1643 background: transparent url("../images/wp-logo.png?ver=20110504") no-repeat scroll center center; 1656 1644 } 1657 1645 1658 1646 .popular-tags, … … 1676 1664 color: #464646; 1677 1665 text-shadow: #fff 0 1px 0; 1678 1666 border-color: #dfdfdf; 1679 -moz-box-shadow: inset 0 1px 0 #fff;1680 -webkit-box-shadow: inset 0 1px 0 #fff;1681 1667 box-shadow: inset 0 1px 0 #fff; 1682 1668 } 1683 1669 … … 1691 1677 } 1692 1678 1693 1679 .sidebar-name-arrow { 1694 background: transparent url( ../images/arrows.png) no-repeat 5px 9px;1680 background: transparent url("../images/arrows.png") no-repeat 5px 9px; 1695 1681 } 1696 1682 1697 1683 .sidebar-name:hover .sidebar-name-arrow { 1698 background: transparent url( ../images/arrows-dark.png) no-repeat 5px 9px;1684 background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px; 1699 1685 } 1700 1686 1701 1687 .in-widget-title { … … 1808 1794 } 1809 1795 1810 1796 .nav-menus-php .item-edit { 1811 background: transparent url( ../images/arrows.png) no-repeat 8px 10px;1797 background: transparent url("../images/arrows.png") no-repeat 8px 10px; 1812 1798 border-bottom-color: #eee; 1813 1799 } 1814 1800 1815 1801 .item-edit:hover { 1816 background: transparent url( ../images/arrows-dark.png) no-repeat 8px 10px;1802 background: transparent url("../images/arrows-dark.png") no-repeat 8px 10px; 1817 1803 } 1818 1804 1819 1805 .menu-item-settings { /* Menu editing */ … … 1854 1840 #menu-management .nav-tab-active, 1855 1841 .menu-item-handle, 1856 1842 .menu-item-settings { 1857 -moz-box-shadow: inset 0 1px 0 #fff;1858 -webkit-box-shadow: inset 0 1px 0 #fff;1859 1843 box-shadow: inset 0 1px 0 #fff; 1860 1844 } 1861 1845 … … 1911 1895 .about-wrap .feature-section img { 1912 1896 background: #fff; 1913 1897 border-color: #dfdfdf; 1914 1915 -moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );1916 -webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );1917 1898 box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 1918 1899 } 1919 1900 … … 1934 1915 } 1935 1916 1936 1917 .about-wrap li.wp-person img.gravatar { 1937 -moz-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );1938 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );1939 1918 box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 1940 1919 } 1941 1920 .about-wrap li.wp-person .title { … … 1963 1942 } 1964 1943 1965 1944 .rtl .post-com-count { 1966 background-image: url( ../images/bubble_bg-rtl.gif);1945 background-image: url("../images/bubble_bg-rtl.gif"); 1967 1946 } 1968 1947 1969 1948 .rtl #screen-meta-links a.show-settings { … … 1977 1956 /* Menu */ 1978 1957 .rtl #adminmenushadow, 1979 1958 .rtl #adminmenuback { 1980 background-image: url( ../images/menu-shadow-rtl.png);1959 background-image: url("../images/menu-shadow-rtl.png"); 1981 1960 background-position: top left; 1982 1961 } 1983 1962 1984 1963 .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 1985 1964 .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 1986 background: transparent url( ../images/arrows-dark.png) no-repeat 8px 6px;1965 background: transparent url("../images/arrows-dark.png") no-repeat 8px 6px; 1987 1966 } 1988 1967 1989 1968 .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 1990 1969 .rtl #adminmenu .wp-menu-open .wp-menu-toggle { 1991 background: transparent url( ../images/arrows.png) no-repeat 8px 6px;1970 background: transparent url("../images/arrows.png") no-repeat 8px 6px; 1992 1971 } 1993 1972 1994 1973 .rtl #adminmenu .wp-submenu .wp-submenu-head { … … 1998 1977 1999 1978 .rtl #adminmenu .wp-submenu-wrap, 2000 1979 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap{ 2001 -moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );2002 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );2003 1980 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2004 1981 } 2005 1982 … … 2014 1991 2015 1992 /* Edit Image */ 2016 1993 .rtl .meta-box-sortables .postbox:hover .handlediv { 2017 background: transparent url( ../images/arrows.png) no-repeat 6px 7px;1994 background: transparent url("../images/arrows.png") no-repeat 6px 7px; 2018 1995 } 2019 1996 2020 1997 .rtl .tablenav .tablenav-pages a { 2021 1998 border-color: #e3e3e3; 2022 background: #eee url( '../images/menu-bits-rtl.gif?ver=20100610') repeat-x scroll right -379px;1999 background: #eee url("../images/menu-bits-rtl.gif?ver=20100610") repeat-x scroll right -379px; 2023 2000 } 2024 2001 2025 2002 .rtl #post-body .misc-pub-section { … … 2028 2005 } 2029 2006 2030 2007 .rtl .sidebar-name-arrow { 2031 background: transparent url( ../images/arrows.png) no-repeat 5px 9px;2008 background: transparent url("../images/arrows.png") no-repeat 5px 9px; 2032 2009 } 2033 2010 2034 2011 .rtl .sidebar-name:hover .sidebar-name-arrow { 2035 background: transparent url( ../images/arrows-dark.png) no-repeat 5px 9px;2012 background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px; 2036 2013 }