Ticket #17741: free-bubbles.diff
| File free-bubbles.diff, 2.8 KB (added by , 15 years ago) |
|---|
-
wp-content/themes/twentyeleven/style.css
989 989 990 990 /* Comments link */ 991 991 .entry-header .comments-link a { 992 background: #eee; 993 border: 1px solid #ddd; 994 -moz-border-radius: 24px; 995 border-radius: 24px; 996 color: #777; 997 font-size: 18px; 998 font-weight: 300; 999 line-height: 48px; 992 background: #eee url(images/comment-bubble.png) no-repeat 0 0; 993 color: #666; 994 font-size: 12px; 995 font-weight: normal; 996 line-height: 36px; 997 letter-spacing: 0.1em; 1000 998 overflow: hidden; 999 padding: 0 0 0; 1001 1000 position: absolute; 1001 top: 1.5em; 1002 right: 0; 1002 1003 text-align: center; 1003 1004 text-decoration: none; 1004 top: .5em; 1005 right: 0; 1006 width: 48px; 1007 height: 48px; 1005 width: 41px; 1006 height: 36px; 1008 1007 } 1009 1008 .entry-header .comments-link a:hover, 1010 1009 .entry-header .comments-link a:focus, 1011 1010 .entry-header .comments-link a:active { 1012 background: #1982d1; 1013 border-color: #1573bb; 1014 border-color: rgba(0,0,0,0.2); 1011 background-color: #1982d1; 1015 1012 color: #fff; 1016 1013 color: rgba(255,255,255,0.8); 1017 1014 } 1018 .entry-header .comments-link .leave-reply { 1019 background: url(images/icon-comment.png) no-repeat; 1020 color: transparent; 1021 display: inline-block; 1022 font-family: "Arial Unicode MS", "Helvetica Neue", Helvetica, Arial, sans-serif; 1023 font-size: 26px; 1024 height: 24px; 1025 line-height: 12px; 1026 opacity: 0.25; 1027 position: relative; 1028 width: 24px; 1015 .leave-reply { 1016 visibility: hidden; 1029 1017 } 1030 .entry-header .comments-link a:hover .leave-reply { 1031 background-position-y: -24px; 1032 opacity: 0.5; 1033 } 1018 1034 1019 /* 1035 1020 Post Formats Headings 1036 1021 To hide the headings, display: none the ".entry-header .entry-format" selector, -
wp-content/themes/twentyeleven/colors/dark.css
205 205 206 206 /* Comments link */ 207 207 .entry-header .comments-link a { 208 background: #242424; 209 border-color: #222; 210 color: #888; 208 background: #242424 url(../images/comment-bubble-dark.png); 209 color: #bbb; 211 210 } 212 .entry-header .comments-link a .leave-reply {213 background-position-y: -24px;214 }215 211 216 212 /* Singular content styles for Posts and Pages */ 217 213 .singular .entry-title { -
wp-content/themes/twentyeleven/inc/theme-options.php
375 375 .entry-header .comments-link a:focus, 376 376 .entry-header .comments-link a:active, 377 377 .feature-slider a.active { 378 background : <?php echo $link_color; ?>;378 background-color: <?php echo $link_color; ?>; 379 379 } 380 380 </style> 381 381 <?php