Ticket #7961: wp_admin.colors.to.colors.css.patch
| File wp_admin.colors.to.colors.css.patch, 10.8 KB (added by , 18 years ago) |
|---|
-
css/colors-classic.css
881 881 border-color: #aaa; 882 882 background: #ddd; 883 883 } 884 885 /* moved from wp-admin.css (needs cleanup)*/ 886 887 table#availablethemes { 888 border-top-color: #ccc; 889 border-bottom-color: #ccc; 890 } 891 892 table#availablethemes td { 893 border-color: #eee; 894 } 895 896 .available-theme a.screenshot { 897 border-color: #efefef; 898 } 899 900 #current-theme img { 901 border-color: #666; 902 } 903 904 #TB_window #TB_title a.tb-theme-preview-link, 905 #TB_window #TB_title a.tb-theme-preview-link:visited { 906 color: #999; 907 } 908 909 #TB_window #TB_title a.tb-theme-preview-link:hover, 910 #TB_window #TB_title a.tb-theme-preview-link:focus { 911 color: #ccc; 912 } 913 914 #misc-publishing-actions { 915 border-right-color: #ddd; 916 } 917 918 .misc-pub-section, 919 #minor-publishing { 920 border-bottom-color: #ddd; 921 } 922 923 #major-publishing-actions, 924 #delete-action, 925 #publishing-action { 926 background: #eaf2fa; 927 } 928 929 ul#adminmenu li.write-new-button a { 930 color: #246; 931 } 932 933 #adminmenu * { 934 border-color: #e3e3e3; 935 } 936 937 #adminmenu a.wp-has-submenu { 938 background: #f1f1f1 url(images/menu-bits.gif) repeat-x scroll left -379px; 939 } 940 941 #adminmenu li.wp-has-current-submenu a.wp-has-submenu { 942 background: #b5b5b5 url(images/menu-bits.gif) repeat-x scroll left top; 943 color: #fff; 944 } 945 946 #adminmenu .wp-submenu a { 947 background: #fff url(images/menu-bits.gif) no-repeat scroll 0 -310px; 948 } 949 950 #adminmenu li.current a, 951 #adminmenu .wp-submenu a:hover { 952 background-image: url(images/menu-bits.gif) no-repeat scroll 0 -289px; 953 } 954 955 #adminmenu li.current a { 956 color: #333; 957 background-color: #EAF2FA; 958 } 959 960 #adminmenu .wp-submenu, 961 #adminmenu .wp-submenu li.current, 962 #adminmenu.folded .wp-submenu { 963 background-color: #fff; 964 } 965 966 #adminmenu.folded li.wp-has-submenu, 967 #adminmenu .wp-submenu li.wp-submenu-head { 968 background-color: #F1F1F1; 969 } 970 971 #adminmenu li.wp-menu-separator { 972 background: transparent url(images/menu-arrows.gif) no-repeat scroll left 5px; 973 } 974 975 #adminmenu.folded li.wp-menu-separator { 976 background: transparent url(images/menu-arrows.gif) no-repeat scroll right -34px; 977 } 978 979 #adminmenu li.wp-has-current-submenu .wp-menu-toggle, 980 #adminmenu li.wp-has-current-submenu:hover div.wp-menu-toggle { 981 background: transparent url(images/menu-bits.gif) repeat-x scroll left -206px; 982 } 983 984 #adminmenu li.wp-has-submenu:hover .wp-menu-toggle { 985 background: transparent url(images/menu-bits.gif) repeat-x scroll left -108px; 986 } 987 No newline at end of file -
css/colors-fresh.css
774 774 table.diff .diff-deletedline { 775 775 background-color: #ffdddd; 776 776 } 777 777 778 table.diff .diff-deletedline del { 778 779 background-color: #ff9999; 779 780 } 781 780 782 table.diff .diff-addedline { 781 783 background-color: #ddffdd; 782 784 } 785 783 786 table.diff .diff-addedline ins { 784 787 background-color: #99ff99; 785 788 } … … 863 866 } 864 867 865 868 .inline-editor ul.cat-checklist { 866 background-color: # FFFFFF;869 background-color: #fff; 867 870 } 868 871 869 872 .inline-editor .categories .catshow, … … 879 882 border-color: #aaa; 880 883 background: #ddd; 881 884 } 885 886 /* moved from wp-admin.css (needs cleanup)*/ 887 888 table#availablethemes { 889 border-top-color: #ccc; 890 border-bottom-color: #ccc; 891 } 892 893 table#availablethemes td { 894 border-color: #eee; 895 } 896 897 .available-theme a.screenshot { 898 border-color: #efefef; 899 } 900 901 #current-theme img { 902 border-color: #666; 903 } 904 905 #TB_window #TB_title a.tb-theme-preview-link, 906 #TB_window #TB_title a.tb-theme-preview-link:visited { 907 color: #999; 908 } 909 910 #TB_window #TB_title a.tb-theme-preview-link:hover, 911 #TB_window #TB_title a.tb-theme-preview-link:focus { 912 color: #ccc; 913 } 914 915 #misc-publishing-actions { 916 border-right-color: #ddd; 917 } 918 919 .misc-pub-section, 920 #minor-publishing { 921 border-bottom-color: #ddd; 922 } 923 924 #major-publishing-actions, 925 #delete-action, 926 #publishing-action { 927 background: #eaf2fa; 928 } 929 930 ul#adminmenu li.write-new-button a { 931 color: #246; 932 } 933 934 #adminmenu * { 935 border-color: #e3e3e3; 936 } 937 938 #adminmenu a.wp-has-submenu { 939 background: #f1f1f1 url(images/menu-bits.gif) repeat-x scroll left -379px; 940 } 941 942 #adminmenu li.wp-has-current-submenu a.wp-has-submenu { 943 background: #b5b5b5 url(images/menu-bits.gif) repeat-x scroll left top; 944 color: #fff; 945 } 946 947 #adminmenu .wp-submenu a { 948 background: #fff url(images/menu-bits.gif) no-repeat scroll 0 -310px; 949 } 950 951 #adminmenu li.current a, 952 #adminmenu .wp-submenu a:hover { 953 background-image: url(images/menu-bits.gif) no-repeat scroll 0 -289px; 954 } 955 956 #adminmenu li.current a { 957 color: #333; 958 background-color: #EAF2FA; 959 } 960 961 #adminmenu .wp-submenu, 962 #adminmenu .wp-submenu li.current, 963 #adminmenu.folded .wp-submenu { 964 background-color: #fff; 965 } 966 967 #adminmenu.folded li.wp-has-submenu, 968 #adminmenu .wp-submenu li.wp-submenu-head { 969 background-color: #F1F1F1; 970 } 971 972 #adminmenu li.wp-menu-separator { 973 background: transparent url(images/menu-arrows.gif) no-repeat scroll left 5px; 974 } 975 976 #adminmenu.folded li.wp-menu-separator { 977 background: transparent url(images/menu-arrows.gif) no-repeat scroll right -34px; 978 } 979 980 #adminmenu li.wp-has-current-submenu .wp-menu-toggle, 981 #adminmenu li.wp-has-current-submenu:hover div.wp-menu-toggle { 982 background: transparent url(images/menu-bits.gif) repeat-x scroll left -206px; 983 } 984 985 #adminmenu li.wp-has-submenu:hover .wp-menu-toggle { 986 background: transparent url(images/menu-bits.gif) repeat-x scroll left -108px; 987 } 988 No newline at end of file -
wp-admin.css
53 53 } 54 54 55 55 .anchors { 56 margin: 10px 20px 10px 20px;56 margin: 10px 20px; 57 57 } 58 58 59 59 table#availablethemes { 60 60 border-spacing: 0; 61 61 border: none; 62 border-top: 1px solid #ccc; 63 border-bottom: 1px solid #ccc; 62 border-top-width: 1px; 63 border-top-style: solid; 64 border-bottom-width: 1px; 65 border-bottom-style: solid; 64 66 margin: 10px auto; 65 67 } 66 68 … … 73 75 } 74 76 75 77 table#availablethemes td { 76 border: 1px solid #eee; 78 border-width: 1px; 79 border-style: solid; 77 80 border-top: none; 78 81 } 79 82 … … 95 98 width: 240px; 96 99 height: 180px; 97 100 display: block; 98 border: 1px solid #efefef; 101 border-width: 1px; 102 border-style: solid; 99 103 margin-bottom: 10px; 100 104 overflow: hidden; 101 105 } … … 128 132 129 133 #current-theme img { 130 134 float: left; 131 border: 1px solid #666; 135 border-width: 1px; 136 border-style: solid; 132 137 margin-right: 1em; 133 138 margin-bottom: 1.5em; 134 139 width: 150px; … … 137 142 #TB_window #TB_title a.tb-theme-preview-link, 138 143 #TB_window #TB_title a.tb-theme-preview-link:visited { 139 144 font-weight: bold; 140 color: #999;141 145 text-decoration: none; 142 146 } 143 147 144 #TB_window #TB_title a.tb-theme-preview-link:hover,145 #TB_window #TB_title a.tb-theme-preview-link:focus {146 color: #ccc;147 }148 149 148 .checkbox { 150 149 border: none; 151 150 margin: 0; … … 210 209 #misc-publishing-actions { 211 210 width: 69%; 212 211 float: left; 213 border-right: 1px solid #ddd; 212 border-right-width: 1px; 213 border-right-style: solid; 214 214 } 215 215 216 216 .misc-pub-section { 217 217 padding: 6px 0; 218 border-bottom: 1px solid #ddd; 218 border-bottom-style: solid; 219 border-bottom-width: 1px; 219 220 } 220 221 221 222 .misc-pub-section-last { … … 236 237 } 237 238 238 239 #minor-publishing { 239 border-bottom: 1px solid #ddd; 240 border-bottom-style: solid; 241 border-bottom-width: 1px; 240 242 } 241 243 242 244 #major-publishing-actions { 243 background: #eaf2fa;244 245 padding-top: 8px; 245 246 clear: both; 246 247 } … … 251 252 text-align: left; 252 253 float: left; 253 254 width: 30%; 254 background: #eaf2fa;255 255 } 256 256 257 257 #publishing-action { 258 258 text-align: right; 259 259 float: right; 260 260 width: 70%; 261 background: #eaf2fa;262 261 } 263 262 264 263 .side-info { … … 701 700 ul#adminmenu li.write-new-button { 702 701 margin: -10px 18px 12px; 703 702 } 703 704 704 ul#adminmenu li.write-new-button a { 705 705 line-height: 1.2em; 706 706 font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; … … 714 714 border-radius: 3px; 715 715 text-indent: 0; 716 716 text-align: center; 717 color: #246;718 717 } 719 718 720 719 #wphead h1 { … … 726 725 727 726 /* menu stuff */ 728 727 729 #adminmenu * {730 border-color: #e3e3e3;731 }732 733 728 #adminmenu .wp-submenu { 734 729 display: none; 735 730 list-style: none; … … 778 773 padding: 6px 5px; 779 774 border-width: 1px 1px 0; 780 775 border-style: solid solid none; 781 background: #f1f1f1 url(images/menu-bits.gif) repeat-x scroll left -379px;782 776 } 783 777 784 778 #adminmenu li.wp-has-current-submenu a.wp-has-submenu { 785 background: #b5b5b5 url(images/menu-bits.gif) repeat-x scroll left top;786 color: #fff;787 779 font-style: italic; 788 780 } 789 781 … … 792 784 padding-left: 12px; 793 785 border-width: 0 1px 0 0; 794 786 border-style: none solid none none; 795 background: #FFFFFF url(images/menu-bits.gif) no-repeat scroll 0 -310px;796 787 } 797 788 798 #adminmenu li.current a,799 #adminmenu .wp-submenu a:hover {800 background-image: url(images/menu-bits.gif);801 background-repeat: no-repeat;802 background-position: 0 -289px;803 background-attachment: scroll;804 }805 806 #adminmenu li.current a {807 color: #333;808 background-color: #EAF2FA;809 }810 811 789 #adminmenu .menu-top-last ul.wp-submenu, 812 790 #adminmenu .menu-top-single ul.wp-submenu { 813 791 border-width: 0 0 1px; … … 818 796 margin: 0; 819 797 position: relative; 820 798 z-index: 2; 821 822 799 border-width: 1px 0 0; 823 800 border-style: solid none none; 824 background-color: #fff;825 801 } 826 802 827 803 #adminmenu .wp-submenu li { … … 835 811 overflow: hidden; 836 812 border-width: 1px 1px 0; 837 813 border-style: solid solid none; 838 background-color: #F1F1F1;839 814 } 840 815 841 816 #adminmenu .menu-top-first a.wp-has-submenu, … … 896 871 padding: 7px 0 0 6px; 897 872 } 898 873 899 #adminmenu .wp-submenu li.current {900 background-color: #fff;901 }902 903 874 #adminmenu li.wp-menu-separator { 904 background: transparent url(images/menu-arrows.gif) no-repeat scroll left 5px;905 875 height: 21px; 906 876 padding: 0; 907 877 margin: 0; 908 878 } 909 879 910 #adminmenu.folded li.wp-menu-separator {911 background: transparent url(images/menu-arrows.gif) no-repeat scroll right -34px;912 }913 914 880 #adminmenu .wp-menu-separator-last { 915 881 height: 10px; 916 882 width: 1px; … … 921 887 border-style: solid; 922 888 padding: 6px 4px 6px 10px; 923 889 cursor: default; 924 925 926 927 background-color:#F1F1F1;928 890 } 929 891 930 892 #adminmenu.folded .wp-submenu { … … 934 896 width: 135px; 935 897 border-width: 0 0 1px; 936 898 border-style: none none solid; 937 938 939 940 background-color: #fff;941 899 } 942 900 943 901 #adminmenu.folded .wp-submenu li.wp-first-item { … … 960 918 padding: 1px 2px 0 0; 961 919 } 962 920 963 #adminmenu li.wp-has-current-submenu .wp-menu-toggle,964 #adminmenu li.wp-has-current-submenu:hover div.wp-menu-toggle {965 background: transparent url(images/menu-bits.gif) repeat-x scroll left -206px;966 }967 968 #adminmenu li.wp-has-submenu:hover .wp-menu-toggle {969 background: transparent url(images/menu-bits.gif) repeat-x scroll left -108px;970 }971 921 /* end side admin menu */ 972 922 973 923 /* 2.6 */ … … 1516 1466 1517 1467 .postarea #add-media-button { 1518 1468 float: right; 1519 margin: 7px 0 pt 0pt;1469 margin: 7px 0 0; 1520 1470 position: relative; 1521 1471 right: 10px; 1522 1472 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)