Changeset 23475
- Timestamp:
- 02/22/2013 04:54:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/style.css
r23125 r23475 526 526 #content tr th, 527 527 #content thead th { 528 color: # 888;528 color: #777; 529 529 font-size: 12px; 530 530 font-weight: bold; … … 566 566 .page-title a:link, 567 567 .page-title a:visited { 568 color: # 888;568 color: #777; 569 569 text-decoration: none; 570 570 } … … 590 590 } 591 591 .entry-meta { 592 color: # 888;592 color: #777; 593 593 font-size: 12px; 594 594 } … … 628 628 } 629 629 .entry-content label { 630 color: # 888;630 color: #777; 631 631 font-size: 12px; 632 632 } … … 708 708 .entry-utility { 709 709 clear: both; 710 color: # 888;710 color: #777; 711 711 font-size: 12px; 712 712 line-height: 18px; … … 714 714 .entry-meta a, 715 715 .entry-utility a { 716 color: # 888;716 color: #777; 717 717 } 718 718 .entry-meta a:hover, … … 835 835 } 836 836 .wp-caption p.wp-caption-text { 837 color: # 888;837 color: #777; 838 838 font-size: 12px; 839 839 margin: 5px; … … 869 869 } 870 870 .gallery .gallery-caption { 871 color: # 888;871 color: #777; 872 872 font-size: 12px; 873 873 margin: 0 0 12px; … … 892 892 893 893 .navigation { 894 color: # 888;894 color: #777; 895 895 font-size: 12px; 896 896 line-height: 18px; … … 899 899 .navigation a:link, 900 900 .navigation a:visited { 901 color: # 888;901 color: #777; 902 902 text-decoration: none; 903 903 } … … 997 997 .comment-meta a:link, 998 998 .comment-meta a:visited { 999 color: # 888;999 color: #777; 1000 1000 text-decoration: none; 1001 1001 } … … 1014 1014 .reply a, 1015 1015 a.comment-edit-link { 1016 color: # 888;1016 color: #777; 1017 1017 } 1018 1018 .reply a:hover, … … 1041 1041 } 1042 1042 #comments .pingback p { 1043 color: # 888;1043 color: #777; 1044 1044 display: block; 1045 1045 font-size: 12px; … … 1093 1093 } 1094 1094 #respond label { 1095 color: # 888;1095 color: #777; 1096 1096 font-size: 12px; 1097 1097 } … … 1104 1104 } 1105 1105 #respond .form-allowed-tags { 1106 color: # 888;1106 color: #777; 1107 1107 font-size: 12px; 1108 1108 line-height: 18px;
Note: See TracChangeset
for help on using the changeset viewer.