feed.css 899 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. aside {
  2. float:left;
  3. width:260px;
  4. color:#333333;
  5. display:inline;
  6. }
  7. aside h3 {
  8. font-size:138.5%;
  9. font-weight:bold;
  10. margin-bottom:15px;
  11. color:#333333;
  12. padding-bottom:10px;
  13. border-bottom:1px solid #D9D9D9;
  14. }
  15. .social {
  16. margin:0 0 15px;
  17. list-style:none;
  18. }
  19. .social li {
  20. display:inline;
  21. margin-right:10px;
  22. }
  23. .tipsy {
  24. padding: 5px;
  25. font-size: 93%;
  26. opacity: 0.8;
  27. filter: alpha(opacity=80);
  28. background-repeat: no-repeat;
  29. background-image: url(../img/tipsy.gif);
  30. }
  31. .tipsy-inner {
  32. padding: 5px 8px 4px 8px;
  33. background-color: black;
  34. color: white;
  35. max-width: 200px;
  36. text-align: center;
  37. }
  38. .tipsy-inner {
  39. border-radius:3px;
  40. -moz-border-radius:3px;
  41. -webkit-border-radius:3px;
  42. }
  43. .tipsy-north {
  44. background-position: top center;
  45. }
  46. .tipsy-south {
  47. background-position: bottom center;
  48. }
  49. .tipsy-east {
  50. background-position: right center;
  51. }
  52. .tipsy-west {
  53. background-position: left center;
  54. }