Advertisement
alchymyth

comment bubble css style.css twenty eleven line 1011++

Dec 5th, 2011
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.61 KB | None | 0 0
  1. /* Comments link */
  2. .entry-header .comments-link a {
  3.     background: #eee url(images/comment-bubble.png) no-repeat;
  4.     color: #666;
  5.     font-size: 13px;
  6.     font-weight: normal;
  7.     line-height: 35px;
  8.     overflow: hidden;
  9.     padding: 0 0 0;
  10.     position: absolute;
  11.     top: 1.5em;
  12.     right: 0;
  13.     text-align: center;
  14.     text-decoration: none;
  15.     width: 43px;
  16.     height: 36px;
  17. }
  18. .entry-header .comments-link a:hover,
  19. .entry-header .comments-link a:focus,
  20. .entry-header .comments-link a:active {
  21.     background-color: #1982d1;
  22.     color: #fff;
  23.     color: rgba(255,255,255,0.8);
  24. }
  25. .entry-header .comments-link .leave-reply {
  26.     visibility: hidden;
  27. }
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement