MerbauOzLink

Reddit dark naut CSS

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