Changeset 18057
- Timestamp:
- 05/26/2011 06:41:35 PM (14 years ago)
- Location:
- trunk/wp-content/themes/twentyeleven
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/colors/dark.css
r18050 r18057 57 57 #site-title a { 58 58 color: #eee; 59 } 60 #site-title a:hover, 61 #site-title a:focus, 62 #site-title a:active { 63 color: #e4741f; 59 64 } 60 65 #site-description { … … 93 98 color: #ddd; 94 99 } 95 .entry-title a:hover { 100 .entry-title a:hover, 101 .entry-title a:focus, 102 .entry-title a:active { 96 103 color: #e4741f; 97 104 } … … 134 141 color: #000; 135 142 } 136 .entry-meta .edit-link a:hover { 143 .entry-meta .edit-link a:hover, 144 .entry-meta .edit-link a:focus, 145 .entry-meta .edit-link a:active { 137 146 background: #888; 138 147 } … … 162 171 color: #888; 163 172 } 164 .entry-header .comments-link a:hover { 173 .entry-header .comments-link a:hover, 174 .entry-header .comments-link a:focus, 175 .entry-header .comments-link a:active { 165 176 background: #888; 166 177 border-color: #aaa; -
trunk/wp-content/themes/twentyeleven/inc/theme-options.php
r18050 r18057 312 312 /* Link color */ 313 313 a, 314 #site-title a:focus, 315 #site-title a:hover, 316 #site-title a:active, 314 317 .entry-title a:hover, 318 .entry-title a:focus, 319 .entry-title a:active, 315 320 .widget_twentyeleven_ephemera .comments-link a:hover, 316 321 section.recent-posts .other-recent-posts a[rel="bookmark"]:hover, -
trunk/wp-content/themes/twentyeleven/style.css
r18050 r18057 485 485 text-decoration: none; 486 486 } 487 #site-title a:hover, 488 #site-title a:focus, 489 #site-title a:active { 490 color: #1b8be0; 491 } 487 492 #site-description { 488 493 color: #7a7a7a; … … 560 565 } 561 566 #access li:hover > a, 562 #access ul ul :hover > a { 567 #access ul ul :hover > a, 568 #access a:focus { 563 569 background: #efefef; 564 570 } 565 #access li:hover > a { 571 #access li:hover > a, 572 #access a:focus { 566 573 background: #f9f9f9; /* Show a solid color for older browsers */ 567 574 background: -moz-linear-gradient(#f9f9f9, #e5e5e5); … … 690 697 text-decoration: none; 691 698 } 692 .entry-title a:hover { 699 .entry-title a:hover, 700 .entry-title a:focus, 701 .entry-title a:active { 693 702 color: #1b8be0; 694 703 } … … 859 868 height: 48px; 860 869 } 861 .entry-header .comments-link a:hover { 870 .entry-header .comments-link a:hover, 871 .entry-header .comments-link a:focus, 872 .entry-header .comments-link a:active { 862 873 background: #777; 863 874 border-color: #555; … … 1162 1173 text-decoration: none; 1163 1174 } 1164 article.intro .edit-link a:hover { 1175 article.intro .edit-link a:hover, 1176 article.intro .edit-link a:focus, 1177 article.intro .edit-link a:active { 1165 1178 background: #777; 1166 1179 }
Note: See TracChangeset
for help on using the changeset viewer.