style-wpcom.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. * html {
  2. font-size: 100%;
  3. }
  4. html {
  5. font-size: 16px;
  6. line-height: 1.7em;
  7. }
  8. #wpstats {
  9. display: none;
  10. }
  11. /* WordPress.com Widgets */
  12. /* Flickr */
  13. #flickr_badge_wrapper {
  14. background: transparent !important;
  15. border: 0 !important;
  16. }
  17. #flickr_badge_uber_wrapper {
  18. margin: 0 auto;
  19. }
  20. #flickr_badge_uber_wrapper td {
  21. border: 0 !important;
  22. }
  23. #flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
  24. color: #1c7c7c;
  25. }
  26. .widget_recent_comments td {
  27. border: 0;
  28. padding: 13.6px 6.8px 13.6px 6.8px;
  29. vertical-align: top;
  30. }
  31. .widget_authors ul,
  32. .widget_author_grid ul {
  33. list-style: none;
  34. margin: 0;
  35. padding: 0;
  36. }
  37. .widget_authors img {
  38. float: none;
  39. vertical-align: middle;
  40. }
  41. .widget_authors li:before, .widget_authors li:after {
  42. content: "";
  43. display: table;
  44. }
  45. .widget_authors li:after {
  46. clear: both;
  47. }
  48. .widget_authors a {
  49. text-decoration: none;
  50. }
  51. h3.sd-title {
  52. font-size: 16px;
  53. }
  54. .rating-msg {
  55. font-size: 16px !important;
  56. vertical-align: top;
  57. }
  58. .reblogger-note-content blockquote:before {
  59. display: none;
  60. }