You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 970B

12345678910111213141516171819202122232425262728293031
  1. span.blockquote-link {
  2. font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  3. top: 0;
  4. cursor: pointer;
  5. right: 5px;
  6. height: 14px;
  7. min-width: 40px;
  8. padding: 0 8px;
  9. font-size: 10px;
  10. font-weight: bold;
  11. color: #a8a8a8;
  12. line-height: 14px;
  13. text-decoration: none;
  14. text-shadow: 0px 1px 1px #fff;
  15. text-align: center;
  16. border: 1px solid #e8e8e8;
  17. border-top: none;
  18. border-bottom-right-radius: 6px;
  19. border-bottom-left-radius: 6px;
  20. background: #f8f8f8;
  21. background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  22. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
  23. background: -o-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  24. background: -ms-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  25. background: linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  26. }
  27. blockquote.blockquote-header {
  28. text-overflow: ellipsis !important;
  29. padding-right: 60px !important;
  30. }