style-wpcom.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* WordPress.com Widgets */
  2. /* Flickr */
  3. #flickr_badge_wrapper {
  4. background: transparent !important;
  5. border: 0 !important;
  6. }
  7. #flickr_badge_uber_wrapper {
  8. margin: 0 auto;
  9. }
  10. #flickr_badge_uber_wrapper td {
  11. border: 0 !important;
  12. }
  13. #flickr_badge_uber_wrapper a:hover,
  14. #flickr_badge_uber_wrapper a:link,
  15. #flickr_badge_uber_wrapper a:active,
  16. #flickr_badge_uber_wrapper a:visited {
  17. color: #777 !important;
  18. }
  19. .widget_recent_comments td {
  20. border: 0;
  21. padding: 5px 5px 10px 5px;
  22. vertical-align: top;
  23. }
  24. .widget_authors ul,
  25. .widget_author_grid ul {
  26. list-style: none;
  27. margin: 0;
  28. padding: 0;
  29. }
  30. .widget_author_grid ul > li {
  31. display: inline-block;
  32. border: 0;
  33. margin: 0;
  34. padding: 0;
  35. }
  36. .widget_authors img {
  37. margin: .4em auto;
  38. display: block;
  39. }
  40. .widget_authors > ul > li a {
  41. display: block;
  42. text-align: center;
  43. width: 100%;
  44. }
  45. .widget_authors > ul > li ul a {
  46. text-align: left;
  47. }
  48. .widget_authors > ul > li strong {
  49. display: block;
  50. text-align: center;
  51. }
  52. .widget_authors li:before,
  53. .widget_authors li:after {
  54. content: "";
  55. display: table;
  56. }
  57. .widget_authors li:after {
  58. clear: both;
  59. }
  60. .widget_authors a {
  61. text-decoration: none;
  62. }
  63. .widget_authors ul ul {
  64. margin-left: 0;
  65. }
  66. #wpstats {
  67. display: none;
  68. }
  69. h3.sd-title {
  70. font-size: 1em;
  71. }
  72. .rating-msg {
  73. font-size: 18px;
  74. font-size: 1rem;
  75. vertical-align: top;
  76. }
  77. .widget_wpcom_social_media_icons_widget li a:before {
  78. font-size: 32px;
  79. margin-right: 0.21875em;
  80. }
  81. /* Goodreads */
  82. .widget_goodreads h2[class*="gr_custom_header"]{
  83. font-size: 1.6em;
  84. margin-bottom: .8em;
  85. text-align: center;
  86. }
  87. .widget_goodreads [class*="gr_custom_each_container"] {
  88. clear: both;
  89. margin-bottom: 1.6em;
  90. }
  91. .widget_goodreads [class*="gr_custom_each_container"]:before,
  92. .widget_goodreads [class*="gr_custom_each_container"]:after {
  93. content: "";
  94. display: table;
  95. }
  96. .widget_goodreads [class*="gr_custom_each_container"]:after {
  97. clear: both;
  98. }
  99. .widget_goodreads [class*="gr_custom_each_container"]:last-of-type {
  100. margin-bottom: 0;
  101. }
  102. .widget_goodreads [class*="gr_custom_book_container"] {
  103. float: left;
  104. margin-right: .8em;
  105. }
  106. .widget_goodreads [class*="gr_custom_book_container"] img {
  107. border: 1px solid;
  108. }