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: #f68060;
  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 {
  42. display: block;
  43. margin-bottom: 27.2px;
  44. }
  45. .widget_authors li:before, .widget_authors li:after {
  46. content: "";
  47. display: table;
  48. }
  49. .widget_authors li:after {
  50. clear: both;
  51. }
  52. .widget_authors a {
  53. text-decoration: none;
  54. }
  55. h3.sd-title {
  56. font-size: 16px;
  57. }
  58. .rating-msg {
  59. font-size: 16px !important;
  60. vertical-align: top;
  61. }