style-wpcom.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. /*--------------------------------------------------------------
  2. # Comments
  3. --------------------------------------------------------------*/
  4. #comments #respond {
  5. font-family: inherit;
  6. font-weight: inherit;
  7. margin: 0;
  8. padding: 0;
  9. }
  10. #comments #respond h3 {
  11. margin: 0 auto 30px;
  12. }
  13. #comments #respond form {
  14. background: transparent;
  15. }
  16. #comment-form-comment {
  17. margin-bottom: 30px;
  18. }
  19. #comments #respond #comment-form-comment,
  20. #comments #comment-form-share-text-padder,
  21. #comments #respond .comment-form-fields div.comment-form-input {
  22. background: #fff;
  23. border: 1px solid #ddd;
  24. border-radius: 0;
  25. box-shadow: none !important;
  26. transition-duration: 350ms;
  27. }
  28. #comments #respond .comment-form-fields div.comment-form-input {
  29. margin-bottom: 15px;
  30. }
  31. #comments .comment #respond #comment-form-comment,
  32. #comments .comment #comment-form-share-text-padder,
  33. #comments .comment #respond .comment-form-fields div.comment-form-input {
  34. background: #fff;
  35. }
  36. #comments #respond #comment-form-subscribe {
  37. line-height: 1.5 !important;
  38. margin-bottom: 30px;
  39. margin-top: 0;
  40. }
  41. #comments #respond .comment-form-fields p.comment-form-posting-as,
  42. #comments #respond .comment-form-fields p.comment-form-log-out,
  43. #comments #respond #comment-form-identity #comment-form-nascar p,
  44. #comments #respond #comment-form-load-service p,
  45. #comments #respond #comment-form-comment textarea,
  46. #comments #comment-form-share-text-padder textarea,
  47. #comments #respond .comment-form-fields label,
  48. #comments #respond .comment-form-fields label span.required,
  49. #comments #respond .comment-form-fields label span.nopublish,
  50. #comments #respond .comment-form-fields div.comment-form-input input {
  51. color: #222;
  52. text-shadow: none;
  53. }
  54. #comments #respond .comment-form-fields p.comment-form-posting-as,
  55. #comments #respond .comment-form-fields p.comment-form-log-out {
  56. padding-top: 0;
  57. }
  58. #comments #respond #comment-form-comment.active,
  59. #comments #respond .comment-form-fields div.comment-form-input.active {
  60. box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.075) !important;
  61. }
  62. #comments #respond form *,
  63. #comments #respond #comment-form-comment textarea,
  64. #comments #comment-form-share-text-padder textarea,
  65. #comments #respond p.comment-subscription-form label {
  66. font-size: inherit !important;
  67. line-height: inherit !important;
  68. }
  69. #comments #respond #comment-form-load-service {
  70. height: auto;
  71. }
  72. #comments #respond #comment-form-load-service p {
  73. background: transparent;
  74. padding-top: 0;
  75. }
  76. #comments #respond .comment-form-service {
  77. background: transparent;
  78. border-bottom: 0;
  79. padding: 0 0 15px;
  80. }
  81. #comments #respond .comment-form-service a {
  82. color: #d11415;
  83. text-decoration: none;
  84. }
  85. #comments #respond .comment-form-service a:active,
  86. #comments #respond .comment-form-service a:focus,
  87. #comments #respond .comment-form-service a:hover {
  88. color: #222;
  89. }
  90. #comments #respond .comment-form-padder {
  91. padding: 0;
  92. }
  93. #comments #respond .form-submit {
  94. font-size: inherit !important;
  95. line-height: 1.5 !important;
  96. padding: 0 0 30px;
  97. }
  98. #comments .comment #respond .form-submit {
  99. padding-bottom: 24px;
  100. }
  101. #comments #respond p.form-submit input#comment-submit {
  102. background: #d11415 !important;
  103. border: 2px solid #d11415 !important;
  104. border-radius: 0 !important;
  105. color: #fff !important;
  106. font-family: Lato, sans-serif;
  107. font-size: inherit !important;
  108. font-weight: bold !important;
  109. line-height: 1.875 !important;
  110. padding: 5.5px 13px !important;
  111. text-shadow: none !important;
  112. }
  113. #comments #respond .form-submit input#comment-submit:active,
  114. #comments #respond .form-submit input#comment-submit:focus,
  115. #comments #respond .form-submit input#comment-submit:hover {
  116. background: #fff !important;
  117. color: #d11415 !important;
  118. }
  119. #comments #respond .comment-form-fields div.comment-form-field {
  120. margin: 2px 0 5px 0;
  121. }
  122. #comments #respond #comment-form-identity {
  123. border-top: 0;
  124. margin-top: -5px;
  125. }
  126. #comments #respond #comment-form-identity #comment-form-nascar {
  127. background: transparent;
  128. }
  129. #comments #respond #comment-form-identity #comment-form-nascar p {
  130. margin: 0;
  131. padding: 0;
  132. }
  133. #comments #respond #comment-form-identity #comment-form-nascar ul {
  134. margin: 0 0 0 15px;
  135. }
  136. #comments #respond #comment-form-identity #comment-form-nascar ul li {
  137. padding: 3px;
  138. }
  139. .rtl #comments #respond #comment-form-identity #comment-form-nascar ul {
  140. margin-left: 0;
  141. margin-right: auto;
  142. }
  143. #comments #respond.js .comment-form-fields label {
  144. top: 6px;
  145. }
  146. #comments #respond .comment-form-fields {
  147. margin-left: 39px;
  148. }
  149. .rtl #comments #respond .comment-form-fields {
  150. margin-left: auto;
  151. margin-right: 39px;
  152. }
  153. #comments #respond .comment-form-avatar img {
  154. border: 0;
  155. border-radius: 50%;
  156. padding: 0;
  157. width: 24px;
  158. }
  159. /*--------------------------------------------------------------
  160. # Reblogger
  161. --------------------------------------------------------------*/
  162. .hentry .wpcom-reblog-snapshot .reblogger-note {
  163. border-bottom-color: #eee;
  164. margin-bottom: 30px;
  165. overflow: inherit;
  166. padding-bottom: 0;
  167. }
  168. .hentry .wpcom-reblog-snapshot p.reblogger-headline {
  169. line-height: inherit;
  170. margin-bottom: 30px;
  171. }
  172. .reblog-from img,
  173. .reblogger-headline img {
  174. border-radius: 50%;
  175. height: 30px;
  176. width: 30px;
  177. }
  178. body .hentry .wpcom-reblog-snapshot .reblogger-note-content blockquote {
  179. margin: 0 auto 30px;
  180. font-style: italic;
  181. }
  182. /*--------------------------------------------------------------
  183. # Stats & Robots
  184. --------------------------------------------------------------*/
  185. img#wpstats {
  186. position: absolute;
  187. top: -999em;
  188. }
  189. /*--------------------------------------------------------------
  190. # Widgets
  191. --------------------------------------------------------------*/
  192. /* About.me */
  193. .aboutme_widget #am_thumbnail {
  194. margin-bottom: 30px;
  195. }
  196. .aboutme_widget #am_thumbnail a,
  197. .aboutme_widget #am_thumbnail img {
  198. display: block;
  199. }
  200. .aboutme_widget #am_thumbnail img {
  201. border: 0;
  202. max-width: 100%;
  203. }
  204. .aboutme_widget #am_name {
  205. font-size: 25px;
  206. line-height: 1.2;
  207. margin-bottom: 30px;
  208. }
  209. .aboutme_widget #am_name a {
  210. font-size: inherit !important;
  211. }
  212. .aboutme_widget #am_headline {
  213. font-size: 20px;
  214. line-height: 1.5;
  215. margin-bottom: 0;
  216. }
  217. .aboutme_widget #am_bio {
  218. margin-bottom: 30px;
  219. }
  220. .aboutme_widget #am_bio p {
  221. margin-bottom: 0;
  222. }
  223. .aboutme_widget #am_services {
  224. padding-bottom: 26px;
  225. }
  226. .aboutme_widget #am_services a.am_service_icon {
  227. display: inline-block;
  228. line-height: 0;
  229. margin-bottom: 4px;
  230. }
  231. .aboutme_widget #am_services a.am_service_icon img {
  232. margin-bottom: 0;
  233. }
  234. /* Akismet */
  235. .widget_akismet_widget .a-stats {
  236. display: inline-block;
  237. font-family: Lato, sans-serif;
  238. font-size: 14px;
  239. line-height: 1.07143;
  240. margin-bottom: 30px;
  241. text-transform: uppercase;
  242. }
  243. .widget_akismet_widget .a-stats a,
  244. .widget_akismet_widget .a-stats .count {
  245. font-size: inherit;
  246. font-weight: bold;
  247. line-height: inherit;
  248. }
  249. .widget_akismet_widget .a-stats a {
  250. background: #d11415;
  251. border: 2px solid #d11415;
  252. border-radius: 0;
  253. color: #fff;
  254. padding: 5.5px 13px;
  255. }
  256. .widget_akismet_widget .a-stats a:active,
  257. .widget_akismet_widget .a-stats a:focus,
  258. .widget_akismet_widget .a-stats a:hover {
  259. background: #fff;
  260. color: #d11415;
  261. }
  262. .widget_akismet_widget .a-stats .count {
  263. color: inherit;
  264. padding: 0;
  265. }
  266. /* Authors */
  267. .widget_authors ul ul {
  268. margin-left: 0;
  269. }
  270. .rtl .widget_authors ul ul {
  271. margin-right: 0;
  272. }
  273. .widget_authors img {
  274. border-radius: 50%;
  275. margin-right: 7.5px;
  276. vertical-align: middle;
  277. }
  278. .rtl .widget_authors img {
  279. margin-right: 0;
  280. margin-left: 7.5px;
  281. }
  282. .widget_authors > ul > li > a {
  283. color: #222;
  284. font-family: "PT Serif", serif;
  285. }
  286. .widget_authors > ul > li > a:active,
  287. .widget_authors > ul > li > a:focus,
  288. .widget_authors > ul > li > a:hover {
  289. color: #d11415;
  290. }
  291. /* Flickr */
  292. .widget_flickr #flickr_badge_uber_wrapper,
  293. .widget_flickr #flickr_badge_wrapper {
  294. background: transparent;
  295. border: 0;
  296. }
  297. .widget_flickr #flickr_badge_wrapper {
  298. margin: 0;
  299. }
  300. .widget_flickr #flickr_badge_uber_wrapper {
  301. margin: 0 0 25px;
  302. }
  303. .widget_flickr br {
  304. display: none;
  305. }
  306. .widget_flickr br:last-of-type {
  307. clear: both;
  308. display: inline;
  309. }
  310. .widget_flickr td {
  311. border: 0;
  312. padding: 0;
  313. text-align: left;
  314. }
  315. .rtl .widget_flickr td {
  316. text-align: right;
  317. }
  318. .widget_flickr a,
  319. .widget_flickr img {
  320. display: block;
  321. }
  322. .widget_flickr a {
  323. border-bottom: 0;
  324. float: left;
  325. height: 60px;
  326. margin-bottom: 5px;
  327. margin-right: 5px;
  328. overflow: hidden;
  329. }
  330. .rtl .widget_flickr a {
  331. float: right;
  332. margin-left: 5px;
  333. margin-right: 0;
  334. }
  335. .widget_flickr .flickr-size-small a {
  336. height: 90px;
  337. }
  338. .widget_flickr a img {
  339. height: 100%;
  340. }
  341. .widget_flickr #flickr_badge_uber_wrapper td a:last-child {
  342. background: #d11415 !important;
  343. border: 2px solid #d11415;
  344. clear: both;
  345. color: #fff;
  346. display: inline-block;
  347. height: auto;
  348. float: none;
  349. font-family: Lato, sans-serif;
  350. font-weight: bold;
  351. padding: 5.5px 13px;
  352. margin-right: 0;
  353. text-transform: uppercase;
  354. width: auto;
  355. }
  356. .widget_flickr #flickr_badge_uber_wrapper td a:last-child:active,
  357. .widget_flickr #flickr_badge_uber_wrapper td a:last-child:focus,
  358. .widget_flickr #flickr_badge_uber_wrapper td a:last-child:hover {
  359. background: #fff !important;
  360. color: #d11415;
  361. }
  362. /* Follow Blog */
  363. .widget_blog_subscription > div {
  364. background: transparent !important;
  365. border: 0 !important;
  366. color: inherit !important;
  367. margin: 0 0 30px !important;
  368. padding: 0 !important;
  369. }
  370. .widget_blog_subscription input[type="text"] {
  371. padding: 7.5px !important;
  372. width: 100% !important;
  373. }
  374. /* Gravatar */
  375. .widget_gravatar img {
  376. vertical-align: middle;
  377. }
  378. /* Grid */
  379. .widgets-grid-layout,
  380. .widgets-multi-column-grid {
  381. margin-bottom: 26px;
  382. }
  383. .widgets-grid-layout a,
  384. .widgets-multi-column-grid a {
  385. border-bottom: 0;
  386. line-height: 0;
  387. }
  388. /* I Voted */
  389. .widget_i_voted img {
  390. margin-bottom: 30px;
  391. }
  392. /* Instagram */
  393. .widget_wpcom_instagram_widget a,
  394. .widget_wpcom_instagram_widget img {
  395. display: block;
  396. }
  397. .widget_wpcom_instagram_widget a {
  398. border-bottom: 0;
  399. }
  400. .widget_wpcom_instagram_widget > div {
  401. margin-bottom: 30px;
  402. }
  403. .widget_wpcom_instagram_widget .wpcom-instagram-columns-1 img,
  404. .widget_wpcom_instagram_widget .wpcom-instagram-columns-2 img,
  405. .widget_wpcom_instagram_widget .wpcom-instagram-columns-3 img {
  406. margin: 0;
  407. }
  408. /* Internet Defense League */
  409. .widget_internet_defense_league_widget a,
  410. .widget_internet_defense_league_widget img {
  411. display: block;
  412. }
  413. .widget_internet_defense_league_widget a {
  414. border-bottom: 0;
  415. }
  416. /* Lists */
  417. .widget_authors ul,
  418. .widget_jp_blogs_i_follow ol,
  419. .widget_blog-stats ul,
  420. .widget_top-clicks ul,
  421. .widget_top-posts ul,
  422. .widget.top_rated ul,
  423. .widget_upcoming_events_widget ul {
  424. border-bottom: 1px solid #eee;
  425. list-style: none;
  426. margin-left: 0;
  427. }
  428. .rtl .widget_authors ul,
  429. .rtl .widget_jp_blogs_i_follow ol,
  430. .rtl .widget_blog-stats ul,
  431. .rtl .widget_top-clicks ul,
  432. .rtl .widget_top-posts ul,
  433. .rtl .widget.top_rated ul,
  434. .rtl .widget_upcoming_events_widget ul {
  435. margin-right: 0;
  436. }
  437. .widget_authors li,
  438. .widget_jp_blogs_i_follow li,
  439. .widgets-list-layout li,
  440. .widget_top-clicks li,
  441. .widget_top-posts li,
  442. .widget.top_rated li,
  443. .widget_upcoming_events_widget li {
  444. border-top: 1px solid #eee;
  445. padding-bottom: 7.5px;
  446. padding-top: 7.5px;
  447. }
  448. .widget_authors ul ul {
  449. border-bottom: 0;
  450. margin-bottom: -7.5px;
  451. margin-top: 7.5px;
  452. padding-left: 30px;
  453. }
  454. .rtl .widget_authors ul ul {
  455. padding-left: 0;
  456. padding-right: 30px;
  457. }
  458. /* List Layout */
  459. .widget .widgets-list-layout {
  460. margin-bottom: 30px;
  461. }
  462. .widget .widgets-list-layout li {
  463. margin-bottom: 0;
  464. }
  465. .widget .widgets-list-layout span {
  466. display: block;
  467. opacity: 1;
  468. }
  469. /* Milestone */
  470. .milestone-widget .milestone-content {
  471. line-height: inherit;
  472. margin: 0 0 30px;
  473. }
  474. .milestone-widget .milestone-header {
  475. background: #d11415;
  476. font-family: Lato, sans-serif;
  477. line-height: inherit;
  478. padding: 15px;
  479. }
  480. .milestone-widget .milestone-header .event {
  481. font-size: inherit;
  482. line-height: inherit;
  483. }
  484. /* Recent Comments */
  485. .widget_recent_comments table {
  486. background: transparent;
  487. border: 0;
  488. border-top: 1px solid #eee;
  489. margin-bottom: 30px;
  490. }
  491. .widget_recent_comments tr,
  492. .widget_recent_comments td {
  493. border: 0;
  494. border-bottom: 1px solid #eee;
  495. }
  496. .widget_recent_comments td.recentcommentsavatarend,
  497. .widget_recent_comments td.recentcommentsavatartop,
  498. .widget_recent_comments td.recentcommentstextend {
  499. padding: 7.5px 0;
  500. vertical-align: middle;
  501. }
  502. .widget_recent_comments td.recentcommentstextend {
  503. padding-left: 15px;
  504. }
  505. .rtl .widget_recent_comments td.recentcommentstextend {
  506. padding-left: 0;
  507. padding-right: 15px;
  508. }
  509. .widget_recent_comments td.recentcommentsavatarend a {
  510. border-bottom: 0;
  511. }
  512. .widget_recent_comments td.recentcommentstexttop {
  513. padding: 15px 0 15px 15px;
  514. }
  515. .rtl .widget_recent_comments td.recentcommentstexttop {
  516. padding: 15px 15px 15px 0;
  517. }
  518. .widget_recent_comments img {
  519. border-radius: 50%;
  520. vertical-align: middle;
  521. }
  522. /* Recent Images */
  523. .widget_recent_images .recent_images {
  524. margin-bottom: 25px;
  525. }
  526. .widget_recent_images .recent_images a,
  527. .widget_recent_images .recent_images img {
  528. display: inline-block;
  529. line-height: 0;
  530. }
  531. .widget_recent_images .recent_images a {
  532. border-bottom: 0;
  533. }
  534. /* Tag Cloud */
  535. .wp_widget_tag_cloud > div {
  536. padding-bottom: 30px;
  537. }
  538. .wp_widget_tag_cloud a {
  539. font-size: inherit !important;
  540. line-height: 1.5;
  541. text-decoration: none;
  542. }
  543. .wp_widget_tag_cloud a:before {
  544. color: #222;
  545. content: "\0023";
  546. margin-right: 0.125em;
  547. }
  548. /* Top Rated */
  549. .widget.top_rated .pd_top_rated_holder_posts {
  550. margin-bottom: 30px;
  551. }
  552. .widget.top_rated .pd_top_rated_holder_posts > p {
  553. border: 1px solid #ddd;
  554. font-family: Lato, sans-serif;
  555. margin-bottom: -1px;
  556. padding: 15px;
  557. text-align: center;
  558. }
  559. .widget.top_rated ul {
  560. border: 1px solid #ddd;
  561. border-top: 0;
  562. margin-bottom: 0;
  563. padding: 15px;
  564. }
  565. .widget.top_rated li:first-child {
  566. border-top: 0;
  567. padding-top: 0;
  568. }
  569. .widget.top_rated li:last-child {
  570. padding-bottom: 0;
  571. }
  572. /* Upcoming Events */
  573. .widget_upcoming_events_widget .upcoming-events li {
  574. margin-bottom: 0;
  575. }
  576. /*--------------------------------------------------------------
  577. # Follow
  578. --------------------------------------------------------------*/
  579. #bitsubscribe input[type=text],
  580. #bitsubscribe input[type=email] {
  581. color: #000;
  582. }
  583. /*--------------------------------------------------------------
  584. # Responsive
  585. --------------------------------------------------------------*/
  586. /*--------------------------------------------------------------
  587. ## x >= 450px
  588. --------------------------------------------------------------*/
  589. @media screen and (min-width: 450px) {
  590. /* Comments */
  591. #comments #respond .comment-form-fields label,
  592. #respond.js .comment-form-fields label {
  593. padding-bottom: 10px !important;
  594. }
  595. }
  596. /*--------------------------------------------------------------
  597. ## x >= 600px
  598. --------------------------------------------------------------*/
  599. @media screen and (min-width: 600px) {
  600. /* Comments */
  601. #comments #respond {
  602. margin-bottom: 30px;
  603. }
  604. }