style-wpcom.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. /**
  2. * WordPress.com specific styles
  3. */
  4. /*--------------------------------------------------------------*/
  5. /* !# Extras */
  6. /*--------------------------------------------------------------*/
  7. /* Reblog snapshots */
  8. .wpcom-reblog-snapshot {
  9. margin-bottom: 30px;
  10. margin-left: 12.5%;
  11. }
  12. .wpcom-reblog-snapshot .reblog-post {
  13. box-shadow: none;
  14. border: 2px solid #000;
  15. padding: 30px;
  16. position: relative;
  17. }
  18. .wpcom-reblog-snapshot .reblog-post:before {
  19. position: relative;
  20. color: #F35029;
  21. content: '\f079';
  22. display: inline-block;
  23. font-family: 'FontAwesome';
  24. font-size: 15px;
  25. font-weight: normal;
  26. margin: 0;
  27. position: absolute;
  28. top: 25px;
  29. right: 25px;
  30. speak: none;
  31. vertical-align: baseline;
  32. }
  33. /* Sharedaddy */
  34. div.sharedaddy {
  35. margin-bottom: 30px;
  36. }
  37. div.sharedaddy h3.sd-title {
  38. color: #555;
  39. font-family: "Rubik", "Helvetica Neue", sans-serif !important;
  40. font-size: 13px !important;
  41. font-weight: 400 !important;
  42. letter-spacing: 0.075em;
  43. line-height: 1.5em !important;
  44. }
  45. div.sharedaddy h3.sd-title:before {
  46. border-top: none !important;
  47. display: none !important;
  48. }
  49. div.sharedaddy .sd-content ul {
  50. margin-bottom: 0 !important;
  51. }
  52. /* Ratings */
  53. .sd-rating .rating-msg {
  54. font-size: 13px !important;
  55. font-weight: 600;
  56. }
  57. .sd-rating h3.sd-title {
  58. color: #555;
  59. font-family: "Rubik", "Helvetica Neue", sans-serif !important;
  60. font-size: 13px !important;
  61. font-weight: 400 !important;
  62. letter-spacing: 0.075em;
  63. line-height: 1.5em !important;
  64. }
  65. /* Related Posts */
  66. div#jp-relatedposts h3.jp-relatedposts-headline em {
  67. color: #555;
  68. font-family: "Rubik", "Helvetica Neue", sans-serif !important;
  69. font-size: 13px !important;
  70. font-weight: 400 !important;
  71. letter-spacing: 0.075em;
  72. line-height: 1.5em !important;
  73. }
  74. div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
  75. div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
  76. div#jp-relatedposts div.jp-relatedposts-items p {
  77. margin-bottom: 10px;
  78. }
  79. div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
  80. div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
  81. font-family: "Rubik", "Helvetica Neue", sans-serif !important;
  82. font-size: 17px !important;
  83. font-weight: bold !important;
  84. line-height: 1.5em !important;
  85. }
  86. div#jp-relatedposts h3.jp-relatedposts-headline em:before {
  87. border-top: none !important;
  88. }
  89. /* Highlander comments */
  90. .highlander-enabled div#respond h3 {
  91. margin-top: 0 !important;
  92. }
  93. .highlander-enabled div#respond {
  94. margin-bottom: 0 !important;
  95. }
  96. .highlander-enabled #respond .comment-subscription-form label {
  97. padding-left: 10px;
  98. right: inherit;
  99. text-align: left;
  100. width: 50%;
  101. }
  102. /* Authors Widget */
  103. .widget_authors > ul ul {
  104. margin-left: 1em;
  105. list-style: disc;
  106. }
  107. .widget_authors > ul > li:first-child > a,
  108. .widget_authors > ul > li:first-child > a:hover,
  109. .widget_authors > ul > li:first-child > a:active {
  110. margin-bottom: 20px;
  111. text-decoration: none;
  112. }
  113. .widget_authors > ul > li img,
  114. .widget_authors > ul > li strong {
  115. display: inline-block;
  116. text-decoration: none;
  117. vertical-align: middle;
  118. }
  119. /* Flickr Widget Styles */
  120. .widget_flickr #flickr_badge_uber_wrapper a:hover,
  121. .widget_flickr #flickr_badge_uber_wrapper a:link,
  122. .widget_flickr #flickr_badge_uber_wrapper a:active,
  123. .widget_flickr #flickr_badge_uber_wrapper a:visited {
  124. color: inherit;
  125. }
  126. .widget_flickr #flickr_badge_uber_wrapper,
  127. .widget_flickr #flickr_badge_uber_wrapper #flickr_badge_wrapper {
  128. border-color: transparent !important;
  129. }
  130. .widget_flickr td br {
  131. clear: none;
  132. display: none;
  133. }
  134. .widget_flickr td a,
  135. .widget_flickr td img {
  136. display: inline-block;
  137. vertical-align: top;
  138. }
  139. .widget_flickr .flickr-size-thumbnail td a {
  140. width: 25%;
  141. }
  142. .widget_flickr .flickr-size-small td a {
  143. width: 50%;
  144. }
  145. .widget_flickr td a:last-of-type {
  146. clear: both;
  147. display: block;
  148. float: none;
  149. margin-top: 20px;
  150. width: 100%;
  151. }
  152. /* Instagram */
  153. .widget_wpcom_instagram_widget .wpcom-instagram-images img {
  154. margin: 0;
  155. }
  156. .wpcom-instagram-columns-2 a {
  157. width: inherit;
  158. }
  159. /* Social Media icons */
  160. .widget_wpcom_social_media_icons_widget li > a {
  161. display: inherit;
  162. }
  163. .widget_wpcom_social_media_icons_widget .genericon {
  164. font-size: 26px;
  165. }
  166. /* Top rated */
  167. .top_rated .pd_top_rated_holder_posts > p {
  168. margin-bottom: 0;
  169. }
  170. .top_rated .pd_top_rated_holder_posts #top_posts li {
  171. margin: 1em 0;
  172. }
  173. .top_rated .pd_top_rated_holder_posts #top_posts a {
  174. font-family: "Libre Baskerville", Georgia, serif;
  175. }
  176. .top_rated .pd_top_rated_holder_posts #top_posts br {
  177. clear: none;
  178. display: none;
  179. }
  180. /* Large Screen Styles */
  181. @media screen and (min-width: 881px) {
  182. /* Reblog snapshots */
  183. .wpcom-reblog-snapshot {
  184. margin-left: inherit;
  185. }
  186. .wpcom-reblog-snapshot .reblog-post:before {
  187. font-size: 20px;
  188. }
  189. }