style-wpcom.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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. /* Recent Comments */
  20. .widget_recent_comments td {
  21. border: 0;
  22. padding: 5px 5px 10px 5px;
  23. vertical-align: top;
  24. }
  25. /* Authors */
  26. .widget_authors > ul,
  27. .widget_author_grid > ul {
  28. list-style: none;
  29. margin: 0;
  30. padding: 0;
  31. }
  32. .widget_authors > ul ul {
  33. margin-top: 0.8em;
  34. }
  35. .widget_authors > ul ul li {
  36. display: list-item;
  37. list-style: disc;
  38. margin: 0;
  39. padding: 0;
  40. border: 0;
  41. }
  42. .widget_authors img {
  43. float: none;
  44. vertical-align: middle;
  45. }
  46. .widget_authors a {
  47. text-decoration: none;
  48. }
  49. /* Milestone Widget */
  50. .milestone-content {
  51. margin-left: auto;
  52. margin-right: auto;
  53. }
  54. .milestone-header {
  55. background: transparent !important;
  56. border: 1px solid #e8e9ea;
  57. border-width: 1px 1px 0 !important;
  58. color: inherit !important;
  59. padding-top: 1.6em !important;
  60. }
  61. .milestone-header .event {
  62. font-size: 130% !important;
  63. margin: 0 0 .4em;
  64. }
  65. .milestone-header .date {
  66. font-size: 105% !important;
  67. }
  68. .milestone-header .date:before {
  69. color: #e8e9ea;
  70. content: "— ";
  71. }
  72. .milestone-header .date:after {
  73. color: #e8e9ea;
  74. content: " —";
  75. }
  76. .milestone-countdown {
  77. border: 3px solid #e8e9ea;
  78. border-width: 0 3px 3px;
  79. }
  80. .milestone-countdown,
  81. .milestone-message {
  82. background-color: transparent !important;
  83. color: #e8e9ea;
  84. }
  85. .milestone-countdown {
  86. color: inherit !important;
  87. font-style: italic;
  88. padding-bottom: 1.6em !important;
  89. }
  90. .milestone-countdown .difference {
  91. font-weight: normal;
  92. font-size: 700%;
  93. line-height: 1 !important;
  94. }
  95. .footer-widgets .milestone-header,
  96. .footer-widgets .milestone-countdown {
  97. border-color: rgba(255,255,255,0.1) !important;
  98. }
  99. .footer-widgets .milestone-header .date:before,
  100. .footer-widgets .milestone-header .date:after {
  101. color: rgba(255,255,255,0.3) !important;
  102. }
  103. /* My Community Widget */
  104. .widget_jetpack_my_community div > ul li {
  105. border: 0;
  106. margin: 3px;
  107. padding: 0;
  108. display: inline-block;
  109. }
  110. /* Goodreads */
  111. .widget_goodreads h2[class*="gr_custom_header"]{
  112. font-size: 1.6em;
  113. margin-bottom: .8em;
  114. text-align: center;
  115. }
  116. .widget_goodreads [class*="gr_custom_each_container"] {
  117. clear: both;
  118. margin-bottom: 1.6em;
  119. }
  120. .widget_goodreads [class*="gr_custom_each_container"]:before,
  121. .widget_goodreads [class*="gr_custom_each_container"]:after {
  122. content: "";
  123. display: table;
  124. }
  125. .widget_goodreads [class*="gr_custom_each_container"]:after {
  126. clear: both;
  127. }
  128. .widget_goodreads [class*="gr_custom_each_container"]:last-of-type {
  129. margin-bottom: 0;
  130. }
  131. .widget_goodreads [class*="gr_custom_book_container"] {
  132. float: left;
  133. margin-right: .8em;
  134. }
  135. .widget_goodreads [class*="gr_custom_book_container"] img {
  136. border: 1px solid;
  137. }
  138. /* Gravatar Profile */
  139. .widget-grofile h4 {
  140. font-size: 1.6em;
  141. margin: .8em 0 !important;
  142. }
  143. /* Jetpack Sharing */
  144. #wpstats {
  145. display: none;
  146. }
  147. h3.sd-title {
  148. font-size: 16px;
  149. }
  150. .rating-msg {
  151. font-size: 18px;
  152. font-size: 1rem;
  153. vertical-align: top;
  154. }
  155. /* Comment form reset */
  156. #respond .form-submit input,
  157. #respond .form-submit input#comment-submit,
  158. #respond .comment-form-fields input[type=submit],
  159. #respond p.form-submit input[type=submit],
  160. #respond input[type=submit],
  161. #commentform #submit {
  162. letter-spacing: 0;
  163. outline: none;
  164. text-transform: none;
  165. }