Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.48 KB | None | 0 0
  1. *,*:before,*:after {
  2. -webkit-box-sizing: border-box;
  3. -moz-box-sizing: border-box;
  4. box-sizing: border-box
  5. }
  6.  
  7. body {
  8. overflow-x: hidden;
  9. background-color: #eee;
  10. min-width: 920px
  11. }
  12.  
  13. a {
  14. color: #24a0ed;
  15. transition: color 0.15s ease
  16. }
  17.  
  18. ::-moz-selection {
  19. background-color: #0079d3;
  20. text-shadow: none;
  21. color: #fff
  22. }
  23.  
  24. ::selection {
  25. background-color: #0079d3;
  26. text-shadow: none;
  27. color: #fff
  28. }
  29.  
  30. :focus {
  31. outline: none!important
  32. }
  33.  
  34. body .content .text,body .content textarea,body .content input[type=text],body .content input[type=password],.side .spacer input,body .content input[type=url] {
  35. background-color: #fff;
  36. border: 1px solid #c3cfd6;
  37. color: #738491;
  38. box-shadow: none;
  39. transition: border-color 0.15s ease,color 0.15s ease;
  40. padding: 6px 12px
  41. }
  42.  
  43. body .content .text:hover,body .content textarea:hover,body .content input[type=text]:hover,body .content input[type=password]:hover,.side .spacer input:hover,body .content input[type=url]:hover {
  44. border-color: #738491
  45. }
  46.  
  47. body .content .text:focus,body .content textarea:focus,body .content input[type=text]:focus,body .content input[type=password]:focus,.side .spacer input:active,body .content input[type=url]:focus {
  48. border-color: #24a0ed;
  49. color: #292f34
  50. }
  51.  
  52. body .btn,body button {
  53. margin: 4px 16px 4px 0px;
  54. padding: 2px 18px;
  55. background-color: #0079d3;
  56. border: none;
  57. border-radius: 2px;
  58. color: #fff;
  59. text-transform: uppercase;
  60. font-weight: bold;
  61. cursor: default;
  62. height: 32px;
  63. font-size: 12px;
  64. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12);
  65. transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)
  66. }
  67.  
  68. .btn:hover,button:hover {
  69. color: #fff;
  70. background-color: #158be2;
  71. box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
  72. }
  73.  
  74. .btn:active,button:active {
  75. color: #fff;
  76. background-color: #0066b2;
  77. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12)
  78. }
  79.  
  80. #header {
  81. margin: 0px;
  82. height: 196px;
  83. border: none;
  84. background-color: #30333A;
  85. background-image: url(%%cX1HsRy%%);
  86. background-repeat: no-repeat;
  87. background-position: 50% 50%;
  88. background-size: cover;
  89. z-index: 1;
  90. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12)
  91. }
  92.  
  93. #sr-header-area {
  94. background-color: rgba(0,0,0,0.6);
  95. border: none;
  96. transition: all 0.15s ease;
  97. height: 24px;
  98. line-height: 23px
  99. }
  100.  
  101. #sr-header-area .width-clip {
  102. right: 300px
  103. }
  104.  
  105. body:not(.loggedin) #sr-header-area .width-clip {
  106. right: 340px
  107. }
  108.  
  109. #sr-header-area .sr-list {
  110. margin-right: 48px
  111. }
  112.  
  113. #sr-header-area .sr-bar a,#sr-more-link,#sr-header-area .separator,#sr-header-area .dropdown.srdrop .selected {
  114. background-color: transparent;
  115. color: rgba(255,255,255,0.4);
  116. transition: all 0.15s ease
  117. }
  118.  
  119. #sr-header-area:hover .sr-bar a,#sr-header-area:hover #sr-more-link,#sr-header-area:hover .seperator,#sr-header-area:hover .dropdown.srdrop .selected {
  120. color: rgba(255,255,255,0.8)
  121. }
  122.  
  123. #sr-header-area .sr-bar a:hover,#sr-more-link:hover,#sr-header-area .dropdown.srdrop .selected:hover {
  124. background-color: transparent;
  125. border: none;
  126. transition: all 0.15s ease
  127. }
  128.  
  129. a.random.choice {
  130. padding-top: 2px;
  131. position: relative;
  132. display: inline-block;
  133. margin-top: -2px
  134. }
  135.  
  136. #sr-header-area .dropdown.srdrop .selected {
  137. margin: 0px 12px 0px 8px;
  138. padding: 0px;
  139. background-image: none
  140. }
  141.  
  142. #sr-header-area .dropdown.srdrop .selected:hover {
  143. text-decoration: underline
  144. }
  145.  
  146. #sr-header-area .dropdown.srdrop .selected:after {
  147. position: relative;
  148. content: "Ò–¼";
  149. margin-left: 4px;
  150. font-size: 10px
  151. }
  152.  
  153. #sr-header-area .drop-choices.srdrop {
  154. background-color: #fff;
  155. border: none;
  156. box-shadow: 0px 2px 3px rgba(0,0,0,0.15)
  157. }
  158.  
  159. #sr-header-area .drop-choices a.choice {
  160. border-bottom: 1px solid #edeeee;
  161. color: #4D5763;
  162. padding: 2px
  163. }
  164.  
  165. #sr-header-area .drop-choices a.choice:hover {
  166. background-color: #f1f1f1
  167. }
  168.  
  169. #header-bottom-right {
  170. position: absolute;
  171. top: 0px;
  172. right: 0px;
  173. width: auto;
  174. max-width: 300px;
  175. height: 24px;
  176. background-color: transparent;
  177. font-size: 11px;
  178. padding: 5px 8px 4px 2px
  179. }
  180.  
  181. body:not(.loggedin) #header-bottom-right {
  182. max-width: 340px
  183. }
  184.  
  185. #header-bottom-right a {
  186. color: rgba(255,255,255,0.7)
  187. }
  188.  
  189. #header-bottom-right a:hover {
  190. text-decoration: underline
  191. }
  192.  
  193. .beta-hint a {
  194. margin-left: -16px;
  195. width: 16px;
  196. height: 16px;
  197. background-image: url(%%33sfj4n%%);
  198. background-repeat: no-repeat;
  199. background-position: -48px -32px;
  200. background-size: inherit
  201. }
  202.  
  203. .user .userkarma {
  204. font-weight: normal;
  205. color: rgba(255,255,255,0.4);
  206. border: none;
  207. font-size: 9px;
  208. transition: all 0.15s ease
  209. }
  210.  
  211. .separator,.user {
  212. color: rgba(255,255,255,0.4)
  213. }
  214.  
  215. #mail,#modmail {
  216. width: 16px;
  217. height: 14px;
  218. background-image: url(%%33sfj4n%%)!important;
  219. background-repeat: no-repeat!important;
  220. background-color: transparent;
  221. transition: all 0.25s ease
  222. }
  223.  
  224. #mail {
  225. top: -2px;
  226. overflow: visible
  227. }
  228.  
  229. #mail.nohavemail {
  230. background-position: -0px -0px
  231. }
  232.  
  233. #mail.havemail {
  234. background-position: -0px -32px;
  235. opacity: 1
  236. }
  237.  
  238. .message-count {
  239. background-color: #f50;
  240. position: relative;
  241. top: -1px;
  242. color: #fff!important
  243. }
  244.  
  245. #mail.havemail:before {
  246. position: fixed;
  247. padding: 16px 24px;
  248. bottom: 24px;
  249. z-index: 100;
  250. background-color: #EA4848;
  251. border-radius: 2px;
  252. box-shadow: 0px 1px 5px rgba(0,0,0,0.24);
  253. color: #fff;
  254. width: 300px;
  255. height: 48px;
  256. left: 32px;
  257. content: "You have new messages!";
  258. text-indent: 0px;
  259. font-size: 14px;
  260. font-family: arial,sans-serif;
  261. line-height: 1;
  262. -webkit-transform: translateY(112px);
  263. transform: translateY(112px);
  264. transition: background-color 0.25s ease,box-shadow 0.25s ease;
  265. background-image: url(%%33sfj4n%%);
  266. background-position: 269px -120px;
  267. background-repeat: no-repeat
  268. }
  269.  
  270. #mail.havemail:hover:before {
  271. background-color: #ec5b5b;
  272. box-shadow: 0px 3px 12px rgba(0,0,0,0.48)
  273. }
  274.  
  275. #mail.havemail:active:before {
  276. background-color: #c73d3d;
  277. box-shadow: 0px 4px 14px rgba(0,0,0,0.76)
  278. }
  279.  
  280. #modmail {
  281. top: -3px
  282. }
  283.  
  284. #modmail.nohavemail {
  285. background-position: -16px -0px
  286. }
  287.  
  288. #modmail.havemail {
  289. background-position: -16px -32px;
  290. opacity: 1
  291. }
  292.  
  293. #header-bottom-right a.pref-lang,.loggedin .logout a {
  294. background-position: -32px -0px;
  295. background-image: url(%%33sfj4n%%);
  296. width: 16px;
  297. height: 14px;
  298. display: inline-block;
  299. text-indent: -9999px;
  300. margin: 0px;
  301. position: relative;
  302. top: -1px;
  303. transition: all 0.25s ease
  304. }
  305.  
  306. .loggedin .logout a {
  307. background-position: -48px -0px
  308. }
  309.  
  310. #header-img.default-header,#header-img {
  311. z-index: 99;
  312. width: 0px;
  313. padding-left: 42px;
  314. height: 42px;
  315. background-image: url(%%33sfj4n%%);
  316. background-position: -80px -00px;
  317. margin: 0 8px 0 0;
  318. vertical-align: top;
  319. font-size: 0px
  320. }
  321.  
  322. #header-img.default-header:hover,#header-img:hover {
  323. background-position: -122px 0px
  324. }
  325.  
  326. #header .pagename {
  327. font-size: 0
  328. }
  329.  
  330. #header .pagename a {
  331. display: inline-block;
  332. line-height: 62px;
  333. color: #fff;
  334. font-size: 62px;
  335. font-weight: bold;
  336. font-family: Lato,arial,sans-serif;
  337. font-variant: normal;
  338. text-shadow: 0px 1px 12px rgba(0,0,0,0.5)
  339. }
  340.  
  341. #header-bottom-left {
  342. position: absolute;
  343. top: 100px;
  344. left: 16px;
  345. right: 384px
  346. }
  347.  
  348. #header .tabmenu {
  349. margin: 12px 0 0 0;
  350. display: block;
  351. height: 42px;
  352. line-height: 42px;
  353. border: none
  354. }
  355.  
  356. #header .tabmenu:before {
  357. content: "";
  358. display: block;
  359. position: absolute;
  360. left: -16px;
  361. right: -384px;
  362. background-color: rgba(0,0,0,0.54);
  363. height: 42px;
  364. z-index: -1
  365. }
  366.  
  367. #header .tabmenu li a {
  368. margin: 0 16px;
  369. padding: 0;
  370. text-transform: uppercase;
  371. font-weight: normal;
  372. font-size: 14px;
  373. font-family: Lato,arial,sans-serif;
  374. color: rgba(255,255,255,0.7);
  375. display: inline-block;
  376. line-height: 32px
  377. }
  378.  
  379. #header .tabmenu li a:hover {
  380. color: #fff
  381. }
  382.  
  383. #header .tabmenu li:first-of-type a {
  384. margin-left: 0px
  385. }
  386.  
  387. #header .tabmenu li.selected a {
  388. padding-bottom: 4px;
  389. color: #fff;
  390. border-bottom: 2px solid
  391. }
  392.  
  393. .listing-page .tabmenu li>a[href$="/controversial/"],.wiki-page .tabmenu li>a[href$="/controversial/"],.listing-page .tabmenu li>a[href$="/promoted/"],.wiki-page .tabmenu li>a[href$="/promoted/"] {
  394. display: none!important
  395. }
  396.  
  397. body>.content {
  398. margin: 16px 352px 64px 16px;
  399. padding: 0px 0px;
  400. padding-top: 8px!important
  401. }
  402.  
  403. .link {
  404. margin: 0px;
  405. padding: 16px 0;
  406. position: relative
  407. }
  408.  
  409. body>.content .link .rank,.rank-spacer {
  410. display: none
  411. }
  412.  
  413. .link .midcol {
  414. width: 32px!important;
  415. margin: 0 16px 0 0;
  416. overflow: visible;
  417. height: 56px
  418. }
  419.  
  420. .link .score {
  421. line-height: 16px;
  422. font-size: 12px;
  423. text-align: center;
  424. margin: 1px -100% 1px -100%
  425. }
  426.  
  427. .link .score.likes {
  428. color: #ff6422
  429. }
  430.  
  431. .link .score.dislikes {
  432. color: #5c5bd7
  433. }
  434.  
  435. .arrow {
  436. margin: 0px 0px 0px 0px;
  437. background-image: url(%%33sfj4n%%)!important;
  438. background-color: transparent;
  439. width: 33px;
  440. border-radius: 2px;
  441. transition: background-color 0.25s ease
  442. }
  443.  
  444. .arrow:hover {
  445. background-color: rgba(0,0,0,0.05)
  446. }
  447.  
  448. .arrow.up {
  449. height: 20px;
  450. background-position: -0px -80px;
  451. transition: background-color 0.25s ease
  452. }
  453.  
  454. .arrow.upmod {
  455. height: 20px;
  456. background-position: -32px -80px;
  457. position: relative
  458. }
  459.  
  460. .arrow.upmod:focus:after {
  461. position: absolute;
  462. left: 2px;
  463. bottom: -3px;
  464. width: 28px;
  465. height: 28px;
  466. opacity: 1;
  467. z-index: 100;
  468. content: " ";
  469. background-color: #ff5500;
  470. border-radius: 28px;
  471. animation: upvote 0.35s ease-out forwards;
  472. -webkit-animation: upvote 0.35s ease-out forwards
  473. }
  474.  
  475. .arrow.down {
  476. height: 20px;
  477. background-position: -64px -80px;
  478. transition: background-color 0.25s ease
  479. }
  480.  
  481. .arrow.downmod {
  482. height: 20px;
  483. background-position: -0px -100px
  484. }
  485.  
  486.  
  487.  
  488. .arrow.down:hover:after {
  489. visibility: visible;
  490. background-color: rgba(79,77,192,0.9);
  491. color: #FFF;
  492. margin-left: 48px
  493. }
  494.  
  495. .thumbnail {
  496. width: 80px;
  497. height: 56px;
  498. margin: 0 16px 0 0
  499. }
  500.  
  501. .thumbnail img {
  502. min-height: 56px;
  503. min-width: 80px;
  504. max-width: none;
  505. max-height: 56px
  506. }
  507.  
  508. .stickied .thumbnail,.thumbnail.default,.thumbnail.self,.over18.link .thumbnail {
  509. width: 80px;
  510. height: 56px
  511. }
  512.  
  513. .thumbnail.default {
  514. background: url(%%33sfj4n%%) -176px -048px
  515. }
  516.  
  517. .thumbnail.self {
  518. background: url(%%33sfj4n%%) -096px -104px
  519. }
  520.  
  521. .stickied .thumbnail {
  522. background: url(%%33sfj4n%%) -096px -048px
  523. }
  524.  
  525. .over18.link .thumbnail {
  526. background: url(%%33sfj4n%%) -176px -104px!important
  527. }
  528.  
  529. .over18.link .thumbnail img {
  530. display: none
  531. }
  532.  
  533. a.thumbnail[href*="reddit.com"] {
  534. background: url(%%33sfj4n%%) -176px -160px
  535. }
  536.  
  537. a.thumbnail[href*="reddit.com"] img {
  538. display: none
  539. }
  540.  
  541. .link .entry {
  542. padding: 0;
  543. margin: 0;
  544. max-width: 960px
  545. }
  546.  
  547. .link .title {
  548. margin: 0px 0px 0px 0px;
  549. font-size: 13.5pt;
  550. font-family: Arial,sans-serif;
  551. transition: all 0.15s ease;
  552. overflow: visible
  553. }
  554.  
  555. body .content .sitetable .link .title a:hover {
  556. color: #24a0ed
  557. }
  558.  
  559. .thing .title.loggedin.click,.thing .title.click,.thing .title.loggedin,.thing .title {
  560. color: #24a0ed
  561. }
  562.  
  563. .content .thing .title:visited,.content .thing.visited .title {
  564. color: #738491
  565. }
  566.  
  567. .thing .title.loggedin.click:visited,.thing .title.click:visited {
  568. color: #24a0ed
  569. }
  570.  
  571. .link .domain {
  572. visibility: hidden
  573. }
  574.  
  575. .link .domain a {
  576. visibility: visible;
  577. position: relative;
  578. top: -1px;
  579. color: #98abba;
  580. transition: all 0.15s ease
  581. }
  582.  
  583. .link .domain a:hover {
  584. color: #24a0ed;
  585. text-decoration: none
  586. }
  587.  
  588. .approval-checkmark {
  589. cursor: default
  590. }
  591.  
  592. .expando-button,.expando-button.image,.expando-button.video-muted {
  593. position: relative;
  594. top: -1px;
  595. margin: 2px 6px 2px 0px!important;
  596. width: 16px!important;
  597. height: 16px!important;
  598. border-radius: 2px;
  599. background-color: transparent;
  600. background-image: url(%%33sfj4n%%)!important;
  601. border: 1px solid #e9e9e9;
  602. cursor: pointer
  603. }
  604.  
  605. .expando-button:hover {
  606. background-color: #0079d3;
  607. border-color: #0079d3
  608. }
  609.  
  610. .expando-button.selftext.collapsed {
  611. background-position: -00px -48px!important
  612. }
  613.  
  614. .expando-button.selftext.collapsed:hover {
  615. background-position: -16px -48px!important
  616. }
  617.  
  618. .expando-button.selftext.expanded {
  619. background-position: -32px -48px!important
  620. }
  621.  
  622. .expando-button.selftext.expanded:hover {
  623. background-position: -48px -48px!important
  624. }
  625.  
  626. .expando-button.video.collapsed {
  627. background-position: -64px -48px!important
  628. }
  629.  
  630. .expando-button.video.collapsed:hover {
  631. background-position: -80px -48px!important
  632. }
  633.  
  634. .expando-button.video.expanded {
  635. background-position: -32px -48px!important
  636. }
  637.  
  638. .expando-button.video.expanded:hover {
  639. background-position: -48px -48px!important
  640. }
  641.  
  642. .expando-button.image.collapsedExpando {
  643. background-position: -32px -64px!important
  644. }
  645.  
  646. .expando-button.image.collapsedExpando:hover {
  647. background-position: -48px -64px!important
  648. }
  649.  
  650. .expando-button.image.expanded {
  651. background-position: -32px -48px!important
  652. }
  653.  
  654. .expando-button.image.expanded:hover {
  655. background-position: -48px -48px!important
  656. }
  657.  
  658. .expando-button.image.gallery.collapsedExpando {
  659. background-position: -0px -64px!important
  660. }
  661.  
  662. .expando-button.image.gallery.collapsedExpando:hover {
  663. background-position: -16px -64px!important
  664. }
  665.  
  666. .expando-button.image.gallery.expanded {
  667. background-position: -32px -48px!important
  668. }
  669.  
  670. .expando-button.image.gallery.expanded:hover {
  671. background-position: -48px -48px!important
  672. }
  673.  
  674. .expando-button.video-muted.collapsed {
  675. background-position: -64px -64px!important
  676. }
  677.  
  678. .expando-button.video-muted.collapsed:hover {
  679. background-position: -80px -64px!important
  680. }
  681.  
  682. .expando-button.video-muted.expanded {
  683. background-position: -32px -48px!important
  684. }
  685.  
  686. .expando-button.video-muted.expanded:hover {
  687. background-position: -48px -48px!important
  688. }
  689.  
  690. .link .usertext .md {
  691. margin-top: 12px;
  692. margin-bottom: -12px;
  693. padding-top: 12px;
  694. padding-left: 0;
  695. background-color: transparent;
  696. border: 0px solid;
  697. border-top: 1px solid #edf1f3;
  698. border-radius: 0px;
  699. color: #292f34
  700. }
  701.  
  702. .entry .tagline {
  703. margin-top: 3px;
  704. color: #98abba;
  705. font-size: 12px;
  706. font-family: arial,sans-serif
  707. }
  708.  
  709. .link .entry .tagline a {
  710. color: #292f34
  711. }
  712.  
  713. .link .entry .tagline:first-letter {
  714. text-transform: capitalize
  715. }
  716.  
  717. .link .entry .tagline time {
  718. cursor: help
  719. }
  720.  
  721. .link .entry .tagline a:hover {
  722. color: #24a0ed;
  723. text-decoration: none
  724. }
  725.  
  726. .link .entry .tagline a.author {
  727. margin-right: inherit
  728. }
  729.  
  730. .link .entry .tagline .userattrs {
  731. visibility: hidden
  732. }
  733.  
  734. .link .entry .tagline .userattrs a {
  735. visibility: visible;
  736. font-size: 10px;
  737. padding: 1px 3px 1px 2px;
  738. margin-left: 2px;
  739. background-color: #f00;
  740. color: #fff!important;
  741. position: relative;
  742. top: -1px;
  743. cursor: help
  744. }
  745.  
  746. .link .entry .tagline .userattrs a.moderator {
  747. background-color: #27b062
  748. }
  749.  
  750. .RESUserTagImage {
  751. height: 10px!important;
  752. background-image: url(%%33sfj4n%%)!important;
  753. background-position: -32px -101px!important;
  754. opacity: 0.25!important;
  755. margin-left: 2px!important;
  756. transition: opacity 0.15s ease;
  757. margin-top: 1px!important
  758. }
  759.  
  760. .RESUserTagImage:hover {
  761. opacity: 1!important
  762. }
  763.  
  764. .link .flat-list {
  765. padding: 0;
  766. margin-top: 3px
  767. }
  768.  
  769. .entry .buttons li {
  770. line-height: normal
  771. }
  772.  
  773. .entry .buttons li a {
  774. padding: 0 1px;
  775. color: #98abba;
  776. font-weight: normal;
  777. font-size: 13px;
  778. font-family: Arial,sans-serif;
  779. transition: all 0.15s ease
  780. }
  781.  
  782. .link .entry .buttons li a:hover {
  783. color: #24a0ed;
  784. text-decoration: none
  785. }
  786.  
  787. .entry .buttons li.nsfw-stamp {
  788. padding: 0;
  789. border-radius: 0;
  790. border: none!important
  791. }
  792.  
  793. .nsfw-stamp {
  794. padding: 0;
  795. border-radius: 0px;
  796. border: 0px
  797. }
  798.  
  799. .nsfw-stamp acronym {
  800. position: relative;
  801. top: -1px;
  802. padding: 2px 3px;
  803. background-color: #ea4876;
  804. border-color: #ea4876;
  805. border-radius: 0px;
  806. color: #fff;
  807. cursor: help
  808. }
  809.  
  810. .link .entry .buttons li a.comments {
  811. color: #24a0ed;
  812. font-weight: bold!important;
  813. transition: all 0.25s ease-in-out!important
  814. }
  815.  
  816. .link .entry li .comments:hover {
  817. text-decoration: none
  818. }
  819.  
  820. .action-form {
  821. position: fixed;
  822. top: 35%;
  823. left: 40%;
  824. margin: 0;
  825. padding: 24px;
  826. background-color: #fff;
  827. z-index: 100;
  828. box-shadow: 0px 0px 16px rgba(0,0,0,0.12);
  829. border: none;
  830. border-radius: 2px
  831. }
  832.  
  833. .action-form .reason-prompt {
  834. font-size: 16px;
  835. color: #4D5763;
  836. padding-bottom: 8px;
  837. display: block
  838. }
  839.  
  840. .action-form .reason-prompt:first-letter {
  841. text-transform: capitalize
  842. }
  843.  
  844. .action-form .reason-prompt li {
  845. padding: 4px 4px 4px 0px;
  846. display: block
  847. }
  848.  
  849. .action-form li label {
  850. padding: 4px 4px 4px 0px;
  851. cursor: pointer;
  852. display: block;
  853. color: #4D5763;
  854. text-transform: capitalize
  855. }
  856.  
  857. .action-form li label:hover {
  858. background-color: rgba(0,0,0,0.05)
  859. }
  860.  
  861. .action-form input[name="other_reason"] {
  862. padding: 8px
  863. }
  864.  
  865. .link .entry .buttons li a.flairselectbtn {
  866. color: #24a0ed
  867. }
  868.  
  869. .link .entry .buttons li .redditSingleClick {
  870. padding: 0 1px;
  871. color: #98abba;
  872. font-weight: normal;
  873. font-size: 13px;
  874. font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  875. transition: all 0.15s ease
  876. }
  877.  
  878. .linkflairlabel {
  879. padding: 1px 6px 1px 6px;
  880. height: 18px;
  881. border-radius: 1px;
  882. border: 0px solid;
  883. color: #fff;
  884. font-weight: bold;
  885. font-style: normal;
  886. font-variant: normal;
  887. font-size: 13px;
  888. font-family: Arial,sans-serif;
  889. cursor: default;
  890. vertical-align: middle;
  891. position: relative;
  892. top: -2px;
  893. background-color: #738491
  894. }
  895.  
  896. .linkflair-mod .linkflairlabel {
  897. background-color: #27b062;
  898. color: #fff
  899. }
  900.  
  901. .linkflair-mod a {
  902. color: #27b062!important
  903. }
  904.  
  905. .linkflair-mod .thumbnail.default,.linkflair-mod .thumbnail.self {
  906. background: url(%%33sfj4n%%) -96px -48px!important
  907. }
  908.  
  909. body .content .thing.spam {
  910. background-color: #FFE9E6
  911. }
  912.  
  913. .entry .buttons li.reported-stamp {
  914. background-color: transparent;
  915. border: 1px solid #EDEEEE!important;
  916. border-radius: 2px;
  917. color: #292f34;
  918. line-height: 17px
  919. }
  920.  
  921. a.pretty-button.negative,a.pretty-button.neutral,a.pretty-button.positive {
  922. background-image: none;
  923. border-radius: 2px;
  924. box-shadow: inset 0px 0px 0px rgba(0,0,0,0.25);
  925. color: #fff;
  926. line-height: 15px;
  927. transition: all 0.1s ease
  928. }
  929.  
  930. a.pretty-button.negative {
  931. background-color: #fb797e;
  932. border-color: #fb797e
  933. }
  934.  
  935. a.pretty-button.negative:hover {
  936. background-color: #fc535a;
  937. border-color: #fc535a
  938. }
  939.  
  940. a.pretty-button.neutral {
  941. background-color: #dddddd;
  942. border-color: #dddddd;
  943. color: #4A4F57
  944. }
  945.  
  946. a.pretty-button.neutral:hover {
  947. background-color: #ececec;
  948. border-color: #ececec
  949. }
  950.  
  951. a.pretty-button.positive {
  952. background-color: #1ecd97;
  953. border-color: #1ecd97
  954. }
  955.  
  956. a.pretty-button.positive:hover {
  957. background-color: #22e1a6;
  958. border-color: #22e1a6
  959. }
  960.  
  961. a.pretty-button.positive.pressed,a.pretty-button.neutral.pressed,a.pretty-button.negative.pressed {
  962. background-image: none;
  963. box-shadow: inset 0px 3px 1px rgba(0,0,0,0.15)
  964. }
  965.  
  966. ul.report-reasons {
  967. border-radius: 2px;
  968. background-color: transparent;
  969. border: 1px solid #edf1f3;
  970. padding: 8px;
  971. font-size: 12px;
  972. margin-top: 4px
  973. }
  974.  
  975. .link.last-clicked {
  976. left: -16px;
  977. margin-right: -32px;
  978. padding-left: 16px;
  979. background-color: rgba(0,0,0,0.04);
  980. border: none
  981. }
  982.  
  983. .thing.link.stickied a.title,.thing.link.stickied a,.thing.link.stickied .entry li .comments {
  984. color: #27b062!important
  985. }
  986.  
  987. .thing.link.stickied .expando-button:hover {
  988. background-color: #27b062!important;
  989. border-color: #27b062!important
  990. }
  991.  
  992. .tagline .stickied-tagline {
  993. color: #b3b3b3;
  994. cursor: help
  995. }
  996.  
  997. .stickied.comment>.entry a,.stickied.comment .tagline .stickied-tagline {
  998. color: #27b062!important
  999. }
  1000.  
  1001. .content .spacer {
  1002. margin: 0
  1003. }
  1004.  
  1005. .link.promotedlink.promoted {
  1006. background-color: #EFF7FF;
  1007. padding: 16px 0
  1008. }
  1009.  
  1010. .link.promotedlink.promoted .thumbnail {
  1011. height: auto
  1012. }
  1013.  
  1014. .link.promotedlink.promoted .thumbnail img {
  1015. max-height: none;
  1016. max-width: none;
  1017. min-width: 0px;
  1018. min-height: 0px
  1019. }
  1020.  
  1021. .organic-listing {
  1022. background-color: white!important;
  1023. padding: 0;
  1024. position: relative;
  1025. margin-bottom: 0px;
  1026. border: none;
  1027. border-radius: 2px 2px 0px 0px
  1028. }
  1029.  
  1030. .organic-listing .link,.organic-listing .link.compressed,.organic-listing .link.promotedlink {
  1031. padding: 16px;
  1032. background-color: transparent;
  1033. border: 1px solid #edf1f3;
  1034. border-radius: 3px
  1035. }
  1036.  
  1037. .organic-listing .help {
  1038. margin-bottom: 20px;
  1039. margin-right: 16px;
  1040. color: #98abba
  1041. }
  1042.  
  1043. .organic-listing .sponsored-tagline {
  1044. margin-bottom: 20px;
  1045. margin-right: 16px;
  1046. color: #98abba
  1047. }
  1048.  
  1049. .link.compressed {
  1050. margin: 0
  1051. }
  1052.  
  1053. .link.compressed .entry {
  1054. padding: 11px 32px 9px 0px
  1055. }
  1056.  
  1057. .link.compressed .title {
  1058. margin: 0
  1059. }
  1060.  
  1061. body>.content .link.compressed .midcol {
  1062. height: auto;
  1063. margin: 8px 0px 0px 4px
  1064. }
  1065.  
  1066. .flairselector {
  1067. position: fixed;
  1068. top: 20%!important;
  1069. left: 50%!important;
  1070. margin-left: -125px;
  1071. padding: 32px!important;
  1072. width: 450px!important;
  1073. border: none;
  1074. border-radius: 2px;
  1075. box-shadow: 0px 0px 16px rgba(0,0,0,0.12)
  1076. }
  1077.  
  1078. .flairselector.drop-choices.active {
  1079. border: 1px solid #e2e2e2
  1080. }
  1081.  
  1082. .flairselector h2 {
  1083. margin-bottom: 4px;
  1084. background-color: transparent;
  1085. color: #24a0ed;
  1086. text-align: left;
  1087. text-transform: capitalize;
  1088. font-weight: normal;
  1089. font-size: 18px
  1090. }
  1091.  
  1092. .flairoptionpane {
  1093. max-height: 250px;
  1094. text-align: left
  1095. }
  1096.  
  1097. .flairoptionpane ul{
  1098. max-width: 300px!important;
  1099. }
  1100.  
  1101. .flairselector .flairoptionpane ul li {
  1102. padding: 0px!important
  1103. }
  1104.  
  1105. .flairoptionpane ul li .linkflair {
  1106. text-align: left;
  1107. padding: 0px
  1108. }
  1109.  
  1110. .flairoptionpane ul li .linkflair:hover,.flairselector li:hover {
  1111. background-color: #F5F8F9;
  1112. border: 0px solid
  1113. }
  1114.  
  1115. .flairoptionpane ul li .linkflair span.linkflairlabel {
  1116. margin: 8px 0px;
  1117. line-height: 1.35;
  1118. margin-right: 6px
  1119. }
  1120.  
  1121. .flairoptionpane ul li .linkflair a.title {
  1122. font-size: 18px!important;
  1123. opacity: 100!important;
  1124. color: #24a0ed!important
  1125. }
  1126.  
  1127. .flairselector form {
  1128. padding-top: 12px;
  1129. border-top: 1px solid #F7F7F7
  1130. }
  1131.  
  1132. .flairselector form .flairselection {
  1133. text-align: left
  1134. }
  1135.  
  1136. .flairselector form .flairselection:before {
  1137. display: block;
  1138. content: "Selected Flair:";
  1139. color: #738491
  1140. }
  1141.  
  1142. .flairselector form .flairselection .linkflair a.title {
  1143. font-size: 18px!important;
  1144. opacity: 100!important;
  1145. color: #24a0ed!important;
  1146. cursor: default
  1147. }
  1148.  
  1149. .flairselector form .flairselection .flairremove {
  1150. padding: 4px 0px;
  1151. margin-bottom: 8px;
  1152. visibility: hidden;
  1153. display: block!important
  1154. }
  1155.  
  1156. .flairselector form .flairselection .flairremove a {
  1157. visibility: visible;
  1158. opacity: 100!important;
  1159. color: #24a0ed!important;
  1160. margin-left: -4px;
  1161. text-transform: capitalize
  1162. }
  1163.  
  1164. .flairselector form .flairselection .flairremove a:first-letter {
  1165. text-transform: capitalize
  1166. }
  1167.  
  1168. .flairselector form .flairselection .flairremove a:hover {
  1169. text-decoration: underline!important
  1170. }
  1171.  
  1172. .flairselector .error {
  1173. text-align: left
  1174. }
  1175.  
  1176. .flairselector .error:first-letter {
  1177. text-transform: capitalize
  1178. }
  1179.  
  1180. .flairselector .error:after {
  1181. display: block;
  1182. color: #b3b3b3;
  1183. content: "Go to /r/.../about/flair"
  1184. }
  1185.  
  1186. .flairselector img {
  1187. position: relative;
  1188. left: 50%;
  1189. margin-left: -9px;
  1190. opacity: 0.5
  1191. }
  1192.  
  1193. .flairselector .flairoptionpane ul li {
  1194. margin: 4px 0px
  1195. }
  1196.  
  1197. .flairselector li.selected {
  1198. border: none;
  1199. background-color: transparent
  1200. }
  1201.  
  1202. .flairselector .flairoptionpane ul li.flairsample-right {
  1203. padding: 5px 0px!important;
  1204. border: none
  1205. }
  1206.  
  1207. .flairselector li a,.flairselector form .flairselection a.author {
  1208. color: #738491!important;
  1209. font-size: 11px
  1210. }
  1211.  
  1212. .unvotable-message {
  1213. border: 0px solid;
  1214. color: #738491
  1215. }
  1216.  
  1217. .unvotable-message:first-letter {
  1218. text-transform: capitalize
  1219. }
  1220.  
  1221. .res .RES-keyNav-activeElement {
  1222. outline: 0px dashed #EEEEEE!important;
  1223. transition: all 0.15s ease
  1224. }
  1225.  
  1226. .res .entry {
  1227. transition: all 0.10s ease
  1228. }
  1229.  
  1230. div.RES-keyNav-activeElement,div.commentarea div.RES-keyNav-activeElement.entry div.noncollapsed {
  1231. background-color: transparent!important;
  1232. padding-left: 8px!important;
  1233. border-left: 3px solid #C2C2C2
  1234. }
  1235.  
  1236. div.commentarea div.RES-keyNav-activeElement .md {
  1237. background-color: transparent!important
  1238. }
  1239.  
  1240. .res .commentarea .thing {
  1241. padding: 16px 16px 0px 14px!important
  1242. }
  1243.  
  1244. .res .commentarea .thing.collapsed {
  1245. padding-bottom: 16px!important
  1246. }
  1247.  
  1248. .res .commentarea .entry .flat-list {
  1249. margin-bottom: 0px;
  1250. padding-bottom: 0px
  1251. }
  1252.  
  1253. .res .comment .entry {
  1254. margin-bottom: 16px
  1255. }
  1256.  
  1257. .userTagLink.hasTag,#userTaggerPreview {
  1258. font-size: 11px!important;
  1259. border-radius: 0px!important;
  1260. border: 0px solid!important;
  1261. margin-top: 0px!important;
  1262. margin-left: 4px!important
  1263. }
  1264.  
  1265. .RESDialogSmall {
  1266. border: none;
  1267. box-shadow: 0 2px 3px rgba(0,0,0,0.12);
  1268. margin-top: 8px
  1269. }
  1270.  
  1271. .RESDialogSmall>h3 {
  1272. color: #4F8EF7;
  1273. background-color: #FFF;
  1274. border-bottom: 1px solid #EDEDED;
  1275. height: 36px;
  1276. padding: 8px;
  1277. margin: 0px
  1278. }
  1279.  
  1280. .livePreview .md {
  1281. padding: 8px 12px
  1282. }
  1283.  
  1284. .RESCloseButton {
  1285. line-height: 19px;
  1286. height: 22px;
  1287. width: 22px;
  1288. transition: all 0.15s ease
  1289. }
  1290.  
  1291. .RESCloseButton:hover {
  1292. border: 1px solid #D7D9DC
  1293. }
  1294.  
  1295. #userTaggerToolTip input[type=text],#userTaggerToolTip select {
  1296. line-height: 22px;
  1297. padding-left: 4px;
  1298. border: 1px solid #E5E5E5!important
  1299. }
  1300.  
  1301. .toggleButton {
  1302. line-height: 0.8
  1303. }
  1304.  
  1305. .toggleButton .toggleOn {
  1306. border-radius: 0px;
  1307. border: 1px solid #4F8EF7;
  1308. background-color: #4F8EF7;
  1309. color: #fff;
  1310. text-transform: capitalize
  1311. }
  1312.  
  1313. .toggleButton .toggleOff {
  1314. border-radius: 0px;
  1315. border: 1px solid #D7D9DC;
  1316. background-color: transparent;
  1317. text-transform: capitalize
  1318. }
  1319.  
  1320. #userTaggerToolTip input[type=submit] {
  1321. bottom: 10px!important
  1322. }
  1323.  
  1324. .top-page .menuarea {
  1325. margin: 16px 0 24px 0;
  1326. padding: 0;
  1327. border: none;
  1328. color: #738491;
  1329. overflow: visible
  1330. }
  1331.  
  1332. .dropdown.lightdrop .selected {
  1333. color: #292f34;
  1334. text-decoration: none;
  1335. cursor: pointer;
  1336. padding: 8px 12px;
  1337. border: 1px solid #edf1f3;
  1338. border-radius: 2px;
  1339. background-image: none
  1340. }
  1341.  
  1342. .dropdown.lightdrop .selected:hover {
  1343. background-color: rgba(0,0,0,0.05)
  1344. }
  1345.  
  1346. .dropdown.lightdrop .selected:after {
  1347. content: " Ò–¼"
  1348. }
  1349.  
  1350. .drop-choices.lightdrop {
  1351. margin-top: 8px
  1352. }
  1353.  
  1354. .guider {
  1355. border: none;
  1356. box-shadow: 0px 2px 3px #DDD
  1357. }
  1358.  
  1359. .guider_content h1 {
  1360. color: #4F8EF7
  1361. }
  1362.  
  1363. .guider_button {
  1364. font-size: 11px;
  1365. border: none;
  1366. background-image: none;
  1367. background-color: #4F8EF7;
  1368. transition: all 0.15s ease
  1369. }
  1370.  
  1371. .guider_button:hover {
  1372. background-color: rgba(79,142,247,0.75)
  1373. }
  1374.  
  1375. .x_button {
  1376. transition: all 0.25s ease;
  1377. box-shadow: 0px 1px 4px rgba(0,0,0,0.00)
  1378. }
  1379.  
  1380. .x_button:hover {
  1381. box-shadow: 0px 1px 4px rgba(0,0,0,0.15)
  1382. }
  1383.  
  1384. .content .infobar {
  1385. margin: 0px 0px 16px 0px;
  1386. padding: 8px 16px;
  1387. line-height: 26px;
  1388. border: none;
  1389. background-color: #0079d3;
  1390. color: #fff;
  1391. border-radius: 2px
  1392. }
  1393.  
  1394. .infobar .md {
  1395. color: #fff
  1396. }
  1397.  
  1398. .content .infobar:first-letter {
  1399. text-transform: capitalize
  1400. }
  1401.  
  1402. .content .infobar.welcome {
  1403. line-height: inherit;
  1404. height: 86px
  1405. }
  1406.  
  1407. .content .infobar.welcome h1 {
  1408. color: #4d5763
  1409. }
  1410.  
  1411. .commentarea .infobar {
  1412. line-height: 18px;
  1413. margin: 8px 0 16px 0
  1414. }
  1415.  
  1416. .commentarea .infobar a {
  1417. color: rgba(0,0,0,0.64);
  1418. font-weight: bold
  1419. }
  1420.  
  1421. .reddit-infobar.with-icon {
  1422. border: none;
  1423. background: #fff;
  1424. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12);
  1425. margin: 0 0 16px 0
  1426. }
  1427.  
  1428. .reddit-infobar.with-icon .md {
  1429. color: #000;
  1430. font-size: 14px
  1431. }
  1432.  
  1433. .reddit-infobar.with-icon.locked-infobar {
  1434. background-color: #27B062
  1435. }
  1436.  
  1437. .reddit-infobar.with-icon.locked-infobar .md {
  1438. color: #fff
  1439. }
  1440.  
  1441. .reddit-infobar.with-icon.locked-infobar p:after {
  1442. content: " Sort comments by new to find out more."
  1443. }
  1444.  
  1445. .reddit-infobar.with-icon.locked-infobar:before {
  1446. background-color: #27B062;
  1447. border-right: 1px solid rgba(0,0,0,0.08)
  1448. }
  1449.  
  1450. #eu-cookie-policy .reddit-infobar {
  1451. padding-right: 118px
  1452. }
  1453.  
  1454. #eu-cookie-policy .c-btn-primary {
  1455. margin: -2px 16px 0 0
  1456. }
  1457.  
  1458. #noresults {
  1459. margin: 0;
  1460. width: 100%;
  1461. height: 416px;
  1462. text-indent: -9999px;
  1463. font-size: 0px;
  1464. display: block
  1465. }
  1466.  
  1467. .nav-buttons {
  1468. padding: 16px 16px 16px 0;
  1469. color: #738491
  1470. }
  1471.  
  1472. .nav-buttons .nextprev {
  1473. color: #738491;
  1474. font-size: 14px
  1475. }
  1476.  
  1477. .nav-buttons .nextprev a {
  1478. border: 0px;
  1479. padding: 8px 16px;
  1480. background-color: transparent;
  1481. border: 1px solid #edf1f3;
  1482. transition: background-color 0.15s ease
  1483. }
  1484.  
  1485. .nav-buttons .nextprev a:hover {
  1486. text-decoration: none;
  1487. background-color: rgba(0,0,0,0.05)
  1488. }
  1489.  
  1490. .side {
  1491. margin: 282px 16px 108px 0px;
  1492. padding: 0;
  1493. background-color: transparent;
  1494. width: 320px
  1495. }
  1496.  
  1497. .side .spacer {
  1498. margin: 0 0 16px 0
  1499. }
  1500.  
  1501.  
  1502. .side .titlebox h1.redditname:before {
  1503. content: "";
  1504. position: absolute;
  1505. display: block;
  1506. width: 420px;
  1507. z-index: -1;
  1508. height: 76px;
  1509. margin-top: -16px;
  1510. margin-left: -16px;
  1511. background-color: #fff;
  1512. border-radius: 0px 0px 2px 2px;
  1513. box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14)
  1514. }
  1515.  
  1516. .side .titlebox h1.redditname {
  1517. margin-bottom: 6px;
  1518. position: absolute;
  1519. top: 308px;
  1520. z-index: 100;
  1521. font-family: Lato,arial,verdana,helvetica,sans-serif;
  1522. content: "Home"
  1523. }
  1524.  
  1525. .side .titlebox h1.redditname a {
  1526. color: #333
  1527. }
  1528.  
  1529. .titlebox span.subscribers {
  1530. position: absolute;
  1531. z-index: 100;
  1532. color: #333;
  1533. font-size: 12px;
  1534. top: 336px
  1535. }
  1536.  
  1537.  
  1538. div.titlebox span.word {
  1539. display: none
  1540. }
  1541.  
  1542. .titlebox .users-online {
  1543. display: inline
  1544. }
  1545.  
  1546. .titlebox .users-online:before {
  1547. display: none
  1548. }
  1549.  
  1550. div.titlebox span.number:after {
  1551. content: " readers"
  1552. }
  1553.  
  1554. .titlebox .users-online .number {
  1555. font-style: italic
  1556. }
  1557.  
  1558. .titlebox .users-online .number:before {
  1559. content: "";
  1560. width: 16px;
  1561. height: 9px;
  1562. display: inline-block;
  1563. margin-right: 8px;
  1564. background-image: url(%%33sfj4n%%);
  1565. background-position: -64px -36px
  1566. }
  1567.  
  1568. .titlebox .users-online .number:after {
  1569. content: " currently online"
  1570. }
  1571.  
  1572. .titlelebox .word {
  1573. display: none
  1574. }
  1575.  
  1576. .titlebox .users-online,.titlebox .number {
  1577. cursor: text
  1578. }
  1579.  
  1580. .titlebox .fancy-toggle-button {
  1581. margin: 0;
  1582. position: absolute;
  1583. margin-left: 208px;
  1584. top: 314px;
  1585. z-index: 100
  1586. }
  1587.  
  1588. .titlebox .fancy-toggle-button .active {
  1589. display: block;
  1590. border: none;
  1591. height: 32px;
  1592. border-radius: 2px;
  1593. line-height: 30px;
  1594. background-image: none!important;
  1595. padding: 0 12px;
  1596. text-transform: capitalize;
  1597. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12);
  1598. transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),padding 0.2s ease,margin 0.2s ease
  1599. }
  1600.  
  1601. .titlebox .fancy-toggle-button .active:hover {
  1602. box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
  1603. }
  1604.  
  1605. .titlebox .fancy-toggle-button .active:active {
  1606. box-shadow: 0px 0px 0px rgba(0,0,0,0.0)
  1607. }
  1608.  
  1609. .titlebox .fancy-toggle-button .active.add {
  1610. background-color: #27b062;
  1611. color: #fff
  1612. }
  1613.  
  1614. .titlebox .fancy-toggle-button .active.add:hover {
  1615. background-color: #36bb6f
  1616. }
  1617.  
  1618. .titlebox .fancy-toggle-button .active.add:active {
  1619. background-color: #189b51;
  1620. padding-left: 24px;
  1621. margin-left: -13px;
  1622. text-align: center
  1623. }
  1624.  
  1625. .titlebox .fancy-toggle-button .active.remove {
  1626. background-color: rgba(0,0,0,0.24);
  1627. color: #fff;
  1628. margin-left: -14px;
  1629. box-shadow: none
  1630. }
  1631.  
  1632. .titlebox .fancy-toggle-button .active.remove:hover {
  1633. background-color: rgba(0,0,0,0.32)
  1634. }
  1635.  
  1636. .titlebox .fancy-toggle-button .active.remove:active {
  1637. background-color: rgba(0,0,0,0.4)
  1638. }
  1639.  
  1640. .hover-bubble.multi-selector {
  1641. right: 346px!important;
  1642. margin-top: -56px;
  1643. border: none
  1644. }
  1645.  
  1646. .hover-bubble.anchor-right:before {
  1647. right: -19px;
  1648. border-left-color: #CCCCCC
  1649. }
  1650.  
  1651. #search {
  1652. position: absolute;
  1653. top: 384px;
  1654. z-index: 1;
  1655. width: 320px
  1656. }
  1657.  
  1658. #search input[type=text] {
  1659. padding: 0 42px 0 16px;
  1660. border: 0px solid;
  1661. border-radius: 2px;
  1662. width: 320px;
  1663. height: 42px;
  1664. line-height: 41px;
  1665. background-color: #fff;
  1666. box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
  1667. transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)
  1668. }
  1669.  
  1670. #search input[type=text]:hover {
  1671. box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
  1672. }
  1673.  
  1674. #search input[type=text]:focus {
  1675. border-radius: 2px 2px 0px 0px
  1676. }
  1677.  
  1678. #search input[type=text]:focus:hover {
  1679. box-shadow: 0px 1px 5px rgba(0,0,0,0.24)!important
  1680. }
  1681.  
  1682. #search input[type="text"]:-moz-placeholder {
  1683. font-size: 0
  1684. }
  1685.  
  1686. #search input[type="text"]::-webkit-input-placeholder {
  1687. font-size: 0
  1688. }
  1689.  
  1690. #search input[type="text"]:-ms-input-placeholder {
  1691. font-size: 0
  1692. }
  1693.  
  1694. #search input[type="text"]:-moz-placeholder::after {
  1695. font-size: 14px;
  1696. content: "Search reddit";
  1697. position: relative;
  1698. top: 1px
  1699. }
  1700.  
  1701. #search input[type="text"]::-webkit-input-placeholder::after {
  1702. font-size: 14px;
  1703. content: "Search reddit";
  1704. position: relative;
  1705. top: 1px
  1706. }
  1707.  
  1708. #search input[type="text"]:-ms-input-placeholder::after {
  1709. font-size: 14px;
  1710. content: "Search reddit";
  1711. position: relative;
  1712. top: 1px
  1713. }
  1714.  
  1715. #search input[type=text]::-webkit-input-placeholder {
  1716. color: #B3B3B3
  1717. }
  1718.  
  1719. #search input[type=text]:-moz-placeholder {
  1720. color: #B3B3B3
  1721. }
  1722.  
  1723. #search input[type=text]::-moz-placeholder {
  1724. color: #B3B3B3
  1725. }
  1726.  
  1727. #search input[type=text]:-ms-input-placeholder {
  1728. color: #B3B3B3
  1729. }
  1730.  
  1731. #search input[type=submit] {
  1732. height: 32px;
  1733. width: 32px;
  1734. margin-left: -38px;
  1735. background-image: url(%%33sfj4n%%);
  1736. background-position: -64px -96px;
  1737. background-repeat: no-repeat;
  1738. border: none!important;
  1739. border-radius: 16px;
  1740. background-color: rgba(0,0,0,0.00);
  1741. transition: background-color .2s cubic-bezier(.4,0,.2,1)
  1742. }
  1743.  
  1744. #search input[type=submit]:hover {
  1745. background-image: url(%%33sfj4n%%);
  1746. background-position: -64px -96px;
  1747. background-repeat: no-repeat;
  1748. background-color: rgba(158,158,158,.2)
  1749. }
  1750.  
  1751. #search #searchexpando {
  1752. background-color: #edf1f3;
  1753. border: none;
  1754. border-radius: 0px 0px 2px 2px;
  1755. margin: 0;
  1756. padding: 4px;
  1757. height: 54px;
  1758. line-height: 50px;
  1759. box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14)
  1760. }
  1761.  
  1762. #search #searchexpando label {
  1763. padding: 21px 8px 17px 8px;
  1764. cursor: pointer;
  1765. transition: all 0.1s ease
  1766. }
  1767.  
  1768. #search #searchexpando label:active {
  1769. background-color: rgba(0,0,0,0.06)
  1770. }
  1771.  
  1772. #search #searchexpando p {
  1773. display: none!important
  1774. }
  1775.  
  1776. .morelink {
  1777. position: absolute;
  1778. top: 442px;
  1779. background-color: #0079d3;
  1780. background-image: none!important;
  1781. width: 152px;
  1782. height: 36px;
  1783. border-radius: 2px;
  1784. line-height: 36px;
  1785. border: none;
  1786. text-align: center;
  1787. padding: 0px 0px;
  1788. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12);
  1789. transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)
  1790. }
  1791.  
  1792. .morelink:hover {
  1793. background-color: #158be2;
  1794. box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
  1795. }
  1796.  
  1797. .morelink:active {
  1798. background-color: #0066b2;
  1799. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12)
  1800. }
  1801.  
  1802. .sidebox.submit.submit-text .morelink {
  1803. margin-left: 168px
  1804. }
  1805.  
  1806. .morelink a {
  1807. color: #fff;
  1808. font-weight: normal;
  1809. font-size: 0px;
  1810. letter-spacing: 0px
  1811. }
  1812.  
  1813. .sidebox.submit.submit-text .morelink a:after {
  1814. font-size: 14px;
  1815. content: "Submit Text"
  1816. }
  1817.  
  1818. .sidebox.submit.submit-link .morelink a:after {
  1819. font-size: 14px;
  1820. content: "Submit Link"
  1821. }
  1822.  
  1823. .side .sidebox.submit-text .morelink:before,.side .sidebox.submit-link .morelink:after {
  1824. content: "N/A";
  1825. position: absolute;
  1826. left: -168px;
  1827. top: 0px;
  1828. width: 152px;
  1829. color: rgba(0,0,0,0.32);
  1830. border-radius: 2px;
  1831. background-color: rgba(0,0,0,0.08);
  1832. font-weight: normal;
  1833. z-index: -1
  1834. }
  1835.  
  1836. .side .sidebox.submit-link .morelink:after {
  1837. left: 168px
  1838. }
  1839.  
  1840. .disabled .morelink {
  1841. box-shadow: none!important;
  1842. background-color: rgba(0,0,0,0.08);
  1843. width: 320px
  1844. }
  1845.  
  1846. .disabled .morelink a {
  1847. color: rgba(0,0,0,0.32);
  1848. font-size: 14px
  1849. }
  1850.  
  1851. .morelink .nub {
  1852. display: none
  1853. }
  1854.  
  1855. .login-form-side {
  1856. border: none;
  1857. border-bottom: 1px solid #edf1f3;
  1858. padding-bottom: 8px
  1859. }
  1860.  
  1861. .login-form-side input[type=text],.login-form-side input[type=password] {
  1862. width: 136px;
  1863. margin: 0
  1864. }
  1865.  
  1866. .login-form-side input[type=text] {
  1867. margin-left: 0px;
  1868. margin-right: 16px
  1869. }
  1870.  
  1871. .login-form-side button.btn {
  1872. margin-right: -3px
  1873. }
  1874.  
  1875. .titlebox:before {
  1876. content: "Subreddit Info";
  1877. display: block;
  1878. font-size: 18px;
  1879. line-height: 24px;
  1880. color: #292f34;
  1881. font-family: verdana,arial,helvetica,sans-serif;
  1882. margin: 8px 0px
  1883. }
  1884.  
  1885. .titlebox .tagline {
  1886. font-size: 12px;
  1887. margin: 0
  1888. }
  1889.  
  1890. .titlebox .tagline:after {
  1891. content: "";
  1892. height: 2px;
  1893. background-color: #f2f2f2;
  1894. display: block;
  1895. margin-top: 16px
  1896. }
  1897.  
  1898. .titlebox .tagline a.flairselectbtn {
  1899. color: #24a0ed
  1900. }
  1901.  
  1902. .leavemoderator,.titlebox .tagline a.author,.titlebox form.toggle.leavecontributor-button {
  1903. display: none
  1904. }
  1905.  
  1906. .titlebox form.flairtoggle {
  1907. line-height: 2
  1908. }
  1909.  
  1910. .titlebox form.toggle.sr_style_toggle {
  1911. padding-bottom: 0px;
  1912. display: block;
  1913. background-color: transparent
  1914. }
  1915.  
  1916. .titlebox form.toggle.sr_style_toggle label {
  1917. position: relative;
  1918. top: -3px
  1919. }
  1920.  
  1921. .side .md .-blocks,.side .md .-lists,.side .md pre,.side .md blockquote,.side .md table,.side .md p,.side .md ul,.side .md ol {
  1922. font-family: Lato,arial,sans-serif;
  1923. color: #292f34;
  1924. line-height: 1.45;
  1925. font-size: 13px
  1926. }
  1927.  
  1928. .side .titlebox .md h1 {
  1929. line-height: 18px;
  1930. margin: 0.5em 0 0 0!important
  1931. }
  1932.  
  1933. .side .titlebox .md h2 {
  1934. margin: 16px 0px 2px 0px
  1935. }
  1936.  
  1937. .side .titlebox .md h3 a {
  1938. padding: 0 16px;
  1939. width: 100%;
  1940. border-radius: 2px;
  1941. background-color: #0079d3;
  1942. font-family: verdana,arial,sans-serif;
  1943. color: #fff;
  1944. display: block;
  1945. margin: 1.5em 0em;
  1946. font-size: 12px;
  1947. line-height: 42px;
  1948. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12);
  1949. transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)
  1950. }
  1951.  
  1952. .side .titlebox .md h3 a:hover {
  1953. background-color: #158be2;
  1954. box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
  1955. }
  1956.  
  1957. .side .titlebox .md h3 a:active {
  1958. background-color: #0066b2;
  1959. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12)
  1960. }
  1961.  
  1962. .side .titlebox .md h4 a,.wiki-page .wiki-page-content .md.wiki h4 {
  1963. padding: 0 16px;
  1964. background-color: #FFF;
  1965. border: none;
  1966. border-radius: 2px;
  1967. color: #24a0ed;
  1968. font-weight: bold;
  1969. display: block;
  1970. margin: 1.5em 0em;
  1971. font-size: 12px;
  1972. line-height: 42px;
  1973. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12);
  1974. transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)
  1975. }
  1976.  
  1977. .side .titlebox h4 a:hover,.wiki-page .wiki-page-content .md.wiki h4:hover {
  1978. box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
  1979. }
  1980.  
  1981. .side .titlebox h4 a:active,.wiki-page .wiki-page-content .md.wiki h4:active {
  1982. background-color: #f4f6f7;
  1983. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12)
  1984. }
  1985.  
  1986. .md hr {
  1987. border: solid 1px #e5e5e5
  1988. }
  1989.  
  1990. .titlebox .bottom {
  1991. display: none
  1992. }
  1993.  
  1994. .side #moderation_tools .title h1 {
  1995. text-transform: capitalize;
  1996. color: #4D5763
  1997. }
  1998.  
  1999. .side #moderation_tools .title .collapse-button {
  2000. color: #4D5763;
  2001. vertical-align: middle;
  2002. border-radius: 1px;
  2003. border: 1px solid #d8d8d8
  2004. }
  2005.  
  2006. .side .sidecontentbox .content {
  2007. border: none;
  2008. padding: 8px 0px
  2009. }
  2010.  
  2011. .icon-menu a {
  2012. background-color: transparent
  2013. }
  2014.  
  2015. #ad-frame,#ad_main {
  2016. width: 320px;
  2017. height: 290px;
  2018. padding: 10px 0 0 10px!important
  2019. }
  2020.  
  2021. .sponsorshipbox {
  2022. max-width: 320px;
  2023. padding: 0 0 0 0!important
  2024. }
  2025.  
  2026. #ad_sponsorship {
  2027. margin: 10px 0 8px 10px;
  2028. height: 120px
  2029. }
  2030.  
  2031. .sidebox.create .morelink {
  2032. position: relative;
  2033. top: 0px;
  2034. width: 100%;
  2035. background-color: #fff
  2036. }
  2037.  
  2038. .sidebox.create .morelink a {
  2039. font-size: 14px;
  2040. color: #24a0ed
  2041. }
  2042.  
  2043. .sidebox .spacer {
  2044. display: none
  2045. }
  2046.  
  2047. .gadget .midcol {
  2048. width: 38px
  2049. }
  2050.  
  2051. .side:after {
  2052. display: block;
  2053. margin: 0px 0px;
  2054. padding: 10px 0px;
  2055. color: #24A0ED;
  2056. text-transform: none;
  2057. font-size: 16px;
  2058. font-family: Lato,arial,sans-serif;
  2059. position: absolute;
  2060. width: 320px;
  2061. border: 1px solid rgba(0,0,0,0.06);
  2062. text-align: center
  2063. }
  2064.  
  2065. body.comments-page>.content {
  2066. margin-top: 8px
  2067. }
  2068.  
  2069. .comments-page .link .usertext .md {
  2070. margin-bottom: 0px
  2071. }
  2072.  
  2073. .commentarea .panestack-title {
  2074. margin: 10px 0 0 0px;
  2075. border-bottom: 0;
  2076. padding-left: 16px
  2077. }
  2078.  
  2079. .commentarea .panestack-title .title {
  2080. color: #4D5763
  2081. }
  2082.  
  2083. .commentarea .menuarea {
  2084. margin: 0 0 0 0px;
  2085. padding-left: 16px
  2086. }
  2087.  
  2088. .commentarea .menuarea span.dropdown-title.lightdrop {
  2089. color: #98abba
  2090. }
  2091.  
  2092. .commentarea .menuarea span.dropdown-title.lightdrop:first-letter {
  2093. text-transform: capitalize
  2094. }
  2095.  
  2096. .commentarea .menuarea .dropdown.lightdrop .selected {
  2097. cursor: pointer;
  2098. text-decoration: none;
  2099. background-image: none;
  2100. padding-right: 0px;
  2101. font-weight: normal;
  2102. color: #98abba;
  2103. border: none;
  2104. padding-left: 0px
  2105. }
  2106.  
  2107. .commentarea .menuarea .dropdown.lightdrop .selected:hover {
  2108. color: #4F8EF7
  2109. }
  2110.  
  2111. .commentarea .menuarea .dropdown.lightdrop .selected:after {
  2112. content: "Ò–¼"
  2113. }
  2114.  
  2115. .drop-choices.lightdrop {
  2116. border: none;
  2117. z-index: 1001;
  2118. box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14)
  2119. }
  2120.  
  2121. .drop-choices a.choice {
  2122. padding: 12px 24px 12px 12px;
  2123. transition: all 0.1s ease;
  2124. border-bottom: 1px solid #edf1f3
  2125. }
  2126.  
  2127. .drop-choices form:last-of-type a.choice {
  2128. border-bottom: none
  2129. }
  2130.  
  2131. .drop-choices a.choice:hover {
  2132. background-color: #0079d3;
  2133. color: #fff
  2134. }
  2135.  
  2136. .commentarea .menuarea .toggle a,.help-hoverable {
  2137. color: #98abba;
  2138. font-weight: normal
  2139. }
  2140.  
  2141. .commentarea .menuarea .toggle a:hover,.help-hoverable:hover {
  2142. color: #24a0ed
  2143. }
  2144.  
  2145. .commentarea>.usertext {
  2146. background-color: #FAFAFA!important;
  2147. margin: -58px 0 16px 0;
  2148. padding: 64px 16px 16px 16px!important;
  2149. overflow: visible
  2150. }
  2151.  
  2152. .usertext button {
  2153. margin: 4px 16px 8px 0px
  2154. }
  2155.  
  2156. .commentarea .usertext-edit {
  2157. width: 100%;
  2158. max-width: 504px
  2159. }
  2160.  
  2161. .commentarea .usertext-edit textarea {
  2162. position: relative;
  2163. z-index: 999;
  2164. width: 100%
  2165. }
  2166.  
  2167. .commentarea>.usertext textarea:not(:focus) {
  2168. background-color: #D3D3D3;
  2169. }
  2170.  
  2171. .usertext .bottom-area {
  2172. width: 504px
  2173. }
  2174.  
  2175. .usertext .bottom-area a.reddiquette {
  2176. color: #24a0ed
  2177. }
  2178.  
  2179. .gold-accent.comment-visits-box {
  2180. margin: 0px 0px 12px 0px;
  2181. border-radius: 2px;
  2182. background-color: #edf1f3;
  2183. border: 1px solid #d8e0e5;
  2184. color: #292f34
  2185. }
  2186.  
  2187. .commentarea .sitetable {
  2188. margin: 0px;
  2189. box-shadow: none
  2190. }
  2191.  
  2192. .commentarea .thing {
  2193. margin: 0 0 8px 0;
  2194. padding: 8px 16px 8px 0
  2195. }
  2196.  
  2197. .commentarea .child .thing {
  2198. box-shadow: none;
  2199. padding: 4px;
  2200. margin: 12px 0 0 0
  2201. }
  2202.  
  2203. .commentarea .comment .midcol {
  2204. margin-top: 2px;
  2205. width: 32px;
  2206. margin-right: 6px;
  2207. overflow: visible
  2208. }
  2209.  
  2210. .comment .child,.comment .showreplies {
  2211. border-left: 1px solid #edf1f3;
  2212. margin-top: 0px
  2213. }
  2214.  
  2215. .comment .midcol {
  2216. width: 24px;
  2217. margin-right: 0px
  2218. }
  2219.  
  2220. .comment .midcol .arrow {
  2221. margin-left: 0px;
  2222. margin-bottom: 4px
  2223. }
  2224.  
  2225. .comment .entry .tagline {
  2226. color: #98abba;
  2227. font-size: 12px;
  2228. font-family: Arial,sans-serif
  2229. }
  2230.  
  2231. .comment .expand {
  2232. background-color: transparent;
  2233. transition: all 0.15s ease;
  2234. color: #98abba
  2235. }
  2236.  
  2237. .comment .expand:hover {
  2238. color: #98abba;
  2239. text-decoration: none;
  2240. background-color: #edf1f3
  2241. }
  2242.  
  2243. .comment.collapsed a.expand:after {
  2244. content: "ah ";
  2245. position: absolute;
  2246. display: block;
  2247. width: calc(100% - 368px);
  2248. background-color: rgba(0,0,0,0.00);
  2249. left: 16px;
  2250. margin-top: -34px;
  2251. height: 50px;
  2252. border-radius: 2px;
  2253. color: transparent;
  2254. transition: background-color .2s cubic-bezier(.4,0,.2,1)
  2255. }
  2256.  
  2257. .comment.collapsed a.expand:hover:after {
  2258. background-color: rgba(0,0,0,0.04)
  2259. }
  2260.  
  2261. .comment .author {
  2262. color: #292f34;
  2263. margin-right: 0;
  2264. font-weight: bold
  2265. }
  2266.  
  2267. .comment .author:hover {
  2268. color: #24a0ed;
  2269. text-decoration: none
  2270. }
  2271.  
  2272. .tagline .moderator,.green {
  2273. color: #27b062!important;
  2274. font-weight: bold
  2275. }
  2276.  
  2277. .tagline .submitter {
  2278. font-weight: bold;
  2279. color: #24a0ed
  2280. }
  2281.  
  2282. .res .thing .tagline .author.submitter {
  2283. padding: 1px 4px;
  2284. border-radius: 1px;
  2285. background-color: #4F8EF7!important;
  2286. box-shadow: 0px 0px 0px rgba(0,0,0,0);
  2287. transition: all 0.15s ease
  2288. }
  2289.  
  2290. .res .thing .tagline .author.submitter:hover {
  2291. box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  2292. background-color: #4F8EF7!important
  2293. }
  2294.  
  2295. .comment .score {
  2296. font-size: inherit;
  2297. font-weight: bold;
  2298. color: #738491
  2299. }
  2300.  
  2301. .comment .score:before {
  2302. content: "Ò€’ ";
  2303. margin: 0 2px;
  2304. vertical-align: middle;
  2305. line-height: 14px
  2306. }
  2307.  
  2308. .comment .usertext .md {
  2309. color: #292f34
  2310. }
  2311.  
  2312. .md a {
  2313. color: #24a0ed
  2314. }
  2315.  
  2316. .md a:visited {
  2317. color: #7D5D8A
  2318. }
  2319.  
  2320. .md pre {
  2321. padding: 8px
  2322. }
  2323.  
  2324. .md blockquote {
  2325. border-left: 2px solid #edf1f3;
  2326. color: #738491
  2327. }
  2328.  
  2329. .md h1,.md h2 {
  2330. margin: 0.5em 0 0.25em 0;
  2331. border: none;
  2332. color: #292f34
  2333. }
  2334.  
  2335. .md h3 {
  2336. color: #292f34;
  2337. margin: 16px 0 0 0
  2338. }
  2339.  
  2340. .usertext.grayed .usertext-body {
  2341. margin: 4px 0;
  2342. background-color: transparent;
  2343. text-transform: italic;
  2344. padding: 0
  2345. }
  2346.  
  2347. .comment .flat-list li a {
  2348. color: #98abba;
  2349. font-weight: normal;
  2350. font-size: 10px
  2351. }
  2352.  
  2353. .comment .flat-list li a:hover {
  2354. color: #24a0ed;
  2355. text-decoration: none
  2356. }
  2357.  
  2358. .comment .flat-list li a[onclick*="reply"] {
  2359. color: #24a0ed;
  2360. font-weight: bold;
  2361. font-size: 11px
  2362. }
  2363.  
  2364. .deepthread a {
  2365. color: #24a0ed
  2366. }
  2367.  
  2368. .morecomments a {
  2369. color: #738491
  2370. }
  2371.  
  2372. .comments-page .side {
  2373. margin-top: 400px
  2374. }
  2375.  
  2376. .comments-page .side .linkinfo {
  2377. position: absolute;
  2378. top: 494px;
  2379. padding: 16px;
  2380. width: 320px;
  2381. background-color: #fff;
  2382. border-radius: 2px;
  2383. box-shadow: 0px 1px 5px rgba(0,0,0,0.16);
  2384. border: none
  2385. }
  2386.  
  2387. .comments-page .side .linkinfo .date {
  2388. color: #98abba
  2389. }
  2390.  
  2391. .comments-page .side .linkinfo .date:first-letter {
  2392. text-transform: capitalize
  2393. }
  2394.  
  2395. .comments-page .side .linkinfo .score {
  2396. color: #292f34
  2397. }
  2398.  
  2399. .res.comments-page .side {
  2400. margin-top: 414px
  2401. }
  2402.  
  2403. .read-next {
  2404. width: 320px;
  2405. height: 128px;
  2406. border: 1px solid #edf1f3;
  2407. border-radius: 2px 2px 0 0
  2408. }
  2409.  
  2410. .read-next .read-next-header {
  2411. border-bottom: 1px solid #edf1f3;
  2412. color: #738491;
  2413. padding: 8px 16px;
  2414. background-color: #f2f7fa
  2415. }
  2416.  
  2417. .read-next .read-next-nav {
  2418. top: 8px
  2419. }
  2420.  
  2421. .read-next .read-next-button {
  2422. background-color: rgb(0,121,211);
  2423. color: rgb(255,255,255);
  2424. font-family: monospace;
  2425. line-height: 16px;
  2426. font-size: 10px;
  2427. height: 16px;
  2428. width: 16px
  2429. }
  2430.  
  2431. .read-next .read-next-link {
  2432. height: inherit
  2433. }
  2434.  
  2435. .read-next .read-next-header-title {
  2436. top: 0px;
  2437. line-height: inherit
  2438. }
  2439.  
  2440. .read-next .read-next-list {
  2441. padding: 8px 16px
  2442. }
  2443.  
  2444. .read-next .read-next-meta {
  2445. color: #738491;
  2446. line-height: 2
  2447. }
  2448.  
  2449. .submit-page #header {
  2450. height: 144px
  2451. }
  2452.  
  2453. .submit-page #header-bottom-left {
  2454. top: 86px;
  2455. left: 50%;
  2456. margin-left: -262px
  2457. }
  2458.  
  2459. .submit-page .content {
  2460. margin: 32px auto 0px auto
  2461. }
  2462.  
  2463. .submit-page .side,.submit-page .content h1,#suggested-reddits {
  2464. display: none
  2465. }
  2466.  
  2467. .submit-page #newlink.submit.content {
  2468. width: 524px;
  2469. margin: 0 auto
  2470. }
  2471.  
  2472. .submit-page #newlink.submit.content form .spacer+.spacer {
  2473. margin: 0
  2474. }
  2475.  
  2476. .submit-page #newlink.submit.content ul.tabmenu.formtab {
  2477. position: relative;
  2478. padding: 0;
  2479. border: none;
  2480. background-color: #0079D3;
  2481. border-radius: 2px;
  2482. box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14)
  2483. }
  2484.  
  2485. .submit-page #newlink.submit.content .tabmenu.formtab a {
  2486. padding: 16px;
  2487. width: 262px;
  2488. display: inline-block;
  2489. text-align: center;
  2490. color: rgba(255,255,255,0.7);
  2491. text-transform: uppercase;
  2492. font-weight: bold;
  2493. transition: all 0.15s ease;
  2494. font-size: 16px;
  2495. border: none;
  2496. border-bottom: 4px solid transparent
  2497. }
  2498.  
  2499. .submit-page #newlink.submit.content .tabmenu.formtab .selected a {
  2500. font-size: 16px;
  2501. background-color: transparent;
  2502. color: #fff;
  2503. border-bottom: 4px solid
  2504. }
  2505.  
  2506. .submit-page #newlink.submit.content .tabmenu.formtab a:hover {
  2507. color: #fff
  2508. }
  2509.  
  2510. .submit-page .formtabs-content {
  2511. border-top: 0px;
  2512. padding-top: 0
  2513. }
  2514.  
  2515. .submit-page .roundfield {
  2516. padding: 16px;
  2517. width: 524px;
  2518. background-color: #fff;
  2519. border: none
  2520. }
  2521.  
  2522. .submit-page .roundfield .title {
  2523. color: #292f34;
  2524. text-transform: capitalize
  2525. }
  2526.  
  2527. .submit-page #url-field button {
  2528. background-color: #c3cfd6
  2529. }
  2530.  
  2531. .submit_text.enabled.roundfield {
  2532. background-color: #0079D3
  2533. }
  2534.  
  2535. .submit_text.enabled.roundfield .md {
  2536. color: #fff
  2537. }
  2538.  
  2539. .submit_text ol,.submit_text ul {
  2540. margin-left: -1em
  2541. }
  2542.  
  2543. .submit-page .infobar {
  2544. display: none!important
  2545. }
  2546.  
  2547. .content.submit .info-notice {
  2548. background-color: #edf1f3;
  2549. padding: 16px;
  2550. border: none;
  2551. margin-bottom: 0px
  2552. }
  2553.  
  2554. .submit-page #newlink.submit.content .btn {
  2555. width: 100%;
  2556. height: auto;
  2557. margin-top: 16px;
  2558. cursor: pointer;
  2559. text-transform: capitalize;
  2560. font-family: Lato,arial,sans-serif;
  2561. font-size: 17px;
  2562. padding: 16px;
  2563. text-align: left;
  2564. margin-bottom: 48px
  2565. }
  2566.  
  2567. .submit-page #newlink.submit.content .btn:after {
  2568. content: " your post to Reddit.";
  2569. text-transform: none
  2570. }
  2571.  
  2572. .submit-page #newlink.submit.content .btn:hover {
  2573. box-shadow: 0px 2px 12px rgba(0,0,0,0.48)
  2574. }
  2575.  
  2576. .submit-page .footer-parent {
  2577. display: none
  2578. }
  2579.  
  2580. .search-page #header .pagename a {
  2581. display: none
  2582. }
  2583.  
  2584. .search-page #header {
  2585. height: 156px
  2586. }
  2587.  
  2588. .search-page #header-bottom-left {
  2589. top: 56px
  2590. }
  2591.  
  2592. .search-page .searchpane {
  2593. margin: 0;
  2594. padding: 0;
  2595. position: relative
  2596. }
  2597.  
  2598. .raisedbox h4 {
  2599. display: none
  2600. }
  2601.  
  2602. .search-page #search {
  2603. position: absolute;
  2604. top: -128px;
  2605. left: 36px;
  2606. padding: 0px
  2607. }
  2608.  
  2609. .search-page #search input[type=text] {
  2610. min-width: 320px;
  2611. width: 320px
  2612. }
  2613.  
  2614. .combined-search-page .search-submit-button {
  2615. position: relative;
  2616. left: -42px;
  2617. width: 32px;
  2618. height: 32px;
  2619. margin: 0;
  2620. padding: 0;
  2621. background-color: transparent;
  2622. background-image: url(%%33sfj4n%%);
  2623. background-position: -64px -96px;
  2624. box-shadow: none;
  2625. border: none;
  2626. border-radius: 50%;
  2627. transition: background-color .2s cubic-bezier(.4,0,.2,1)
  2628. }
  2629.  
  2630. .combined-search-page .search-submit-button:hover {
  2631. background-color: rgba(158,158,158,.2)
  2632. }
  2633.  
  2634. .combined-search-page .search-submit-button .search-icon {
  2635. display: none
  2636. }
  2637.  
  2638. .search-page #previoussearch label {
  2639. position: absolute;
  2640. margin: 0;
  2641. width: 100%;
  2642. padding: 12px;
  2643. background: #f9f9f9;
  2644. z-index: -1;
  2645. border-radius: 0px 0px 2px 2px;
  2646. box-shadow: 0 2px 1.5px 0 rgba(0,0,0,.12),0 0px 4px 0 rgba(0,0,0,.12);
  2647. cursor: pointer;
  2648. margin-top: -2px
  2649. }
  2650.  
  2651. .search-page #previoussearch p a#search_showmore {
  2652. position: absolute;
  2653. left: 324px;
  2654. top: 8px;
  2655. width: 22px;
  2656. height: 24px;
  2657. background-image: url(%%33sfj4n%%);
  2658. background-repeat: no-repeat;
  2659. background-position: -49px -168px;
  2660. overflow: hidden;
  2661. font-size: 0px
  2662. }
  2663.  
  2664. #previoussearch #moresearchinfo {
  2665. margin: 0;
  2666. max-width: none;
  2667. border: none
  2668. }
  2669.  
  2670. .combined-search-page .search-result-group {
  2671. max-width: none;
  2672. min-width: 0px;
  2673. padding: 0
  2674. }
  2675.  
  2676. .combined-search-page .search-result-group .search-result-group-header {
  2677. height: 36px;
  2678. line-height: 38px;
  2679. margin: 0;
  2680. border: none
  2681. }
  2682.  
  2683. .combined-search-page .search-result-group .search-header-label {
  2684. text-transform: capitalize;
  2685. color: #738491;
  2686. font-family: Lato,Arial,sans-serif;
  2687. font-size: 18px;
  2688. padding-bottom: 2px
  2689. }
  2690.  
  2691. .combined-search-page .search-result-group .search-menu {
  2692. margin-right: 16px
  2693. }
  2694.  
  2695. .combined-search-page .search-result-group .search-menu .dropdown.lightdrop .selected {
  2696. color: #738491;
  2697. text-decoration: none;
  2698. cursor: pointer;
  2699. display: inline-block
  2700. }
  2701.  
  2702. .combined-search-page .search-result-listing .search-result-subreddit {
  2703. display: inline-block;
  2704. width: calc(33% - 8px);
  2705. max-width: 360px;
  2706. height: 184px;
  2707. margin: 0px 16px 0px 0px;
  2708. padding: 16px;
  2709. border-radius: 2px;
  2710. vertical-align: top;
  2711. border: 1px solid #edf1f3;
  2712. overflow: hidden
  2713. }
  2714.  
  2715. .combined-search-page .search-result-listing .search-result-subreddit:last-of-type {
  2716. margin-right: -20px
  2717. }
  2718.  
  2719. .combined-search-page .search-result-subreddit .search-result-body {
  2720. padding: 0px
  2721. }
  2722.  
  2723. .combined-search-page .search-result-subreddit .search-result-meta {
  2724. padding: 4px 0
  2725. }
  2726.  
  2727. .search-result-subreddit .search-result-meta span.search-time {
  2728. display: none
  2729. }
  2730.  
  2731. .combined-search-page .search-result {
  2732. margin: 16px 0 20px 0
  2733. }
  2734.  
  2735. .combined-search-page .search-result .search-result-header .search-title {
  2736. color: #24a0ed
  2737. }
  2738.  
  2739. .combined-search-page .search-result .search-result-meta {
  2740. color: #738491
  2741. }
  2742.  
  2743. .combined-search-page .search-result a,.combined-search-page .search-result a>mark {
  2744. color: #24a0ed
  2745. }
  2746.  
  2747. .combined-search-page .search-result-subreddit .search-subscribe-button {
  2748. border-radius: 2px
  2749. }
  2750.  
  2751. .combined-search-page .search-result-subreddit .search-subscribe-button .add,.combined-search-page .search-result-subreddit .search-subscribe-button .add:active {
  2752. background-color: #0079d3;
  2753. border: none;
  2754. border-radius: 2px
  2755. }
  2756.  
  2757. .combined-search-page .search-result-subreddit .search-subscribe-button .remove,.combined-search-page .search-result-subreddit .search-subscribe-button .remove:active {
  2758. background-color: transparent;
  2759. border: 1px solid #98abba;
  2760. color: #738491
  2761. }
  2762.  
  2763. .combined-search-page .search-result .search-comments {
  2764. color: #24a0ed
  2765. }
  2766.  
  2767. .combined-search-page .search-result.has-thumbnail>.thumbnail {
  2768. margin-left: 0px;
  2769. margin-right: 16px
  2770. }
  2771.  
  2772. .combined-search-page .search-result-group footer .nav-buttons {
  2773. margin: 0 0 16px 0
  2774. }
  2775.  
  2776. .nextprev,.next-suggestions {
  2777. color: #738491
  2778. }
  2779.  
  2780. .search-page .searchfacets {
  2781. border: 1px solid #edf1f3;
  2782. border-radius: 2px;
  2783. padding: 16px;
  2784. margin: 0;
  2785. background-color: #fff;
  2786. border-radius: 0px 0px 2px 2px;
  2787. max-width: none
  2788. }
  2789.  
  2790. .searchfacets .title {
  2791. margin: 0
  2792. }
  2793.  
  2794. .searchfacets h4.title {
  2795. color: #738491;
  2796. margin: 0 0 8px 0
  2797. }
  2798.  
  2799. .searchfacets h4.title:first-letter {
  2800. text-transform: capitalize
  2801. }
  2802.  
  2803. .searchfacets .list {
  2804. margin: 0
  2805. }
  2806.  
  2807. .searchfacets .facet.count {
  2808. color: #98abba;
  2809. font-weight: normal
  2810. }
  2811.  
  2812. .searchfacets .facet.count:hover {
  2813. text-decoration: none
  2814. }
  2815.  
  2816. .search-page .morelink {
  2817. top: 384px
  2818. }
  2819.  
  2820. .search-page .side {
  2821. margin-top: 264px
  2822. }
  2823.  
  2824. .wiki-page .wikititle {
  2825. background-color: #fff;
  2826. padding: 9px 16px 10px 16px;
  2827. border-radius: 2px;
  2828. box-shadow: 0px 1px 5px rgba(0,0,0,0.16);
  2829. font-size: 16px;
  2830. font-family: arial,sans-serif;
  2831. text-transform: capitalize;
  2832. margin: 0
  2833. }
  2834.  
  2835. .wiki-page .pageactions {
  2836. background-color: #fff;
  2837. margin-left: 16px;
  2838. border-radius: 2px;
  2839. padding: 0px 16px;
  2840. border: none;
  2841. box-shadow: 0px 1px 5px rgba(0,0,0,0.16)
  2842. }
  2843.  
  2844. .wiki-page .pageactions .wikiaction {
  2845. margin: 0;
  2846. background-color: transparent;
  2847. border-radius: 0px;
  2848. padding: 10px 16px 11px 16px;
  2849. color: #98abba
  2850. }
  2851.  
  2852. .wiki-page .pageactions .wikiaction-current {
  2853. padding: 10px 16px 9px 16px;
  2854. border-bottom: 2px solid #24a0ed;
  2855. color: #24a0ed
  2856. }
  2857.  
  2858. .wiki-page .pageactions .wikiaction:hover,.wiki-page .pageactions .wikiaction-current:hover {
  2859. background-color: rgba(0,0,0,0.05)
  2860. }
  2861.  
  2862. .wiki-page .wiki-page-content {
  2863. margin: 16px 0px 16px 0px;
  2864. background-color: #fff;
  2865. padding: 8px 0
  2866. }
  2867.  
  2868. .wiki-page .wiki-page-content .wiki>.toc>ul {
  2869. border: none
  2870. }
  2871.  
  2872. .wiki-page .wiki-page-content .wiki.md {
  2873. color: #292f34
  2874. }
  2875.  
  2876. .wiki-page .wiki-page-content .wiki.md h2 {
  2877. color: #292f34
  2878. }
  2879.  
  2880. .wiki-page .wiki-page-content hr {
  2881. border-style: solid;
  2882. border-color: #edf1f3
  2883. }
  2884.  
  2885. .wiki-page .wiki-page-content em {
  2886. color: #98abba
  2887. }
  2888.  
  2889. .linefield {
  2890. background-color: #fff;
  2891. color: #98abba;
  2892. margin: 0 0 16px 0;
  2893. width: 528px;
  2894. padding: 8px 0
  2895. }
  2896.  
  2897. .linefield .title {
  2898. color: #24a0ed;
  2899. text-transform: capitalize;
  2900. padding: 0
  2901. }
  2902.  
  2903. .linefield .linefield-content {
  2904. padding: 0
  2905. }
  2906.  
  2907. .linefield .title:first-letter ,.linefield label:first-letter {
  2908. text-transform: capitalize
  2909. }
  2910.  
  2911. .usertext .bottom-area a {
  2912. color: #98abba
  2913. }
  2914.  
  2915. .usertext .bottom-area a:hover {
  2916. color: #24a0ed
  2917. }
  2918.  
  2919. .pretty-form {
  2920. padding-top: 24px
  2921. }
  2922.  
  2923. .fancy-settings h1,.create-promotion h1 {
  2924. color: rgba(255,255,255,.8)
  2925. }
  2926.  
  2927. .fancy-settings h1 strong {
  2928. color: rgba(255,255,255,1)
  2929. }
  2930.  
  2931. .tabmenu {
  2932. border-bottom: 1px solid #edf1f3;
  2933. margin-bottom: 12px
  2934. }
  2935.  
  2936. .tabmenu li {
  2937. margin: 0px!important
  2938. }
  2939.  
  2940. .tabmenu li a {
  2941. background-color: transparent;
  2942. color: #292f34;
  2943. border: none;
  2944. font-size: 14px
  2945. }
  2946.  
  2947. .tabmenu li.selected a {
  2948. color: #24a0ed;
  2949. background-color: transparent;
  2950. border: none
  2951. }
  2952.  
  2953. .tabpane-content {
  2954. border: none
  2955. }
  2956.  
  2957. .tabpane-content .flairrow a.author {
  2958. color: #98abba
  2959. }
  2960.  
  2961. .tabpane-content .tagline a {
  2962. color: #292f34
  2963. }
  2964.  
  2965. .tabpane-content .thing .title {
  2966. overflow: visible
  2967. }
  2968.  
  2969. .fancy-settings .pretty-form {
  2970. padding-top: 0px
  2971. }
  2972.  
  2973. .stylesheet-customize-container .pretty-form {
  2974. padding-top: 0;
  2975. padding: 8px 0;
  2976. margin-bottom: 16px
  2977. }
  2978.  
  2979. .stylesheet-customize-container .pretty-form .sheets {
  2980. margin-right: 0
  2981. }
  2982.  
  2983. .stylesheet-customize-container h2 {
  2984. display: none
  2985. }
  2986.  
  2987. .sheets .btn.right {
  2988. background-color: transparent;
  2989. border: none;
  2990. box-shadow: none;
  2991. padding: 0
  2992. }
  2993.  
  2994.  
  2995. .flair {
  2996. border: none;
  2997. border-radius: 0px;
  2998. font-size: 12px;
  2999. font-family: arial,sans-serif;
  3000. font-weight: normal;
  3001. background-color: transparent;
  3002. color: #98abba;
  3003. padding-left: 0px;
  3004. margin-right: inherit
  3005. }
  3006.  
  3007. .link .flair {
  3008. font-size: 12px
  3009. }
  3010.  
  3011. .flair:before {
  3012. margin-right: 3px;
  3013. height: auto;
  3014. content: "- ";
  3015. margin-left: 4px
  3016. }
  3017.  
  3018. .side .flair:before {
  3019. margin-left: 0px
  3020. }
  3021.  
  3022. .listing-page .comment {
  3023. background-color: #fff;
  3024. margin-left: 0px;
  3025. padding: 12px 0
  3026. }
  3027.  
  3028. .listing-page .comment .midcol {
  3029. width: 36px;
  3030. margin-right: 2px;
  3031. margin-top: 4px;
  3032. overflow: visible
  3033. }
  3034.  
  3035. .listing-page .comment .parent {
  3036. margin-bottom: 4px
  3037. }
  3038.  
  3039. .listing-page .comment .title {
  3040. font-size: 14px;
  3041. margin-left: 8px
  3042. }
  3043.  
  3044. .footer-parent {
  3045. height: 10px;
  3046. margin-top: 192px;
  3047. padding: 18px 0 64px 0;
  3048. background-repeat: no-repeat;
  3049. background-position: 50% 0%;
  3050. background-size: cover
  3051. }
  3052.  
  3053. .footer {
  3054. border: 0px solid;
  3055. border-radius: 2px;
  3056. background-color: rgba(43,51,58,0.64);
  3057. padding: 16px;
  3058. max-width: 640px
  3059. }
  3060.  
  3061. .footer .col {
  3062. padding: 0px 24px;
  3063. border: none
  3064. }
  3065.  
  3066. .flat-vert.title,.bottommenu a {
  3067. color: rgba(255,255,255,0.7)
  3068. }
  3069.  
  3070. .bottommenu {
  3071. color: rgba(255,255,255,0.42)
  3072. }
  3073.  
  3074. .debuginfo,#hsts_pixel {
  3075. display: none
  3076. }
  3077.  
  3078. .res .link .tagline a.voteWeight {
  3079. background-color: transparent!important
  3080. }
  3081.  
  3082. .res .thing .tagline .author.moderator {
  3083. background-color: #27b062!important;
  3084. padding: 1px 4px;
  3085. border-radius: 1px
  3086. }
  3087.  
  3088. #header-bottom-right #userbarToggle+* {
  3089. margin-left: 0px!important
  3090. }
  3091.  
  3092. .res .srSep {
  3093. color: rgba(255,255,255,0.45)
  3094. }
  3095.  
  3096. .res #RESShortcutsViewport {
  3097. margin-right: 381px
  3098. }
  3099.  
  3100. .res #RESShortcutsEditContainer {
  3101. margin-right: 312px
  3102. }
  3103.  
  3104. .res #RESShortcutsEditContainer,#RESShortcutsSort,#RESShortcutsRight,#RESShortcutsLeft,#RESShortcutsAdd,#RESShortcutsTrash {
  3105. background-color: transparent!important;
  3106. color: rgba(255,255,255,0.45)!important;
  3107. top: 1px!important
  3108. }
  3109.  
  3110.  
  3111. .pinHeader-sub #header-bottom-left,.pinHeader-subanduser #header-bottom-left {
  3112. margin-top: 0px
  3113. }
  3114.  
  3115. .pinHeader-header:before {
  3116. display: none!important
  3117. }
  3118.  
  3119. .pinHeader-header .content {
  3120. margin-top: 12px!important
  3121. }
  3122.  
  3123. .pinHeader-header .side {
  3124. margin-top: 164px
  3125. }
  3126.  
  3127. .pinHeader-header.res.comments-page .side {
  3128. margin-top: 290px
  3129. }
  3130.  
  3131.  
  3132. .res.search-page #header .tabmenu {
  3133. display: none!important
  3134. }
  3135.  
  3136. .res #header-bottom-right {
  3137. top: 1px;
  3138. border-radius: 0px;
  3139. height: 18px;
  3140. padding: 0px 8px 0px 0px
  3141. }
  3142.  
  3143. .res #userbarToggle {
  3144. background-color: transparent;
  3145. color: rgba(255,255,255,0.45);
  3146. border-radius: 0px;
  3147. border: none;
  3148. left: -32px
  3149. }
  3150.  
  3151. .res a.beta-link {
  3152. top: 4px
  3153. }
  3154.  
  3155. .res #header-bottom-right .user .userkarma {
  3156. display: none
  3157. }
  3158.  
  3159. .res #header-bottom-right .user {
  3160. font-size: 0px
  3161. }
  3162.  
  3163. .res #header-bottom-right .user a {
  3164. font-size: 11px
  3165. }
  3166.  
  3167. .res #sr-header-area a.RESShortcutsCurrentSub,.res #RESSubredditGroupDropdown .RESShortcutsCurrentSub a {
  3168. color: #fff!important;
  3169. border-bottom: 2px solid #fff
  3170. }
  3171.  
  3172. #RESAccountSwitcherIcon {
  3173. position: relative;
  3174. top: -4px
  3175. }
  3176.  
  3177. .res #REScommentNavToggle {
  3178. max-width: 98px;
  3179. overflow: hidden;
  3180. max-height: 15px;
  3181. background-color: #FAFAFA;
  3182. transition: all 0.35s ease
  3183. }
  3184.  
  3185. .res #REScommentNavToggle:hover {
  3186. max-width: 100%
  3187. }
  3188.  
  3189. .res .commentarea>.usertext {
  3190. margin-top: -76px;
  3191. padding-top: 80px!important
  3192. }
  3193.  
  3194. .res .content .RESBigEditorPop {
  3195. background-color: rgba(0,0,0,0);
  3196. line-height: inherit;
  3197. font-size: 11px;
  3198. font-family: verdana,arial,sans-serif;
  3199. box-shadow: none;
  3200. font-weight: normal;
  3201. color: #4D5763;
  3202. border: none;
  3203. padding: 0;
  3204. height: inherit;
  3205. margin-left: 4px;
  3206. margin-top: 5px
  3207. }
  3208.  
  3209. html.res-commentBoxes .comment {
  3210. margin-left: 0!important;
  3211. margin-right: 0px!important
  3212. }
  3213.  
  3214. .res .commentarea .thing {
  3215. border: none!important
  3216. }
  3217.  
  3218. .res .titlebox .tagline {
  3219. margin-top: 6px
  3220. }
  3221.  
  3222. .res .RESshortcutside,.res .RESDashboardToggle {
  3223. background-image: none!important;
  3224. border: none;
  3225. color: #4D5763;
  3226. text-transform: uppercase;
  3227. text-decoration: none;
  3228. border-radius: 0px;
  3229. padding: 4px 6px 4px 0px;
  3230. margin: 2px 6px 2px -4px;
  3231. text-align: left;
  3232. width: auto
  3233. }
  3234.  
  3235. .res .RESshortcutside:hover,.res .RESDashboardToggle:hover {
  3236. background-color: transparent;
  3237. color: #24a0ed
  3238. }
  3239.  
  3240. .res #progressIndicator {
  3241. width: inherit;
  3242. border-radius: 0px;
  3243. border: none;
  3244. padding: 16px;
  3245. margin: 16px 0px 16px 0px;
  3246. color: #b3b3b3;
  3247. background-color: #fff;
  3248. height: inherit
  3249. }
  3250.  
  3251. .res #progressIndicator h2 {
  3252. color: #4D5763
  3253. }
  3254.  
  3255. .res .NERPageMarker {
  3256. border-radius: 0px;
  3257. border: none;
  3258. background-color: #fff;
  3259. padding: 16px 0px;
  3260. margin: 0px
  3261. }
  3262.  
  3263. .res .sitetable .sitetable {
  3264. margin-right: 0px
  3265. }
  3266.  
  3267. .res #search #searchexpando {
  3268. box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
  3269. height: auto
  3270. }
  3271.  
  3272. .res #search #searchexpando label {
  3273. padding-top: 13px;
  3274. padding-bottom: 13px
  3275. }
  3276.  
  3277. .res #searchexpando .searchexpando-submit {
  3278. display: none
  3279. }
  3280.  
  3281. .res h1.hover.redditname {
  3282. overflow: visible!important
  3283. }
  3284.  
  3285. .res .commentarea .panestack-title {
  3286. margin-top: 0px;
  3287. padding-top: 12px
  3288. }
  3289.  
  3290. .res .comment.collapsed a.expand:after {
  3291. display: none
  3292. }
  3293.  
  3294. .gearIcon {
  3295. background: url(%%33sfj4n%%) -64px 0px!important;
  3296. position: relative;
  3297. top: 2px;
  3298. transition: all 0.25s ease
  3299. }
  3300.  
  3301. #RESMainGearOverlay {
  3302. background-color: #516ae8;
  3303. top: 0px!important;
  3304. height: 26px!important;
  3305. border-radius: 0px!important
  3306. }
  3307.  
  3308. .RESDropdownList {
  3309. border-color: #4258ca;
  3310. box-shadow: 0px 1px 5px rgba(0,0,0,0.24);
  3311. margin-top: 4px;
  3312. margin-right: 8px
  3313. }
  3314.  
  3315. .RESDropdownList li {
  3316. background-color: #516ae8;
  3317. color: #fff;
  3318. border-color: #4258ca;
  3319. transition: all 0.15s ease
  3320. }
  3321.  
  3322. .RESDropdownList li:first-letter {
  3323. text-transform: capitalize
  3324. }
  3325.  
  3326. .RESDropdownList a,.RESDropdownList a:visited {
  3327. color: #fff
  3328. }
  3329.  
  3330. .RESDropdownList li:hover,.RESDropdownList li a:hover {
  3331. color: #fff;
  3332. background-color: #667df0
  3333. }
  3334.  
  3335. #RESSearchMenuItem {
  3336. border: 1px solid #4258ca;
  3337. border-radius: 1px;
  3338. background-color: #667df0
  3339. }
  3340.  
  3341. #RESSearchMenuItem:hover {
  3342. background-color: #667df0
  3343. }
  3344.  
  3345. .toggleButton .toggleOn,.toggleButton .toggleOff {
  3346. text-transform: lowercase
  3347. }
  3348.  
  3349. .moduleToggle:not(.enabled) .toggleOn,.toggleButton:not(.enabled) .toggleOn,.moduleToggle.enabled .toggleOff,.toggleButton.enabled .toggleOff {
  3350. background-color: transparent;
  3351. color: rgba(255,255,255,0.6);
  3352. border: 1px solid #4258ca;
  3353. transition: all 0.15s ease;
  3354. border-radius: 2px
  3355. }
  3356.  
  3357. .moduleToggle.enabled .toggleOn,.toggleButton.enabled .toggleOn,.moduleToggle:not(.enabled) .toggleOff,.toggleButton:not(.enabled) .toggleOff {
  3358. background-color: #fff;
  3359. color: #516AE8;
  3360. font-weight: bolder;
  3361. border: 1px solid #fff;
  3362. transition: all 0.15s ease;
  3363. border-radius: 2px
  3364. }
  3365.  
  3366. .markdownEditor .edit-btn:not(.btn-macro) {
  3367. border: 0px solid!important;
  3368. border-radius: 1px;
  3369. box-shadow: 0px 1px 2px rgba(0,0,0,0.12)
  3370. }
  3371.  
  3372. body.listing-page>.content,body.other-discussions-page>.content,.comments-page .link,.commentarea>.sitetable>.comment,#images,.combined-search-page>.content,.sponsorshipbox,.commentarea>.usertext,.stylesheet-customize-container .pretty-form,.side .sidecontentbox,.account-activity-box,.side .titlebox,#previoussearch #moresearchinfo,#ad-frame,#ad_main,.wiki-page .wiki-page-content,.linefield,.submit-page .roundfield,.login-form-side {
  3373. background-color: #fff;
  3374. padding: 16px;
  3375. border-radius: 2px;
  3376. box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14)
  3377. }
  3378.  
  3379. #mail.havemail:before {
  3380. animation-name: toast;
  3381. animation-duration: 8s;
  3382. animation-iteration-count: 1;
  3383. animation-timing-function: ease;
  3384. -webkit-animation-name: toast;
  3385. -webkit-animation-duration: 8s;
  3386. -webkit-animation-iteration-count: 1;
  3387. -webkit-animation-timing-function: ease
  3388. }
  3389.  
  3390. #mail.havemail:hover:before {
  3391. -webkit-animation-play-state: paused;
  3392. -moz-animation-play-state: paused;
  3393. -o-animation-play-state: paused;
  3394. animation-play-state: paused
  3395. }
  3396.  
  3397. @-webkit-keyframes "toast" {
  3398. 0% {
  3399. transform: translateY(76px);
  3400. -webkit-transform: translateY(76px);
  3401. opacity: 0
  3402. }
  3403.  
  3404. 20% {
  3405. transform: translateY(76px);
  3406. -webkit-transform: translateY(76px);
  3407. opacity: 0
  3408. }
  3409.  
  3410. 25% {
  3411. transform: translateY(-8px);
  3412. -webkit-transform: translateY(-8px);
  3413. opacity: 1
  3414. }
  3415.  
  3416. 27% {
  3417. transform: translateY(00px);
  3418. -webkit-transform: translateY(00px);
  3419. opacity: 1
  3420. }
  3421.  
  3422. 92% {
  3423. transform: translateY(00px);
  3424. -webkit-transform: translateY(00px);
  3425. opacity: 1
  3426. }
  3427.  
  3428. 97% {
  3429. transform: translateY(16px);
  3430. -webkit-transform: translateY(16px);
  3431. opacity: 1
  3432. }
  3433.  
  3434. 100% {
  3435. transform: translateY(76px);
  3436. -webkit-transform: translateY(76px);
  3437. opacity: 0
  3438. }
  3439. }
  3440.  
  3441. @-o-keyframes toast {
  3442. 0% {
  3443. transform: translateY(76px);
  3444. -webkit-transform: translateY(76px);
  3445. opacity: 0
  3446. }
  3447.  
  3448. 20% {
  3449. transform: translateY(76px);
  3450. -webkit-transform: translateY(76px);
  3451. opacity: 0
  3452. }
  3453.  
  3454. 25% {
  3455. transform: translateY(-8px);
  3456. -webkit-transform: translateY(-8px);
  3457. opacity: 1
  3458. }
  3459.  
  3460. 27% {
  3461. transform: translateY(00px);
  3462. -webkit-transform: translateY(00px);
  3463. opacity: 1
  3464. }
  3465.  
  3466. 92% {
  3467. transform: translateY(00px);
  3468. -webkit-transform: translateY(00px);
  3469. opacity: 1
  3470. }
  3471.  
  3472. 97% {
  3473. transform: translateY(16px);
  3474. -webkit-transform: translateY(16px);
  3475. opacity: 1
  3476. }
  3477.  
  3478. 100% {
  3479. transform: translateY(76px);
  3480. -webkit-transform: translateY(76px);
  3481. opacity: 0
  3482. }
  3483. }
  3484.  
  3485. @-moz-keyframes "toast" {
  3486. 0% {
  3487. transform: translateY(76px);
  3488. -webkit-transform: translateY(76px);
  3489. opacity: 0
  3490. }
  3491.  
  3492. 20% {
  3493. transform: translateY(76px);
  3494. -webkit-transform: translateY(76px);
  3495. opacity: 0
  3496. }
  3497.  
  3498. 25% {
  3499. transform: translateY(-8px);
  3500. -webkit-transform: translateY(-8px);
  3501. opacity: 1
  3502. }
  3503.  
  3504. 27% {
  3505. transform: translateY(00px);
  3506. -webkit-transform: translateY(00px);
  3507. opacity: 1
  3508. }
  3509.  
  3510. 92% {
  3511. transform: translateY(00px);
  3512. -webkit-transform: translateY(00px);
  3513. opacity: 1
  3514. }
  3515.  
  3516. 97% {
  3517. transform: translateY(16px);
  3518. -webkit-transform: translateY(16px);
  3519. opacity: 1
  3520. }
  3521.  
  3522. 100% {
  3523. transform: translateY(76px);
  3524. -webkit-transform: translateY(76px);
  3525. opacity: 0
  3526. }
  3527. }
  3528.  
  3529. @keyframes "toast" {
  3530. 0% {
  3531. transform: translateY(76px);
  3532. -webkit-transform: translateY(76px);
  3533. opacity: 0
  3534. }
  3535.  
  3536. 20% {
  3537. transform: translateY(76px);
  3538. -webkit-transform: translateY(76px);
  3539. opacity: 0
  3540. }
  3541.  
  3542. 25% {
  3543. transform: translateY(-8px);
  3544. -webkit-transform: translateY(-8px);
  3545. opacity: 1
  3546. }
  3547.  
  3548. 27% {
  3549. transform: translateY(00px);
  3550. -webkit-transform: translateY(00px);
  3551. opacity: 1
  3552. }
  3553.  
  3554. 92% {
  3555. transform: translateY(00px);
  3556. -webkit-transform: translateY(00px);
  3557. opacity: 1
  3558. }
  3559.  
  3560. 97% {
  3561. transform: translateY(16px);
  3562. -webkit-transform: translateY(16px);
  3563. opacity: 1
  3564. }
  3565.  
  3566. 100% {
  3567. transform: translateY(76px);
  3568. -webkit-transform: translateY(76px);
  3569. opacity: 0
  3570. }
  3571. }
  3572.  
  3573. @-webkit-keyframes "upvote" {
  3574. 0% {
  3575. transform: scale(0,0);
  3576. -webkit-transform: scale(0,0);
  3577. opacity: 1
  3578. }
  3579.  
  3580. 45% {
  3581. opacity: 1
  3582. }
  3583.  
  3584. 98% {
  3585. opacity: 0
  3586. }
  3587.  
  3588. 100% {
  3589. transform: scale(1.5,1.5);
  3590. -webkit-transform: scale(1.5,1.5);
  3591. opacity: 0
  3592. }
  3593. }
  3594.  
  3595. @-moz-keyframes "upvote" {
  3596. 0% {
  3597. transform: scale(0,0);
  3598. -webkit-transform: scale(0,0);
  3599. opacity: 1
  3600. }
  3601.  
  3602. 45% {
  3603. opacity: 1
  3604. }
  3605.  
  3606. 98% {
  3607. opacity: 0
  3608. }
  3609.  
  3610. 100% {
  3611. transform: scale(1.5,1.5);
  3612. -webkit-transform: scale(1.5,1.5);
  3613. opacity: 0
  3614. }
  3615. }
  3616.  
  3617. @-o-keyframes upvote {
  3618. 0% {
  3619. transform: scale(0,0);
  3620. -webkit-transform: scale(0,0);
  3621. opacity: 1
  3622. }
  3623.  
  3624. 45% {
  3625. opacity: 1
  3626. }
  3627.  
  3628. 98% {
  3629. opacity: 0
  3630. }
  3631.  
  3632. 100% {
  3633. transform: scale(1.5,1.5);
  3634. -webkit-transform: scale(1.5,1.5);
  3635. opacity: 0
  3636. }
  3637. }
  3638.  
  3639. @keyframes "upvote" {
  3640. 0% {
  3641. transform: scale(0,0);
  3642. -webkit-transform: scale(0,0);
  3643. opacity: 1
  3644. }
  3645.  
  3646. 45% {
  3647. opacity: 1
  3648. }
  3649.  
  3650. 98% {
  3651. opacity: 0
  3652. }
  3653.  
  3654. 100% {
  3655. transform: scale(1.5,1.5);
  3656. -webkit-transform: scale(1.5,1.5);
  3657. opacity: 0
  3658. }
  3659. }
  3660.  
  3661. #header {
  3662. height: 254px;
  3663. font-family: -apple-system,San Francisco Display,Helvetica Neue,Helvetica,Arial,sans-serif;
  3664. box-shadow: none;
  3665. background-color: #000;
  3666. background-image: url(%%cX1HsRy%%);
  3667. background-size: 1624px 254px;
  3668. background-position: 0px 0px;
  3669. background-repeat: repeat-x;
  3670. -webkit-animation: pan 25s infinite linear;
  3671. animation: pan 25s infinite linear
  3672. }
  3673.  
  3674.  
  3675.  
  3676. #header-bottom-left {
  3677. position: absolute;
  3678. top: auto;
  3679. bottom: 0px;
  3680. left: 0px;
  3681. right: 0px;
  3682. height: 60px
  3683. }
  3684.  
  3685. #header .pagename a {
  3686. display: inline-block;
  3687. position: absolute;
  3688. bottom: 15px;
  3689. left: 15px;
  3690. line-height: 60px;
  3691. padding: 0 15px;
  3692. font-size: 30px;
  3693. font-weight: 100;
  3694. font-family: inherit;
  3695. letter-spacing: 0.15em;
  3696. font-variant: small-caps;
  3697. text-shadow: none;
  3698. background: #000
  3699. }
  3700.  
  3701. #header .pagename a:hover {
  3702. text-decoration: none
  3703. }
  3704.  
  3705. #header .tabmenu {
  3706. position: absolute;
  3707. bottom: 15px;
  3708. left: 402px;
  3709. height: 33px;
  3710. line-height: 33px;
  3711. margin: 0;
  3712. background: #000;
  3713. overflow: hidden
  3714. }
  3715.  
  3716. #header .tabmenu::before {
  3717. content: none;
  3718. right: 0px;
  3719. background-color: #000
  3720. }
  3721.  
  3722. #header .tabmenu li {
  3723. display: inline-block
  3724. }
  3725.  
  3726. #header .tabmenu li a {
  3727. margin: 0;
  3728. padding: 0 15px;
  3729. font-family: inherit;
  3730. font-size: 13px;
  3731. font-weight: 300;
  3732. color: rgba(255,255,255,0.85)
  3733. }
  3734.  
  3735. #header .tabmenu li a:hover {
  3736. color: #FFF
  3737. }
  3738.  
  3739. #header .tabmenu li.selected {
  3740. background: #FFF;
  3741. color: #000;
  3742. vertical-align: top
  3743. }
  3744.  
  3745. #header .tabmenu li.selected a {
  3746. border: none;
  3747. font-weight: 700;
  3748. color: #000
  3749. }
  3750.  
  3751. #header-img.default-header,#header-img {
  3752. display: none
  3753. }
  3754.  
  3755. .side::before {
  3756. display: none
  3757. }
  3758.  
  3759. #sr-header-area {
  3760. height: 30px;
  3761. line-height: 24px;
  3762. padding: 2px 4px;
  3763. background: none;
  3764. background: -moz-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  3765. background: -webkit-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  3766. background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%)
  3767. }
  3768.  
  3769. #sr-header-area .sr-bar a,#sr-more-link,#sr-header-area .separator,#sr-header-area .dropdown.srdrop .selected {
  3770. color: rgba(255,255,255,0.85)
  3771. }
  3772.  
  3773. .separator {
  3774. opacity: 0.5
  3775. }
  3776.  
  3777. body.listing-page>.content,body.other-discussions-page>.content,.comments-page .link,.commentarea>.sitetable>.comment,#images,.combined-search-page>.content,.sponsorshipbox,.commentarea>.usertext,.stylesheet-customize-container .pretty-form,.side .sidecontentbox,.account-activity-box,.side .titlebox,#previoussearch #moresearchinfo,#ad-frame,#ad_main,.wiki-page .wiki-page-content,.linefield,.submit-page .roundfield,.login-form-side {
  3778. box-shadow: none;
  3779. border-radius: 0
  3780. }
  3781.  
  3782. .linkflairlabel {
  3783. max-width: 20rem;
  3784. }
  3785.  
  3786. .flairoptionpane ul li .linkflair a.title {
  3787. width: 25rem;
  3788. }
  3789.  
  3790. .titlebox span.subscribers .number::after{
  3791. content: " subscribers"
  3792. }
  3793.  
  3794. .flair{
  3795. padding: 2px;
  3796. padding-right: 5px;
  3797. border-radius: 2px;
  3798. background-color: #E0E0E0;
  3799. box-shadow: 2px 2px #888888;
  3800. }
  3801.  
  3802. .flair.flair-modflair {
  3803. color: white;
  3804. background-color: green;
  3805. }
  3806.  
  3807. .flair.flair-approaster {
  3808. background-color: #B9F2FF;
  3809. }
  3810.  
  3811. .linkflairlabel {
  3812. margin-left: 5px;
  3813. }
  3814.  
  3815. .linkflairlabel[title="Mod Post"] {
  3816. background-color: #006400
  3817. }
  3818.  
  3819. .comment .author[href$="Muckie"] {
  3820. color: green;
  3821. }
  3822.  
  3823.  
  3824. .comment .author[href$="EAGamesOfficial"] {
  3825. color: green;
  3826. }
  3827.  
  3828. .comment .author[href$="Rext7177"] {
  3829. color: green;
  3830. }
  3831.  
  3832. .comment .author[href$="celocanth13"] {
  3833. color: green;
  3834. }
  3835.  
  3836. .comment .author[href$="DaveGr0hl"] {
  3837. color: green;
  3838. }
  3839.  
  3840. .comment .author[href$="stuffed02"] {
  3841. color: green;
  3842. }
  3843.  
  3844. .moderator~ .userattrs:before {
  3845. visibility: visible;
  3846. content:'Moderator of /r/RoastMyCar.';
  3847. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement