style-wpcom.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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-msg {
  52. font-size: 18px;
  53. font-size: 1rem;
  54. vertical-align: top;
  55. }
  56. .widget_wpcom_social_media_icons_widget li a:before {
  57. font-size: 32px;
  58. margin-right: 0.21875em;
  59. }
  60. /* Goodreads */
  61. .widget_goodreads h2[class*="gr_custom_header"]{
  62. font-size: 1.6em;
  63. margin-bottom: .8em;
  64. text-align: center;
  65. }
  66. .widget_goodreads [class*="gr_custom_each_container"] {
  67. clear: both;
  68. margin-bottom: 1.6em;
  69. }
  70. .widget_goodreads [class*="gr_custom_each_container"]:before,
  71. .widget_goodreads [class*="gr_custom_each_container"]:after {
  72. content: "";
  73. display: table;
  74. }
  75. .widget_goodreads [class*="gr_custom_each_container"]:after {
  76. clear: both;
  77. }
  78. .widget_goodreads [class*="gr_custom_each_container"]:last-of-type {
  79. margin-bottom: 0;
  80. }
  81. .widget_goodreads [class*="gr_custom_book_container"] {
  82. float: left;
  83. margin-right: .8em;
  84. }
  85. .widget_goodreads [class*="gr_custom_book_container"] img {
  86. border: 1px solid;
  87. }
  88. .cdm-icon--header-image {
  89. margin-top: 220px;
  90. }