style-wpcom.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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_authors img {
  31. float: none;
  32. vertical-align: middle;
  33. }
  34. .widget_authors li:before,
  35. .widget_authors li:after {
  36. content: "";
  37. display: table;
  38. }
  39. .widget_authors li:after {
  40. clear: both;
  41. }
  42. .widget_authors a {
  43. text-decoration: none;
  44. }
  45. #wpstats {
  46. display: none;
  47. }
  48. h3.sd-title {
  49. font-size: 1em;
  50. }
  51. .rating-nero-value,
  52. .rating-msg {
  53. font-size: 18px;
  54. vertical-align: top;
  55. }
  56. .widget_wpcom_social_media_icons_widget > ul li {
  57. border-top: 0;
  58. margin-top: 0;
  59. }
  60. .widget_wpcom_social_media_icons_widget li a:before {
  61. font-size: 32px;
  62. margin-right: 0.21875em;
  63. }
  64. .widget_author_grid div > ul li,
  65. .widget_author_grid > ul li,
  66. .widget .widgets-multi-column-grid div > ul li,
  67. .widget .widgets-multi-column-grid > ul li {
  68. border-top: 0;
  69. padding-top: 0;
  70. margin-top: 0;
  71. }
  72. /* Goodreads */
  73. .widget_goodreads h2[class*="gr_custom_header"]{
  74. font-size: 1.6em;
  75. margin-bottom: .8em;
  76. text-align: center;
  77. }
  78. .widget_goodreads [class*="gr_custom_each_container"] {
  79. clear: both;
  80. margin-bottom: 1.6em;
  81. }
  82. .widget_goodreads [class*="gr_custom_each_container"]:before,
  83. .widget_goodreads [class*="gr_custom_each_container"]:after {
  84. content: "";
  85. display: table;
  86. }
  87. .widget_goodreads [class*="gr_custom_each_container"]:after {
  88. clear: both;
  89. }
  90. .widget_goodreads [class*="gr_custom_each_container"]:last-of-type {
  91. margin-bottom: 0;
  92. }
  93. .widget_goodreads [class*="gr_custom_book_container"] {
  94. float: left;
  95. margin-right: .8em;
  96. }
  97. .widget_goodreads [class*="gr_custom_book_container"] img {
  98. border: 1px solid;
  99. }
  100. /* Instagram */
  101. .wpcom-instagram-images {
  102. text-align: center;
  103. }
  104. .wpcom-instagram-images img {
  105. display: inline-block !important;
  106. float: none !important;
  107. }
  108. .cdm-icon.cdm-icon--header-image.cdm-icon__header_image {
  109. margin-top: 9em;
  110. }