Lebon14

r/letsplay CSS cleaned up

Aug 13th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 59.25 KB | None | 0 0
  1. body
  2. {
  3.     background-color:#f1f1f1;color:#3b3b3b;font-family:arial,sans-serif
  4. }
  5. :focus{outline:0px}::-webkit-scrollbar
  6. {
  7.     width:12px;height:12px;background-color:#f5f5f5;border-left:1px solid #d2d2d2
  8. }
  9. ::-webkit-scrollbar-thumb
  10. {
  11.     background-color:#c3c3c3;border-top:1px solid #b6b6b6;border-bottom:1px solid #969696;border-left:1px solid #b6b6b6
  12. }
  13. ::-webkit-scrollbar-button
  14. {
  15.     display:none;width:0;height:0}::-webkit-scrollbar-corner{background-color:transparent;color:#555555
  16. }
  17. ::selection
  18. {
  19.     background-color:#5b92fa;color:white;font-weight:bold
  20. }
  21. a
  22. {
  23.     color:#5b92fa
  24. }
  25. a:hover
  26. {
  27.     text-decoration:underline
  28. }
  29. .error
  30. {
  31.     color:#ff4444;font-size:13px;font-family:arial,sans-serif
  32. }
  33. .comments-page #noresults:after
  34. {
  35.     content:"... so go ahead and tell us what you think!"
  36. }
  37. button,#search input[type="submit"],.wiki-page .wiki-page-content .wiki_button
  38. {
  39.     margin:3px 3px 3px 3px;
  40.     padding:0px 8px 1px 8px;
  41.     background-color:#ffffff;
  42.     border:1px solid #d4d4d4;
  43.     border-radius:2px;
  44.     -webkit-box-shadow:0 1px 0 #e2e0e0;box-shadow:0 1px 0 #e2e0e0;
  45.     color:#737373!important;
  46.     text-transform:capitalize;
  47.     font-weight:bold;
  48.     line-height:26px;
  49.     cursor:default
  50. }
  51. button:hover,#search input[type="submit"]:hover,.wiki-page .wiki-page-content .wiki_button:hover
  52. {
  53.     padding-bottom:0px;
  54.     border-color:#bababa;
  55.     border-bottom-width:2px;
  56.     color:#333!important
  57. }
  58. button:active,#search input[type="submit"]:active,.wiki-page .wiki-page-content .wiki_button:active
  59. {
  60.     padding-bottom:0px;
  61.     background-color:#e5e5e5;
  62.     border-color:#a7a7a7;
  63.     border-top-width:2px;
  64.     border-bottom-width:1px;
  65.     -webkit-box-shadow:none;
  66.     box-shadow:none;
  67.     color:#333!important;
  68.     line-height:25px
  69. }
  70. #sr-header-area
  71. {
  72.     opacity:0.4;
  73.     height:18px;
  74.     background-color:#333;
  75.     border-bottom:1px solid #333;
  76.     margin-top:35px
  77. }
  78. #sr-header-area:hover
  79. {
  80.     opacity:90
  81. }
  82. #sr-header-area a
  83. {
  84.     color:#C4C4C4;
  85.     font-family:Verdana,Arial,sans-serif
  86. }
  87. #sr-header-area a:hover
  88. {
  89.     color:#7CA9FF;
  90.     text-decoration:none
  91. }
  92. #sr-more-link
  93. {
  94.     position:absolute;
  95.     background-color:#333;
  96.     color:#C4C4C4
  97. }
  98. .dropdown.srdrop .selected
  99. {
  100.     background-image:none
  101. }
  102. .dropdown.srdrop .selected:after
  103. {
  104.     content:"▼"
  105. }
  106. .sr-bar .separator
  107. {
  108.     color:#333
  109. }
  110. #sr-header-area .width-clip .dropdown.srdrop .selected.title
  111. {
  112.     color:#C4C4C4;
  113.     font-size:9px;
  114.     font-weight:normal;
  115.     font-family:Verdana,Arial,sans-serif;
  116.     padding-right:3px
  117. }
  118. #sr-header-area .width-clip .dropdown.srdrop .selected.title:hover
  119. {
  120.     color:#5b92fa
  121. }
  122. #sr-header-area .drop-choices a.choice
  123. {
  124.     color:#333!important
  125. }
  126. #sr-header-area .drop-choices a.choice:hover
  127. {
  128.     background-color:#5b92fa;
  129.     color:#fff!important
  130. }
  131. #header
  132. {
  133.     height:135px;
  134.     background:#2a2b2e url("//b.thumbs.redditmedia.com/nrCqkvzCeh0itVK1.png") no-repeat fixed 50% 0%;
  135.     border-bottom:0px solid;
  136.     overflow:visible!important
  137. }
  138. #header:after
  139. {
  140.     position:absolute;
  141.     top:132px;
  142.     left:0px;
  143.     z-index:-1;
  144.     width:100%;
  145.     height:44px;
  146.     background:#fff;
  147.     border-bottom:0px solid;
  148.     content:" ";
  149.     text-indent:-999px
  150. }
  151. #header-img
  152. {
  153.     position:absolute;
  154.     top:130px;
  155.     left:0px;
  156.     z-index:99;
  157.     width:44px;
  158.     height:44px;
  159.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  160.     background-position:0px -226px;
  161.     background-repeat:no-repeat
  162. }
  163. #header-img:hover
  164. {
  165.     background-position:-44px -226px
  166. }
  167. .pagename a
  168. {
  169.     display:block;
  170.     visibility:visible!important;
  171.     position:absolute;
  172.     left:8px;
  173.     z-index:99;
  174.     background-image:url("//a.thumbs.redditmedia.com/e8FwsHhfki-GmmhV.png");
  175.     background-position:0px 0px;
  176.     background-repeat:no-repeat;
  177.     text-indent:-9999px
  178. }
  179. .pagename a:hover
  180. {
  181.     background-position:0px -77px
  182. }
  183. .pagename
  184. {
  185.     visibility:hidden
  186. }
  187. #header .tabmenu
  188. {
  189.     display:block;
  190.     position:absolute;
  191.     top:132px;
  192.     margin:0px;
  193.     right:0px;
  194.     left:0px;
  195.     padding:0px;
  196.     height:44px;
  197.     background-color:transparent;
  198.     border-bottom:0px solid;
  199.     color:#999;
  200.     list-style-type:none;
  201.     vertical-align:bottom;
  202.     text-align:left;
  203.     padding-left:55px;
  204.     white-space:nowrap;
  205.     font-weight:normal;
  206.     font-size:15px;
  207.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  208.     min-width:450px
  209. }
  210. .tabmenu li
  211. {
  212.     display:inline-block;
  213.     margin:7px 0px 0px 0px
  214. }
  215. .tabmenu li a
  216. {
  217.     margin:0px 17px 0px 17px;
  218.     padding:8px 0px 8px 0px;
  219.     background-color:transparent;
  220.     border:0px solid;
  221.     border-bottom:2px solid transparent;
  222.     color:#999;
  223.     font-weight:normal;
  224.     font-size:22px;
  225.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
  226. }
  227. .tabmenu li a:hover
  228. {
  229.     border-bottom-color:#5b92fa;
  230.     color:#262626;
  231.     text-decoration:none
  232. }
  233. .tabmenu li.selected a
  234. {
  235.     z-index:100;
  236.     background-color:transparent;
  237.     border:0px solid;
  238.     border-bottom:2px solid #5b92fa;
  239.     color:#262626;
  240.     font-size:22px;
  241.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
  242. }
  243. .tabmenu li.selected a:hover
  244. {
  245.     border-color:#719ff2
  246. }
  247. .res #header .tabmenu
  248. {
  249.     text-align:left;
  250.     margin-left:55px
  251. }
  252. .listing-page .tabmenu li:nth-of-type(3),
  253. .listing-page .tabmenu li:nth-of-type(4),
  254. .listing-page .tabmenu li a[href*="/promoted"],
  255. .listing-page .tabmenu li a[href*="/gilded"]
  256. {
  257.     display:none
  258. }
  259. #header-bottom-right
  260. {
  261.     position:absolute;
  262.     top:141px;
  263.     right:0px;
  264.     padding:8px 15px 7px 15px;
  265.     width:auto;
  266.     height:12px;
  267.     background-color:#fff
  268. }
  269. .user
  270. {
  271.     color:#7A7A7A
  272. }
  273. .loggedin .user
  274. {
  275.     color:#7A7A7A
  276. }
  277. #header-bottom-right a
  278. {
  279.     color:#7A7A7A;font-weight:normal;font-size:15px
  280. }
  281. #header-bottom-right a:hover
  282. {
  283.     border-bottom:1px solid #5b92fa;
  284.     color:#333;
  285.     text-decoration:none
  286. }
  287. #mail
  288. {
  289.     top:0px;
  290.     overflow:visible;
  291.     width:16px;
  292.     height:16px;
  293.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png")!important
  294. }
  295. #mail:hover,
  296. #modmail:hover
  297. {
  298.     border-bottom:0px solid!important
  299. }
  300. #mail.nohavemail
  301. {
  302.     background-position:-64px 0px
  303. }
  304. #mail.havemail
  305. {
  306.     background-position:-80px 0px
  307. }
  308. #mail.havemail:before,
  309. #modmail.havemail:before
  310. {
  311.     display:block;visibility:visible!important;
  312.     position:fixed;
  313.     top:4px;
  314.     right:10px;
  315.     z-index:2;
  316.     z-index:0;
  317.     width:25px;
  318.     height:25px;
  319.     background-color:#fff;
  320.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  321.     background-position:-126px -50px;
  322.     border-radius:50%;
  323.     content:" "
  324. }
  325. #modmail
  326. {
  327.     top:-2px;
  328.     margin-bottom:-6px;
  329.     width:16px;
  330.     height:16px;
  331.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png")!important
  332. }
  333. #modmail.havemail
  334. {
  335.     background-position:-112px 0px
  336. }
  337. #modmail.nohavemail
  338. {
  339.     background-position:-96px 0px
  340. }
  341. #modmail.havemail:before
  342. {
  343.     background-position:-151px -50px;
  344.     margin-right:40px
  345. }
  346. #header-bottom-right a.pref-lang,
  347. .loggedin .logout a
  348. {
  349.     background-position:-96px -49px;
  350.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  351.     width:16px;
  352.     height:16px;
  353.     display:inline-block;
  354.     text-indent:-9999px;
  355.     margin:0px;
  356.     position:relative;
  357.     top:-2px
  358. }
  359. .loggedin .logout a
  360. {
  361.     background-position:-80px -49px
  362. }
  363. .gearIcon
  364. {
  365.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png")!important;
  366.     background-position:-80px -65px!important;
  367.     height:16px!important;
  368.     width:17px!important
  369. }
  370. #modmail,
  371. #mail,
  372. .gearIcon,
  373. #header-bottom-right a.pref-lang,
  374. .loggedin .logout a
  375. {
  376. opacity:0.75
  377. }
  378. #modmail:hover,
  379. #mail:hover,
  380. #header-bottom-right a.pref-lang:hover,
  381. .loggedin .logout a:hover,
  382. .gearIcon:hover
  383. {
  384.     opacity:1;
  385.     text-decoration:none!important;
  386.     border-bottom:0px solid!important
  387. }
  388. .side
  389. {
  390.     float:right;
  391.     margin:34px 10px 0px 0px;
  392.     border-radius:2px;
  393.     padding-top:25px;
  394.     width:300px;
  395.     text-align:left;
  396.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
  397. }
  398. .side:after
  399. {
  400.     display:block;
  401.     margin:10px 0px;
  402.     padding:10px 0px;
  403.     color:#5b92fa;
  404.     content:"This subreddit uses /r/naut!";
  405.     text-transform:none;
  406.     font-size:16px;
  407.     font-family:arial,sans-serif;
  408.     position:absolute;
  409.     width:300px;
  410.     text-align:center
  411. }
  412. .morelink
  413. {
  414.     z-index:97;
  415.     width:270px;
  416.     height:28px;
  417.     background-color:#d93033;
  418.     background-image:none!important;
  419.     border:none;border-top:2px solid #d93033;
  420.     border-bottom:3px solid #d93033;
  421.     border-radius:1px;
  422.     -webkit-box-shadow:0 1px 2px #CECECE;
  423.     box-shadow:0 1px 2px #CECECE;
  424.     margin-left:15px
  425. }
  426. .morelink:hover
  427. {
  428.     background-color:#e6262d;
  429.     border-top:2px solid #e6262d;
  430.     border-bottom:3px solid #d93033
  431. }
  432. .morelink:active
  433. {
  434.     background-color:#d93033;
  435.     border-top:2px solid #800f13;
  436.     border-bottom:3px solid #d93033;
  437.     -webkit-box-shadow:none;
  438.     box-shadow:none
  439. }
  440. .morelink a
  441. {
  442.     color:#fff!important;
  443.     text-shadow:0px 1px 0px #800f13;
  444.     letter-spacing:0px;
  445.     font-weight:bold;
  446.     font-size:15px;
  447.     font-family:arial,sans-serif;
  448.     cursor:default;
  449.     line-height:30px
  450. }
  451. .morelink a:hover
  452. {
  453.     text-decoration:none
  454. }
  455. .subscriber .morelink a:after
  456. {
  457.     position:fixed;
  458.     top:4px;
  459.     right:30px;
  460.     z-index:98;
  461.     background-color:#d93033;
  462.     color:#FFF;
  463.     content:"Submit Content";
  464.     padding:0px 12px
  465. }
  466. .disabled .morelink,.disabled .morelink:hover
  467. {
  468.     background-image:none;
  469.     border:0px solid;
  470.     color:white;
  471.     font-size:0px;
  472.     background-color:#c8c8c8;
  473.     margin-top:3px;
  474.     text-shadow:none;
  475.     box-shadow:none
  476. }
  477. .disabled .morelink a
  478. {
  479.     color:#fff;
  480.     letter-spacing:0px;
  481.     font-weight:600;
  482.     font-size:14px;
  483.     font-family:sans-serif;
  484.     cursor:default;
  485.     text-indent:0px;
  486.     text-shadow:none
  487. }
  488. .account-activity-box,
  489. .sidebox.create,
  490. .morelink .nub
  491. {
  492.     display:none
  493. }
  494. .titlebox h1 a
  495. {
  496.     position:absolute;
  497.     top:211px;
  498.     margin:0px;
  499.     margin-bottom:5px;
  500.     margin-left:5px;
  501.     font-weight:lighter;
  502.     color:#707070;
  503.     text-transform:capitalize;
  504.     font-size:25px;
  505.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
  506. }
  507. .titlebox h1 a:hover
  508. {
  509.     color:#d93033;
  510.     text-decoration:none
  511. }
  512. .sidebox .subtitle
  513. {
  514.     font-size:1.6em
  515. }
  516. .fancy-toggle-button .active
  517. {
  518.     padding:1px 8px;
  519.     background-image:none!important;
  520.     outline:none!important;
  521.     border:0px;
  522.     border-radius:2px;
  523.     color:#fff!important;
  524.     text-transform:capitalize;
  525.     font-weight:bold;
  526.     font-size:12px;
  527.     font-family:arial,sans-serif!important;
  528.     line-height:26px;
  529.     cursor:default
  530. }
  531. .fancy-toggle-button .add
  532. {
  533.     background-color:#d93033;
  534.     border-top:2px solid #d93033;
  535.     border-bottom:2px solid #d93033;
  536.     -webkit-box-shadow:0 1px 0 #e2e0e0;
  537.     box-shadow:0 1px 0 #e2e0e0
  538. }
  539. .fancy-toggle-button .add:hover
  540. {
  541.     background-color:#e6262d;
  542.     border-top:2px solid #e6262d;
  543.     border-bottom:2px solid #d93033;
  544.     -webkit-box-shadow:none;
  545.     box-shadow:none;
  546.     text-decoration:none
  547. }
  548. .fancy-toggle-button .add:active
  549. {
  550.     background-color:#d93033;
  551.     border-top:2px solid #800f13;
  552.     border-bottom:2px solid #d93033;
  553.     -webkit-box-shadow:none;
  554.     box-shadow:none
  555. }
  556. .fancy-toggle-button .remove
  557. {
  558.     background-color:#fff;
  559.     border:1px solid #d4d4d4;
  560.     -webkit-box-shadow:0 1px 0 #e2e0e0;
  561.     box-shadow:0 1px 0 #e2e0e0;
  562.     font-size:10px;
  563.     line-height:16px;
  564.     color:#737373!important;
  565.     cursor:pointer
  566. }
  567. .fancy-toggle-button .remove:hover
  568. {
  569.     background-color:#fff;
  570.     color:#333;
  571.     border-bottom-width:2px;
  572.     border-color:#bababa;
  573.     text-decoration:none
  574. }
  575. .fancy-toggle-button .remove:active
  576. {
  577.     background-color:#e5e5e5;
  578.     border-color:#a7a7a7;
  579.     border-top-width:2px;
  580.     color:#333
  581. }
  582. .fancy-toggle-button .add:after
  583. {
  584.     position:fixed;
  585.     top:4px;
  586.     right:25px;
  587.     z-index:98;
  588.     background-color:#d93033;
  589.     color:#FFF;
  590.     content:"Subscribe Now";
  591.     padding:0px 16px
  592. }
  593. .fancy-toggle-button .add:hover:after
  594. {
  595.     background-color:#e6262d;
  596.     border-bottom:3px solid #d93033;
  597.     height:23px
  598. }
  599. div.titlebox span.word
  600. {
  601.     display:none
  602. }
  603. .titlebox .users-online
  604. {
  605.     display:inline
  606. }
  607. .titlebox .users-online:before
  608. {
  609.     display:none
  610. }
  611. .titlebox .users-online .number
  612. {
  613.     font-style:italic;
  614.     font-size:12px
  615. }
  616. .titlebox .users-online .number:before
  617. {
  618.     content:"("
  619. }
  620. .titlebox .users-online .number:after
  621. {
  622.     content:" here)"
  623. }
  624. .titlelebox .word
  625. {
  626.     display:none
  627. }
  628. .titlebox .users-online,.titlebox .number
  629. {
  630.     cursor:text
  631. }
  632. .titlebox .tagline
  633. {
  634.     font-size:12px
  635. }
  636. .titlebox
  637. {
  638.     padding:0px 15px 15px 15px;
  639.     color:#404040
  640. }
  641. .titlebox .md
  642. {
  643.     font-size:14px;
  644.     line-height:1.35em;
  645.     font-family:arial,sans-serif
  646. }
  647. .titlebox .bottom
  648. {
  649.     padding-top:5px;
  650.     border-top:1px solid #e5e5e5;
  651.     color:#999;
  652.     font-size:110%
  653. }
  654. .titlebox h5
  655. {
  656.     width:100%;
  657.     height:30px;
  658.     color:#fff;
  659.     background-color:#d93033;
  660.     border-bottom:2px solid #800f13;
  661.     display:block;
  662.     font-size:18px;
  663.     text-align:center;
  664.     line-height:31px;
  665.     margin-top:10px;
  666.     margin-bottom:10px
  667. }
  668. .titlebox h5 a,.titlebox h5 a:hover
  669. {
  670.     text-decoration:none;
  671.     color:#fff;
  672.     cursor:pointer
  673. }
  674. .titlebox h5:hover
  675. {
  676.     background-color:#e6262d;
  677.     border-bottom:2px solid #d93033;
  678.     text-decoration:none
  679. }
  680. .titlebox h5:active
  681. {
  682.     background-color:#800f13;
  683.     border-bottom:2px solid #800f13
  684. }
  685. #search{}#search input[type=text]
  686. {
  687.     margin:17px 0px 0px 0px;
  688.     padding:5px 0px 5px 40px;
  689.     width:258px;
  690.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  691.     background-position:-129px 0px;
  692.     background-repeat:no-repeat;
  693.     border:none;
  694.     border-top:1px solid #d5d5d5;
  695.     border-bottom:1px solid #d5d5d5;
  696.     border-left:2px solid #fff;
  697.     color:#999;font-weight:normal;
  698.     font-size:16px;
  699.     font-family:arial,sans-serif!important
  700. }
  701. #search input[type=text]:focus
  702. {
  703.     padding:5px 0px 5px 40px;
  704.     width:258px;
  705.     outline:none!important;
  706.     border:none;
  707.     border-top:1px solid #d5d5d5;
  708.     border-bottom:1px solid #d5d5d5;
  709.     border-left:2px solid #d93033;
  710.     color:#000
  711. }
  712. #searchexpando
  713. {
  714.     margin:0px 0px 5px 0px;
  715.     padding:5px 5px 0px 15px;
  716.     height:25px;
  717.     background-color:#f5f5f5;
  718.     border:0px solid;
  719.     border-bottom:1px solid #DFDFDF;
  720.     border-radius:0px;
  721.     color:#3b3b3b;
  722.     font-size:150%
  723. }
  724. #searchexpando label
  725. {
  726.     cursor:pointer
  727. }
  728. .search-page form#search label
  729. {
  730.     font-size:150%;
  731.     cursor:pointer
  732. }
  733. #search_showmore
  734. {
  735.     display:none
  736. }
  737. #ad-frame,
  738. #ad_main
  739. {
  740.     text-align:center
  741. }
  742. .sidecontentbox
  743. {
  744.     padding:0px 5px 0px 15px
  745. }
  746. .sidecontentbox .title
  747. {
  748.     text-align:left
  749. }
  750. .sidecontentbox .title h1
  751. {
  752.     color:#262626;
  753.     text-align:left;
  754.     text-transform:capitalize;
  755.     font-size:14px;
  756.     font-family:arial,sans-serif
  757. }
  758. .sidecontentbox.collapsible .title
  759. {
  760.     text-align:left
  761. }
  762. .sidecontentbox .collapse-button
  763. {
  764.     background:transparent;
  765.     border:0px;
  766.     border-radius:0px;
  767.     color:#262626;
  768.     font-size:15px
  769. }
  770. .sidecontentbox .content
  771. {
  772.     padding:3px 0px 5px 0px;
  773.     background-color:transparent;
  774.     border:0px solid;
  775.     text-align:left
  776. }
  777. .sidecontentbox .content a
  778. {
  779.     color:#262626;
  780.     text-align:left;
  781.     font-family:arial,sans-serif
  782. }
  783. .sidecontentbox .content a:hover
  784. {
  785.     color:#5b92fa;
  786.     text-decoration:underline
  787. }
  788. .icon-menu a
  789. {
  790.     background-color:transparent
  791. }
  792. .icon-menu .reddit-edit:before
  793. {
  794.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  795.     background-position:0px -33px
  796. }
  797. .icon-menu .moderator-mail:before
  798. {
  799.     margin-top:-1px;
  800.     height:16px;
  801.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  802.     background-position:-16px -32px
  803. }
  804. .icon-menu .reddit-moderators:before
  805. {
  806.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  807.     background-position:-32px -33px
  808. }
  809. .icon-menu .reddit-contributors:before
  810. {
  811.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  812.     background-position:-48px -33px
  813. }
  814. .icon-menu .reddit-traffic:before
  815. {
  816.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  817.     background-position:-64px -32px
  818. }
  819. .icon-menu .reddit-modqueue:before
  820. {
  821.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  822.     background-position:-80px -32px
  823. }
  824. .icon-menu .reddit-reported:before
  825. {
  826.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  827.     background-position:-96px -32px
  828. }
  829. .icon-menu .reddit-spam:before
  830. {
  831.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  832.     background-position:-112px -32px
  833. }
  834. .icon-menu .reddit-ban:before
  835. {
  836.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  837.     background-position:-128px -32px
  838. }
  839. .icon-menu .reddit-flair:before
  840. {
  841.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  842.     background-position:-144px -32px}
  843. .icon-menu .reddit-moderationlog:before
  844. {
  845.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  846.     background-position:-160px -33px
  847. }
  848. .icon-menu a.reddit-unmoderated
  849. {
  850.     display:none
  851. }
  852. .sidecontentbox a.helplink
  853. {
  854.     display:block;
  855.     margin-right:27px;
  856.     margin-bottom:15px;
  857.     width:80%;
  858.     background-color:#d93033;
  859.     background-image:none!important;
  860.     border:none;
  861.     border-top:2px solid #d93033;
  862.     border-bottom:2px solid #d93033;
  863.     -webkit-box-shadow:0 1px 0 #E2E0E0;
  864.     box-shadow:0 1px 0 #E2E0E0;
  865.     color:#fff!important;
  866.     text-align:center;
  867.     text-transform:capitalize;
  868.     text-shadow:0px 1px 0px #800f13;
  869.     letter-spacing:0px;
  870.     font-weight:bold;
  871.     font-size:13px;
  872.     font-family:Arial,sans-serif;
  873.     line-height:26px;
  874.     cursor:default
  875. }
  876. .sidecontentbox a.helplink:hover
  877. {
  878.     background-color:#e6262d;
  879.     border-top:2px solid #e6262d;
  880.     border-bottom:2px solid #d93033;
  881.     -webkit-box-shadow:none;
  882.     box-shadow:none;
  883.     text-decoration:none
  884. }
  885. .sidecontentbox a.helplink:active
  886. {
  887.     background-color:#d93033;
  888.     border-top:2px solid #800f13;
  889.     border-bottom:2px solid #d93033;
  890.     -webkit-box-shadow:none;
  891.     box-shadow:none
  892. }
  893. .content
  894. {
  895.     margin-top:50px;margin-left:10px
  896. }
  897. .titlebox h6
  898. {
  899.     position:fixed;
  900.     top:0px;
  901.     right:0px;
  902.     left:0px;
  903.     z-index:97;
  904.     height:35px;
  905.     background-color:#fff;
  906.     -webkit-box-shadow:0 2px 4px 0 #d3d3d3;
  907.     box-shadow:0 2px 4px 0 #d3d3d3;
  908.     color:#737373;
  909.     margin-top:0px!important;
  910.     padding-top:5px;
  911.     padding-left:50px;
  912.     font-weight:normal;
  913.     font-size:22px;
  914.     line-height:35px;
  915.     text-decoration:none
  916. }
  917. .titlebox h6 a
  918. {
  919.     margin:0px 15px;
  920.     padding:2px 0px;
  921.     border:0px solid;
  922.     color:#d33;
  923.     font-weight:normal;
  924.     font-size:22px;
  925.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
  926. }
  927. .titlebox h6 a:hover
  928. {
  929.     border-bottom-color:#5b92fa!important;
  930.     color:#933!important;
  931.     text-decoration:none
  932. }
  933. .titlebox h6 a[href*="http://www.reddit.com#top"]
  934. {
  935.     position:fixed;
  936.     left:0px;
  937.     top:0px;
  938.     height:35px;
  939.     width:35px;
  940.     background-color:#ff0;
  941.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  942.     background-position:0px -49px;
  943.     border-bottom:0px;
  944.     text-indent:-9999px;
  945.     padding:0px;
  946.     margin:0px
  947. }
  948. .titlebox h6 a[href*="http://www.reddit.com#top"]:hover
  949. {
  950.     background-position:-35px -49px;
  951.     border-bottom:0px solid
  952. }
  953. .new-page .titlebox h6 a[href*="/new"],
  954. .top-page .titlebox h6 a[href*="/top"],
  955. .hot-page .titlebox h6 a[href*="/hot"]
  956. {
  957.     border-bottom:2px solid #5b92fa;
  958.     color:#262626
  959. }
  960. .link
  961. {
  962.     margin-right:320px;
  963.     margin-bottom:8px;
  964.     padding:8px 10px 6px 10px;
  965.     border-radius:2px
  966. }
  967. .link,
  968. .side,
  969. .submit-page .infobar,
  970. .roundfield,
  971. .submit-page .content button,
  972. .content.submit .info-notice,
  973. .stylesheet-customize-container .pretty-form,
  974. #images,
  975. .search-page .raisedbox,
  976. .search-page .searchfacets,
  977. .linefield,
  978. .search-page .searchpane,
  979. .nextprev
  980. {
  981.     border:0px;
  982.     border-bottom:3px solid #e5e5e5!important;
  983.     background-color:#fff
  984. }
  985. .stickied.link
  986. {
  987.     border-bottom-color:#C4DAC2!important
  988. }
  989. .thing.stickied a.title,
  990. .thing.stickied a
  991. {
  992.     color:#65b354!important
  993. }
  994. .thing.stickied a.thumbnail
  995. {
  996.     background-position:-102px -209px
  997. }
  998. .organic-listing
  999. {
  1000.     margin-right:320px;
  1001.     border:1px solid #D0D6DD;
  1002.     border-bottom-width:3px;
  1003.     border-top-width:0px
  1004. }
  1005. .link.promotedlink.promoted
  1006. {
  1007.     border-bottom:0px!important;
  1008.     margin-right:0px
  1009. }
  1010. .link.promotedlink.promoted .thumbnail
  1011. {
  1012.     max-height:70px!important
  1013. }
  1014. .link .title
  1015. {
  1016.     font-weight:bold;
  1017.     font-family:Arial,sans-serif
  1018. }
  1019. .link .title:hover
  1020. {
  1021.     color:#5b92fa!important
  1022. }
  1023. .thing .title.loggedin.click,
  1024. .thing .title.click,
  1025. .thing .title.loggedin,
  1026. .thing .title
  1027. {
  1028.     color:#5b92fa
  1029. }
  1030. .thing .title:visited,
  1031. .thing.visited .title
  1032. {
  1033.     color:#7D5D8A
  1034. }
  1035. .thing .title.loggedin.click:visited,
  1036. .thing .title.click:visited
  1037. {
  1038.     color:#5b92fa
  1039. }
  1040. .link .score
  1041. {
  1042.     margin-bottom:-1px;
  1043.     margin-left:1px;
  1044.     color:#999;
  1045.     font-family:arial,sans-serif
  1046. }
  1047. .link .score.likes
  1048. {
  1049.     color:#ee5821
  1050. }
  1051. .link .score.dislikes
  1052. {
  1053.     color:#6f85bf
  1054. }
  1055. .arrow
  1056. {
  1057.     margin:2px 0px 0px 0px;
  1058.     margin-right:auto;
  1059.     margin-left:auto;
  1060.     width:16px;
  1061.     height:16px;
  1062.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png")!important;
  1063.     background-position:center center;
  1064.     outline:none!important;
  1065.     border:none!important
  1066. }
  1067. .arrow.up
  1068. {
  1069. background-position:-32px 0px
  1070. }
  1071. .arrow.upmod
  1072. {
  1073.     background-position:-48px 0px
  1074. }
  1075. .arrow.down
  1076. {
  1077.     background-position:0px 0px
  1078. }
  1079. .arrow.downmod
  1080. {
  1081.     background-position:-16px 0px
  1082. }
  1083. .expando-button
  1084. {
  1085.     margin:0px 5px 0px 0px!important;
  1086.     width:16px!important;
  1087.     height:16px!important;
  1088.     background-color:transparent!important;
  1089.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png")!important;
  1090.     cursor:pointer
  1091. }
  1092. .content .expando-button.selftext.collapsed
  1093. {
  1094.     background-position:0 -17px
  1095. }
  1096. .content .expando-button.selftext.collapsed:hover
  1097. {
  1098.     background-position:-16px -17px
  1099. }
  1100. .content .expando-button.selftext.expanded
  1101. {
  1102.     background-position:-32px -17px
  1103. }
  1104. .content .expando-button.selftext.expanded:hover
  1105. {
  1106.     background-position:-48px -17px
  1107. }
  1108. .expando-button.video.collapsed
  1109. {
  1110.     background-position:-64px -17px
  1111. }
  1112. .expando-button.video.collapsed:hover,
  1113. .eb-vch
  1114. {
  1115.     background-position:-80px -17px
  1116. }
  1117. .expando-button.video.expanded,
  1118. .eb-ve
  1119. {
  1120.     background-position:-64px -17px
  1121. }
  1122. .expando-button.video.expanded:hover,
  1123. .eb-veh
  1124. {
  1125.     background-position:-80px -17px
  1126. }
  1127. .res .expando-button.image.collapsed,
  1128. .expando-button.image.gallery.collapsedExpando,
  1129. .expando-button.image.collapsedExpando
  1130. {
  1131.     background-position:-96px -17px!important
  1132. }
  1133. .res .expando-button.image.collapsed:hover,
  1134. .expando-button.image.collapsedExpando:hover,
  1135. .expando-button.image.gallery.collapsedExpando:hover
  1136. {
  1137.     background-position:-112px -17px!important
  1138. }
  1139. .res .expando-button.image.expanded
  1140. {
  1141.     background-position:-96px -17px!important
  1142. }
  1143. .res .expando-button.image.expanded:hover
  1144. {
  1145.     background-position:-112px -17px!important
  1146. }
  1147. .link .usertext .md
  1148. {
  1149.     padding:0 5px;
  1150.     background-color:transparent;
  1151.     border:0px solid;
  1152.     border-top:1px solid #e5e5e5;
  1153.     border-radius:0px;
  1154.     color:#404040;
  1155.     font-weight:normal;
  1156.     font-size:14px;
  1157.     font-family:arial,sans-serif;
  1158.     line-height:1.35em
  1159. }
  1160. .domain
  1161. {
  1162.     color:white
  1163. }
  1164. .domain a
  1165. {
  1166.     color:#c0c0c0
  1167. }
  1168. .domain a:hover
  1169. {
  1170.     color:#5b92fa;
  1171.     text-decoration:none
  1172. }
  1173. .link .tagline
  1174. {
  1175.     color:#999;
  1176.     font-size:12px
  1177. }
  1178. .thumbnail
  1179. {
  1180.     max-height:50px;
  1181.     max-width:70px
  1182. }
  1183. .thumbnail.self
  1184. {
  1185.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  1186.     background-position:-102px -92px;
  1187.     background-repeat:no-repeat
  1188. }
  1189. .thumbnail.default
  1190. {
  1191.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  1192.     background-position:-102px -154px;
  1193.     background-repeat:no-repeat
  1194. }
  1195. .thumbnail.nsfw
  1196. {
  1197.     width:80px;
  1198.     height:50px;
  1199.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png");
  1200.     background-position:-22px -150px;
  1201.     background-repeat:no-repeat
  1202. }
  1203. .entry
  1204. {
  1205.     padding-left:5px
  1206. }
  1207. .entry .buttons li a
  1208. {
  1209.     padding:0 1px;
  1210.     color:#999;
  1211.     font-weight:400;
  1212.     font-size:13px
  1213. }
  1214. .entry .buttons li a:hover
  1215. {
  1216.     color:#5b92fa
  1217. }
  1218. .link .entry li a
  1219. {
  1220.     opacity:0
  1221. }
  1222. .link:hover .entry li a
  1223. {
  1224.     opacity:100
  1225. }
  1226. .link .entry li .comments
  1227. {
  1228.     opacity:100!important;
  1229.     color:#5b92fa;
  1230.     font-weight:bold;
  1231.     font-size:13px
  1232. }
  1233. .nsfw-stamp acronym
  1234. {
  1235.     opacity:100;
  1236.     background-color:#e82e63;
  1237.     border-radius:0px;
  1238.     color:#fff;
  1239.     cursor:help;
  1240.     border-color:#e82e63
  1241. }
  1242. .entry .buttons a[onclick*="reply"]
  1243. {
  1244.     color:#5b92fa!important;
  1245.     font-weight:bold!important;
  1246.     font-size:13px!important
  1247. }
  1248. .link .flat-list
  1249. {
  1250.     font-weight:normal;
  1251.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
  1252. }
  1253. .link .midcol
  1254. {
  1255.     margin-right:7px
  1256. }
  1257. .link .rank
  1258. {
  1259.     display:none
  1260. }
  1261. .link.last-clicked
  1262. {
  1263.     overflow:hidden;
  1264.     background-color:#f8f8f8;
  1265.     border:0px solid #d8d8d8;
  1266.     border-bottom:3px solid #e5e5e5
  1267. }
  1268. .entry .buttons li.reported-stamp
  1269. {
  1270.     background-color:#f5b400;
  1271.     border-radius:2px;
  1272.     border:1px solid #e2a600!important;
  1273.     color:#fff;
  1274.     font-weight:bold;
  1275.     background-image:none
  1276. }
  1277. a.pretty-button.negative
  1278. {
  1279.     border-radius:2px;
  1280.     background-color:#dc4437;
  1281.     color:#fff;
  1282.     font-weight:bold;
  1283.     border:1px solid #c4362a;
  1284.     background-image:none
  1285. }
  1286. a.pretty-button.neutral
  1287. {
  1288.     border-radius:2px;
  1289.     font-weight:bold;
  1290.     color:#fff;
  1291.     background-color:#666666;
  1292.     border:1px solid #4d4d4d;
  1293.     background-image:none
  1294. }
  1295. a.pretty-button.positive
  1296. {
  1297.     border-radius:2px;
  1298.     font-weight:bold;
  1299.     color:#fff;
  1300.     background-color:#109d59;
  1301.     border:1px solid #0a8a4c;
  1302.     background-image:none
  1303. }
  1304. .menuarea
  1305. {
  1306.     margin-right:320px;
  1307.     border:none;
  1308.     font-size:16px
  1309. }
  1310. .infobar
  1311. {
  1312.     margin-right:320px;
  1313.     background-color:#4B4A4A;
  1314.     border:none;
  1315.     color:#fff;
  1316.     font-size:14px
  1317. }
  1318. .infobar a
  1319. {
  1320.     color:#89B3FF
  1321. }
  1322. .infobar.welcome
  1323. {
  1324.     margin-right:321px;
  1325.     color:#333;
  1326.     margin-bottom:8px
  1327. }
  1328. .nextprev
  1329. {
  1330.     margin-top:8px;
  1331.     margin-right:320px;
  1332.     height:35px;
  1333.     color:#737373;
  1334.     text-align:center;
  1335.     font-size:16px;
  1336.     line-height:35px;
  1337.     padding:10px
  1338. }
  1339. .nextprev a
  1340. {
  1341.     background-color:transparent;
  1342.     border:none;
  1343.     color:#5b92fa
  1344. }
  1345. .nextprev a:hover
  1346. {
  1347.     background-color:transparent;
  1348.     border:none
  1349. }
  1350. form#newlink.submit.content
  1351. {
  1352.     margin-top:40px
  1353. }
  1354. .submit-page .infobar
  1355. {
  1356.     margin-top:0px;
  1357.     margin-bottom:8px;
  1358.     padding:10px 10px 10px 10px;
  1359.     color:#3b3b3b;
  1360.     text-align:center;
  1361.     text-indent:-9999px;
  1362.     font-size:0px
  1363. }
  1364. .formtabs-content .infobar:before
  1365. {
  1366.     display:block;
  1367.     text-indent:0px;
  1368.     font-size:16px
  1369. }
  1370. .submit-page .tabmenu li a
  1371. {
  1372.     margin:0px
  1373. }
  1374. .submit-page ul.tabmenu.formtab
  1375. {
  1376.     padding-left:0px;
  1377.     width:500px;
  1378.     text-align:center
  1379. }
  1380. .formtabs-content
  1381. {
  1382.     padding-top:0px;
  1383.     border-top:4px solid #5b92fa
  1384. }
  1385. .submit-page .tabmenu.formtab a
  1386. {
  1387.     padding:5px 55px 0px 55px;
  1388.     width:100px;
  1389.     background-color:white;
  1390.     border:0px solid;
  1391.     color:#5b92fa;
  1392.     text-align:center;
  1393.     font-weight:normal;
  1394.     font-size:14px
  1395. }
  1396. .submit-page .tabmenu li a:hover
  1397. {
  1398.     color:#333
  1399. }
  1400. .submit-page .tabmenu.formtab .selected a
  1401. {
  1402.     padding:5px 60px 0px 60px;
  1403.     background-color:#5b92fa;
  1404.     color:#fff;
  1405.     font-size:18px
  1406. }
  1407. .roundfield
  1408. {
  1409.     padding:10px 10px 10px 10px;
  1410.     color:#707070
  1411. }
  1412. .submit-page textarea,
  1413. .roundfield input[type=url],
  1414. .roundfield input[type=text],
  1415. .login-form-side input[type=text],
  1416. .login-form-side input[type=password],
  1417. .linefield textarea,.linefield input[type="text"],
  1418. .flairlist .flaircell input[type="text"],
  1419. .linkinfo .shortlink input,
  1420. .search-page #search input[type=text]
  1421. {
  1422.     margin:0;
  1423.     padding:5px;
  1424.     border:1px solid #d9d9d9;
  1425.     border-top:1px solid #c0c0c0;
  1426.     -webkit-box-shadow:none;
  1427.     box-shadow:none;
  1428.     color:#333;
  1429.     font-size:100%;
  1430.     font-family:arial,sans-serif
  1431. }
  1432. .submit-page textarea:hover,
  1433. .roundfield input[type=url]:hover,
  1434. .roundfield input[type=text]:hover,
  1435. .login-form-side input[type=text]:hover,
  1436. .login-form-side input[type=password]:hover,
  1437. .linefield textarea:hover,
  1438. .linefield input[type="text"]:hover,
  1439. .flairlist .flaircell input[type="text"]:hover,
  1440. .linkinfo .shortlink input:hover,
  1441. .search-page #search input[type=text]
  1442. {
  1443.     border:1px solid #bebebe
  1444. }
  1445. .submit-page textarea:focus,
  1446. .roundfield input[type=url]:focus,
  1447. .roundfield input[type=text]:focus,
  1448. .login-form-side input[type=text]:focus,
  1449. .login-form-side input[type=password]:focus,
  1450. .linefield textarea:focus,
  1451. .linefield input[type="text"]:focus,
  1452. .flairlist .flaircell input[type="text"]:focus,
  1453. .linkinfo .shortlink input:focus,
  1454. .search-page #search input[type=text]
  1455. {
  1456.     border:1px solid #4d90fe;
  1457.     color:#000
  1458. }
  1459. .linefield .usertext-edit textarea
  1460. {
  1461.     height:500px
  1462. }
  1463. .submit-page .content textarea,
  1464. .submit-page .content input[type=url],
  1465. .submit-page .content input[type=text]
  1466. {
  1467.     width:488px
  1468. }
  1469. .submit-page .content button
  1470. {
  1471.     margin-bottom:30px;
  1472.     margin-left:0px;
  1473.     padding:10px 10px 10px 10px;
  1474.     width:522px;
  1475.     color:#707070!important;
  1476.     text-align:center;
  1477.     cursor:pointer;
  1478.     border:0px;
  1479.     border-bottom:3px solid #E5E5E5
  1480. }
  1481. .submit-page button:hover
  1482. {
  1483.     background-color:#5b92fa;
  1484.     color:white!important;
  1485.     border-bottom:4px solid #477ADB
  1486. }
  1487. .submit-page button:active
  1488. {
  1489.     background-color:#315fb2;
  1490.     border-bottom-color:#315fb2
  1491. }
  1492. .submit-page h1
  1493. {
  1494.     display:none
  1495. }
  1496. .submit-page .side h1
  1497. {
  1498.     display:inherit
  1499. }
  1500. .content.submit .info-notice
  1501. {
  1502.     margin:0px 0px 4px 0px;
  1503.     padding:20px 10px 20px 10px;
  1504.     color:#707070;
  1505.     text-align:center;
  1506.     border:0px;
  1507.     border-bottom:3px solid #E5E5E5
  1508. }
  1509. .content.submit .info-notice a
  1510. {
  1511. text-decoration:none;
  1512. font-size:120%
  1513. }
  1514. .content.submit .info-notice a:hover
  1515. {
  1516.     text-decoration:underline
  1517. }
  1518. .thing.spam
  1519. {
  1520.     border-color:#F3B9B9;
  1521.     background-color:#fff;
  1522.     margin-right:320px
  1523. }
  1524. #file
  1525. {
  1526.     margin:10px
  1527. }
  1528. .submit-page .gray,
  1529. #url-field button,
  1530. #suggested-reddits
  1531. {
  1532.     display:none
  1533. }
  1534. .submit-page form .spacer+.spacer
  1535. {
  1536.     margin:8px 0px
  1537. }
  1538. .flairselector.drop-choices.active
  1539. {
  1540.     visibility:visible!important;
  1541.     background-color:#fff;
  1542.     border:1px solid #d8d8d8;
  1543.     border-radius:2px
  1544. }
  1545. .flairselector h2
  1546. {
  1547.     padding:5px 5px 5px 5px;
  1548.     background-color:#fff;
  1549.     border-bottom:1px solid #e5e5e5;
  1550.     color:#333;
  1551.     text-transform:capitalize;
  1552.     font-size:130%
  1553. }
  1554. .flairoptionpane
  1555. {
  1556. text-align:left
  1557. }
  1558. .flairoptionpane ul
  1559. {
  1560.     visibility:visible!important
  1561. }
  1562. .flairoptionpane ul a.title
  1563. {
  1564.     font-size:100%!important
  1565. }
  1566. .flairselector li
  1567. {
  1568.     padding:3px 0px 3px 0px;
  1569.     width:182px
  1570. }
  1571. .flairselector li:hover
  1572. {
  1573.     background-color:#efefef
  1574. }
  1575. .flairselector form
  1576. {
  1577.     border-top:1px solid #e5e5e5
  1578. }
  1579. .flairsample-left
  1580. {
  1581.     text-align:left!important
  1582. }
  1583. .flairselector ul
  1584. {
  1585.     overflow:visible
  1586. }
  1587. .flairselector li.selected
  1588. {
  1589.     background-color:#e5ebf8;
  1590.     border:none
  1591. }
  1592. .linkflairlabel
  1593. {
  1594.     padding:0px 6px 1px 10px;
  1595.     height:auto;
  1596.     border-radius:0px;
  1597.     border-top-left-radius:16px;
  1598.     border-bottom-left-radius:16px;
  1599.     border:0px solid;color:#333;
  1600.     font-weight:bold;
  1601.     font-style:normal;
  1602.     font-variant:normal;
  1603.     font-size:13px;
  1604.     font-family:Tahoma,Arial,sans-serif;
  1605.     cursor:default;
  1606.     vertical-align:middle;
  1607.     position:relative;top:-2px
  1608. }
  1609. .linkflair-mod .linkflairlabel
  1610. {
  1611.     background-color:#5fb04d;
  1612.     color:#fff
  1613. }
  1614. .linkflair-mod a
  1615. {
  1616.     color:#4c8d3e!important
  1617. }
  1618. .linkflair-mod .thumbnail.default,
  1619. .linkflair-mod .thumbnail.self
  1620. {
  1621.     background-image:url("//a.thumbs.redditmedia.com/iJ2s0uI8y9ERn_V7wc62Tm4GRGYtBKoyy1X-2jvtpi0.png")!important;
  1622.     background-position:-22px -90px!important;
  1623.     background-repeat:no-repeat
  1624. }
  1625. .linkflair-image .linkflairlabel
  1626. {
  1627.     background-color:#F86154;
  1628.     color:#fff
  1629. }
  1630. .linkflair-gif .linkflairlabel
  1631. {
  1632.     background-color:#f5b400;
  1633.     color:#fff
  1634. }
  1635. .linkflair-extra .linkflairlabel
  1636. {
  1637.     background-color:#5b92fa;
  1638.     color:#fff
  1639. }
  1640. .flair
  1641. {
  1642.     height:auto;
  1643.     background-color:transparent;
  1644.     border:none;
  1645.     color:#555;
  1646.     font-size:small!important;
  1647.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  1648.     border:1px solid #DADADA;
  1649.     padding:0px 3px 2px 3px;
  1650.     cursor:help
  1651. }
  1652. div.tabpane-content
  1653. {
  1654.     padding:4px 4px 4px 4px;
  1655.     border:0px solid #e5e5e5;
  1656.     border-bottom-width:3px;
  1657.     background-color:#fff;
  1658.     width:1080px;
  1659.     margin-top:7px
  1660. }
  1661. .linefield
  1662. {
  1663.     margin-bottom:5px;
  1664.     padding:10px 10px 10px 10px;
  1665.     width:45%;
  1666.     color:#707070;
  1667.     margin-bottom:15px
  1668. }
  1669. .linefield .title
  1670. {
  1671.     padding:1px 10px;
  1672.     color:#5b92fa
  1673. }
  1674. .linefield .title+.gray
  1675. {
  1676.     font-size:small
  1677. }
  1678. .flairtemplate .flairrow
  1679. {
  1680.     margin-top:2px;
  1681.     margin-right:320px;
  1682.     padding:5px 5px 8px 3px;
  1683.     color:#707070;
  1684.     text-transform:capitalize;
  1685.     width:100%;
  1686.     margin-bottom:8px
  1687. }
  1688. .tabmenu li#tab-grant.selected,
  1689. .tabmenu li#tab-templates.selected,
  1690. .tabmenu li#tab-link_templates.selected
  1691. {
  1692.     margin:7px 0px 4px 0px
  1693. }
  1694. .tabmenu li#tab-grant.selected a,
  1695. .tabmenu li#tab-grant a:hover,
  1696. .tabmenu li#tab-templates.selected a,
  1697. .tabmenu li#tab-templates a:hover,
  1698. .tabmenu li#tab-link_templates.selected a,
  1699. .tabmenu li#tab-link_templates a:hover
  1700. {
  1701.     color:#333
  1702. }
  1703. .wiki-page .wiki-page-content
  1704. {
  1705.     margin:5px 320px 10px 0px;
  1706.     padding:5px 10px 5px 10px;
  1707.     background-color:#fff;
  1708.     border:1px solid #d8d8d8
  1709. }
  1710. .wiki-page .tabmenu li:nth-of-type(3),
  1711. .wiki-page .tabmenu li:nth-of-type(4),
  1712. .wiki-page .tabmenu li a[href*="/promoted"],
  1713. .wiki-page .tabmenu li a[href*="/gilded"]
  1714. {
  1715.     display:none
  1716. }
  1717. .wiki-page .wiki-page-content .md.wiki h1
  1718. {
  1719.     margin-top:0.5em;
  1720.     color:#333;
  1721.     font-size:1.5em;
  1722.     font-family:Arial,sans-serif
  1723. }
  1724. .wiki-page .wiki-page-content .md.wiki h2
  1725. {
  1726.     font-size:1.45em
  1727. }
  1728. .wiki-page .wiki-page-content .md.wiki h3
  1729. {
  1730.     font-size:1.4em
  1731. }
  1732. .wiki-page .wiki-page-content .md.wiki h4
  1733. {
  1734.     font-size:1.35em
  1735. }
  1736. .wiki-page .wiki-page-content .md.wiki p,
  1737. .wiki-page .wiki-page-content .md.wiki .md.wiki blockquote
  1738. {
  1739.     color:#404040;
  1740.     font-weight:normal;
  1741.     font-size:14px;
  1742.     font-family:Arial,sans-serif;
  1743.     line-height:1.5em
  1744. }
  1745. .wiki-page .pageactions
  1746. {
  1747.     border:none;
  1748.     border-radius:0px
  1749. }
  1750. .wiki-page .pageactions .wikiaction
  1751. {
  1752.     text-transform:capitalize;
  1753.     font-size:110%
  1754. }
  1755. .wiki-page .pageactions .wikiaction:hover
  1756. {
  1757.     background-color:transparent
  1758. }
  1759. .wiki-page .pageactions .wikiaction-current
  1760. {
  1761.     background-color:#5b92fa;
  1762.     border-radius:0px;
  1763.     color:#fff
  1764. }
  1765. .wiki-page .pageactions .wikiaction-current:hover
  1766. {
  1767.     background-color:#528bf3;
  1768.     text-decoration:none
  1769. }
  1770. .wiki-page .wiki-page-content .md.wiki>.toc>ul
  1771. {
  1772.     padding:10px 10px;
  1773.     border:1px solid #e5e5e5;
  1774.     font-weight:normal;
  1775.     font-size:110%
  1776. }
  1777. .wiki-page .wiki-page-content .discussionlink
  1778. {
  1779.     display:inline-block;
  1780.     position:relative;
  1781.     top:inherit;
  1782.     right:inherit;
  1783.     left:inherit;
  1784.     padding:inherit;
  1785.     width:175px
  1786. }
  1787. .wiki-page .wiki-page-content .discussionlink a
  1788. {
  1789.     padding-left:0px
  1790. }
  1791. .wiki-page .nextprev
  1792. {
  1793.     display:none
  1794. }
  1795. .wiki-page-content em,
  1796. .wiki-page-content form#editform label
  1797. {
  1798.     font-size:120%
  1799. }
  1800. .pretty-form
  1801. {
  1802.     margin-right:320px;
  1803.     margin-bottom:10px;
  1804.     padding:10px 10px 10px 10px;
  1805.     color:#707070
  1806. }
  1807. .pretty-form textarea
  1808. {
  1809.     -webkit-box-shadow:none;
  1810.     box-shadow:none
  1811. }
  1812. .stylesheet-customize-container textarea
  1813. {
  1814.     margin:0;
  1815.     padding:0px;
  1816.     border:0px;
  1817.     border:1px solid #d8d8d8;
  1818.     border-bottom:1px solid #d8d8d8;
  1819.     border-radius:3px;
  1820.     color:#707070;
  1821.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
  1822.     }
  1823. .sheets .btn.right
  1824. {
  1825.     display:none
  1826. }
  1827. .sheets .col textarea
  1828. {
  1829.     width:100%;
  1830.     background-color:#fff
  1831. }
  1832. .sheets .col textarea:hover
  1833. {
  1834.     border-color:#B1B1B1
  1835. }
  1836. .sheets .col textarea:focus
  1837. {
  1838.     border-color:#5b92fa
  1839. }
  1840. .sheets
  1841. {
  1842.     margin-right:0px
  1843. }
  1844. #images
  1845. {
  1846.     margin-right:320px;
  1847.     margin-bottom:30px;
  1848.     padding:10px 10px 10px 10px;
  1849.     height:1280px;
  1850.     color:#707070
  1851. }
  1852. ul#image-preview-list
  1853. {
  1854.     margin:15px 0px 0px 0px;
  1855.     padding-bottom:80px;
  1856.     font-size:14px
  1857. }
  1858. .linkinfo
  1859. {
  1860.     margin-top:-10px;
  1861.     padding-left:10px;
  1862.     background-color:transparent;
  1863.     border:none;
  1864.     border-bottom:1px solid #d5d5d5;
  1865.     color:#404040
  1866. }
  1867. .commentarea
  1868. {
  1869.     margin-top:10px;
  1870.     margin-right:320px;
  1871.     margin-bottom:30px;
  1872.     padding:10px 10px 10px 10px;
  1873.     background-color:#FCFCFC;
  1874.     border-bottom:3px solid #e5e5e5;
  1875.     color:#3b3b3b
  1876. }
  1877. .commentarea>.usertext
  1878. {
  1879.     overflow:visible;
  1880.     margin:0px 0px 10px 0px;
  1881.     padding:0px 0px 0px 0px
  1882. }
  1883. a.author
  1884. {
  1885.     margin-right:4px;
  1886.     color:#5b92fa
  1887. }
  1888. .comments-page .tagline
  1889. {
  1890.     color:#999;
  1891.     font-size:small;
  1892.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
  1893. }
  1894. .comments-page .tagline a
  1895. {
  1896.     margin-top:1px;
  1897.     background-color:transparent;
  1898.     color:#5b92fa;
  1899.     letter-spacing:1px;
  1900.     font-weight:bold;
  1901.     font-size:12px
  1902. }
  1903. .tagline a:hover
  1904. {
  1905.     text-decoration:underline
  1906. }
  1907. .tagline .submitter
  1908. {
  1909.     color:#dd4b39!important
  1910. }
  1911. .tagline .moderator,.green
  1912. {
  1913.     color:#53a93f!important
  1914. }
  1915. .tagline .moderator:after
  1916. {
  1917.     content:"oderator - speaking officially."
  1918. }
  1919. a.author.moderator:after
  1920. {
  1921.     content:""
  1922. }
  1923. .tagline .moderator:hover
  1924. {
  1925.     color:#65b354!important
  1926. }
  1927. .comment .midcol
  1928. {
  1929.     margin-top:6px;
  1930.     width:15px!important
  1931. }
  1932. .comment .score
  1933. {
  1934.     font-size:small
  1935. }
  1936. .commentarea .menuarea
  1937. {
  1938.     display:inline;
  1939.     margin:0 0px 10px -320px;
  1940.     padding:0;
  1941.     color:#c0c0c0;
  1942.     font-weight:normal;
  1943.     font-size:110%
  1944. }
  1945. .panestack-title
  1946. {
  1947.     display:inline;
  1948.     border-bottom:1px solid #e5e5e5;
  1949.     color:#c0c0c0
  1950. }
  1951. .panestack-title .title
  1952. {
  1953.     display:none
  1954. }
  1955. .menuarea .spacer
  1956. {
  1957.     margin-right:-15px
  1958. }
  1959. .commentarea .menuarea .toggle a
  1960. {
  1961.     font-size:11px;
  1962.     color:#c0c0c0;
  1963.     font-weight:normal
  1964. }
  1965. .menuarea .spacer .drop-choices.lightdrop
  1966. {
  1967.     padding:5px;
  1968.     border-color:#DFDDDD;
  1969.     box-shadow:0px 1px 1px #C9C9C9;
  1970.     font-family:arial,sans-serif
  1971. }
  1972. .titlebox form.toggle,
  1973. .leavemoderator
  1974. {
  1975.     background-color:transparent
  1976. }
  1977. .menuarea .spacer .drop-choices.lightdrop a.choice,
  1978. .commentarea .menuarea form
  1979. {
  1980.     padding:0.5px;
  1981.     font-size:14px;
  1982.     color:#5b92fa
  1983. }
  1984. .menuarea .spacer .drop-choices.lightdrop a.choice:hover,
  1985. .commentarea .menuarea form:hover
  1986. {
  1987.     background-color:#5b92fa;
  1988.     color:#fff;
  1989.     text-decoration:none
  1990. }
  1991. .menuarea .dropdown.lightdrop .selected
  1992. {
  1993.     background-image:none;
  1994.     color:#3b3b3b;
  1995.     text-decoration:none;
  1996.     opacity:10;
  1997.     cursor:pointer
  1998. }
  1999. .menuarea .dropdown.lightdrop .selected:hover
  2000. {
  2001.     color:#5b92fa
  2002. }
  2003. .menuarea .dropdown.lightdrop .selected:after
  2004. {
  2005.     content:" ≡";vertical-align:middle;
  2006.     opacity:0.5
  2007. }
  2008. .comments-page .comment .md
  2009. {
  2010.     color:#161616;
  2011.     font-weight:normal;
  2012.     font-size:14px;
  2013.     font-family:Arial,sans-serif;
  2014.     line-height:1.35em
  2015. }
  2016. hr
  2017. {
  2018.     border-width:1px;
  2019.     border-style:solid;
  2020.     border-color:#e5e5e5
  2021. }
  2022. .comments-page textarea
  2023. {
  2024.     background-color:#fff;
  2025.     border:1px solid #cccccc;
  2026.     color:#999;
  2027.     font-size:13px;
  2028.     font-family:arial,sans-serif
  2029. }
  2030. .comments-page textarea:hover
  2031. {
  2032.     border-color:#bebebe
  2033. }
  2034. .comments-page textarea:focus
  2035. {
  2036.     border:1px solid #4d90fe;
  2037.     color:#000
  2038. }
  2039. .usertext .help-toggle,
  2040. .usertext a.reddiquette
  2041. {
  2042.     font-size:100%
  2043. }
  2044. .usertext a.reddiquette
  2045. {
  2046.     color:#DD4B39
  2047. }
  2048. .comments-page .usertext.border .usertext-body
  2049. {
  2050.     padding-left:5px;
  2051.     background-color:#f0f0f0
  2052. }
  2053. .comment .expand
  2054. {
  2055.     background-color:transparent;
  2056.     color:#999!important
  2057. }
  2058. .comment .expand:hover
  2059. {
  2060.     background-color:transparent;
  2061.     color:#999!important;
  2062.     text-decoration:underline
  2063. }
  2064. .comment .child,
  2065. .comment .showreplies
  2066. {
  2067.     margin-top:10px;
  2068.     margin-left:15px;
  2069.     border-left:0px solid
  2070. }
  2071. .link .usertext .md h2,
  2072. .comments-page .comment .md h2,
  2073. .link .usertext .md h3,
  2074. .comments-page .comment .md h3,
  2075. .link .usertext .md h4,
  2076. .comments-page .comment .md h4,
  2077. .link .usertext .md h5,
  2078. .comments-page .comment .md h5
  2079. {
  2080.     display:inline;
  2081.     margin-top:5px;
  2082.     border:none;
  2083.     font-weight:normal;
  2084.     font-size:18px;
  2085.     font-family:arial,sans-serif
  2086. }
  2087. .link .usertext .md h2,
  2088. .comments-page .comment .md h2
  2089. {
  2090.     color:#d73d32
  2091. }
  2092. .link .usertext .md h3,
  2093. .comments-page .comment .md h3
  2094. {
  2095.     color:#5b92fa
  2096. }
  2097. .link .usertext .md h4,
  2098. .comments-page .comment .md h4
  2099. {
  2100.     color:#53a93f
  2101. }
  2102. .link .usertext .md h5,
  2103. .comments-page .comment .md h5
  2104. {
  2105.     color:#f4b400
  2106. }
  2107. .footer-parent
  2108. {
  2109.     margin-top:120px;
  2110.     padding-top:0px;
  2111.     background-color:transparent
  2112. }
  2113. .footer
  2114. {
  2115.     border:none;
  2116.     color:#969696;
  2117.     font-family:arial,sans-serif
  2118. }
  2119. .footer a
  2120. {
  2121.     color:#969696;
  2122.     font-weight:normal;
  2123.     font-size:14px
  2124. }
  2125. .footer a:hover
  2126. {
  2127.     color:#5b92fa;
  2128.     text-decoration:underline
  2129. }
  2130. .footer .col
  2131. {
  2132.     border-left:1px solid #D5D5D5
  2133. }
  2134. .debuginfo
  2135. {
  2136.     background-color:transparent;
  2137.     color:#969696
  2138. }
  2139. .login-form-side
  2140. {
  2141.     border:0px;
  2142.     border-bottom:1px solid #d8d8d8;
  2143.     font-size:120%;
  2144.     margin:10px
  2145. }
  2146. .login-form-side input[type=text],
  2147. .login-form-side input[type=password]
  2148. {
  2149.     margin:10px 0px;
  2150.     width:265px
  2151. }
  2152. .popup
  2153. {
  2154.     position:fixed;
  2155.     left:10%;
  2156.     margin-bottom:30px;
  2157.     padding:10px 10px 10px 10px;
  2158.     background-color:white;
  2159.     border:0px solid;
  2160.     border-radius:2px;
  2161.     color:#3b3b3b;
  2162.     font-size:16px;
  2163.     font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
  2164. }
  2165. .cover
  2166. {
  2167.     position:fixed;
  2168.     top:0px;
  2169.     left:0px;
  2170.     z-index:1000;
  2171.     width:100%;
  2172.     height:100%;
  2173.     background-color:white;
  2174.     opacity:.6
  2175. }
  2176. .search-page #search
  2177. {
  2178.     position:relative;
  2179.     top:0px;
  2180.     margin:0px 150px 0px 80px;
  2181.     height:50px;
  2182.     background:none!important;
  2183.     background-color:transparent;
  2184.     text-align:left
  2185. }
  2186. .search-page .searchpane
  2187. {
  2188.     margin:5px 320px 5px 0px;
  2189.     padding-left:96px;
  2190.     height:120px
  2191. }
  2192. .search-page .raisedbox
  2193. {
  2194.     padding:5px;
  2195.     border:0px solid
  2196. }
  2197. .search-page #search input[type=text]
  2198. {
  2199.     padding:5px 0px 5px 40px;
  2200.     font-size:150%
  2201. }
  2202. .searchfacets
  2203. {
  2204.     margin-top:10px;
  2205.     margin-right:320px;
  2206.     padding:10px;
  2207.     box-shadow:none;
  2208.     color:#3b3b3b;
  2209.     border:0px solid;
  2210.     border-bottom:3px solid #E5E5E5
  2211. }
  2212. .search-page #header .tabmenu
  2213. {
  2214.     display:none!important
  2215. }
  2216. .search-page .side
  2217. {
  2218.     padding-top:40px
  2219. }
  2220. .search-summary
  2221. {
  2222.     margin-right:40px
  2223. }
  2224. .res .keyHighlight
  2225. {
  2226.     background-color:transparent;
  2227.     outline:0px solid
  2228. }
  2229. .res .RES-keyNav-activeElement,
  2230. .res .commentarea .RES-keyNav-activeElement .md,
  2231. .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed
  2232. {
  2233.     background-color:transparent!important
  2234. }
  2235. .res .RES-keyNav-activeElement
  2236. {
  2237.     outline:1px dashed #C5C5C5!important;
  2238.     border-radius:0px!important
  2239. }
  2240. .RESDialogSmall
  2241. {
  2242.     border:1px solid #DFDFDF!important;
  2243.     border-radius:0px!important
  2244. }
  2245. .RESDialogSmall>h3
  2246. {
  2247.     background-color:#f4f4f4!important;
  2248.     border-bottom:1px solid #DFDFDF!important;
  2249.     border-radius:0px!important;
  2250.     color:#333!important
  2251. }
  2252. .res .comment
  2253. {
  2254.     margin-top:0px!important;
  2255.     margin-bottom:3px!important;
  2256.     border:1px solid #f8f8f8!important
  2257. }
  2258. .comments-page .comment
  2259. {
  2260.     background-color:#FCFCFC!important
  2261. }
  2262. .comments-page .comment .comment
  2263. {
  2264.     background-color:#FCFCFC!important
  2265. }
  2266. .comments-page .comment .comment .comment
  2267. {
  2268.     background-color:#FCFCFC!important
  2269. }
  2270. .comments-page .comment .comment .comment .comment
  2271. {
  2272.     background-color:#FCFCFC!important
  2273. }
  2274. .comments-page .comment .comment .comment .comment .comment
  2275. {
  2276.     background-color:#FCFCFC!important
  2277. }
  2278. .comments-page .comment .comment .comment .comment .comment .comment
  2279. {
  2280.     background-color:#FCFCFC!important
  2281. }
  2282. .comments-page .comment .comment .comment .comment .comment .comment .comment
  2283. {
  2284.     background-color:#FCFCFC!important
  2285. }
  2286. .comments-page .comment .comment .comment .comment .comment .comment .comment .comment
  2287. {
  2288.     background-color:#FCFCFC!important
  2289. }
  2290. .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment
  2291. {
  2292.     background-color:#FCFCFC!important
  2293. }
  2294. .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment
  2295. {
  2296.     background-color:#FCFCFC!important
  2297. }
  2298. .RESshortcutside
  2299. {
  2300.     padding:0px 0px!important;
  2301.     background:none repeat-x scroll center left!important;
  2302.     background-color:white!important;
  2303.     background-image:none!important;
  2304.     border:0px solid!important;
  2305.     border-radius:0px!important;
  2306.     color:#5b92fa!important;
  2307.     text-transform:capitalize!important;
  2308.     font-weight:500!important;
  2309.     font-size:14px!important;
  2310.     line-height:20px!important
  2311. }
  2312. .RESshortcutside.remove
  2313. {
  2314.     padding:0px 3px 0px 0px!important;
  2315.     background-color:white!important;
  2316.     background-image:none!important;
  2317.     border:0px solid!important;
  2318.     color:#3b3b3b!important;
  2319.     font-weight:lighter!important
  2320. }
  2321. .RESDashboardToggle
  2322. {
  2323.     padding:0px 0px!important;
  2324.     background:none repeat-x scroll center left!important;
  2325.     background-color:white!important;
  2326.     background-image:none!important;
  2327.     border:0px solid!important;
  2328.     border-radius:0px!important;
  2329.     color:#5b92fa!important;
  2330.     text-transform:capitalize!important;
  2331.     font-weight:500!important;
  2332.     font-size:14px!important;
  2333.     line-height:20px!important
  2334. }
  2335. .RESDashboardToggle.remove
  2336. {
  2337.     padding:2px 6px 2px 0px!important;
  2338.     background-color:white!important;
  2339.     background-image:none!important;
  2340.     border:0px solid!important;
  2341.     color:#3b3b3b!important;
  2342.     font-weight:lighter!important
  2343. }
  2344. #RESShortcutsEditContainer
  2345. {
  2346.     top:1px!important;
  2347.     background-color:#2d2d2d!important
  2348. }
  2349. #RESShortcutsRight,
  2350. #RESShortcutsLeft,
  2351. #RESShortcutsAdd,
  2352. #RESShortcutsTrash
  2353. {
  2354.     background-color:#2d2d2d!important;
  2355.     color:#979797!important
  2356. }
  2357. #srLeftContainer,
  2358. #RESShortcutsViewport,
  2359. #RESShortcutsEditContainer
  2360. {
  2361.     border-left:1px solid #666;
  2362.     padding-left:10px
  2363. }
  2364. .res #RESShortcutsSort
  2365. {
  2366.     width:30px!important;
  2367.     background-color:transparent!important;
  2368.     color:#B1B1B1!important
  2369. }
  2370. .content .RESBigEditorPop
  2371. {
  2372.     color:#333!important;
  2373.     padding:2px
  2374. }
  2375. .markdownEditor
  2376. {
  2377.     white-space:inherit!important
  2378. }
  2379. #progressIndicator,
  2380. #NERFail,
  2381. .NERPageMarker
  2382. {
  2383.     margin-right:320px!important;
  2384.     width:inherit!important;
  2385.     background-color:white!important;
  2386.     border:1px solid #d8d8d8!important;
  2387.     border-top:0px solid!important;
  2388.     border-bottom:3px solid #d8d8d8!important;
  2389.     border-radius:2px!important
  2390. }
  2391. .res #NREFloat
  2392. {
  2393.     top:8px;z-index:100
  2394. }
  2395. .res .fancy-toggle-button .add:after
  2396. {
  2397.     right:50px!important
  2398. }
  2399. .RESSubscriptionButton
  2400. {
  2401.     background-color:white!important;
  2402.     border:0px solid!important;
  2403.     border-radius:0px!important;
  2404.     color:#5b92fa!important
  2405. }
  2406. .res #header-bottom-right
  2407. {
  2408.     right:10px;
  2409.     top:141px!important;
  2410.     padding:4px 10px 5px 2px!important;
  2411.     border-radius:0px!important
  2412. }
  2413. .res #userbarToggle
  2414. {
  2415.     display:none!important
  2416. }
  2417. #RESAccountSwitcherIcon
  2418. {
  2419.     margin-top:-5px
  2420. }
  2421. .res .author.submitter
  2422. {
  2423.     padding:2px 5px!important;
  2424.     background-color:#DD4B39!important;
  2425.     border-radius:0px!important;
  2426.     color:#fff!important
  2427. }
  2428. .res .author.submitter:hover
  2429. {
  2430.     background-color:#ed5f4d!important
  2431. }
  2432. .res .author.moderator
  2433. {
  2434.     padding:2px 5px!important;
  2435.     background-color:#53a93f!important;
  2436.     border-radius:0px!important;
  2437.     color:#fff!important
  2438. }
  2439. .res .author.moderator:hover
  2440. {
  2441.     background-color:#64be4f!important;
  2442.     color:#fff!important
  2443. }
  2444. .res .blueButton
  2445. {
  2446.     padding:2px 3px!important;
  2447.     background-color:#53a93f!important;
  2448.     border:none!important;
  2449.     border-radius:0px!important
  2450. }
  2451.  
  2452. @media (max-width:800px) and (min-width:601px)
  2453.  
  2454. {
  2455.     body
  2456.         {
  2457.         }
  2458.     .link,
  2459.     .commentarea
  2460.         {
  2461.             margin-right:10px
  2462.         }
  2463.     .side
  2464.         {
  2465.             display:none
  2466.         }
  2467. }
  2468.  
  2469. @media (max-width:600px) and (min-width:100px)
  2470. {
  2471.     body
  2472.         {
  2473.         }
  2474.     #header-bottom-right
  2475.         {
  2476.             margin-right:12px;
  2477.             width:25px;
  2478.             overflow:hidden
  2479.         }
  2480.     #header-bottom-right:hover
  2481.         {
  2482.             width:auto;overflow:visible
  2483.         }
  2484.     .listing-page .tabmenu li a[href*="/ads"]
  2485.         {
  2486.             display:none
  2487.         }
  2488.     .link,
  2489.     .commentarea
  2490.         {
  2491.             margin-right:10px
  2492.         }
  2493.     .side
  2494.         {
  2495.             display:none
  2496.         }
  2497. }
  2498. body
  2499. {
  2500.     transition:all 0.25s ease
  2501. }
  2502. a,
  2503. .domain a
  2504. {
  2505.     transition:color 0.25s;
  2506.     transition:border-color 0.25s
  2507. }
  2508. #sr-header-area
  2509. {
  2510.     transition:opacity 0.5s
  2511. }
  2512. .tabmenu li a
  2513. {
  2514.     transition:border-color 0.25s
  2515. }
  2516. .link .entry li a,
  2517. .link:hover .entry li a
  2518. {
  2519.     transition:opacity 0.15s ease-in-out
  2520. }
  2521. body:lang(nt),
  2522. #search input[type=text]:lang(nt),
  2523. .res-nightmode body
  2524. {
  2525.     background-color:#1c1f26
  2526. }
  2527. .comments-page textarea:lang(nt),
  2528. textarea:lang(nt)
  2529. {
  2530.     background-color:#1c1f26!important
  2531. }
  2532. .link:lang(nt),
  2533. .side:lang(nt),
  2534. .submit-page .infobar:lang(nt),
  2535. .roundfield:lang(nt),
  2536. .submit-page .content button:lang(nt),
  2537. content.submit .info-notice:lang(nt),
  2538. .stylesheet-customize-container .pretty-form:lang(nt),
  2539. #images:lang(nt),
  2540. .search-page .raisedbox:lang(nt),
  2541. .search-page .searchfacets:lang(nt),
  2542. .linefield:lang(nt),
  2543. .search-page .searchpane:lang(nt),
  2544. .nextprev:lang(nt),
  2545. .commentarea:lang(nt),
  2546. .link.last-clicked:lang(nt),
  2547. res-nightmode .side,
  2548. .res-nightmode .flairselector,
  2549. .res-nightmode .linefield,
  2550. .res-nightmode .icon-menu a,
  2551. .res-nightmode .side .leavemoderator,
  2552. .res-nightmode .side .leavecontributor-button,
  2553. .res-nightmode .side .titlebox,
  2554. .res-nightmode .side .spacer .titlebox .redditname,
  2555. .res-nightmode .side .titlebox .flairtoggle,
  2556. .res-nightmode .side .usertext-body .md ol,
  2557. .res-nightmode .side .usertext-body .md ol ol,
  2558. .res-nightmode .side .usertext-body .md ol ol li,
  2559. .res-nightmode .side blockquote,
  2560. .res-nightmode .modactionlisting table *,
  2561. .res-nightmode .link,
  2562. .res-nightmode .listing-page .sitetable>div:nth-of-type(4n+1),
  2563. .res-nightmode .messages-page .sitetable>div:nth-of-type(4n+1),
  2564. .res-nightmode .organic-listing .thing,
  2565. .res-nightmode .sr-interest-bar,
  2566. .res-nightmode .commentarea,
  2567. .res-nightmode .side .titlebox form.flairtoggle,
  2568. .res-nightmode .trophy-area .content,
  2569. .res-nightmode .NERPageMarker,
  2570. .res-nightmode .side .titlebox .usertext-body ol,
  2571. .res-nightmode .side .titlebox .usertext-body ol,
  2572. .res-nightmode .side .titlebox .usertext-body ul
  2573. {
  2574.     background-color:#2b303b;
  2575.     border-bottom-color:#17191A!important
  2576. }
  2577. #header:lang(nt):after,
  2578. #header-bottom-right:lang(nt),
  2579. .titlebox h6:lang(nt),
  2580. .res-nightmode #header:after,
  2581. .res-nightmode .tabmenu li a,
  2582. .res-nightmode .login-form,
  2583. .res-nightmode .login-form input[name*="passwd"],
  2584. .res-nightmode .login-form-side .submit,
  2585. .res-nightmode #header-bottom-right
  2586. {
  2587.     background-color:#2b303b
  2588. }
  2589. .titlebox h6:lang(nt)
  2590. {
  2591.     box-shadow:0 2px 4px 0 #1A1B1D;
  2592.     -webkit-box-shadow:0 2px 4px 0 #1A1B1D
  2593. }
  2594. .stickied.link:lang(nt)
  2595. {
  2596.     border-color:#17191A!important
  2597. }
  2598. .comments-page .comment:lang(nt)
  2599. {
  2600.     background-color:#2b303b!important
  2601. }
  2602. .comments-page .comment .comment:lang(nt)
  2603. {
  2604.     background-color:#2b303b!important
  2605. }
  2606. .comments-page .comment .comment .comment:lang(nt)
  2607. {
  2608. background-color:#2b303b!important
  2609. }
  2610. .comments-page .comment .comment .comment .comment:lang(nt)
  2611. {
  2612.     background-color:#2b303b!important
  2613. }
  2614. .comments-page .comment .comment .comment .comment .comment:lang(nt)
  2615. {
  2616.     background-color:#2b303b!important
  2617. }
  2618. .comments-page .comment .comment .comment .comment .comment .comment:lang(nt)
  2619. {
  2620.     background-color:#2b303b!important
  2621. }
  2622. .comments-page .comment .comment .comment .comment .comment .comment .comment:lang(nt)
  2623. {
  2624.     background-color:#2b303b!important
  2625. }
  2626. .comments-page .comment .comment .comment .comment .comment .comment .comment .comment:lang(nt)
  2627. {
  2628.     background-color:#2b303b!important
  2629. }
  2630. .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment:lang(nt)
  2631. {
  2632.     background-color:#2b303b!important
  2633. }
  2634. .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment:lang(nt)
  2635. {
  2636.     background-color:#2b303b!important
  2637. }
  2638. .domain a:lang(nt),
  2639. .entry .buttons li a:lang(nt),
  2640. .link .tagline:lang(nt),
  2641. .tabmenu li a:lang(nt),
  2642. .thing .title:visited:lang(nt),
  2643. .thing.visited .title:lang(nt),
  2644. .comments-page .tagline:lang(nt),
  2645. .comment .expand:lang(nt),
  2646. .titlebox h6 a:lang(nt),
  2647. .titlebox .bottom:lang(nt),
  2648. .sidecontentbox .content a:lang(nt),
  2649. body:lang(nt),
  2650. .res-nightmode #siteTable .visited.link .title.loggedin,
  2651. .res-nightmode #siteTable .link .title.loggedin:visited,
  2652. .res-nightmode #siteTable .link .title:visited,
  2653. .res-nightmode #siteTable .link .title.loggedin.click,
  2654. .res-nightmode .organic-listing .link .title:visited,
  2655. .res-nightmode .tabmenu li a,
  2656. .res-nightmode .login-form,
  2657. .res-nightmode .login-form input[name*="passwd"],
  2658. .res-nightmode .login-form-side .submit,
  2659. .res-nightmode #header-bottom-right,
  2660. .res-nightmode .entry .domain a
  2661. {
  2662.     color:#6A7A88
  2663. }
  2664. .tabmenu li.selected a:lang(nt),
  2665. .link .usertext .md:lang(nt),
  2666. .comments-page .comment .md:lang(nt),
  2667. .titlebox:lang(nt),
  2668. .linkinfo:lang(nt),
  2669. .menuarea .dropdown.lightdrop .selected:lang(nt),
  2670. .flair:lang(nt),
  2671. .new-page .titlebox h6 a[href*="/new"]:lang(nt),
  2672. .top-page .titlebox h6 a[href*="/top"]:lang(nt),
  2673. .hot-page .titlebox h6 a[href*="/hot"]:lang(nt),
  2674. .res-nightmode>.content>.spacer>.sitetable::before,
  2675. .res-nightmode>.content>.sharelink ~ .sitetable::before,
  2676. .res-nightmode .side .age,.res-nightmode .trophy-info *,
  2677. .res-nightmode .golddvertisement,
  2678. .res-nightmode .flair-jump .title,
  2679. .res-nightmode #siteTable .thing .title.loggedin,
  2680. .res-nightmode #siteTable .thing .title,
  2681. .res-nightmode .NERdupe p.title::after,
  2682. .res-nightmode .savedComment,
  2683. .res-nightmode .organic-listing .thing .title,
  2684. .res-nightmode .tabmenu li a:hover
  2685. {
  2686.     color:#EBEBEB
  2687. }
  2688. .titlebox h6 a:lang(nt):hover,
  2689. #header-bottom-right a:lang(nt):hover,
  2690. textarea:lang(nt),
  2691. .tabmenu li a:lang(nt):hover,
  2692. .res-nightmode #header-bottom-left .tabmenu .selected a
  2693. {
  2694.     color:#EBEBEB!important
  2695. }
  2696. .domain:lang(nt),
  2697. .res-nightmode .domain
  2698. {
  2699.     color:#2b303b
  2700. }
  2701. .link .usertext .md:lang(nt),
  2702. #search input[type=text]:lang(nt),
  2703. .linkinfo:lang(nt),
  2704. .comments-page textarea:lang(nt),
  2705. .submit-page textarea:lang(nt),
  2706. .roundfield input[type=url]:lang(nt),
  2707. .roundfield input[type=text]:lang(nt),
  2708. .login-form-side input[type=text]:lang(nt),
  2709. .login-form-side input[type=password]:lang(nt),
  2710. .linefield textarea:lang(nt),
  2711. .linefield input[type="text"]:lang(nt),
  2712. .flairlist .flaircell input[type="text"]:lang(nt),
  2713. .linkinfo .shortlink input:lang(nt),
  2714. .search-page #search input[type=text]:lang(nt),
  2715. .flair:lang(nt),
  2716. .titlebox .bottom:lang(nt),
  2717. .footer .col:lang(nt)
  2718. {
  2719.     border-color:#414955!important
  2720. }
  2721. .morelink:lang(nt),
  2722. .fancy-toggle-button .add:lang(nt),
  2723. .sidecontentbox a.helplink:lang(nt)
  2724. {
  2725.     box-shadow:none;
  2726.     -webkit-box-shadow:none
  2727. }
  2728. .res-nightmode .tabmenu li
  2729. {
  2730.     margin:8px 0px 0px 0px
  2731. }
  2732. .res-nightmode #header-bottom-left,
  2733. .res-nightmode ul.tabmenu li.selected a,
  2734. .res-nightmode .redditname a.active,
  2735. .res-nightmode .RESDashboardToggle,
  2736. .res-nightmode .RES-keyNav-activeElement,
  2737. .res-nightmode .RES-keyNav-activeElement .usertext-body,
  2738. .res-nightmode .RES-keyNav-activeElement .usertext-body .md,
  2739. .res-nightmode .RES-keyNav-activeElement .usertext-body .md p,
  2740. .res-nightmode .commentarea .RES-keyNav-activeElement .noncollapsed,
  2741. .res-nightmode .RES-keyNav-activeElement .noncollapsed .md,
  2742. .res-nightmode .RES-keyNav-activeElement .noncollapsed .md p,
  2743. .res .res-nightmode .RES-keyNav-activeElement,
  2744. .res .res-nightmode .commentarea .RES-keyNav-activeElement .md,
  2745. .res .res-nightmode .commentarea .RES-keyNav-activeElement.entry .noncollapsed,
  2746. .res-nightmode #sr-header-area,
  2747. .res-nightmode #sr-more-link,
  2748. .res-nightmode #RESConsoleTopBar,
  2749. .res-nightmode .moduleHeader,.res-nightmode .allOptionsContainer,
  2750. .res-nightmode .optionContainer
  2751. {
  2752.     background-color:transparent!important
  2753. }
  2754. .res-nightmode #header
  2755. {
  2756.     background:#2B303B!important
  2757. }
  2758. .res-nightmode .share-button .option,
  2759. .res-nightmode #subscribe a,
  2760. .res-nightmode .share .option,
  2761. .res-nightmode .tagline a,
  2762. .res-nightmode .tagline .head .author,
  2763. .res-nightmode .footer a,
  2764. .res-nightmode .wired a,
  2765. .res-nightmode .side a,
  2766. .res-nightmode .subredditbox li a,
  2767. .res-nightmode .link .score.dislikes,
  2768. .res-nightmode .linkcompressed .score.dislikes,
  2769. .res-nightmode a[rel="tag"],
  2770. .res-nightmode .dsq-help,
  2771. .res-nightmode #authorInfoToolTip h3 a,
  2772. .res-nightmode .RES-keyNav-activeElement .md,
  2773. .res-nightmode .help-toggle .option,
  2774. .res-nightmode .morecomments a,
  2775. .res-nightmode .reddiquette,
  2776. .res-nightmode .parent .author,
  2777. .res-nightmode .parent .subreddit,
  2778. .res-nightmode .comment .md p a
  2779. {
  2780.     color:#5B92FA!important
  2781. }
  2782. .res-nightmode .side:after
  2783. {
  2784.     content:"Hello nightmode user. You're very brave."
  2785. }
  2786. button:lang(nt),
  2787. #search input[type="submit"]:lang(nt),
  2788. .wiki-page .wiki-page-content .wiki_button:lang(nt)
  2789. {
  2790.     padding:0px 8px 0px 8px;
  2791.     background-color:transparent;
  2792.     border:1px solid #414955;
  2793.     border-radius:0px;
  2794.     -webkit-box-shadow:none;
  2795.     box-shadow:none;
  2796.     color:#e5e5e5!important;
  2797.     line-height:28px
  2798. }
  2799. button:lang(nt):hover,
  2800. #search input[type="submit"]:lang(nt):hover,
  2801. .wiki-page .wiki-page-content .wiki_button:lang(nt):hover
  2802. {
  2803.     padding-bottom:0px;
  2804.     border-color:#414955;
  2805.     border-width:1px;
  2806.     color:#fff!important;
  2807.     line-height:28px;
  2808.     background-color:#1C1F26
  2809. }
  2810. button:lang(nt):active,
  2811. #search input[type="submit"]:lang(nt):active,
  2812. .wiki-page .wiki-page-content .wiki_button:lang(nt):active
  2813. {
  2814.     padding-bottom:0px;
  2815.     background-color:#1C1F26;
  2816.     border-color:#414955;
  2817.     border-width:1px;
  2818.     -webkit-box-shadow:none;
  2819.     box-shadow:none;
  2820.     color:#fff!important;
  2821.     line-height:28px
  2822. }
  2823. .linkflair-one .linkflairlabel
  2824. {
  2825.     background-color:#dc4437;
  2826.     border:1px solid #d03e32;
  2827.     color:#fff
  2828. }
  2829. .linkflair-two .linkflairlabel
  2830. {
  2831.     background-color:#f5b400;
  2832.     border:1px solid #e5a800;
  2833.     color:#fff
  2834. }
  2835. .linkflair-three .linkflairlabel
  2836. {
  2837.     background-color:#5b92fa;
  2838.     border:1px solid #3a7ae6;
  2839.     color:#fff
  2840. }
  2841. .linkflair-squee .linkflairlabel
  2842. {
  2843.     background-color:#5b92fa;
  2844.     border:1px solid #3a7ae6;
  2845.     color:#fff
  2846. }
  2847. .linkflair-youtubeicon.linkflairlabel
  2848. {
  2849.     text-indent:-9999px;
  2850.     margin-right:3px;
  2851.     width:14px;
  2852.     height:14px;
  2853.     display:inline-block;
  2854.     background-repeat:no-repeat;
  2855.     vertical-align:middle;
  2856.     border-width:0;
  2857.     padding:0;
  2858.     background-color:transparent;
  2859.     border-radius:0px
  2860. }
  2861. .linkflair-youtubeicon.thumbnail.default,
  2862. .linkflair-youtubeicon.thumbnail.self
  2863. {
  2864.     background-image:url("//a.thumbs.redditmedia.com/i-sAk4XX_8sYc_Fl.png");
  2865.     background-position:-22px -90px!important;
  2866.     background-repeat:no-repeat
  2867. }
  2868. .linkflair-youtubeicon.hover
  2869. {
  2870.     width:auto;
  2871.     height:12px;
  2872.     padding:0 4px;
  2873.     text-indent:0;
  2874.     background-image:none;
  2875.     border-width:1px;
  2876.     background-color:whitesmoke;
  2877.     color:black;
  2878.     margin-right:3px
  2879. }
  2880. .sidebox.submit.submit-link
  2881. {
  2882.     display:none
  2883. }
  2884. .formtabs-content .infobar:before
  2885. {
  2886.     content:"Here you can set text that users will see when submitting."
  2887. }
  2888. div.titlebox span.number:after
  2889. {
  2890.     content:" readers"
  2891. }
  2892. .pagename a
  2893. {
  2894.     top:84px;
  2895.     width:185px;
  2896.     height:43px
  2897. }
  2898. .pagename a:hover
  2899. {
  2900.     background-position:0px -43px
  2901. }
  2902.  
  2903. */ ----- r/letsplay tweaks ----- */
  2904.  
  2905. .titlebox .usertext-body .md h6
  2906. {
  2907.     display:none
  2908. }
  2909. body.submit-page .titlebox .usertext-body .md h6
  2910. {
  2911.     display:block;
  2912.     position:absolute;
  2913.     top:75px;
  2914.     left:0px;
  2915.     margin-top:.5em;
  2916.     padding-left:.7em;
  2917.     padding-right:.7em;
  2918.     font-size:14px;
  2919.     font-weight:normal;
  2920.     color:orangeRed;
  2921.     width:500px
  2922. }
  2923. body.submit-page #sitetable
  2924. {
  2925.     margin-top:5em
  2926. }
  2927. body.submit-page>div.content
  2928. {
  2929.     margin-top:8em
  2930. }
  2931. .titlebox .usertext-body blockquote
  2932. {
  2933.     border-radius:4px;
  2934.     border-color:#FF4A4A;
  2935.     border-style:solid;
  2936.     border-width:1px;
  2937.     background-color:#FFEDED;
  2938.     padding-top:0px;
  2939.     padding-right:20px;
  2940.     padding-bottom:5px;
  2941.     margin:0px;
  2942.     margin-bottom:5px;
  2943.     font-weight:bold;
  2944.     font-size:90%;
  2945.     color:black
  2946. }
  2947. //
  2948. .down.arrow
  2949. {
  2950.     display:none
  2951. }
  2952. .submit-link:hover:before
  2953. {
  2954.     position:absolute;
  2955.     display:block;
  2956.     z-index:1000;
  2957.     width:80px;
  2958.     padding:5px;
  2959.     border:1px solid #333;
  2960.     background-color:#FF6666;
  2961.     content:"Do not use this for playlist updates.";
  2962.     text-align:center;
  2963.     font-size:11px;
  2964.     font-weight:bold;
  2965.     margin-left:25px;
  2966.     margin-top:5px;
  2967.     -moz-border-radius:4px;
  2968.     -webkit-border-radius:4px
  2969. }
  2970. //
  2971. .flair
  2972. {
  2973.     text-indent:-9999px;
  2974.     margin-right:3px;
  2975.     width:14px;
  2976.     height:14px;
  2977.     display:inline-block;
  2978.     background-repeat:no-repeat;
  2979.     vertical-align:middle;
  2980.     border-width:0;
  2981.     padding:0;
  2982.     background-color:transparent;
  2983.     border-radius:0px
  2984. }
  2985. //
  2986. .flair:hover
  2987. {
  2988.     width:auto;
  2989.     height:12px;
  2990.     padding:0 4px;
  2991.     text-indent:0;
  2992.     background-image:none;
  2993.     border-width:1px;
  2994.     background-color:whitesmoke;
  2995.     color:black;
  2996.     margin-right:3px
  2997. }
  2998. .flair
  2999. {
  3000.     background:url("//b.thumbs.redditmedia.com/72RkH-ldle0ZCoAukUqPvsbLd29wbUnoKRJnnn4CQuM.png") no-repeat -9999px;
  3001.     border:0;
  3002.     padding:0
  3003. }
  3004. .flair-star
  3005. {
  3006.     background-position:0 0;
  3007.     height:15px;
  3008.     min-width:20px;
  3009.     text-indent:23px
  3010. }
  3011. .flair-youtube
  3012. {
  3013.     background-position:0 -15px;
  3014.     height:15px;
  3015.     min-width:20px;
  3016.     text-indent:23px
  3017. }
Add Comment
Please, Sign In to add comment