twentyfourteen-rtl.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. /**
  2. * Jetpack compat stylesheet for Twenty Fourteen.
  3. */
  4. #jp-post-flair:empty {
  5. display: none;
  6. }
  7. .site-content #jp-post-flair {
  8. margin: 24px 0;
  9. }
  10. .widget #jp-post-flair {
  11. padding-top: 0;
  12. }
  13. .entry-content div.jp-relatedposts {
  14. margin: 0;
  15. }
  16. div.jp-relatedposts .jp-relatedposts-headline em:after {
  17. content: ":";
  18. }
  19. #page .entry-content div.sharedaddy h3,
  20. #page .entry-summary div.sharedaddy h3,
  21. #page .entry-content h3.sd-title,
  22. #page .entry-summary h3.sd-title,
  23. #primary div.sharedaddy .jp-relatedposts-headline em,
  24. .pd-rating {
  25. color: #767676;
  26. font-size: 11px;
  27. text-transform: uppercase;
  28. }
  29. .pd-rating {
  30. min-height: 23px;
  31. margin-bottom: 5px;
  32. }
  33. .wp-multiplayer,
  34. .PDS_Poll,
  35. .entry-content .slideshow-window {
  36. margin-bottom: 24px;
  37. }
  38. .entry-content .gist table {
  39. margin-bottom: 0;
  40. }
  41. .entry-content .slideshow-window {
  42. border-radius: 0;
  43. }
  44. .entry-content .video-player {
  45. padding: 0 0 24px;
  46. }
  47. .highlander-enabled #respond {
  48. margin: 0;
  49. padding: 0;
  50. }
  51. .highlander-enabled #respond h3 {
  52. margin: 0 0 24px;
  53. }
  54. .highlander-enabled #respond h3 small a {
  55. width: 24px;
  56. }
  57. .wpcnt {
  58. margin-bottom: 15px; /* 24-9 */
  59. }
  60. #wpstats {
  61. display: none;
  62. }
  63. img[id*="botd"] {
  64. position: absolute;
  65. }
  66. /**
  67. * Widgets
  68. * -----------------------------------------------------------------------------
  69. */
  70. /* About.me Widget*/
  71. .aboutme_widget #am_thumbnail {
  72. margin-bottom: 18px;
  73. }
  74. .aboutme_widget #am_thumbnail img {
  75. border: 0;
  76. max-width: 100%;
  77. }
  78. .aboutme_widget #am_name {
  79. font-weight: 900;
  80. margin: 0;
  81. }
  82. .aboutme_widget #am_headline {
  83. font-size: 14px;
  84. line-height: 1.2857142857;
  85. margin: 0;
  86. }
  87. .aboutme_widget #am_bio {
  88. margin: 18px 0;
  89. }
  90. .aboutme_widget #am_bio p {
  91. margin-bottom: 6px;
  92. }
  93. .aboutme_widget #am_bio:empty {
  94. margin: 0;
  95. }
  96. .aboutme_widget #am_services {
  97. margin-top: 18px;
  98. }
  99. /* Akismet Widget */
  100. .widget_akismet_widget a,
  101. .content-sidebar .widget_akismet_widget a {
  102. color: rgba(255,255,255,0.5) !important;
  103. }
  104. .widget_akismet_widget a:hover,
  105. .content-sidebar .widget_akismet_widget a:hover {
  106. color: rgba(255,255,255,0.7) !important;
  107. }
  108. /* Authors Widget */
  109. .widget_authors li {
  110. margin-bottom: 9px;
  111. }
  112. .widget_authors li:last-child {
  113. margin-bottom: 0;
  114. }
  115. .widget_authors img {
  116. margin-left: 5px;
  117. }
  118. /* Contact Info Widget */
  119. .widget_contact_info > div {
  120. margin-bottom: 18px;
  121. }
  122. .widget_contact_info > div:last-child {
  123. margin-bottom: 0;
  124. }
  125. /* Display WordPress Posts Widget */
  126. .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
  127. font-size: 14px;
  128. line-height: 1.2857142857;
  129. margin: 0 0 9px;
  130. }
  131. .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
  132. font-size: 14px;
  133. line-height: 1.2857142857 !important;
  134. }
  135. .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
  136. margin: 9px 0 18px !important;
  137. }
  138. /* Follow Button Widget */
  139. .widget_follow_button_widget iframe {
  140. margin-bottom: 0;
  141. }
  142. /* Gravatar & Gravatar Profile Widget */
  143. .widget_gravatar img.avatar,
  144. .widget-grofile .grofile-thumbnail {
  145. height: auto;
  146. max-width: 100% !important;
  147. }
  148. .widget-area .widget-grofile h4 {
  149. font-size: 12px;
  150. line-height: 1.2857142857;
  151. margin: 18px 0 9px;
  152. text-transform: uppercase;
  153. }
  154. .widget-area .widget-grofile .grofile-meta h4 {
  155. font-size: 18px;
  156. line-height: 1;
  157. text-transform: none;
  158. }
  159. /* Image Widget */
  160. .widget_image .wp-caption,
  161. .widget_image .wp-caption-text {
  162. margin-bottom: 0;
  163. }
  164. .widget_image img {
  165. height: auto;
  166. }
  167. /* Posts I Like Widget */
  168. .widget_jetpack_posts_i_like .widgets-list-layout li {
  169. margin: 0;
  170. }
  171. /* Recent Comments Widget */
  172. .widget_recent_comments table,
  173. .widget_recent_comments td {
  174. border: 0;
  175. }
  176. .widget_recent_comments td.recentcommentsavatartop,
  177. .widget_recent_comments td.recentcommentsavatarend {
  178. padding: 5px 0 5px 5px;
  179. }
  180. .widget_recent_comments td.recentcommentstexttop,
  181. .widget_recent_comments td.recentcommentstextend {
  182. padding: 5px 5px 5px 0;
  183. vertical-align: top;
  184. }
  185. /* Recent Images Widget */
  186. .widget_recent_images img {
  187. height: auto;
  188. }
  189. /* Top Posts & Pages Widget */
  190. .widget_top-posts .widgets-list-layout li {
  191. margin-bottom: 0;
  192. }
  193. /* Twitter(old) Widget */
  194. .widget_twitter li {
  195. margin-bottom: 18px;
  196. }
  197. .widget_twitter li:last-child {
  198. margin-bottom: 0;
  199. }
  200. .widget_twitter iframe {
  201. margin: 18px 0 0;
  202. }
  203. /* List type Widgets */
  204. .widget_jp_blogs_i_follow li,
  205. .widget_delicious li,
  206. .widgets-list-layout li,
  207. .widget_top-clicks li,
  208. .widget_top-posts li,
  209. .top_rated li,
  210. .widget_upcoming_events_widget .upcoming-events li {
  211. border-top: 1px solid rgba(255, 255, 255, 0.2);
  212. padding: 8px 0 9px;
  213. }
  214. .widget_jp_blogs_i_follow li:first-child,
  215. .widgets-list-layout li:first-child,
  216. .widget_top-clicks li:first-child,
  217. .widget_top-posts li:first-child,
  218. .top_rated li:first-child,
  219. .widget_upcoming_events_widget .upcoming-events li:first-child {
  220. border-top: 0;
  221. }
  222. .content-sidebar .widget_jp_blogs_i_follow li,
  223. .content-sidebar .widgets-list-layout li,
  224. .content-sidebar .widget_top-clicks li,
  225. .content-sidebar .widget_top-posts li,
  226. .content-sidebar .top_rated li,
  227. .content-sidebar .widget_upcoming_events_widget .upcoming-events li {
  228. border-color: rgba(0, 0, 0, 0.1);
  229. }
  230. .content-sidebar widget-area .widget-grofile h4 {
  231. font-weight: 900;
  232. }
  233. /**
  234. * Media Queries
  235. * -----------------------------------------------------------------------------
  236. */
  237. @media screen and (min-width: 1008px) {
  238. .footer-sidebar .widget_jp_blogs_i_follow li,
  239. .footer-sidebar .widget_jp_blogs_i_follow li,
  240. .footer-sidebar .widget_top-clicks li,
  241. .footer-sidebar .widget_top-posts li,
  242. .footer-sidebar .top_rated li,
  243. .footer-sidebar .widget_upcoming_events_widget .upcoming-events li,
  244. .primary-sidebar .widget_jp_blogs_i_follow li,
  245. .primary-sidebar .widget_jp_blogs_i_follow li,
  246. .primary-sidebar .widget_top-clicks li,
  247. .primary-sidebar .widget_top-posts li,
  248. .primary-sidebar .top_rated li {
  249. border-top: 0;
  250. padding: 0 0 6px;
  251. }
  252. .footer-sidebar .widget_jp_blogs_i_follow li:last-child,
  253. .footer-sidebar .widget_jp_blogs_i_follow li:last-child,
  254. .footer-sidebar .widget_top-clicks li:last-child,
  255. .footer-sidebar .widget_top-posts li:last-child,
  256. .footer-sidebar .top_rated li:last-child,
  257. .footer-sidebar .widget_upcoming_events_widget .upcoming-events li:last-child,
  258. .primary-sidebar .widget_jp_blogs_i_follow li:last-child,
  259. .primary-sidebar .widget_jp_blogs_i_follow li:last-child,
  260. .primary-sidebar .widget_top-clicks li:last-child,
  261. .primary-sidebar .widget_top-posts li:last-child,
  262. .primary-sidebar .top_rated li:last-child {
  263. padding: 0;
  264. }
  265. .primary-sidebar .widget_blog_subscription input[type="text"],
  266. .footer-sidebar .widget_blog_subscription input[type="text"] {
  267. padding: 3px 2px !important;
  268. }
  269. .footer-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,
  270. .primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,
  271. .footer-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
  272. .primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
  273. .footer-sidebar .widget-grofile .grofile-meta h4,
  274. .primary-sidebar .widget-grofile .grofile-meta h4 {
  275. font-size: 12px;
  276. line-height: 1.5;
  277. }
  278. .footer-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
  279. .primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
  280. line-height: 1.5 !important;
  281. }
  282. .footer-sidebar .widget-grofile h4,
  283. .primary-sidebar .widget-grofile h4,
  284. .footer-sidebar .top_rated div > p:first-of-type,
  285. .primary-sidebar .top_rated div > p:first-of-type {
  286. font-size: 11px;
  287. line-height: 1.6363636363;
  288. }
  289. }