Ticket #14794: textcolor.patch
File textcolor.patch, 2.3 KB (added by , 13 years ago) |
---|
-
style.css
511 511 } 512 512 #content tr th, 513 513 #content thead th { 514 color: # 888;514 color: #777; 515 515 font-size: 12px; 516 516 font-weight: bold; 517 517 line-height: 18px; … … 551 551 } 552 552 .page-title a:link, 553 553 .page-title a:visited { 554 color: # 888;554 color: #777; 555 555 text-decoration: none; 556 556 } 557 557 .page-title a:active, … … 575 575 color: #ff4b33; 576 576 } 577 577 .entry-meta { 578 color: # 888;578 color: #777; 579 579 font-size: 12px; 580 580 } 581 581 .entry-meta abbr, … … 613 613 margin-right: 24px; 614 614 } 615 615 .entry-content label { 616 color: # 888;616 color: #777; 617 617 font-size: 12px; 618 618 } 619 619 .entry-content select { … … 692 692 } 693 693 .entry-utility { 694 694 clear: both; 695 color: # 888;695 color: #777; 696 696 font-size: 12px; 697 697 line-height: 18px; 698 698 } 699 699 .entry-meta a, 700 700 .entry-utility a { 701 color: # 888;701 color: #777; 702 702 } 703 703 .entry-meta a:hover, 704 704 .entry-utility a:hover { … … 807 807 margin: 5px 5px 0; 808 808 } 809 809 #content .wp-caption p.wp-caption-text { 810 color: # 888;810 color: #777; 811 811 font-size: 12px; 812 812 margin: 5px; 813 813 } … … 827 827 border: 2px solid #cfcfcf; 828 828 } 829 829 #content .gallery .gallery-caption { 830 color: # 888;830 color: #777; 831 831 font-size: 12px; 832 832 margin: 0 0 12px; 833 833 } … … 850 850 -------------------------------------------------------------- */ 851 851 852 852 .navigation { 853 color: # 888;853 color: #777; 854 854 font-size: 12px; 855 855 line-height: 18px; 856 856 overflow: hidden; 857 857 } 858 858 .navigation a:link, 859 859 .navigation a:visited { 860 color: # 888;860 color: #777; 861 861 text-decoration: none; 862 862 } 863 863 .navigation a:active, … … 955 955 } 956 956 .comment-meta a:link, 957 957 .comment-meta a:visited { 958 color: # 888;958 color: #777; 959 959 text-decoration: none; 960 960 } 961 961 .comment-meta a:active, … … 972 972 } 973 973 .reply a, 974 974 a.comment-edit-link { 975 color: # 888;975 color: #777; 976 976 } 977 977 .reply a:hover, 978 978 a.comment-edit-link:hover { … … 999 999 margin-top: -6px; 1000 1000 } 1001 1001 #comments .pingback p { 1002 color: # 888;1002 color: #777; 1003 1003 display: block; 1004 1004 font-size: 12px; 1005 1005 line-height: 18px; … … 1051 1051 font-weight: bold; 1052 1052 } 1053 1053 #respond label { 1054 color: # 888;1054 color: #777; 1055 1055 font-size: 12px; 1056 1056 } 1057 1057 #respond input { … … 1062 1062 width: 98%; 1063 1063 } 1064 1064 #respond .form-allowed-tags { 1065 color: # 888;1065 color: #777; 1066 1066 font-size: 12px; 1067 1067 line-height: 18px; 1068 1068 }