Ticket #21242: 21242.diff
File 21242.diff, 6.3 KB (added by , 13 years ago) |
---|
-
wp-content/themes/twentytwelve/style.css
145 145 /* Buttons */ 146 146 .menu-toggle, 147 147 input#searchsubmit, 148 article.post-password-required input[type=submit], 148 149 li.bypostauthor cite span, 149 150 .featured-post { 150 151 padding: 1px 10px; … … 173 174 } 174 175 175 176 .menu-toggle, 176 input#searchsubmit { 177 input#searchsubmit, 178 article.post-password-required input[type=submit] { 177 179 cursor: pointer; 178 180 } 179 181 .menu-toggle:hover, 180 input#searchsubmit:hover { 182 input#searchsubmit:hover, 183 article.post-password-required input[type=submit]:hover { 181 184 color: #5e5e5e; 182 185 background-color: #ebebeb; 183 186 background-repeat: repeat-x; … … 191 194 } 192 195 .menu-toggle:active, .menu-toggle.toggled-on, 193 196 input#searchsubmit:active, 197 article.post-password-required input[type=submit]:active, 194 198 input#searchsubmit.toggled-on { 195 199 color: #777; 196 200 background-color: #e1e1e1; … … 222 226 border: 1px solid #1f6f93; 223 227 } 224 228 229 /* Form fields */ 230 .widget_search input[type="text"], 231 article.post-password-required form input[type="password"] { 232 padding: 6px; 233 padding: 0.428571429rem; 234 font-family: inherit; 235 border: 1px solid #ccc; 236 -webkit-border-radius: 3px; 237 -moz-border-radius: 3px; 238 border-radius: 3px; 239 } 240 225 241 /* Responsive images */ 226 242 .entry-content img, 227 243 .comment-content img, … … 794 810 } 795 811 } 796 812 .entry-content h1, 813 .comment-content h1, 797 814 .entry-content h2, 815 .comment-content h2, 798 816 .entry-content h3, 817 .comment-content h3, 799 818 .entry-content h4, 819 .comment-content h4, 800 820 .entry-content h5, 801 .entry-content h6 { 821 .comment-content h5, 822 .entry-content h6, 823 .comment-content h6 { 802 824 margin: 24px 0; 803 825 margin: 1.714285714rem 0; 804 826 line-height: 1.714285714; 805 827 } 806 .entry-content h1 { 828 .entry-content h1, 829 .comment-content h1 { 807 830 font-size: 21px; 808 831 font-size: 1.5rem; 809 832 line-height: 1.5; 810 833 } 811 .entry-content h2 { 834 .entry-content h2, 835 .comment-content h2 { 812 836 font-size: 18px; 813 837 font-size: 1.285714286rem; 814 838 line-height: 1.6; 815 839 } 816 .entry-content h3 { 840 .entry-content h3, 841 .comment-content h3 { 817 842 font-size: 16px; 818 843 font-size: 1.142857143rem; 819 844 line-height: 1.846153846; 820 845 } 821 .entry-content h4 { 846 .entry-content h4, 847 .comment-content h4 { 822 848 font-size: 14px; 823 849 font-size: 1rem; 824 850 line-height: 1.846153846; 825 851 } 826 .entry-content h5 { 852 .entry-content h5, 853 .comment-content h5 { 827 854 font-size: 13px; 828 855 font-size: 0.928571429rem; 829 856 line-height: 1.846153846; 830 857 } 831 .entry-content h6 { 858 .entry-content h6, 859 .comment-content h6 { 832 860 font-size: 12px; 833 861 font-size: 0.857142857rem; 834 862 line-height: 1.846153846; 835 863 } 836 .entry-content p { 864 .entry-content p, 865 .comment-content p { 837 866 margin: 0 0 24px; 838 867 margin: 0 0 1.714285714rem; 839 868 line-height: 1.714285714; 840 869 } 841 870 .entry-content ol, 842 .entry-content ul { 871 .comment-content ol, 872 .entry-content ul, 873 .comment-content ul { 843 874 margin: 0 0 24px; 844 875 margin: 0 0 1.714285714rem; 845 876 line-height: 1.714285714; 846 877 } 847 878 .entry-content ul ul, 879 .comment-content ul ul, 848 880 .entry-content ol ol, 881 .comment-content ol ol, 849 882 .entry-content ul ol, 850 .entry-content ol ul { 883 .comment-content ul ol, 884 .entry-content ol ul, 885 .comment-content ol ul { 851 886 margin-bottom: 0; 852 887 } 853 .entry-content ul { 888 .entry-content ul, 889 .comment-content ul { 854 890 list-style: disc outside; 855 891 } 856 .entry-content ol { 892 .entry-content ol, 893 .comment-content ol { 857 894 list-style: decimal outside; 858 895 } 859 .entry-content li { 896 .entry-content li, 897 .comment-content li { 860 898 margin: 0 0 0 24px; 861 899 margin: 0 0 0 1.714285714rem; 862 900 } 863 .entry-content blockquote { 901 .entry-content blockquote, 902 .comment-content blockquote { 864 903 padding: 24px; 865 904 padding: 1.714285714rem; 866 905 font-style: italic; 867 906 } 868 .entry-content code { 907 .entry-content code, 908 .comment-content code { 869 909 font-family: Consolas, Monaco, Lucida Console, monospace; 870 910 font-size: 12px; 871 911 font-size: 0.857142857rem; 872 912 line-height: 2; 873 913 } 874 .entry-content pre { 914 .entry-content pre, 915 .comment-content pre { 875 916 margin: 24px 0; 876 917 margin: 1.714285714rem 0; 877 918 padding: 24px; … … 883 924 line-height: 2; 884 925 overflow: auto; 885 926 } 886 .entry-content pre code { 927 .entry-content pre code, 928 .comment-content pre code { 887 929 display: block; 888 930 } 889 931 .entry-content abbr, 890 .entry-content dfn { 932 .comment-content abbr, 933 .entry-content dfn, 934 .comment-content dfn { 891 935 border-bottom: 1px dotted #666; 892 936 cursor: help; 893 937 } 894 .entry-content address { 938 .entry-content address, 939 .comment-content address { 895 940 display: block; 896 941 margin: 0 0 24px; 897 942 margin: 0 0 1.714285714rem; 898 943 } 899 .entry-content img.alignleft { 944 .entry-content img.alignleft, 945 .comment-content img.alignleft { 900 946 margin: 12px 24px 12px 0; 901 947 margin: 0.857142857rem 1.714285714rem 0.857142857rem 0; 902 948 } 903 .entry-content img.alignright { 949 .entry-content img.alignright, 950 .comment-content img.alignright { 904 951 margin: 12px 0 12px 24px; 905 952 margin: 0.857142857rem 0 0.857142857rem 1.714285714rem; 906 953 } 907 .entry-content img.aligncenter { 954 .entry-content img.aligncenter, 955 .comment-content img.aligncenter { 908 956 margin-top: 12px; 909 957 margin-top: 0.857142857rem; 910 958 margin-bottom: 12px; 911 959 margin-bottom: 0.857142857rem; 912 960 } 913 .entry-content iframe { 961 .entry-content iframe, 962 .comment-content iframe { 914 963 margin-bottom: 24px; 915 964 margin-bottom: 1.714285714rem; 916 965 } 917 .entry-content dl { 966 .entry-content dl, 967 .comment-content dl { 918 968 margin: 0 24px; 919 969 margin: 0 1.714285714rem; 920 970 } 921 .entry-content dt { 971 .entry-content dt, 972 .comment-content dt { 922 973 font-weight: bold; 923 974 } 924 .entry-content dd { 975 .entry-content dd, 976 .comment-content dd { 925 977 margin-bottom: 24px; 926 978 margin-bottom: 1.714285714rem; 927 979 } 928 .entry-content table { 980 .entry-content table, 981 .comment-content table { 929 982 border-bottom: 1px solid #ededed; 930 983 margin: 0 0 24px; 931 984 margin: 0 0 1.714285714rem; 932 985 width: 100%; 933 986 } 934 .entry-content th { 987 .entry-content th, 988 .comment-content th { 935 989 color: #666; 936 990 font-size: 10px; 937 991 font-size: 0.714285714rem; … … 940 994 line-height: 1.846153846; 941 995 text-transform: uppercase; 942 996 } 943 .entry-content td { 997 .entry-content td, 998 .comment-content td { 944 999 border-top: 1px solid #ededed; 945 1000 padding: 6px 10px 6px 0; 946 1001 } … … 1458 1513 font-size: 0.928571429rem; 1459 1514 line-height: 1.846153846; 1460 1515 } 1461 .widget_search input[type="text"] {1462 padding: 6px;1463 padding: 0.428571429rem;1464 font-family: inherit;1465 border: 1px solid #ccc;1466 -webkit-border-radius: 3px;1467 -moz-border-radius: 3px;1468 border-radius: 3px;1469 }1470 1516 .widget_rss li { 1471 1517 margin: 12px 0; 1472 1518 margin: 0.857142857rem 0;