style-wpcom.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. /*--------------------------------------------------------------
  2. WP.com
  3. --------------------------------------------------------------*/
  4. /* Comments */
  5. #comments #respond {
  6. padding: 0 0 20px;
  7. margin: 0;
  8. overflow: visible;
  9. font-family: inherit;
  10. }
  11. #comments #respond #commentform {
  12. width: 840px !important;
  13. background: transparent;
  14. display: block;
  15. margin-left: auto;
  16. margin-right: auto;
  17. }
  18. @media screen and (min-width: 768px) and (max-width: 959px) {
  19. #comments #respond #commentform {
  20. width: 648px !important;
  21. }
  22. }
  23. @media screen and (max-width: 767px) {
  24. #comments #respond #commentform {
  25. width: 100% !important;
  26. }
  27. }
  28. #comments #respond .comment-reply-title {
  29. padding-bottom: 22px;
  30. margin-top: 0;
  31. margin-bottom: 40px;
  32. }
  33. #comments #respond .comment-reply-title small {
  34. float: none;
  35. }
  36. #comments #respond #comment-form-comment {
  37. padding: 0 !important;
  38. border: none;
  39. -webkit-box-shadow: none;
  40. -moz-box-shadow: none;
  41. box-shadow: none;
  42. }
  43. #comments #respond #comment-form-comment #comment {
  44. padding: 10px;
  45. background: #f1f2f3 !important;
  46. border: 1px solid #f1f2f3 !important;
  47. }
  48. @media screen and (max-width: 767px) {
  49. #comments #respond #comment-form-comment #comment {
  50. padding: 5px;
  51. }
  52. }
  53. #comments #respond #comment-form-comment #comment:focus {
  54. background: white !important;
  55. }
  56. #comments #respond .comment-form-padder {
  57. padding: 0;
  58. }
  59. #comments #respond .comment-form-service {
  60. background: white;
  61. border-bottom-color: #f1f2f3;
  62. }
  63. #comments #respond #comment-form-subscribe {
  64. padding: 0;
  65. }
  66. #comments #respond .form-submit {
  67. padding: 10px 0;
  68. }
  69. #comments #respond label {
  70. font-weight: normal;
  71. }
  72. #comments #respond #comment-submit {
  73. padding: 10px 20px !important;
  74. background: #464d4d !important;
  75. border: 1px solid #464d4d;
  76. color: white !important;
  77. font-family: inherit !important;
  78. font-size: 0.73rem !important;
  79. font-weight: 900 !important;
  80. line-height: 1.5 !important;
  81. text-shadow: none !important;
  82. -webkit-border-radius: 0 !important;
  83. -moz-border-radius: 0 !important;
  84. -ms-border-radius: 0 !important;
  85. -o-border-radius: 0 !important;
  86. border-radius: 0 !important;
  87. }
  88. @media screen and (max-width: 767px) {
  89. #comments #respond #comment-submit {
  90. padding: 5px 10px !important;
  91. }
  92. }
  93. #comments #respond #comment-submit:hover, #comments #respond #comment-submit:focus, #comments #respond #comment-submit:active {
  94. background: #e06d5e !important;
  95. }
  96. #comments #respond #comment-submit:hover, #comments #respond #comment-submit:focus, #comments #respond #comment-submit:active {
  97. border-color: #e06d5e !important;
  98. }
  99. #comments .comment-list + #respond {
  100. padding-top: 81px;
  101. margin-top: 60px;
  102. }
  103. @media screen and (max-width: 767px) {
  104. #comments .comment-list + #respond {
  105. margin-top: 20px;
  106. padding-top: 41px;
  107. }
  108. }
  109. #comments .comment-list + #respond:before {
  110. content: '';
  111. display: block;
  112. position: absolute;
  113. top: 0;
  114. z-index: 0;
  115. height: 1px;
  116. background: #f1f2f3;
  117. padding-left: 40px;
  118. padding-right: 40px;
  119. margin-left: -40px;
  120. width: 100%;
  121. -webkit-box-sizing: content-box;
  122. -moz-box-sizing: content-box;
  123. box-sizing: content-box;
  124. }
  125. @media screen and (max-width: 767px) {
  126. #comments .comment-list + #respond:before {
  127. padding-left: 20px;
  128. padding-right: 20px;
  129. margin-left: -20px;
  130. }
  131. }
  132. body.rtl #comments .comment-list + #respond:before {
  133. margin-right: -40px;
  134. margin-left: 0;
  135. }
  136. @media screen and (max-width: 767px) {
  137. body.rtl #comments .comment-list + #respond:before {
  138. margin-right: -20px;
  139. margin-left: 0;
  140. }
  141. }
  142. /* Sharedaddy */
  143. .page-content > .sharedaddy .jetpack-likes-widget-wrapper,
  144. .entry-content > .sharedaddy .jetpack-likes-widget-wrapper,
  145. .entry-sharedaddy > .sharedaddy .jetpack-likes-widget-wrapper {
  146. padding: 20px 0;
  147. border-top: 1px solid #f1f2f3;
  148. -webkit-box-sizing: content-box;
  149. -moz-box-sizing: content-box;
  150. box-sizing: content-box;
  151. }
  152. .page-content > .sharedaddy .jetpack-likes-widget-wrapper .post-likes-widget,
  153. .entry-content > .sharedaddy .jetpack-likes-widget-wrapper .post-likes-widget,
  154. .entry-sharedaddy > .sharedaddy .jetpack-likes-widget-wrapper .post-likes-widget {
  155. top: 15px !important;
  156. }
  157. .page-content > .sharedaddy .jp-relatedposts,
  158. .entry-content > .sharedaddy .jp-relatedposts,
  159. .entry-sharedaddy > .sharedaddy .jp-relatedposts {
  160. padding: 20px 0 0 !important;
  161. margin: 0 !important;
  162. border-top: 1px solid #f1f2f3;
  163. }
  164. .page-content > .sharedaddy .jp-relatedposts a,
  165. .page-content > .sharedaddy .jp-relatedposts img,
  166. .entry-content > .sharedaddy .jp-relatedposts a,
  167. .entry-content > .sharedaddy .jp-relatedposts img,
  168. .entry-sharedaddy > .sharedaddy .jp-relatedposts a,
  169. .entry-sharedaddy > .sharedaddy .jp-relatedposts img {
  170. display: block;
  171. }
  172. .page-content > .sharedaddy .jp-relatedposts img,
  173. .entry-content > .sharedaddy .jp-relatedposts img,
  174. .entry-sharedaddy > .sharedaddy .jp-relatedposts img {
  175. margin-bottom: 10px;
  176. }
  177. .page-content > .sharedaddy .jp-relatedposts .jp-relatedposts-headline,
  178. .entry-content > .sharedaddy .jp-relatedposts .jp-relatedposts-headline,
  179. .entry-sharedaddy > .sharedaddy .jp-relatedposts .jp-relatedposts-headline {
  180. margin-bottom: 10px !important;
  181. font-size: 0.73em;
  182. }
  183. .page-content > .sharedaddy .jp-relatedposts .jp-relatedposts-headline em:before,
  184. .entry-content > .sharedaddy .jp-relatedposts .jp-relatedposts-headline em:before,
  185. .entry-sharedaddy > .sharedaddy .jp-relatedposts .jp-relatedposts-headline em:before {
  186. display: none !important;
  187. }
  188. .page-content > .sharedaddy .jp-relatedposts .jp-relatedposts-post,
  189. .entry-content > .sharedaddy .jp-relatedposts .jp-relatedposts-post,
  190. .entry-sharedaddy > .sharedaddy .jp-relatedposts .jp-relatedposts-post {
  191. margin-bottom: 20px !important;
  192. font-size: inherit !important;
  193. line-height: 1.5 !important;
  194. filter: alpha(opacity=100) !important;
  195. -moz-opacity: 1 !important;
  196. opacity: 1 !important;
  197. }
  198. .page-content > .sharedaddy .jp-relatedposts .jp-relatedposts-post span,
  199. .entry-content > .sharedaddy .jp-relatedposts .jp-relatedposts-post span,
  200. .entry-sharedaddy > .sharedaddy .jp-relatedposts .jp-relatedposts-post span {
  201. font-size: 0.73em;
  202. }
  203. .page-content > .sharedaddy .jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-context,
  204. .entry-content > .sharedaddy .jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-context,
  205. .entry-sharedaddy > .sharedaddy .jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-context {
  206. font-family: "PT Serif", serif;
  207. font-style: italic;
  208. filter: alpha(opacity=100) !important;
  209. -moz-opacity: 1 !important;
  210. opacity: 1 !important;
  211. }
  212. .page-content > .sharedaddy .jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title,
  213. .entry-content > .sharedaddy .jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title,
  214. .entry-sharedaddy > .sharedaddy .jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title {
  215. text-transform: uppercase !important;
  216. }
  217. .page-content > .sharedaddy .sd-title:before,
  218. .entry-content > .sharedaddy .sd-title:before,
  219. .entry-sharedaddy > .sharedaddy .sd-title:before {
  220. display: none;
  221. }
  222. .portfolio-sharedaddy > .sharedaddy .jetpack-likes-widget-wrapper {
  223. padding: 20px 0;
  224. border-top: 1px solid #f1f2f3;
  225. -webkit-box-sizing: content-box;
  226. -moz-box-sizing: content-box;
  227. box-sizing: content-box;
  228. }
  229. .portfolio-sharedaddy > .sharedaddy .jetpack-likes-widget-wrapper .post-likes-widget {
  230. top: 15px !important;
  231. }
  232. .portfolio-sharedaddy > .sharedaddy .sd-title:before {
  233. display: none;
  234. }
  235. /* Ratings */
  236. .pd-rating {
  237. padding: 10px 20px;
  238. margin: 0 0 40px;
  239. background: #f1f2f3;
  240. font-size: 0.73em;
  241. line-height: 1;
  242. text-transform: uppercase;
  243. }
  244. .pd-rating + br {
  245. display: none;
  246. }
  247. .sd-rating {
  248. padding: 15px 0 20px 0;
  249. margin: 0;
  250. border-top: 1px solid #f1f2f3;
  251. }
  252. .sd-rating .pd-rating {
  253. padding: 0;
  254. margin: 0;
  255. background: transparent;
  256. }
  257. .entry-summary .sd-title {
  258. margin: 5px 0;
  259. font-size: 0.73em;
  260. line-height: 1.5;
  261. }
  262. .comment-body .pd-rating {
  263. padding: 20px 0;
  264. margin: 0;
  265. background: transparent;
  266. }
  267. .comment-body .comment-meta + .pd-rating {
  268. padding-top: 0;
  269. }
  270. /* Widget - About.me */
  271. .aboutme_widget #am_thumbnail,
  272. .aboutme_widget #am_name,
  273. .aboutme_widget #am_headline,
  274. .aboutme_widget #am_bio {
  275. margin: 0 0 10px;
  276. }
  277. .aboutme_widget #am_thumbnail a,
  278. .aboutme_widget #am_thumbnail img {
  279. display: block;
  280. }
  281. .aboutme_widget #am_thumbnail img {
  282. max-width: 100%;
  283. border: none;
  284. }
  285. .aboutme_widget #am_name {
  286. text-transform: uppercase;
  287. }
  288. .aboutme_widget #am_name a {
  289. font-size: inherit !important;
  290. text-decoration: none;
  291. }
  292. .aboutme_widget #am_services {
  293. padding-bottom: 5px;
  294. }
  295. .aboutme_widget #am_services a,
  296. .aboutme_widget #am_services img {
  297. display: inline-block;
  298. line-height: 0;
  299. }
  300. .aboutme_widget #am_services a.am_service_icon img {
  301. margin-bottom: 5px;
  302. }
  303. /* Widget - Akismet */
  304. .widget_akismet_widget .a-stats {
  305. padding-bottom: 20px;
  306. }
  307. .widget_akismet_widget .a-stats a {
  308. padding: 10px 20px;
  309. background: #24282d;
  310. border-color: #24282d;
  311. color: white;
  312. -webkit-border-radius: 0;
  313. -moz-border-radius: 0;
  314. -ms-border-radius: 0;
  315. -o-border-radius: 0;
  316. border-radius: 0;
  317. -webkit-transition: all 250ms ease;
  318. -moz-transition: all 250ms ease;
  319. -o-transition: all 250ms ease;
  320. transition: all 250ms ease;
  321. }
  322. .widget_akismet_widget .a-stats a:hover, .widget_akismet_widget .a-stats a:focus, .widget_akismet_widget .a-stats a:active {
  323. background: white;
  324. }
  325. .widget_akismet_widget .a-stats a:hover, .widget_akismet_widget .a-stats a:focus, .widget_akismet_widget .a-stats a:active {
  326. border-color: white;
  327. }
  328. .widget_akismet_widget .a-stats a:hover, .widget_akismet_widget .a-stats a:focus, .widget_akismet_widget .a-stats a:active {
  329. color: #e06d5e;
  330. }
  331. .widget_akismet_widget .a-stats a .count {
  332. color: inherit;
  333. }
  334. /* Widget - Author Grid */
  335. .widgets-area .widget_author_grid ul {
  336. margin-top: -10px;
  337. margin-bottom: 10px;
  338. }
  339. .widgets-area .widget_author_grid ul li {
  340. padding: 10px !important;
  341. margin: 0 !important;
  342. }
  343. .widgets-area .widget_author_grid ul li a {
  344. margin: 0;
  345. }
  346. .widgets-area .widget_author_grid ul li img {
  347. display: block;
  348. }
  349. /* Widget - Authors */
  350. .widget_authors a {
  351. text-decoration: none;
  352. }
  353. .widget_authors img {
  354. margin-right: 15px;
  355. vertical-align: middle;
  356. }
  357. body.rtl .widget_authors img {
  358. margin-right: 0;
  359. margin-left: 15px;
  360. }
  361. /* Widget - Blog Stats */
  362. .widget_blog-stats ul {
  363. padding: 5px 10px;
  364. border: 1px solid #525a5a;
  365. list-style: none;
  366. font-weight: bold;
  367. text-align: center;
  368. text-transform: uppercase;
  369. }
  370. /* Widget - Contact Info */
  371. .widget_contact_info #contact-map,
  372. .widget_contact_info .confit-address,
  373. .widget_contact_info .confit-phone,
  374. .widget_contact_info .confit-hours {
  375. margin-bottom: 20px;
  376. }
  377. .widget_contact_info #contact-map + * {
  378. padding-top: 20px;
  379. border-top: 2px solid #24282d;
  380. }
  381. /* Widget - Flickr */
  382. .widget_flickr table {
  383. margin: 0;
  384. border: 0;
  385. }
  386. .widget_flickr td {
  387. padding: 0;
  388. border: 0;
  389. }
  390. .widget_flickr #flickr_badge_wrapper {
  391. padding-bottom: 20px;
  392. background: transparent;
  393. border: 0;
  394. }
  395. .widget_flickr #flickr_badge_wrapper td {
  396. text-align: center;
  397. }
  398. .widget_flickr br {
  399. display: none;
  400. }
  401. .widget_flickr #flickr_badge_uber_wrapper a:not(:last-of-type) {
  402. display: block;
  403. float: left;
  404. padding: 10px;
  405. margin: 0;
  406. max-width: 33.33333333333333%;
  407. }
  408. .widget_flickr #flickr_badge_uber_wrapper a:not(:last-of-type) img {
  409. display: block;
  410. }
  411. .widget_flickr #flickr_badge_uber_wrapper a:last-of-type {
  412. display: inline-block;
  413. clear: both;
  414. padding: 5px 10px;
  415. margin: 10px auto 0 auto;
  416. border: 1px solid #525a5a;
  417. color: white !important;
  418. -webkit-transition: all 250ms ease;
  419. -moz-transition: all 250ms ease;
  420. -o-transition: all 250ms ease;
  421. transition: all 250ms ease;
  422. }
  423. .widget_flickr #flickr_badge_uber_wrapper a:last-of-type:hover, .widget_flickr #flickr_badge_uber_wrapper a:last-of-type:focus, .widget_flickr #flickr_badge_uber_wrapper a:last-of-type:active {
  424. background: #525a5a !important;
  425. }
  426. .widget_flickr #flickr_badge_uber_wrapper a:last-of-type:hover, .widget_flickr #flickr_badge_uber_wrapper a:last-of-type:focus, .widget_flickr #flickr_badge_uber_wrapper a:last-of-type:active {
  427. color: #24282d;
  428. }
  429. body.rtl .widget_flickr #flickr_badge_uber_wrapper a:not(:last-of-type) {
  430. float: right;
  431. }
  432. /* Widget - GoodReads */
  433. .widget_goodreads div[class^="gr_custom_container"] {
  434. padding: 0 0 20px;
  435. background: transparent;
  436. border: none;
  437. color: inherit;
  438. -webkit-border-radius: 0;
  439. -moz-border-radius: 0;
  440. -ms-border-radius: 0;
  441. -o-border-radius: 0;
  442. border-radius: 0;
  443. }
  444. .widget_goodreads div[class^="gr_custom_container"] a {
  445. color: #acb3b3;
  446. }
  447. .widget_goodreads div[class^="gr_custom_container"] a:hover, .widget_goodreads div[class^="gr_custom_container"] a:focus, .widget_goodreads div[class^="gr_custom_container"] a:active {
  448. color: #e06d5e;
  449. }
  450. .widget_goodreads div[class^="gr_custom_each_container"] {
  451. padding-bottom: 10px;
  452. margin-bottom: 10px;
  453. border-bottom-color: #525a5a;
  454. }
  455. .widget_goodreads div[class^="gr_custom_each_container"]:last-of-type {
  456. border-bottom: 0;
  457. }
  458. .widget_goodreads div[class^="gr_custom_each_container"] + br {
  459. display: none;
  460. }
  461. .widget_goodreads div[class^="gr_custom_author"] {
  462. font-family: "PT Serif", serif;
  463. font-size: 1em;
  464. font-style: italic;
  465. }
  466. .widget_goodreads div[class^="gr_custom_author"] a {
  467. text-decoration: none;
  468. }
  469. /* Widget - Gravatar */
  470. .widget_gravatar p:first-of-type img {
  471. display: block;
  472. }
  473. /* Widget - Grid */
  474. .widget .widgets-multi-column-grid {
  475. margin-top: -10px;
  476. margin-bottom: 10px;
  477. }
  478. .widget .widgets-multi-column-grid ul li {
  479. padding: 10px;
  480. margin: 0;
  481. max-width: 20%;
  482. }
  483. .widget .widgets-multi-column-grid ul li a {
  484. margin: 0;
  485. }
  486. .widget .widgets-multi-column-grid ul li img {
  487. display: block;
  488. }
  489. /* Widget - Instagram */
  490. .widget_wpcom_instagram_widget a,
  491. .widget_wpcom_instagram_widget img {
  492. display: block;
  493. }
  494. .widget_wpcom_instagram_widget > div {
  495. margin-bottom: 20px;
  496. }
  497. /* Widget - Lists */
  498. .widget_authors ul,
  499. .widget_jp_blogs_i_follow ul,
  500. .widget_links ul,
  501. .widget_jetpack_posts_i_like ul,
  502. .widget.top_rated ul,
  503. .widget_upcoming_events_widget ul {
  504. list-style: none;
  505. }
  506. .widget_authors li,
  507. .widget_jp_blogs_i_follow li,
  508. .widget_links li,
  509. .widget_jetpack_posts_i_like li,
  510. .widget.top_rated li,
  511. .widget_upcoming_events_widget li {
  512. padding: 10px 0;
  513. border-bottom: 1px solid #525a5a;
  514. }
  515. .widget_authors li:first-child,
  516. .widget_jp_blogs_i_follow li:first-child,
  517. .widget_links li:first-child,
  518. .widget_jetpack_posts_i_like li:first-child,
  519. .widget.top_rated li:first-child,
  520. .widget_upcoming_events_widget li:first-child {
  521. padding-top: 0;
  522. }
  523. .widget_authors li:last-child,
  524. .widget_jp_blogs_i_follow li:last-child,
  525. .widget_links li:last-child,
  526. .widget_jetpack_posts_i_like li:last-child,
  527. .widget.top_rated li:last-child,
  528. .widget_upcoming_events_widget li:last-child {
  529. padding-bottom: 0;
  530. border-bottom: 0;
  531. }
  532. .widget_links .children {
  533. position: relative;
  534. padding-top: 10px;
  535. margin-top: 10px;
  536. border-top: 1px solid #525a5a;
  537. }
  538. .widget_links .children:before {
  539. content: '';
  540. display: block;
  541. position: absolute;
  542. top: -1px;
  543. left: -40px;
  544. width: 100%;
  545. height: 1px;
  546. background: #525a5a;
  547. }
  548. @media screen and (max-width: 767px) {
  549. .widget_links .children:before {
  550. left: -20px;
  551. }
  552. }
  553. body.rtl .widget_links .children:before {
  554. right: -40px;
  555. left: auto;
  556. }
  557. @media screen and (max-width: 767px) {
  558. body.rtl .widget_links .children:before {
  559. right: -40px;
  560. left: auto;
  561. }
  562. }
  563. /* Widget - Milestone */
  564. .milestone-widget .milestone-header {
  565. background: #525a5a;
  566. }
  567. .milestone-widget .milestone-countdown,
  568. .milestone-widget .milestone-message {
  569. background: transparent;
  570. border-color: #525a5a;
  571. color: white;
  572. }
  573. .milestone-widget .milestone-content {
  574. margin: 0 0 20px;
  575. max-width: 100%;
  576. }
  577. /* Widget - Music Player */
  578. .widget.music-player .wp-playlist {
  579. padding: 20px;
  580. margin: 0 0 20px;
  581. background: transparent;
  582. border-color: #525a5a;
  583. color: inherit;
  584. font-size: inherit;
  585. line-height: inherit;
  586. }
  587. .widget.music-player .wp-playlist .wp-playlist-current-item {
  588. margin-bottom: 20px;
  589. height: auto;
  590. max-height: 60px;
  591. }
  592. .widget.music-player .wp-playlist .wp-playlist-tracks {
  593. margin-top: 15px;
  594. margin-bottom: -5px;
  595. border: 0;
  596. }
  597. .widget.music-player .wp-playlist .wp-playlist-playing {
  598. background: transparent;
  599. color: inherit;
  600. }
  601. .widget.music-player .wp-playlist .wp-playlist-item {
  602. padding: 5px;
  603. border: 0;
  604. }
  605. .widget.music-player .wp-playlist .mejs-container {
  606. width: 100% !important;
  607. }
  608. /* Widget - Posts I Like */
  609. .widget_jetpack_posts_i_like ul {
  610. margin-bottom: 20px;
  611. }
  612. /* Widget - Recent Comments */
  613. .widget_recent_comments table {
  614. border-top: 0;
  615. }
  616. .widget_recent_comments td {
  617. padding: 10px 0 !important;
  618. vertical-align: middle;
  619. }
  620. .widget_recent_comments td:nth-of-type(2n) {
  621. padding-left: 20px !important;
  622. }
  623. .widget_recent_comments td.recentcommentstexttop, .widget_recent_comments td.recentcommentstextend {
  624. border-bottom: 1px solid #525a5a !important;
  625. }
  626. .widget_recent_comments td.recentcommentsavatartop img,
  627. .widget_recent_comments td.recentcommentsavatartop a, .widget_recent_comments td.recentcommentsavatarend img,
  628. .widget_recent_comments td.recentcommentsavatarend a {
  629. display: block;
  630. }
  631. .widget_recent_comments tr:first-of-type td {
  632. padding-top: 0 !important;
  633. }
  634. .widget_recent_comments tr:last-of-type td {
  635. padding-bottom: 0 !important;
  636. border-bottom: 0 !important;
  637. }
  638. /* Widget - Recent Images */
  639. .widget_recent_images a,
  640. .widget_recent_images img {
  641. display: block;
  642. }
  643. .widget_recent_images a {
  644. float: left;
  645. padding: 10px;
  646. max-width: 25%;
  647. }
  648. .widget_recent_images .recent_images {
  649. margin: -10px 0 10px 0;
  650. }
  651. body.rtl .widget_recent_images a {
  652. float: right;
  653. }
  654. /* Widget - Tag Cloud */
  655. .wp_widget_tag_cloud {
  656. padding-bottom: 15px;
  657. }
  658. .wp_widget_tag_cloud a {
  659. display: inline-block;
  660. float: left;
  661. padding: 5px 10px !important;
  662. margin: 0 5px 5px 0 !important;
  663. background: #24282d;
  664. color: white;
  665. font-size: inherit !important;
  666. text-decoration: none;
  667. -webkit-transition: all 250ms ease;
  668. -moz-transition: all 250ms ease;
  669. -o-transition: all 250ms ease;
  670. transition: all 250ms ease;
  671. }
  672. .wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus, .wp_widget_tag_cloud a:active {
  673. background: white;
  674. }
  675. .wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus, .wp_widget_tag_cloud a:active {
  676. color: #e06d5e;
  677. }
  678. .wp_widget_tag_cloud > div {
  679. margin-bottom: 20px;
  680. }
  681. .wp_widget_tag_cloud > div:before, .wp_widget_tag_cloud > div:after {
  682. content: '';
  683. display: table;
  684. }
  685. .wp_widget_tag_cloud > div:after {
  686. clear: both;
  687. }
  688. body.rtl .wp_widget_tag_cloud a {
  689. float: right;
  690. }
  691. /* Widget - Top Rated */
  692. .widget.top_rated ul {
  693. padding: 20px;
  694. border: 1px solid #525a5a;
  695. }
  696. .widget.top_rated .pd_top_rated_holder_posts > p {
  697. padding: 20px;
  698. margin: 0;
  699. border: 1px solid #525a5a;
  700. border-bottom: 0;
  701. }
  702. .widget.top_rated .pd_top_rated_holder_posts > p:first-of-type {
  703. background: #525a5a;
  704. }
  705. /* Widget - Upcoming Events */
  706. .widget_upcoming_events_widget .upcoming-events li {
  707. margin-bottom: 0;
  708. }
  709. /* WPStats */
  710. img#wpstats {
  711. position: absolute;
  712. top: -9999px;
  713. }
  714. /* Ad */
  715. .entry-content .wpa {
  716. display: block;
  717. }