Changeset 18360
- Timestamp:
- 06/27/2011 10:17:19 PM (14 years ago)
- Location:
- trunk/wp-content/themes/twentyeleven
- Files:
-
- 3 edited
-
colors/dark.css (modified) (1 diff)
-
functions.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/colors/dark.css
r18342 r18360 459 459 color: #999; 460 460 } 461 a.comment-reply-link { 462 background: #242424; 463 color: #bbb; 464 } 465 li.bypostauthor a.comment-reply-link { 466 background: #111; 467 } 468 a.comment-reply-link:hover, 469 a.comment-reply-link:focus, 470 a.comment-reply-link:active, 471 li.bypostauthor a.comment-reply-link:hover, 472 li.bypostauthor a.comment-reply-link:focus, 473 li.bypostauthor a.comment-reply-link:active { 474 background: #999; 475 color: #000; 476 } 461 477 .commentlist > li:before { 462 478 content: url(../images/comment-arrow-dark.png); -
trunk/wp-content/themes/twentyeleven/functions.php
r18335 r18360 542 542 543 543 <div class="reply"> 544 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply ↓', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>544 <?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>↓</span>', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> 545 545 </div><!-- .reply --> 546 546 </article><!-- #comment-## --> -
trunk/wp-content/themes/twentyeleven/style.css
r18359 r18360 1961 1961 } 1962 1962 a.comment-reply-link { 1963 background: #eee; 1964 -moz-border-radius: 3px; 1965 border-radius: 3px; 1966 color: #666; 1967 display: inline-block; 1963 1968 font-size: 12px; 1964 font-weight: bold; 1969 padding: 0px 8px; 1970 text-decoration: none; 1971 } 1972 a.comment-reply-link:hover, 1973 a.comment-reply-link:focus, 1974 a.comment-reply-link:active { 1975 background: #888; 1976 color: #fff; 1977 } 1978 a.comment-reply-link > span { 1979 display: inline-block; 1980 position: relative; 1981 top: -1px; 1965 1982 } 1966 1983
Note: See TracChangeset
for help on using the changeset viewer.