Ticket #17741: matveb-bubbles.diff
| File matveb-bubbles.diff, 3.1 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; 993 color: #666; 994 font-size: 13px; 995 font-weight: normal; 996 line-height: 36px; 1000 997 overflow: hidden; 998 padding: 0 0 0; 1001 999 position: absolute; 1000 top: 1.5em; 1001 right: 0; 1002 1002 text-align: center; 1003 1003 text-decoration: none; 1004 top: .5em; 1005 right: 0; 1006 width: 48px; 1007 height: 48px; 1004 width: 43px; 1005 height: 36px; 1008 1006 } 1009 1007 .entry-header .comments-link a:hover, 1010 1008 .entry-header .comments-link a:focus, 1011 1009 .entry-header .comments-link a:active { 1012 background: #1982d1; 1013 border-color: #1573bb; 1014 border-color: rgba(0,0,0,0.2); 1010 background-color: #1982d1; 1015 1011 color: #fff; 1016 1012 color: rgba(255,255,255,0.8); 1017 1013 } 1018 1014 .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 visibility: hidden; 1029 1016 } 1030 .entry-header .comments-link a:hover .leave-reply { 1031 background-position-y: -24px; 1032 opacity: 0.5; 1033 } 1017 1034 1018 /* 1035 1019 Post Formats Headings 1036 1020 To hide the headings, display: none the ".entry-header .entry-format" selector, … … 1211 1195 /* =Image 1212 1196 ----------------------------------------------- */ 1213 1197 1198 .indexed.format-image .entry-header { 1199 min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */ 1200 } 1214 1201 .indexed.format-image .entry-content { 1215 1202 padding-top: 0.5em; 1216 1203 } -
wp-content/themes/twentyeleven/colors/dark.css
205 205 206 206 /* Comments link */ 207 207 .entry-header .comments-link a { 208 background: #2 42424;208 background: #282828 url(../images/comment-bubble-dark.png) no-repeat; 209 209 border-color: #222; 210 210 color: #888; 211 211 } 212 .entry-header .comments-link a .leave-reply {213 background-position-y: -24px;214 }215 212 216 213 /* Singular content styles for Posts and Pages */ 217 214 .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