Changeset 22031
- Timestamp:
- 09/27/2012 02:12:54 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 14 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r22025 r22031 1572 1572 } 1573 1573 1574 /* end screen icons */ 1575 1576 /* Diff */ 1577 table.diff .diff-deletedline { 1578 background-color: #fdd; 1579 } 1580 1581 table.diff .diff-deletedline del { 1582 background-color: #f99; 1583 } 1584 1585 table.diff .diff-addedline { 1586 background-color: #dfd; 1587 } 1588 1589 table.diff .diff-addedline ins { 1590 background-color: #9f9; 1591 } 1592 1593 #att-info { 1594 background-color: #E4F2FD; 1595 } 1596 1597 /* edit image */ 1598 #sidemenu a { 1599 background-color: #f9f9f9; 1600 border-color: #f9f9f9; 1601 border-bottom-color: #dfdfdf; 1602 } 1603 1604 #sidemenu a.current { 1605 background-color: #fff; 1606 border-color: #dfdfdf #dfdfdf #fff; 1607 color: #D54E21; 1608 } 1609 1610 #screen-meta { 1611 background-color: #EFF8FF; 1612 border-color: #D1E5EE; 1613 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); 1614 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); 1615 } 1616 1617 #contextual-help-back { 1618 background: #fff; 1619 } 1620 1621 .contextual-help-tabs a:hover { 1622 background-color: #ceeaff; 1623 color: #333; 1624 } 1625 1626 #contextual-help-back, 1627 .contextual-help-tabs .active { 1628 border-color: #D1E5EE; 1629 } 1630 1631 .contextual-help-tabs .active, 1632 .contextual-help-tabs .active a, 1633 .contextual-help-tabs .active a:hover { 1634 background: #fff; 1635 color: #000; 1636 } 1637 1638 /* screen options and help tabs */ 1639 #screen-options-link-wrap, 1640 #contextual-help-link-wrap { 1641 border-right: 1px solid #D1E5EE; 1642 border-left: 1px solid #D1E5EE; 1643 border-bottom: 1px solid #D1E5EE; 1644 background: #eff8ff; 1645 background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff)); 1646 background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff); 1647 background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); 1648 background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); 1649 background-image: linear-gradient(to top, #def1ff, #eff8ff); 1650 } 1651 1652 #screen-meta-links a { 1653 color: #606060; 1654 background: transparent url(../images/arrows.png) no-repeat right 4px; 1655 } 1656 1657 #screen-meta-links a:focus { 1658 background-color: #c7e7fd; 1659 color: #124964; 1660 } 1661 1662 #screen-meta-links a:hover, 1663 #screen-meta-links a:active { 1664 color: #000; 1665 background-color: transparent; 1666 } 1667 1668 #screen-meta-links a.screen-meta-active { 1669 background-position: right -31px; 1670 } 1671 1672 /* end screen options and help tabs */ 1673 1674 #replyerror { 1675 border-color: #ddd; 1676 background-color: #f9f9f9; 1677 } 1678 1679 /* table vim shortcuts */ 1680 .vim-current, 1681 .vim-current th, 1682 .vim-current td { 1683 background-color: #E4F2FD !important; 1684 } 1685 1686 /* Install Plugins */ 1687 #plugin-information .fyi ul { 1688 background-color: #eaf3fa; 1689 } 1690 1691 #plugin-information .fyi h2.mainheader { 1692 background-color: #cee1ef; 1693 } 1694 1695 #plugin-information pre, 1696 #plugin-information code { 1697 background-color: #ededff; 1698 } 1699 1700 #plugin-information pre { 1701 border: 1px solid #ccc; 1702 } 1703 1704 /* inline editor */ 1705 #bulk-titles { 1706 border-color: #ddd; 1707 } 1708 1709 .inline-editor div.title { 1710 background-color: #EAF3FA; 1711 } 1712 1713 .inline-editor ul.cat-checklist { 1714 background-color: #fff; 1715 border-color: #ddd; 1716 } 1717 1718 .inline-editor .categories .catshow, 1719 .inline-editor .categories .cathide { 1720 color: #21759b; 1721 } 1722 1723 .inline-editor .quick-edit-save { 1724 background-color: #f1f1f1; 1725 } 1726 1727 fieldset.inline-edit-col-right .inline-edit-col { 1728 border-color: #dfdfdf; 1729 } 1730 1731 .attention { 1732 color: #D54E21; 1733 } 1734 1735 .meta-box-sortables .postbox:hover .handlediv { 1736 background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px; 1737 } 1738 1739 .tablenav .tablenav-pages { 1740 color: #555; 1741 } 1742 1743 .tablenav .tablenav-pages a { 1744 border-color: #d1e5ee; 1745 background: #eee; 1746 -moz-box-shadow: inset 0 1px 0 #fff; 1747 -webkit-box-shadow: inset 0 1px 0 #fff; 1748 box-shadow: inset 0 1px 0 #fff; 1749 } 1750 1751 .tablenav .tablenav-pages a:hover, 1752 .tablenav .tablenav-pages a:focus { 1753 color: #d54e21; 1754 } 1755 1756 .tablenav .tablenav-pages a.disabled, 1757 .tablenav .tablenav-pages a.disabled:hover, 1758 .tablenav .tablenav-pages a.disabled:focus { 1759 color: #aaa; 1760 } 1761 1762 .tablenav .tablenav-pages .current { 1763 background: #dfdfdf; 1764 border-color: #d3d3d3; 1765 } 1766 1767 #availablethemes, 1768 #availablethemes td { 1769 border-color: #ddd; 1770 } 1771 1772 #current-theme img { 1773 border-color: #999; 1774 } 1775 1776 #TB_window #TB_title a.tb-theme-preview-link, 1777 #TB_window #TB_title a.tb-theme-preview-link:visited { 1778 color: #999; 1779 } 1780 1781 #TB_window #TB_title a.tb-theme-preview-link:hover, 1782 #TB_window #TB_title a.tb-theme-preview-link:focus { 1783 color: #ccc; 1784 } 1785 1786 .misc-pub-section { 1787 border-top-color: #fff; 1788 border-bottom-color: #eee; 1789 } 1790 1791 #minor-publishing { 1792 border-bottom-color: #ddd; 1793 } 1794 1795 #post-body .misc-pub-section { 1796 border-left-color: #eee; 1797 } 1798 1799 .post-com-count span { 1800 background-color: #bbb; 1801 } 1802 1803 .form-table .color-palette td { 1804 border-color: #fff; 1805 } 1806 1807 .sortable-placeholder { 1808 border-color: #bbb; 1809 background-color: #f5f5f5; 1810 } 1811 1812 #post-body ul.category-tabs li.tabs a, 1813 #post-body ul.add-menu-item-tabs li.tabs a, 1814 body.press-this ul.category-tabs li.tabs a { 1815 color: #333; 1816 } 1817 1818 .view-switch #view-switch-list, 1819 .view-switch #view-switch-excerpt { 1820 background-color: transparent; 1821 background-image: url('../images/list.png'); 1822 background-repeat: no-repeat; 1823 } 1824 1825 .view-switch #view-switch-list { 1826 background-position: 0 0; 1827 } 1828 1829 .view-switch .current #view-switch-list { 1830 background-position: -40px 0; 1831 } 1832 1833 .view-switch #view-switch-excerpt { 1834 background-position: -20px 0; 1835 } 1836 1837 .view-switch .current #view-switch-excerpt { 1838 background-position: -60px 0; 1839 } 1840 1841 #header-logo { 1842 background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center; 1843 } 1844 1845 .popular-tags, 1846 .feature-filter { 1847 background-color: #fff; 1848 border-color: #DFDFDF; 1849 } 1850 1851 div.widgets-sortables, 1852 #widgets-left .inactive, 1853 #available-widgets .widget-holder { 1854 background-color: #f7fcfe; 1855 border-color: #d0dfe9; 1856 } 1857 1858 #available-widgets .widget-description { 1859 color: #555; 1860 } 1861 1862 .sidebar-name { 1863 color: #464646; 1864 text-shadow: #fff 0 1px 0; 1865 border-color: #d0dfe9; 1866 -webkit-box-shadow: inset 0 1px 0 #fff; 1867 box-shadow: inset 0 1px 0 #fff; 1868 } 1869 1870 .sidebar-name:hover, 1871 #removing-widget { 1872 color: #d54e21; 1873 } 1874 1875 #removing-widget span { 1876 color: black; 1877 } 1878 1879 .sidebar-name-arrow { 1880 background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; 1881 } 1882 1883 .sidebar-name:hover .sidebar-name-arrow { 1884 background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; 1885 } 1886 1887 .in-widget-title { 1888 color: #606060; 1889 } 1890 1891 .deleting .widget-title * { 1892 color: #aaa; 1893 } 1894 1895 .imgedit-menu div { 1896 border-color: #d5d5d5; 1897 background-color: #f1f1f1; 1898 } 1899 1900 .imgedit-menu div:hover { 1901 border-color: #c1c1c1; 1902 background-color: #eaeaea; 1903 } 1904 1905 .imgedit-menu div.disabled { 1906 border-color: #ccc; 1907 background-color: #ddd; 1908 filter: alpha(opacity=50); 1909 opacity: 0.5; 1910 } 1911 1912 #dashboard_recent_comments div.undo { 1913 border-top-color: #dfdfdf; 1914 } 1915 1916 .comment-ays, 1917 .comment-ays th { 1918 border-color: #ddd; 1919 } 1920 1921 .comment-ays th { 1922 background-color: #f1f1f1; 1923 } 1924 1925 /* added from nav-menu.css */ 1926 #menu-management .menu-edit { 1927 border-color: #d0dfe9; 1928 } 1929 1930 #post-body { 1931 background: #fff; 1932 border-top-color: #fff; 1933 border-bottom-color: #d0dfe9; 1934 } 1935 1936 #nav-menu-header { 1937 border-bottom-color: #d0dfe9; 1938 } 1939 1940 #nav-menu-footer { 1941 border-top-color: #fff; 1942 } 1943 1944 #menu-management .nav-tabs-arrow a { 1945 color: #C1C1C1; 1946 } 1947 1948 #menu-management .nav-tabs-arrow a:hover { 1949 color: #D54E21; 1950 } 1951 1952 #menu-management .nav-tabs-arrow a:active { 1953 color: #464646; 1954 } 1955 1956 #menu-management .nav-tab-active { 1957 border-color: #dfdfdf; 1958 } 1959 1960 #menu-management .nav-tab { 1961 background: #f7fcfe; 1962 border-color: #d0dfe9; 1963 } 1964 1965 .js .input-with-default-title { 1966 color: #aaa; 1967 } 1968 1969 #cancel-save { 1970 color: #ff0000; 1971 } 1972 1973 #cancel-save:hover { 1974 background-color: #FF0000; 1975 color: #fff; 1976 } 1977 1978 .list-container { 1979 border-color: #dfdfdf; 1980 } 1981 1982 .menu-item-handle { 1983 border-color: #d0dfe9; 1984 } 1985 1986 .menu li.deleting .menu-item-handle { 1987 background-color: #f66; 1988 text-shadow: #ccc; 1989 } 1990 1991 .item-type { /* Menu item controls */ 1992 color: #999999; 1993 } 1994 1995 .item-controls .menu-item-delete:hover { 1996 color: #ff0000; 1997 } 1998 1999 .nav-menus-php .item-edit { 2000 background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px; 2001 border-bottom-color: #eff8ff; 2002 } 2003 2004 .item-edit:hover { 2005 background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px; 2006 } 2007 2008 .menu-item-settings { /* Menu editing */ 2009 border-color: #d0dfe9; 2010 } 2011 2012 .link-to-original { 2013 color: #777; 2014 border-color: #d0dfe9; 2015 } 2016 2017 #cancel-save:hover { 2018 color: #fff !important; 2019 } 2020 2021 #update-menu-item { 2022 color: #fff !important; 2023 } 2024 2025 #update-menu-item:hover, 2026 #update-menu-item:active, 2027 #update-menu-item:focus { 2028 color: #eaf2fa !important; 2029 border-color: #13455b !important; 2030 } 2031 2032 .submitbox .submitcancel { 2033 color: #21759B; 2034 border-bottom-color: #21759B; 2035 } 2036 2037 .submitbox .submitcancel:hover { 2038 background: #21759B; 2039 color: #fff; 2040 } 2041 /* end added from nav-menu.css */ 2042 2043 #menu-management .nav-tab-active, 2044 .menu-item-handle, 2045 .menu-item-settings { 2046 -webkit-box-shadow: inset 0 1px 0 #fff; 2047 box-shadow: inset 0 1px 0 #fff; 2048 } 2049 2050 #menu-management .nav-tab-active { 2051 background: #eff8ff; 2052 border-bottom-color: #eff8ff; 2053 } 2054 2055 #upload-form label { 2056 color: #777; 2057 } 2058 /* custom header & background pages */ 2059 2060 /* full screen */ 2061 .fullscreen-overlay { 2062 background: #fff; 2063 } 2064 2065 .wp-fullscreen-focus #wp-fullscreen-title, 2066 .wp-fullscreen-focus #wp-fullscreen-container { 2067 border-color: #BED1DD; 2068 } 2069 2070 #fullscreen-topbar { 2071 border-bottom-color: #D1E5EE; 2072 } 2073 2074 /* Begin About Pages */ 2075 2076 .about-wrap h1 { 2077 color: #333; 2078 text-shadow: 1px 1px 1px #fff; 2079 } 2080 2081 .about-text { 2082 color: #777; 2083 } 2084 2085 .wp-badge { 2086 color: #fff; 2087 text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3); 2088 } 2089 2090 .about-wrap h2 .nav-tab { 2091 color: #21759B; 2092 } 2093 2094 .about-wrap h2 .nav-tab:hover { 2095 color: #d54e21; 2096 2097 } 2098 2099 .about-wrap h2 .nav-tab-active, 2100 .about-wrap h2 .nav-tab-active:hover { 2101 color: #333; 2102 } 2103 2104 .about-wrap h2 .nav-tab-active { 2105 text-shadow: 1px 1px 1px #fff; 2106 color: #464646; 2107 } 2108 2109 .about-wrap h3 { 2110 color: #333; 2111 text-shadow: 1px 1px 1px #fff; 2112 } 2113 2114 .about-wrap .feature-section h4 { 2115 color: #464646; 2116 } 2117 2118 .about-wrap .feature-section img { 2119 background: #fff; 2120 border: 1px solid #ccc; 2121 2122 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2123 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2124 } 2125 2126 .about-wrap .point-releases { 2127 border-bottom: 1px solid #dfdfdf; 2128 } 2129 2130 .about-wrap .point-releases h3 { 2131 border-top: 1px solid #dfdfdf; 2132 } 2133 2134 .about-wrap .point-releases h3:first-child { 2135 border: 0; 2136 } 2137 2138 .about-wrap h4.wp-people-group { 2139 text-shadow: 1px 1px 1px #fff; 2140 } 2141 2142 .about-wrap li.wp-person img.gravatar { 2143 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2144 box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2145 } 2146 2147 .about-wrap li.wp-person .title { 2148 color: #464646; 2149 text-shadow: 1px 1px 1px #fff; 2150 } 2151 2152 .freedoms-php .about-wrap ol li { 2153 color: #999; 2154 } 2155 .freedoms-php .about-wrap ol p { 2156 color: #464646; 2157 } 2158 2159 /* End About Pages */ 2160 2161 2162 /*------------------------------------------------------------------------------ 2163 2.0 - Right to Left Styles 2164 ------------------------------------------------------------------------------*/ 2165 2166 .rtl .bar { 2167 border-right-color: transparent; 2168 border-left-color: #99d; 2169 } 2170 2171 .rtl .post-com-count { 2172 background-image: url(../images/bubble_bg-rtl.gif); 2173 } 2174 2175 .rtl #screen-meta-links a.show-settings { 2176 background-position: left 3px; 2177 } 2178 2179 .rtl #screen-meta-links a.show-settings.screen-meta-active { 2180 background-position: left -33px; 2181 } 2182 2183 /* Menu */ 2184 .rtl #adminmenushadow, 2185 .rtl #adminmenuback { 2186 background-image: url(../images/menu-shadow-rtl.png); 2187 background-position: top left; 2188 } 2189 2190 .rtl #adminmenu .wp-submenu .wp-submenu-head { 2191 border-right-color: transparent; 2192 border-left-color: #d1e5ee; 2193 } 2194 2195 .rtl #adminmenu .wp-submenu, 2196 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu { 2197 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2198 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2199 } 2200 2201 .rtl #adminmenu .wp-has-current-submenu .wp-submenu { 2202 -webkit-box-shadow: none; 2203 box-shadow: none; 2204 } 2205 2206 /* Collapse Menu Button */ 2207 .rtl #collapse-button div { 2208 background-position: 0 -108px; 2209 } 2210 2211 .rtl.folded #collapse-button div { 2212 background-position: 0 -72px; 2213 } 2214 2215 /* Auto-folding of the admin menu for RTL */ 2216 @media only screen and (max-width: 900px) { 2217 .rtl.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { 2218 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2219 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2220 } 2221 2222 .rtl.auto-fold #collapse-button div { 2223 background-position: 0 -72px; 2224 } 2225 } 2226 2227 /* edit image */ 2228 .rtl .meta-box-sortables .postbox:hover .handlediv { 2229 background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px; 2230 } 2231 2232 .rtl #post-body .misc-pub-section { 2233 border-right-color: transparent; 2234 border-left-color: #d1e5ee; 2235 } 2236 2237 .rtl .sidebar-name-arrow { 2238 background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; 2239 } 2240 2241 .rtl .sidebar-name:hover .sidebar-name-arrow { 2242 background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; 2243 } 2244 2245 /** 2246 * HiDPI Displays 2247 */ 1574 2248 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 2249 2250 .curtime #timestamp { 2251 background-image: url("../images/date-button-2x.gif?ver=20120916"); 2252 background-size: 16px auto; 2253 } 2254 2255 .tagchecklist span a, 2256 #bulk-titles div a, 2257 .tagchecklist span a:hover, 2258 #bulk-titles div a:hover { 2259 background-image: url("../images/xit-2x.gif?ver=20120916"); 2260 background-size: 20px auto; 2261 } 2262 2263 #screen-meta-links a.show-settings, 2264 #screen-meta-links a.show-settings.screen-meta-active, 2265 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 2266 #adminmenu .wp-menu-open .wp-menu-toggle, 2267 #collapse-button div, 2268 .meta-box-sortables .postbox:hover .handlediv, 2269 .sidebar-name-arrow, 2270 .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 2271 .rtl #adminmenu .wp-menu-open .wp-menu-toggle, 2272 .rtl .meta-box-sortables .postbox:hover .handlediv, 2273 .rtl .sidebar-name-arrow { 2274 2275 background-image: url("../images/arrows-vs-2x.png?ver=20120916"); 2276 background-size: 15px 123px; 2277 } 2278 2279 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 2280 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle, 2281 .sidebar-name:hover .sidebar-name-arrow, 2282 .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 2283 .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle, 2284 .rtl .sidebar-name:hover .sidebar-name-arrow { 2285 background-image: url("../images/arrows-dark-vs-2x.png?ver=20120916"); 2286 background-size: 15px 123px; 2287 } 2288 2289 .view-switch #view-switch-list, 2290 .view-switch #view-switch-excerpt { 2291 background-image: url("../images/list-2x.png?ver=20120916"); 2292 background-size: 80px 20px; 2293 } 2294 1575 2295 .icon32.icon-post, 1576 2296 #icon-edit, … … 1604 2324 .icon32.icon-site, 1605 2325 #icon-ms-admin { 1606 background-image: url( ../images/icons32-vs-2x.png?ver=20120412);2326 background-image: url("../images/icons32-vs-2x.png?ver=20120916"); 1607 2327 background-size: 708px 45px; 1608 2328 } … … 1632 2352 .icon16.icon-site, 1633 2353 .menu-icon-site div.wp-menu-image { 1634 background-image: url( '../images/menu-vs-2x.png?ver=20120412');2354 background-image: url("../images/menu-2x.png?ver=20120916"); // @todo needs menu-vs-2x.png 1635 2355 background-size: 390px 64px; 1636 2356 } 1637 } 1638 /* end screen icons */ 1639 1640 /* Diff */ 1641 table.diff .diff-deletedline { 1642 background-color: #fdd; 1643 } 1644 1645 table.diff .diff-deletedline del { 1646 background-color: #f99; 1647 } 1648 1649 table.diff .diff-addedline { 1650 background-color: #dfd; 1651 } 1652 1653 table.diff .diff-addedline ins { 1654 background-color: #9f9; 1655 } 1656 1657 #att-info { 1658 background-color: #E4F2FD; 1659 } 1660 1661 /* edit image */ 1662 #sidemenu a { 1663 background-color: #f9f9f9; 1664 border-color: #f9f9f9; 1665 border-bottom-color: #dfdfdf; 1666 } 1667 1668 #sidemenu a.current { 1669 background-color: #fff; 1670 border-color: #dfdfdf #dfdfdf #fff; 1671 color: #D54E21; 1672 } 1673 1674 #screen-meta { 1675 background-color: #EFF8FF; 1676 border-color: #D1E5EE; 1677 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); 1678 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); 1679 } 1680 1681 #contextual-help-back { 1682 background: #fff; 1683 } 1684 1685 .contextual-help-tabs a:hover { 1686 background-color: #ceeaff; 1687 color: #333; 1688 } 1689 1690 #contextual-help-back, 1691 .contextual-help-tabs .active { 1692 border-color: #D1E5EE; 1693 } 1694 1695 .contextual-help-tabs .active, 1696 .contextual-help-tabs .active a, 1697 .contextual-help-tabs .active a:hover { 1698 background: #fff; 1699 color: #000; 1700 } 1701 1702 /* screen options and help tabs */ 1703 #screen-options-link-wrap, 1704 #contextual-help-link-wrap { 1705 border-right: 1px solid #D1E5EE; 1706 border-left: 1px solid #D1E5EE; 1707 border-bottom: 1px solid #D1E5EE; 1708 background: #eff8ff; 1709 background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff)); 1710 background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff); 1711 background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); 1712 background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); 1713 background-image: linear-gradient(to top, #def1ff, #eff8ff); 1714 } 1715 1716 #screen-meta-links a { 1717 color: #606060; 1718 background: transparent url(../images/arrows.png) no-repeat right 4px; 1719 } 1720 1721 #screen-meta-links a:focus { 1722 background-color: #c7e7fd; 1723 color: #124964; 1724 } 1725 1726 #screen-meta-links a:hover, 1727 #screen-meta-links a:active { 1728 color: #000; 1729 background-color: transparent; 1730 } 1731 1732 #screen-meta-links a.screen-meta-active { 1733 background-position: right -31px; 1734 } 1735 1736 /* end screen options and help tabs */ 1737 1738 #replyerror { 1739 border-color: #ddd; 1740 background-color: #f9f9f9; 1741 } 1742 1743 /* table vim shortcuts */ 1744 .vim-current, 1745 .vim-current th, 1746 .vim-current td { 1747 background-color: #E4F2FD !important; 1748 } 1749 1750 /* Install Plugins */ 1751 #plugin-information .fyi ul { 1752 background-color: #eaf3fa; 1753 } 1754 1755 #plugin-information .fyi h2.mainheader { 1756 background-color: #cee1ef; 1757 } 1758 1759 #plugin-information pre, 1760 #plugin-information code { 1761 background-color: #ededff; 1762 } 1763 1764 #plugin-information pre { 1765 border: 1px solid #ccc; 1766 } 1767 1768 /* inline editor */ 1769 #bulk-titles { 1770 border-color: #ddd; 1771 } 1772 1773 .inline-editor div.title { 1774 background-color: #EAF3FA; 1775 } 1776 1777 .inline-editor ul.cat-checklist { 1778 background-color: #fff; 1779 border-color: #ddd; 1780 } 1781 1782 .inline-editor .categories .catshow, 1783 .inline-editor .categories .cathide { 1784 color: #21759b; 1785 } 1786 1787 .inline-editor .quick-edit-save { 1788 background-color: #f1f1f1; 1789 } 1790 1791 fieldset.inline-edit-col-right .inline-edit-col { 1792 border-color: #dfdfdf; 1793 } 1794 1795 .attention { 1796 color: #D54E21; 1797 } 1798 1799 .meta-box-sortables .postbox:hover .handlediv { 1800 background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px; 1801 } 1802 1803 .tablenav .tablenav-pages { 1804 color: #555; 1805 } 1806 1807 .tablenav .tablenav-pages a { 1808 border-color: #d1e5ee; 1809 background: #eee; 1810 -moz-box-shadow: inset 0 1px 0 #fff; 1811 -webkit-box-shadow: inset 0 1px 0 #fff; 1812 box-shadow: inset 0 1px 0 #fff; 1813 } 1814 1815 .tablenav .tablenav-pages a:hover, 1816 .tablenav .tablenav-pages a:focus { 1817 color: #d54e21; 1818 } 1819 1820 .tablenav .tablenav-pages a.disabled, 1821 .tablenav .tablenav-pages a.disabled:hover, 1822 .tablenav .tablenav-pages a.disabled:focus { 1823 color: #aaa; 1824 } 1825 1826 .tablenav .tablenav-pages .current { 1827 background: #dfdfdf; 1828 border-color: #d3d3d3; 1829 } 1830 1831 #availablethemes, 1832 #availablethemes td { 1833 border-color: #ddd; 1834 } 1835 1836 #current-theme img { 1837 border-color: #999; 1838 } 1839 1840 #TB_window #TB_title a.tb-theme-preview-link, 1841 #TB_window #TB_title a.tb-theme-preview-link:visited { 1842 color: #999; 1843 } 1844 1845 #TB_window #TB_title a.tb-theme-preview-link:hover, 1846 #TB_window #TB_title a.tb-theme-preview-link:focus { 1847 color: #ccc; 1848 } 1849 1850 .misc-pub-section { 1851 border-top-color: #fff; 1852 border-bottom-color: #eee; 1853 } 1854 1855 #minor-publishing { 1856 border-bottom-color: #ddd; 1857 } 1858 1859 #post-body .misc-pub-section { 1860 border-left-color: #eee; 1861 } 1862 1863 .post-com-count span { 1864 background-color: #bbb; 1865 } 1866 1867 .form-table .color-palette td { 1868 border-color: #fff; 1869 } 1870 1871 .sortable-placeholder { 1872 border-color: #bbb; 1873 background-color: #f5f5f5; 1874 } 1875 1876 #post-body ul.category-tabs li.tabs a, 1877 #post-body ul.add-menu-item-tabs li.tabs a, 1878 body.press-this ul.category-tabs li.tabs a { 1879 color: #333; 1880 } 1881 1882 .view-switch #view-switch-list, 1883 .view-switch #view-switch-excerpt { 1884 background-color: transparent; 1885 background-image: url('../images/list.png'); 1886 background-repeat: no-repeat; 1887 } 1888 1889 .view-switch #view-switch-list { 1890 background-position: 0 0; 1891 } 1892 1893 .view-switch .current #view-switch-list { 1894 background-position: -40px 0; 1895 } 1896 1897 .view-switch #view-switch-excerpt { 1898 background-position: -20px 0; 1899 } 1900 1901 .view-switch .current #view-switch-excerpt { 1902 background-position: -60px 0; 1903 } 1904 1905 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 1906 .view-switch #view-switch-list, 1907 .view-switch #view-switch-excerpt { 1908 background-image: url('../images/list-2x.png'); 1909 background-size: 80px 20px; 2357 2358 #header-logo { 2359 background-image: url("../images/wp-logo-vs-2x.png?ver=20120916"); 2360 background-size: 16px auto; 1910 2361 } 1911 } 1912 1913 #header-logo { 1914 background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center; 1915 } 1916 1917 .popular-tags, 1918 .feature-filter { 1919 background-color: #fff; 1920 border-color: #DFDFDF; 1921 } 1922 1923 div.widgets-sortables, 1924 #widgets-left .inactive, 1925 #available-widgets .widget-holder { 1926 background-color: #f7fcfe; 1927 border-color: #d0dfe9; 1928 } 1929 1930 #available-widgets .widget-description { 1931 color: #555; 1932 } 1933 1934 .sidebar-name { 1935 color: #464646; 1936 text-shadow: #fff 0 1px 0; 1937 border-color: #d0dfe9; 1938 -webkit-box-shadow: inset 0 1px 0 #fff; 1939 box-shadow: inset 0 1px 0 #fff; 1940 } 1941 1942 .sidebar-name:hover, 1943 #removing-widget { 1944 color: #d54e21; 1945 } 1946 1947 #removing-widget span { 1948 color: black; 1949 } 1950 1951 .sidebar-name-arrow { 1952 background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; 1953 } 1954 1955 .sidebar-name:hover .sidebar-name-arrow { 1956 background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; 1957 } 1958 1959 .in-widget-title { 1960 color: #606060; 1961 } 1962 1963 .deleting .widget-title * { 1964 color: #aaa; 1965 } 1966 1967 .imgedit-menu div { 1968 border-color: #d5d5d5; 1969 background-color: #f1f1f1; 1970 } 1971 1972 .imgedit-menu div:hover { 1973 border-color: #c1c1c1; 1974 background-color: #eaeaea; 1975 } 1976 1977 .imgedit-menu div.disabled { 1978 border-color: #ccc; 1979 background-color: #ddd; 1980 filter: alpha(opacity=50); 1981 opacity: 0.5; 1982 } 1983 1984 #dashboard_recent_comments div.undo { 1985 border-top-color: #dfdfdf; 1986 } 1987 1988 .comment-ays, 1989 .comment-ays th { 1990 border-color: #ddd; 1991 } 1992 1993 .comment-ays th { 1994 background-color: #f1f1f1; 1995 } 1996 1997 /* added from nav-menu.css */ 1998 #menu-management .menu-edit { 1999 border-color: #d0dfe9; 2000 } 2001 2002 #post-body { 2003 background: #fff; 2004 border-top-color: #fff; 2005 border-bottom-color: #d0dfe9; 2006 } 2007 2008 #nav-menu-header { 2009 border-bottom-color: #d0dfe9; 2010 } 2011 2012 #nav-menu-footer { 2013 border-top-color: #fff; 2014 } 2015 2016 #menu-management .nav-tabs-arrow a { 2017 color: #C1C1C1; 2018 } 2019 2020 #menu-management .nav-tabs-arrow a:hover { 2021 color: #D54E21; 2022 } 2023 2024 #menu-management .nav-tabs-arrow a:active { 2025 color: #464646; 2026 } 2027 2028 #menu-management .nav-tab-active { 2029 border-color: #dfdfdf; 2030 } 2031 2032 #menu-management .nav-tab { 2033 background: #f7fcfe; 2034 border-color: #d0dfe9; 2035 } 2036 2037 .js .input-with-default-title { 2038 color: #aaa; 2039 } 2040 2041 #cancel-save { 2042 color: #ff0000; 2043 } 2044 2045 #cancel-save:hover { 2046 background-color: #FF0000; 2047 color: #fff; 2048 } 2049 2050 .list-container { 2051 border-color: #dfdfdf; 2052 } 2053 2054 .menu-item-handle { 2055 border-color: #d0dfe9; 2056 } 2057 2058 .menu li.deleting .menu-item-handle { 2059 background-color: #f66; 2060 text-shadow: #ccc; 2061 } 2062 2063 .item-type { /* Menu item controls */ 2064 color: #999999; 2065 } 2066 2067 .item-controls .menu-item-delete:hover { 2068 color: #ff0000; 2069 } 2070 2071 .nav-menus-php .item-edit { 2072 background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px; 2073 border-bottom-color: #eff8ff; 2074 } 2075 2076 .item-edit:hover { 2077 background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px; 2078 } 2079 2080 .menu-item-settings { /* Menu editing */ 2081 border-color: #d0dfe9; 2082 } 2083 2084 .link-to-original { 2085 color: #777; 2086 border-color: #d0dfe9; 2087 } 2088 2089 #cancel-save:hover { 2090 color: #fff !important; 2091 } 2092 2093 #update-menu-item { 2094 color: #fff !important; 2095 } 2096 2097 #update-menu-item:hover, 2098 #update-menu-item:active, 2099 #update-menu-item:focus { 2100 color: #eaf2fa !important; 2101 border-color: #13455b !important; 2102 } 2103 2104 .submitbox .submitcancel { 2105 color: #21759B; 2106 border-bottom-color: #21759B; 2107 } 2108 2109 .submitbox .submitcancel:hover { 2110 background: #21759B; 2111 color: #fff; 2112 } 2113 /* end added from nav-menu.css */ 2114 2115 #menu-management .nav-tab-active, 2116 .menu-item-handle, 2117 .menu-item-settings { 2118 -webkit-box-shadow: inset 0 1px 0 #fff; 2119 box-shadow: inset 0 1px 0 #fff; 2120 } 2121 2122 #menu-management .nav-tab-active { 2123 background: #eff8ff; 2124 border-bottom-color: #eff8ff; 2125 } 2126 2127 #upload-form label { 2128 color: #777; 2129 } 2130 /* custom header & background pages */ 2131 2132 /* full screen */ 2133 .fullscreen-overlay { 2134 background: #fff; 2135 } 2136 2137 .wp-fullscreen-focus #wp-fullscreen-title, 2138 .wp-fullscreen-focus #wp-fullscreen-container { 2139 border-color: #BED1DD; 2140 } 2141 2142 #fullscreen-topbar { 2143 border-bottom-color: #D1E5EE; 2144 } 2145 2146 /* Begin About Pages */ 2147 2148 .about-wrap h1 { 2149 color: #333; 2150 text-shadow: 1px 1px 1px #fff; 2151 } 2152 2153 .about-text { 2154 color: #777; 2155 } 2156 2157 .wp-badge { 2158 color: #fff; 2159 text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3); 2160 } 2161 2162 .about-wrap h2 .nav-tab { 2163 color: #21759B; 2164 } 2165 2166 .about-wrap h2 .nav-tab:hover { 2167 color: #d54e21; 2168 2169 } 2170 2171 .about-wrap h2 .nav-tab-active, 2172 .about-wrap h2 .nav-tab-active:hover { 2173 color: #333; 2174 } 2175 2176 .about-wrap h2 .nav-tab-active { 2177 text-shadow: 1px 1px 1px #fff; 2178 color: #464646; 2179 } 2180 2181 .about-wrap h3 { 2182 color: #333; 2183 text-shadow: 1px 1px 1px #fff; 2184 } 2185 2186 .about-wrap .feature-section h4 { 2187 color: #464646; 2188 } 2189 2190 .about-wrap .feature-section img { 2191 background: #fff; 2192 border: 1px solid #ccc; 2193 2194 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2195 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2196 } 2197 2198 .about-wrap .point-releases { 2199 border-bottom: 1px solid #dfdfdf; 2200 } 2201 2202 .about-wrap .point-releases h3 { 2203 border-top: 1px solid #dfdfdf; 2204 } 2205 2206 .about-wrap .point-releases h3:first-child { 2207 border: 0; 2208 } 2209 2210 .about-wrap h4.wp-people-group { 2211 text-shadow: 1px 1px 1px #fff; 2212 } 2213 2214 .about-wrap li.wp-person img.gravatar { 2215 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2216 box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2217 } 2218 2219 .about-wrap li.wp-person .title { 2220 color: #464646; 2221 text-shadow: 1px 1px 1px #fff; 2222 } 2223 2224 .freedoms-php .about-wrap ol li { 2225 color: #999; 2226 } 2227 .freedoms-php .about-wrap ol p { 2228 color: #464646; 2229 } 2230 2231 /* End About Pages */ 2232 2233 2234 /*------------------------------------------------------------------------------ 2235 2.0 - Right to Left Styles 2236 ------------------------------------------------------------------------------*/ 2237 2238 .rtl .bar { 2239 border-right-color: transparent; 2240 border-left-color: #99d; 2241 } 2242 2243 .rtl .post-com-count { 2244 background-image: url(../images/bubble_bg-rtl.gif); 2245 } 2246 2247 .rtl #screen-meta-links a.show-settings { 2248 background-position: left 3px; 2249 } 2250 2251 .rtl #screen-meta-links a.show-settings.screen-meta-active { 2252 background-position: left -33px; 2253 } 2254 2255 /* Menu */ 2256 .rtl #adminmenushadow, 2257 .rtl #adminmenuback { 2258 background-image: url(../images/menu-shadow-rtl.png); 2259 background-position: top left; 2260 } 2261 2262 .rtl #adminmenu .wp-submenu .wp-submenu-head { 2263 border-right-color: transparent; 2264 border-left-color: #d1e5ee; 2265 } 2266 2267 .rtl #adminmenu .wp-submenu, 2268 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu { 2269 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2270 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2271 } 2272 2273 .rtl #adminmenu .wp-has-current-submenu .wp-submenu { 2274 -webkit-box-shadow: none; 2275 box-shadow: none; 2276 } 2277 2278 /* Collapse Menu Button */ 2279 .rtl #collapse-button div { 2280 background-position: 0 -108px; 2281 } 2282 2283 .rtl.folded #collapse-button div { 2284 background-position: 0 -72px; 2285 } 2286 2287 /* Auto-folding of the admin menu for RTL */ 2288 @media only screen and (max-width: 900px) { 2289 .rtl.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { 2290 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2291 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2292 } 2293 2294 .rtl.auto-fold #collapse-button div { 2295 background-position: 0 -72px; 2296 } 2297 } 2298 2299 /* edit image */ 2300 .rtl .meta-box-sortables .postbox:hover .handlediv { 2301 background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px; 2302 } 2303 2304 .rtl #post-body .misc-pub-section { 2305 border-right-color: transparent; 2306 border-left-color: #d1e5ee; 2307 } 2308 2309 .rtl .sidebar-name-arrow { 2310 background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; 2311 } 2312 2313 .rtl .sidebar-name:hover .sidebar-name-arrow { 2314 background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; 2315 } 2362 2363 } -
trunk/wp-admin/css/colors-fresh.css
r22018 r22031 1532 1532 } 1533 1533 1534 /* end screen icons */ 1535 1536 /* Diff */ 1537 table.diff .diff-deletedline { 1538 background-color: #fdd; 1539 } 1540 1541 table.diff .diff-deletedline del { 1542 background-color: #f99; 1543 } 1544 1545 table.diff .diff-addedline { 1546 background-color: #dfd; 1547 } 1548 1549 table.diff .diff-addedline ins { 1550 background-color: #9f9; 1551 } 1552 1553 #att-info { 1554 background-color: #E4F2FD; 1555 } 1556 1557 /* edit image */ 1558 #sidemenu a { 1559 background-color: #f9f9f9; 1560 border-color: #f9f9f9; 1561 border-bottom-color: #dfdfdf; 1562 } 1563 1564 #sidemenu a.current { 1565 background-color: #fff; 1566 border-color: #dfdfdf #dfdfdf #fff; 1567 color: #D54E21; 1568 } 1569 1570 #replyerror { 1571 border-color: #ddd; 1572 background-color: #f9f9f9; 1573 } 1574 1575 /* table vim shortcuts */ 1576 .vim-current, 1577 .vim-current th, 1578 .vim-current td { 1579 background-color: #E4F2FD !important; 1580 } 1581 1582 /* Install Plugins */ 1583 #plugin-information .fyi ul { 1584 background-color: #eaf3fa; 1585 } 1586 1587 #plugin-information .fyi h2.mainheader { 1588 background-color: #cee1ef; 1589 } 1590 1591 #plugin-information pre, 1592 #plugin-information code { 1593 background-color: #ededff; 1594 } 1595 1596 #plugin-information pre { 1597 border: 1px solid #ccc; 1598 } 1599 1600 /* inline editor */ 1601 #bulk-titles { 1602 border-color: #ddd; 1603 } 1604 1605 .inline-editor div.title { 1606 background-color: #EAF3FA; 1607 } 1608 1609 .inline-editor ul.cat-checklist { 1610 background-color: #fff; 1611 border-color: #ddd; 1612 } 1613 1614 .inline-editor .categories .catshow, 1615 .inline-editor .categories .cathide { 1616 color: #21759b; 1617 } 1618 1619 .inline-editor .quick-edit-save { 1620 background-color: #f1f1f1; 1621 } 1622 1623 fieldset.inline-edit-col-right .inline-edit-col { 1624 border-color: #dfdfdf; 1625 } 1626 1627 .attention { 1628 color: #D54E21; 1629 } 1630 1631 .meta-box-sortables .postbox:hover .handlediv { 1632 background: transparent url(../images/arrows.png) no-repeat 6px 7px; 1633 } 1634 1635 .tablenav .tablenav-pages { 1636 color: #555; 1637 } 1638 1639 .tablenav .tablenav-pages a { 1640 border-color: #e3e3e3; 1641 background: #eee; 1642 -moz-box-shadow: inset 0 1px 0 #fff; 1643 -webkit-box-shadow: inset 0 1px 0 #fff; 1644 box-shadow: inset 0 1px 0 #fff; 1645 } 1646 1647 .tablenav .tablenav-pages a:hover, 1648 .tablenav .tablenav-pages a:focus { 1649 color: #d54e21; 1650 } 1651 1652 .tablenav .tablenav-pages a.disabled, 1653 .tablenav .tablenav-pages a.disabled:hover, 1654 .tablenav .tablenav-pages a.disabled:focus { 1655 color: #aaa; 1656 } 1657 1658 .tablenav .tablenav-pages .current { 1659 background: #dfdfdf; 1660 border-color: #d3d3d3; 1661 } 1662 1663 #availablethemes, 1664 #availablethemes td { 1665 border-color: #ddd; 1666 } 1667 1668 #current-theme img { 1669 border-color: #999; 1670 } 1671 1672 #TB_window #TB_title a.tb-theme-preview-link, 1673 #TB_window #TB_title a.tb-theme-preview-link:visited { 1674 color: #999; 1675 } 1676 1677 #TB_window #TB_title a.tb-theme-preview-link:hover, 1678 #TB_window #TB_title a.tb-theme-preview-link:focus { 1679 color: #ccc; 1680 } 1681 1682 .misc-pub-section { 1683 border-top-color: #fff; 1684 border-bottom-color: #dfdfdf; 1685 } 1686 1687 #minor-publishing { 1688 border-bottom-color: #dfdfdf; 1689 } 1690 1691 #post-body .misc-pub-section { 1692 border-left-color: #eee; 1693 } 1694 1695 .post-com-count span { 1696 background-color: #bbb; 1697 } 1698 1699 .form-table .color-palette td { 1700 border-color: #fff; 1701 } 1702 1703 .sortable-placeholder { 1704 border-color: #bbb; 1705 background-color: #f5f5f5; 1706 } 1707 1708 #post-body ul.category-tabs li.tabs a, 1709 #post-body ul.add-menu-item-tabs li.tabs a, 1710 body.press-this ul.category-tabs li.tabs a { 1711 color: #333; 1712 } 1713 1714 .view-switch #view-switch-list, 1715 .view-switch #view-switch-excerpt { 1716 background-color: transparent; 1717 background-image: url('../images/list.png'); 1718 background-repeat: no-repeat; 1719 } 1720 1721 .view-switch #view-switch-list { 1722 background-position: 0 0; 1723 } 1724 1725 .view-switch .current #view-switch-list { 1726 background-position: -40px 0; 1727 } 1728 1729 .view-switch #view-switch-excerpt { 1730 background-position: -20px 0; 1731 } 1732 1733 .view-switch .current #view-switch-excerpt { 1734 background-position: -60px 0; 1735 } 1736 1737 #header-logo { 1738 background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center; 1739 } 1740 1741 .popular-tags, 1742 .feature-filter { 1743 background-color: #fff; 1744 border-color: #DFDFDF; 1745 } 1746 1747 div.widgets-sortables, 1748 #widgets-left .inactive, 1749 #available-widgets .widget-holder { 1750 background-color: #fcfcfc; 1751 border-color: #dfdfdf; 1752 } 1753 1754 #available-widgets .widget-description { 1755 color: #555; 1756 } 1757 1758 .sidebar-name { 1759 color: #464646; 1760 text-shadow: #fff 0 1px 0; 1761 border-color: #dfdfdf; 1762 -webkit-box-shadow: inset 0 1px 0 #fff; 1763 box-shadow: inset 0 1px 0 #fff; 1764 } 1765 1766 .sidebar-name:hover, 1767 #removing-widget { 1768 color: #d54e21; 1769 } 1770 1771 #removing-widget span { 1772 color: black; 1773 } 1774 1775 .sidebar-name-arrow { 1776 background: transparent url(../images/arrows.png) no-repeat 5px 9px; 1777 } 1778 1779 .sidebar-name:hover .sidebar-name-arrow { 1780 background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; 1781 } 1782 1783 .in-widget-title { 1784 color: #606060; 1785 } 1786 1787 .deleting .widget-title * { 1788 color: #aaa; 1789 } 1790 1791 .imgedit-menu div { 1792 border-color: #d5d5d5; 1793 background-color: #f1f1f1; 1794 } 1795 1796 .imgedit-menu div:hover { 1797 border-color: #c1c1c1; 1798 background-color: #eaeaea; 1799 } 1800 1801 .imgedit-menu div.disabled { 1802 border-color: #ccc; 1803 background-color: #ddd; 1804 filter: alpha(opacity=50); 1805 opacity: 0.5; 1806 } 1807 1808 #dashboard_recent_comments div.undo { 1809 border-top-color: #dfdfdf; 1810 } 1811 1812 .comment-ays, 1813 .comment-ays th { 1814 border-color: #ddd; 1815 } 1816 1817 .comment-ays th { 1818 background-color: #f1f1f1; 1819 } 1820 1821 /* added from nav-menu.css */ 1822 #menu-management .menu-edit { 1823 border-color: #dfdfdf; 1824 } 1825 1826 #post-body { 1827 background: #fff; 1828 border-top-color: #fff; 1829 border-bottom-color: #dfdfdf; 1830 } 1831 1832 #nav-menu-header { 1833 border-bottom-color: #dfdfdf; 1834 } 1835 1836 #nav-menu-footer { 1837 border-top-color: #fff; 1838 } 1839 1840 #menu-management .nav-tabs-arrow a { 1841 color: #C1C1C1; 1842 } 1843 1844 #menu-management .nav-tabs-arrow a:hover { 1845 color: #D54E21; 1846 } 1847 1848 #menu-management .nav-tabs-arrow a:active { 1849 color: #464646; 1850 } 1851 1852 #menu-management .nav-tab-active { 1853 border-color: #dfdfdf; 1854 } 1855 1856 #menu-management .nav-tab { 1857 background: #fbfbfb; 1858 border-color: #dfdfdf; 1859 } 1860 1861 .js .input-with-default-title { 1862 color: #aaa; 1863 } 1864 1865 #cancel-save { 1866 color: #ff0000; 1867 } 1868 1869 #cancel-save:hover { 1870 background-color: #FF0000; 1871 color: #fff; 1872 } 1873 1874 .list-container, 1875 .menu-item-handle { 1876 border-color: #dfdfdf; 1877 } 1878 1879 .menu li.deleting .menu-item-handle { 1880 background-color: #f66; 1881 text-shadow: #ccc; 1882 } 1883 1884 .item-type { /* Menu item controls */ 1885 color: #999999; 1886 } 1887 1888 .item-controls .menu-item-delete:hover { 1889 color: #ff0000; 1890 } 1891 1892 .nav-menus-php .item-edit { 1893 background: transparent url(../images/arrows.png) no-repeat 8px 10px; 1894 border-bottom-color: #eee; 1895 } 1896 1897 .item-edit:hover { 1898 background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px; 1899 } 1900 1901 .menu-item-settings { /* Menu editing */ 1902 border-color: #dfdfdf; 1903 } 1904 1905 .link-to-original { 1906 color: #777; 1907 border-color: #dfdfdf; 1908 } 1909 1910 #cancel-save:hover { 1911 color: #fff !important; 1912 } 1913 1914 #update-menu-item { 1915 color: #fff !important; 1916 } 1917 1918 #update-menu-item:hover, 1919 #update-menu-item:active, 1920 #update-menu-item:focus { 1921 color: #eaf2fa !important; 1922 border-color: #13455b !important; 1923 } 1924 1925 .submitbox .submitcancel { 1926 color: #21759B; 1927 border-bottom-color: #21759B; 1928 } 1929 1930 .submitbox .submitcancel:hover { 1931 background: #21759B; 1932 color: #fff; 1933 } 1934 /* end added from nav-menu.css */ 1935 1936 #menu-management .nav-tab-active, 1937 .menu-item-handle, 1938 .menu-item-settings { 1939 -webkit-box-shadow: inset 0 1px 0 #fff; 1940 box-shadow: inset 0 1px 0 #fff; 1941 } 1942 1943 #menu-management .nav-tab-active { 1944 background: #f9f9f9; 1945 border-bottom-color: #f9f9f9; 1946 } 1947 1948 #upload-form label { 1949 color: #777; 1950 } 1951 1952 /* Begin About Pages */ 1953 1954 .about-wrap h1 { 1955 color: #333; 1956 text-shadow: 1px 1px 1px #fff; 1957 } 1958 1959 .about-text { 1960 color: #777; 1961 } 1962 1963 .wp-badge { 1964 color: #fff; 1965 text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3); 1966 } 1967 1968 .about-wrap h2 .nav-tab { 1969 color: #21759B; 1970 } 1971 1972 .about-wrap h2 .nav-tab:hover { 1973 color: #d54e21; 1974 } 1975 1976 .about-wrap h2 .nav-tab-active, 1977 .about-wrap h2 .nav-tab-active:hover { 1978 color: #333; 1979 } 1980 1981 .about-wrap h2 .nav-tab-active { 1982 text-shadow: 1px 1px 1px #fff; 1983 color: #464646; 1984 } 1985 1986 .about-wrap h3 { 1987 color: #333; 1988 text-shadow: 1px 1px 1px #fff; 1989 } 1990 1991 .about-wrap .feature-section h4 { 1992 color: #464646; 1993 } 1994 1995 .about-wrap .feature-section img { 1996 background: #fff; 1997 border: 1px #ccc solid; 1998 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1999 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2000 } 2001 2002 .about-wrap h4.wp-people-group { 2003 text-shadow: 1px 1px 1px #fff; 2004 } 2005 2006 .about-wrap .point-releases { 2007 border-bottom: 1px solid #dfdfdf; 2008 } 2009 2010 .about-wrap .point-releases h3 { 2011 border-top: 1px solid #dfdfdf; 2012 } 2013 2014 .about-wrap .point-releases h3:first-child { 2015 border: 0; 2016 } 2017 2018 .about-wrap li.wp-person img.gravatar { 2019 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2020 box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2021 2022 } 2023 .about-wrap li.wp-person .title { 2024 color: #464646; 2025 text-shadow: 1px 1px 1px #fff; 2026 } 2027 2028 .freedoms-php .about-wrap ol li { 2029 color: #999; 2030 2031 } 2032 .freedoms-php .about-wrap ol p { 2033 color: #464646; 2034 } 2035 2036 /* End About Pages */ 2037 2038 2039 /*------------------------------------------------------------------------------ 2040 2.0 - Right to Left Styles 2041 ------------------------------------------------------------------------------*/ 2042 2043 .rtl .bar { 2044 border-right-color: transparent; 2045 border-left-color: #99d; 2046 } 2047 2048 .rtl .post-com-count { 2049 background-image: url(../images/bubble_bg-rtl.gif); 2050 } 2051 2052 .rtl #screen-meta-links a.show-settings { 2053 background-position: left 3px; 2054 } 2055 2056 .rtl #screen-meta-links a.show-settings.screen-meta-active { 2057 background-position: left -33px; 2058 } 2059 2060 /* Menu */ 2061 .rtl #adminmenushadow, 2062 .rtl #adminmenuback { 2063 background-image: url(../images/menu-shadow-rtl.png); 2064 background-position: top left; 2065 } 2066 2067 .rtl #adminmenu .wp-submenu .wp-submenu-head { 2068 border-right-color: transparent; 2069 border-left-color: #dfdfdf; 2070 } 2071 2072 .rtl #adminmenu .wp-submenu, 2073 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu { 2074 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2075 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2076 } 2077 2078 .rtl #adminmenu .wp-has-current-submenu .wp-submenu { 2079 -webkit-box-shadow: none; 2080 box-shadow: none; 2081 } 2082 2083 /* Collapse Menu Button */ 2084 .rtl #collapse-button div { 2085 background-position: 0 -108px; 2086 } 2087 2088 .rtl.folded #collapse-button div { 2089 background-position: 0 -72px; 2090 } 2091 2092 /* Auto-folding of the admin menu for RTL */ 2093 @media only screen and (max-width: 900px) { 2094 .rtl.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, 2095 .rtl.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { 2096 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2097 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2098 } 2099 2100 .rtl.auto-fold #collapse-button div { 2101 background-position: 0 -72px; 2102 } 2103 } 2104 2105 /* Edit Image */ 2106 .rtl .meta-box-sortables .postbox:hover .handlediv { 2107 background: transparent url(../images/arrows.png) no-repeat 6px 7px; 2108 } 2109 2110 .rtl #post-body .misc-pub-section { 2111 border-right-color: transparent; 2112 border-left-color: #eee; 2113 } 2114 2115 .rtl .sidebar-name-arrow { 2116 background: transparent url(../images/arrows.png) no-repeat 5px 9px; 2117 } 2118 2119 .rtl .sidebar-name:hover .sidebar-name-arrow { 2120 background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; 2121 } 2122 2123 /** 2124 * HiDPI Displays 2125 */ 1534 2126 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 2127 2128 .curtime #timestamp { 2129 background-image: url("../images/date-button-2x.gif?ver=20120916"); 2130 background-size: 16px auto; 2131 } 2132 2133 .tagchecklist span a, 2134 #bulk-titles div a, 2135 .tagchecklist span a:hover, 2136 #bulk-titles div a:hover { 2137 background-image: url("../images/xit-2x.gif?ver=20120916"); 2138 background-size: 20px auto; 2139 } 2140 2141 #screen-meta-links a.show-settings, 2142 #screen-meta-links a.show-settings.screen-meta-active, 2143 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 2144 #adminmenu .wp-menu-open .wp-menu-toggle, 2145 #collapse-button div, 2146 .meta-box-sortables .postbox:hover .handlediv, 2147 .sidebar-name-arrow, 2148 .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 2149 .rtl #adminmenu .wp-menu-open .wp-menu-toggle, 2150 .rtl .meta-box-sortables .postbox:hover .handlediv, 2151 .rtl .sidebar-name-arrow { 2152 background-image: url("../images/arrows-2x.png?ver=20120916"); 2153 background-size: 15px 123px; 2154 } 2155 2156 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 2157 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle, 2158 .sidebar-name:hover .sidebar-name-arrow, 2159 .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 2160 .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle, 2161 .rtl .sidebar-name:hover .sidebar-name-arrow { 2162 background-image: url("../images/arrows-dark-2x.png?ver=20120916"); 2163 background-size: 15px 123px; 2164 } 2165 2166 .view-switch #view-switch-list, 2167 .view-switch #view-switch-excerpt { 2168 background-image: url("../images/list-2x.png?ver=20120916"); 2169 background-size: 80px 20px; 2170 } 2171 1535 2172 .icon32.icon-post, 1536 2173 #icon-edit, … … 1564 2201 .icon32.icon-site, 1565 2202 #icon-ms-admin { 1566 background-image: url( ../images/icons32-2x.png?ver=20120412);2203 background-image: url("../images/icons32-2x.png?ver=20120916"); 1567 2204 background-size: 708px 45px; 1568 2205 } … … 1592 2229 .icon16.icon-site, 1593 2230 .menu-icon-site div.wp-menu-image { 1594 background-image: url( '../images/menu-2x.png?ver=20120412');2231 background-image: url("../images/menu-2x.png?ver=20120916"); 1595 2232 background-size: 390px 64px; 1596 2233 } 1597 } 1598 /* end screen icons */ 1599 1600 /* Diff */ 1601 table.diff .diff-deletedline { 1602 background-color: #fdd; 1603 } 1604 1605 table.diff .diff-deletedline del { 1606 background-color: #f99; 1607 } 1608 1609 table.diff .diff-addedline { 1610 background-color: #dfd; 1611 } 1612 1613 table.diff .diff-addedline ins { 1614 background-color: #9f9; 1615 } 1616 1617 #att-info { 1618 background-color: #E4F2FD; 1619 } 1620 1621 /* edit image */ 1622 #sidemenu a { 1623 background-color: #f9f9f9; 1624 border-color: #f9f9f9; 1625 border-bottom-color: #dfdfdf; 1626 } 1627 1628 #sidemenu a.current { 1629 background-color: #fff; 1630 border-color: #dfdfdf #dfdfdf #fff; 1631 color: #D54E21; 1632 } 1633 1634 #replyerror { 1635 border-color: #ddd; 1636 background-color: #f9f9f9; 1637 } 1638 1639 /* table vim shortcuts */ 1640 .vim-current, 1641 .vim-current th, 1642 .vim-current td { 1643 background-color: #E4F2FD !important; 1644 } 1645 1646 /* Install Plugins */ 1647 #plugin-information .fyi ul { 1648 background-color: #eaf3fa; 1649 } 1650 1651 #plugin-information .fyi h2.mainheader { 1652 background-color: #cee1ef; 1653 } 1654 1655 #plugin-information pre, 1656 #plugin-information code { 1657 background-color: #ededff; 1658 } 1659 1660 #plugin-information pre { 1661 border: 1px solid #ccc; 1662 } 1663 1664 /* inline editor */ 1665 #bulk-titles { 1666 border-color: #ddd; 1667 } 1668 1669 .inline-editor div.title { 1670 background-color: #EAF3FA; 1671 } 1672 1673 .inline-editor ul.cat-checklist { 1674 background-color: #fff; 1675 border-color: #ddd; 1676 } 1677 1678 .inline-editor .categories .catshow, 1679 .inline-editor .categories .cathide { 1680 color: #21759b; 1681 } 1682 1683 .inline-editor .quick-edit-save { 1684 background-color: #f1f1f1; 1685 } 1686 1687 fieldset.inline-edit-col-right .inline-edit-col { 1688 border-color: #dfdfdf; 1689 } 1690 1691 .attention { 1692 color: #D54E21; 1693 } 1694 1695 .meta-box-sortables .postbox:hover .handlediv { 1696 background: transparent url(../images/arrows.png) no-repeat 6px 7px; 1697 } 1698 1699 .tablenav .tablenav-pages { 1700 color: #555; 1701 } 1702 1703 .tablenav .tablenav-pages a { 1704 border-color: #e3e3e3; 1705 background: #eee; 1706 -moz-box-shadow: inset 0 1px 0 #fff; 1707 -webkit-box-shadow: inset 0 1px 0 #fff; 1708 box-shadow: inset 0 1px 0 #fff; 1709 } 1710 1711 .tablenav .tablenav-pages a:hover, 1712 .tablenav .tablenav-pages a:focus { 1713 color: #d54e21; 1714 } 1715 1716 .tablenav .tablenav-pages a.disabled, 1717 .tablenav .tablenav-pages a.disabled:hover, 1718 .tablenav .tablenav-pages a.disabled:focus { 1719 color: #aaa; 1720 } 1721 1722 .tablenav .tablenav-pages .current { 1723 background: #dfdfdf; 1724 border-color: #d3d3d3; 1725 } 1726 1727 #availablethemes, 1728 #availablethemes td { 1729 border-color: #ddd; 1730 } 1731 1732 #current-theme img { 1733 border-color: #999; 1734 } 1735 1736 #TB_window #TB_title a.tb-theme-preview-link, 1737 #TB_window #TB_title a.tb-theme-preview-link:visited { 1738 color: #999; 1739 } 1740 1741 #TB_window #TB_title a.tb-theme-preview-link:hover, 1742 #TB_window #TB_title a.tb-theme-preview-link:focus { 1743 color: #ccc; 1744 } 1745 1746 .misc-pub-section { 1747 border-top-color: #fff; 1748 border-bottom-color: #dfdfdf; 1749 } 1750 1751 #minor-publishing { 1752 border-bottom-color: #dfdfdf; 1753 } 1754 1755 #post-body .misc-pub-section { 1756 border-left-color: #eee; 1757 } 1758 1759 .post-com-count span { 1760 background-color: #bbb; 1761 } 1762 1763 .form-table .color-palette td { 1764 border-color: #fff; 1765 } 1766 1767 .sortable-placeholder { 1768 border-color: #bbb; 1769 background-color: #f5f5f5; 1770 } 1771 1772 #post-body ul.category-tabs li.tabs a, 1773 #post-body ul.add-menu-item-tabs li.tabs a, 1774 body.press-this ul.category-tabs li.tabs a { 1775 color: #333; 1776 } 1777 1778 .view-switch #view-switch-list, 1779 .view-switch #view-switch-excerpt { 1780 background-color: transparent; 1781 background-image: url('../images/list.png'); 1782 background-repeat: no-repeat; 1783 } 1784 1785 .view-switch #view-switch-list { 1786 background-position: 0 0; 1787 } 1788 1789 .view-switch .current #view-switch-list { 1790 background-position: -40px 0; 1791 } 1792 1793 .view-switch #view-switch-excerpt { 1794 background-position: -20px 0; 1795 } 1796 1797 .view-switch .current #view-switch-excerpt { 1798 background-position: -60px 0; 1799 } 1800 1801 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 1802 .view-switch #view-switch-list, 1803 .view-switch #view-switch-excerpt { 1804 background-image: url('../images/list-2x.png'); 1805 background-size: 80px 20px; 2234 2235 #header-logo { 2236 background-image: url("../images/wp-logo-2x.png?ver=20120916"); 2237 background-size: 16px auto; 1806 2238 } 1807 } 1808 1809 #header-logo { 1810 background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center; 1811 } 1812 1813 .popular-tags, 1814 .feature-filter { 1815 background-color: #fff; 1816 border-color: #DFDFDF; 1817 } 1818 1819 div.widgets-sortables, 1820 #widgets-left .inactive, 1821 #available-widgets .widget-holder { 1822 background-color: #fcfcfc; 1823 border-color: #dfdfdf; 1824 } 1825 1826 #available-widgets .widget-description { 1827 color: #555; 1828 } 1829 1830 .sidebar-name { 1831 color: #464646; 1832 text-shadow: #fff 0 1px 0; 1833 border-color: #dfdfdf; 1834 -webkit-box-shadow: inset 0 1px 0 #fff; 1835 box-shadow: inset 0 1px 0 #fff; 1836 } 1837 1838 .sidebar-name:hover, 1839 #removing-widget { 1840 color: #d54e21; 1841 } 1842 1843 #removing-widget span { 1844 color: black; 1845 } 1846 1847 .sidebar-name-arrow { 1848 background: transparent url(../images/arrows.png) no-repeat 5px 9px; 1849 } 1850 1851 .sidebar-name:hover .sidebar-name-arrow { 1852 background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; 1853 } 1854 1855 .in-widget-title { 1856 color: #606060; 1857 } 1858 1859 .deleting .widget-title * { 1860 color: #aaa; 1861 } 1862 1863 .imgedit-menu div { 1864 border-color: #d5d5d5; 1865 background-color: #f1f1f1; 1866 } 1867 1868 .imgedit-menu div:hover { 1869 border-color: #c1c1c1; 1870 background-color: #eaeaea; 1871 } 1872 1873 .imgedit-menu div.disabled { 1874 border-color: #ccc; 1875 background-color: #ddd; 1876 filter: alpha(opacity=50); 1877 opacity: 0.5; 1878 } 1879 1880 #dashboard_recent_comments div.undo { 1881 border-top-color: #dfdfdf; 1882 } 1883 1884 .comment-ays, 1885 .comment-ays th { 1886 border-color: #ddd; 1887 } 1888 1889 .comment-ays th { 1890 background-color: #f1f1f1; 1891 } 1892 1893 /* added from nav-menu.css */ 1894 #menu-management .menu-edit { 1895 border-color: #dfdfdf; 1896 } 1897 1898 #post-body { 1899 background: #fff; 1900 border-top-color: #fff; 1901 border-bottom-color: #dfdfdf; 1902 } 1903 1904 #nav-menu-header { 1905 border-bottom-color: #dfdfdf; 1906 } 1907 1908 #nav-menu-footer { 1909 border-top-color: #fff; 1910 } 1911 1912 #menu-management .nav-tabs-arrow a { 1913 color: #C1C1C1; 1914 } 1915 1916 #menu-management .nav-tabs-arrow a:hover { 1917 color: #D54E21; 1918 } 1919 1920 #menu-management .nav-tabs-arrow a:active { 1921 color: #464646; 1922 } 1923 1924 #menu-management .nav-tab-active { 1925 border-color: #dfdfdf; 1926 } 1927 1928 #menu-management .nav-tab { 1929 background: #fbfbfb; 1930 border-color: #dfdfdf; 1931 } 1932 1933 .js .input-with-default-title { 1934 color: #aaa; 1935 } 1936 1937 #cancel-save { 1938 color: #ff0000; 1939 } 1940 1941 #cancel-save:hover { 1942 background-color: #FF0000; 1943 color: #fff; 1944 } 1945 1946 .list-container, 1947 .menu-item-handle { 1948 border-color: #dfdfdf; 1949 } 1950 1951 .menu li.deleting .menu-item-handle { 1952 background-color: #f66; 1953 text-shadow: #ccc; 1954 } 1955 1956 .item-type { /* Menu item controls */ 1957 color: #999999; 1958 } 1959 1960 .item-controls .menu-item-delete:hover { 1961 color: #ff0000; 1962 } 1963 1964 .nav-menus-php .item-edit { 1965 background: transparent url(../images/arrows.png) no-repeat 8px 10px; 1966 border-bottom-color: #eee; 1967 } 1968 1969 .item-edit:hover { 1970 background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px; 1971 } 1972 1973 .menu-item-settings { /* Menu editing */ 1974 border-color: #dfdfdf; 1975 } 1976 1977 .link-to-original { 1978 color: #777; 1979 border-color: #dfdfdf; 1980 } 1981 1982 #cancel-save:hover { 1983 color: #fff !important; 1984 } 1985 1986 #update-menu-item { 1987 color: #fff !important; 1988 } 1989 1990 #update-menu-item:hover, 1991 #update-menu-item:active, 1992 #update-menu-item:focus { 1993 color: #eaf2fa !important; 1994 border-color: #13455b !important; 1995 } 1996 1997 .submitbox .submitcancel { 1998 color: #21759B; 1999 border-bottom-color: #21759B; 2000 } 2001 2002 .submitbox .submitcancel:hover { 2003 background: #21759B; 2004 color: #fff; 2005 } 2006 /* end added from nav-menu.css */ 2007 2008 #menu-management .nav-tab-active, 2009 .menu-item-handle, 2010 .menu-item-settings { 2011 -webkit-box-shadow: inset 0 1px 0 #fff; 2012 box-shadow: inset 0 1px 0 #fff; 2013 } 2014 2015 #menu-management .nav-tab-active { 2016 background: #f9f9f9; 2017 border-bottom-color: #f9f9f9; 2018 } 2019 2020 #upload-form label { 2021 color: #777; 2022 } 2023 2024 /* Begin About Pages */ 2025 2026 .about-wrap h1 { 2027 color: #333; 2028 text-shadow: 1px 1px 1px #fff; 2029 } 2030 2031 .about-text { 2032 color: #777; 2033 } 2034 2035 .wp-badge { 2036 color: #fff; 2037 text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3); 2038 } 2039 2040 .about-wrap h2 .nav-tab { 2041 color: #21759B; 2042 } 2043 2044 .about-wrap h2 .nav-tab:hover { 2045 color: #d54e21; 2046 } 2047 2048 .about-wrap h2 .nav-tab-active, 2049 .about-wrap h2 .nav-tab-active:hover { 2050 color: #333; 2051 } 2052 2053 .about-wrap h2 .nav-tab-active { 2054 text-shadow: 1px 1px 1px #fff; 2055 color: #464646; 2056 } 2057 2058 .about-wrap h3 { 2059 color: #333; 2060 text-shadow: 1px 1px 1px #fff; 2061 } 2062 2063 .about-wrap .feature-section h4 { 2064 color: #464646; 2065 } 2066 2067 .about-wrap .feature-section img { 2068 background: #fff; 2069 border: 1px #ccc solid; 2070 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2071 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2072 } 2073 2074 .about-wrap h4.wp-people-group { 2075 text-shadow: 1px 1px 1px #fff; 2076 } 2077 2078 .about-wrap .point-releases { 2079 border-bottom: 1px solid #dfdfdf; 2080 } 2081 2082 .about-wrap .point-releases h3 { 2083 border-top: 1px solid #dfdfdf; 2084 } 2085 2086 .about-wrap .point-releases h3:first-child { 2087 border: 0; 2088 } 2089 2090 .about-wrap li.wp-person img.gravatar { 2091 -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2092 box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); 2093 2094 } 2095 .about-wrap li.wp-person .title { 2096 color: #464646; 2097 text-shadow: 1px 1px 1px #fff; 2098 } 2099 2100 .freedoms-php .about-wrap ol li { 2101 color: #999; 2102 2103 } 2104 .freedoms-php .about-wrap ol p { 2105 color: #464646; 2106 } 2107 2108 /* End About Pages */ 2109 2110 2111 /*------------------------------------------------------------------------------ 2112 2.0 - Right to Left Styles 2113 ------------------------------------------------------------------------------*/ 2114 2115 .rtl .bar { 2116 border-right-color: transparent; 2117 border-left-color: #99d; 2118 } 2119 2120 .rtl .post-com-count { 2121 background-image: url(../images/bubble_bg-rtl.gif); 2122 } 2123 2124 .rtl #screen-meta-links a.show-settings { 2125 background-position: left 3px; 2126 } 2127 2128 .rtl #screen-meta-links a.show-settings.screen-meta-active { 2129 background-position: left -33px; 2130 } 2131 2132 /* Menu */ 2133 .rtl #adminmenushadow, 2134 .rtl #adminmenuback { 2135 background-image: url(../images/menu-shadow-rtl.png); 2136 background-position: top left; 2137 } 2138 2139 .rtl #adminmenu .wp-submenu .wp-submenu-head { 2140 border-right-color: transparent; 2141 border-left-color: #dfdfdf; 2142 } 2143 2144 .rtl #adminmenu .wp-submenu, 2145 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu { 2146 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2147 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2148 } 2149 2150 .rtl #adminmenu .wp-has-current-submenu .wp-submenu { 2151 -webkit-box-shadow: none; 2152 box-shadow: none; 2153 } 2154 2155 /* Collapse Menu Button */ 2156 .rtl #collapse-button div { 2157 background-position: 0 -108px; 2158 } 2159 2160 .rtl.folded #collapse-button div { 2161 background-position: 0 -72px; 2162 } 2163 2164 /* Auto-folding of the admin menu for RTL */ 2165 @media only screen and (max-width: 900px) { 2166 .rtl.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, 2167 .rtl.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { 2168 -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2169 box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); 2170 } 2171 2172 .rtl.auto-fold #collapse-button div { 2173 background-position: 0 -72px; 2174 } 2175 } 2176 2177 /* Edit Image */ 2178 .rtl .meta-box-sortables .postbox:hover .handlediv { 2179 background: transparent url(../images/arrows.png) no-repeat 6px 7px; 2180 } 2181 2182 .rtl #post-body .misc-pub-section { 2183 border-right-color: transparent; 2184 border-left-color: #eee; 2185 } 2186 2187 .rtl .sidebar-name-arrow { 2188 background: transparent url(../images/arrows.png) no-repeat 5px 9px; 2189 } 2190 2191 .rtl .sidebar-name:hover .sidebar-name-arrow { 2192 background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; 2193 } 2239 2240 } -
trunk/wp-admin/css/media.css
r21592 r22031 328 328 display: none; 329 329 } 330 331 /** 332 * HiDPI Displays 333 */ 334 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 335 336 .image-align-none-label { 337 background-image: url("../images/align-none-2x.png?ver=20120916"); 338 background-size: 21px 15px; 339 } 340 341 .image-align-left-label { 342 background-image: url("../images/align-left-2x.png?ver=20120916"); 343 background-size: 22px 15px; 344 } 345 346 .image-align-center-label { 347 background-image: url("../images/align-center-2x.png?ver=20120916"); 348 background-size: 21px 15px; 349 } 350 351 .image-align-right-label { 352 background-image: url("../images/align-right-2x.png?ver=20120916"); 353 background-size: 22px 15px; 354 } 355 } -
trunk/wp-admin/css/wp-admin-rtl.css
r22019 r22031 1571 1571 margin-right: 2px; 1572 1572 margin-left: 0; 1573 background: transparent url('../ ../wp-admin/images/arrows.png') no-repeat 0 -108px;1573 background: transparent url('../images/arrows.png') no-repeat 0 -108px; 1574 1574 } 1575 1575 … … 1583 1583 margin-right: 10px; 1584 1584 margin-left: 0; 1585 } 1586 1587 /** 1588 * HiDPI Displays 1589 */ 1590 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 1591 1592 .wp-full-overlay .collapse-sidebar-arrow { 1593 background-image: url('../images/arrows-2x.png'); 1594 background-size: 15px 123px; 1595 } 1596 1585 1597 } 1586 1598 -
trunk/wp-admin/css/wp-admin.css
r22028 r22031 2286 2286 width: 100%; 2287 2287 } 2288 2288 2289 .welcome-panel .welcome-panel-column li { 2289 2290 display: inline-block; 2290 2291 margin-right: 13px; 2291 2292 } 2293 2292 2294 .welcome-panel .welcome-panel-column ul { 2293 2295 margin: 0.4em 0 0; 2296 } 2297 } 2298 2299 /** 2300 * HiDPI Displays 2301 */ 2302 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 2303 2304 .welcome-panel .welcome-panel-close:before { 2305 background-image: url('../images/xit-2x.gif'); 2306 background-size: 20px auto; 2294 2307 } 2295 2308 } … … 3197 3210 .curtime #timestamp { 3198 3211 background-repeat: no-repeat; 3199 background-position: left top;3200 padding -left: 18px;3212 background-position: left center; 3213 padding: 2px 0 1px 20px; 3201 3214 } 3202 3215 … … 4235 4248 } 4236 4249 4250 /** 4251 * HiDPI Displays 4252 */ 4237 4253 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 4238 4254 .imgedit-crop, … … 5499 5515 } 5500 5516 5517 /** 5518 * HiDPI Displays 5519 */ 5520 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 5521 5522 .wp-full-overlay .collapse-sidebar-arrow { 5523 background-image: url('../images/arrows-2x.png'); 5524 background-size: 15px 123px; 5525 } 5526 } 5527 5528 5501 5529 /*------------------------------------------------------------------------------ 5502 5530 24.0 - Customize Loader … … 8209 8237 } 8210 8238 8239 /** 8240 * HiDPI Displays 8241 */ 8242 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 8243 8244 .press-this .tagchecklist span a { 8245 background-image: url('../images/xit-2x.gif'); 8246 background-size: 20px auto; 8247 } 8248 8249 .postbox:hover .handlediv, 8250 .stuffbox:hover .handlediv, 8251 .widget-top a.widget-action { 8252 background-image: url('../images/arrows-2x.png'); 8253 background-size: 15px 123px; 8254 } 8255 8256 .widget-top a.widget-action:hover { 8257 background-image: url('../images/arrows-dark-2x.png'); 8258 background-size: 15px 123px; 8259 } 8260 } 8261 8211 8262 /* =Localized CSS 8212 8263 -------------------------------------------------------------- */ -
trunk/wp-includes/css/wp-pointer.css
r21592 r22031 186 186 right: 50px; 187 187 } 188 189 /** 190 * HiDPI Displays 191 */ 192 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 193 194 .wp-pointer-buttons a.close:before { 195 background-image: url('../images/xit-2x.gif'); 196 background-size: 20px auto; 197 } 198 199 .wp-pointer-content h3:before { 200 background-image: url('../images/icon-pointer-flag.png'); 201 background-size: 36px auto; 202 } 203 }
Note: See TracChangeset
for help on using the changeset viewer.