Ticket #22087: 22087.diff
| File 22087.diff, 2.7 KB (added by jorbin, 8 months ago) |
|---|
-
wp-content/themes/twentytwelve/style.css
247 247 input[type="submit"]:active, 248 248 article.post-password-required input[type=submit]:active, 249 249 input[type="submit"].toggled-on { 250 color: #7 77;250 color: #757575; 251 251 background-color: #e1e1e1; 252 252 background-repeat: repeat-x; 253 253 background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1); … … 344 344 font-size: 12px; 345 345 font-size: 0.857142857rem; 346 346 line-height: 2; 347 color: #7 77;347 color: #757575; 348 348 } 349 349 img.wp-smiley, 350 350 .rsswidget img { … … 428 428 overflow: hidden; 429 429 } 430 430 .author-description p { 431 color: #7 77;431 color: #757575; 432 432 font-size: 13px; 433 433 font-size: 0.928571429rem; 434 434 line-height: 1.846153846; … … 535 535 font-size: 13px; 536 536 font-size: 0.928571429rem; 537 537 line-height: 1.846153846; 538 color: #7 77;538 color: #757575; 539 539 } 540 540 .header-image { 541 541 margin-top: 24px; … … 610 610 margin-left: 2.571428571rem; 611 611 } 612 612 .widget-area .widget a { 613 color: #7 77;613 color: #757575; 614 614 } 615 615 .widget-area .widget a:hover { 616 616 color: #21759b; … … 677 677 font-size: 13px; 678 678 font-size: 0.928571429rem; 679 679 line-height: 1.846153846; 680 color: #7 77;680 color: #757575; 681 681 } 682 682 .comments-link a, 683 683 .entry-meta a { 684 color: #7 77;684 color: #757575; 685 685 } 686 686 .comments-link a:hover, 687 687 .entry-meta a:hover { … … 690 690 article.sticky .featured-post { 691 691 border-top: 4px double #ededed; 692 692 border-bottom: 4px double #ededed; 693 color: #7 77;693 color: #757575; 694 694 font-size: 13px; 695 695 font-size: 0.928571429rem; 696 696 line-height: 3.692307692; … … 885 885 .entry-content table, 886 886 .comment-content table { 887 887 border-bottom: 1px solid #ededed; 888 color: #7 77;888 color: #757575; 889 889 font-size: 12px; 890 890 font-size: 0.857142857rem; 891 891 line-height: 2; … … 922 922 font-size: 13px; 923 923 font-size: 0.928571429rem; 924 924 line-height: 1.846153846; 925 color: #7 77;925 color: #757575; 926 926 } 927 927 .single-author .entry-meta .by-author { 928 928 display: none; … … 941 941 border-bottom: 1px solid #ededed; 942 942 } 943 943 .archive-meta { 944 color: #7 77;944 color: #757575; 945 945 font-size: 12px; 946 946 font-size: 0.857142857rem; 947 947 line-height: 2; … … 1092 1092 margin: 0; 1093 1093 } 1094 1094 .format-status .entry-header header a { 1095 color: #7 77;1095 color: #757575; 1096 1096 } 1097 1097 .format-status .entry-header header a:hover { 1098 1098 color: #21759b; … … 1295 1295 list-style-position: inside; 1296 1296 } 1297 1297 .template-front-page .widget-area .widget li a { 1298 color: #7 77;1298 color: #757575; 1299 1299 } 1300 1300 .template-front-page .widget-area .widget li a:hover { 1301 1301 color: #21759b; … … 1668 1668 margin-left: 50px; 1669 1669 margin-left: 3.57142857rem; 1670 1670 } 1671 } 1672 No newline at end of file 1671 }