gavin19

old_naut

May 9th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 88.51 KB | None | 0 0
  1.         /*
  2.         Version 2.0
  3.         Stylesheet by Cryptonaut
  4.         Last modified: 29 April 2014
  5.         Details: This is a custom template made by /u/Cryptonaut.
  6.         Find out more on /r/Naut.
  7.  
  8.         --------------------------------------------------------------------------
  9.         [Changelog]
  10.         v1.0 - Initial Design - /r/Naut Template
  11.         v1.5 - Update 1 - New colours, icons and a whole bunch of fixes.
  12.         V1.6 - Update 2 - Adjustments to make Naut come back to the reddit UX.
  13.         V1.7 - Update 3 - A whole lot of UI tweaks and fixes.
  14.         V2.0 - Update 4 - Naut is now on GitHub, added nightmode and some fixes.
  15.         V2.1 - Update 5 - Initial CSS3 update - Added transitions and minor responsive tweaks.
  16.         V2.2 - Update 6 - Bugfixes and the return of the suggest-title button.
  17.         -------------------------------------------------------------------------- */
  18.            
  19.     body {
  20.         background-color: #f1f1f1;
  21.         color: #3b3b3b;
  22.         font-family: arial, sans-serif;
  23.     }
  24.  
  25.         /* Custom browser CSS */
  26.         :focus {outline: 0px;}
  27.            
  28.         ::-webkit-scrollbar {
  29.             width: 12px;
  30.             height: 12px;
  31.             background-color: #f5f5f5;
  32.             border-left: 1px solid #d2d2d2;
  33.         }
  34.        
  35.             ::-webkit-scrollbar-thumb {
  36.                 background-color: #c3c3c3;
  37.                 border-top: 1px solid #b6b6b6;
  38.                 border-bottom: 1px solid #969696;
  39.                 border-left: 1px solid #b6b6b6;
  40.             }
  41.            
  42.             ::-webkit-scrollbar-button {
  43.                 display: none;
  44.                 width: 0;
  45.                 height: 0;
  46.             }
  47.        
  48.             ::-webkit-scrollbar-corner {
  49.                 background-color: transparent;
  50.                 color: #555555;
  51.             }
  52.        
  53.         ::selection {background-color:#3173b5;color:white;font-weight:bold;}
  54.  
  55.         /* Link */
  56.         a {
  57.             color: #3173b5;
  58.         }
  59.        
  60.             a:hover {
  61.                 text-decoration: underline;
  62.             }
  63.  
  64.         .error {
  65.             color: #ff4444;
  66.             font-size: 13px;
  67.             font-family: arial, sans-serif;
  68.         }
  69.  
  70.             .comments-page #noresults:after {
  71.                 content: "... so go ahead and tell us what you think!";
  72.             }
  73.  
  74.         /* General Button*/
  75.         button, #search input[type='submit'], .wiki-page .wiki-page-content .wiki_button {
  76.             margin: 3px 3px 3px 3px;
  77.             padding: 0px 8px 1px 8px;
  78.             background-color: #ffffff;
  79.             border: 1px solid #d4d4d4;
  80.             border-radius: 2px;
  81.             -webkit-box-shadow: 0 1px 0 #e2e0e0;
  82.             box-shadow: 0 1px 0 #e2e0e0;
  83.             color: #737373 !important;
  84.             text-transform: capitalize;
  85.             font-weight: bold;
  86.             line-height: 27px;
  87.             cursor: default;
  88.             transition: all 0.2s ease;
  89.         }
  90.  
  91.             button:hover, #search input[type='submit']:hover, .wiki-page .wiki-page-content .wiki_button:hover {
  92.                 padding-bottom: 0px;
  93.                 border-color: #bababa;
  94.                 border-bottom-width: 2px;
  95.                 color: #333 !important;
  96.             }
  97.  
  98.                 button:active, #search input[type='submit']:active, .wiki-page .wiki-page-content .wiki_button:active {
  99.                     padding-bottom: 0px;
  100.                     background-color: #e5e5e5;
  101.                     border-color: #a7a7a7;
  102.                     border-top-width: 2px;
  103.                     border-bottom-width: 1px;
  104.                     -webkit-box-shadow: none;
  105.                     box-shadow: none;
  106.                     color: #333 !important;
  107.                     line-height: 25px;
  108.                 }
  109.  
  110.  
  111.         /* Header Area */
  112.         /* Top Most header */
  113.         #sr-header-area {
  114.             opacity: 0.25;
  115.             height: 18px;
  116.             background-color: #333;
  117.             border-bottom: 1px solid #333;
  118.  
  119.         }
  120.  
  121.             #sr-header-area:hover {
  122.                 opacity: 90;
  123.             }
  124.  
  125.             #sr-header-area a {
  126.                 color: #C4C4C4;
  127.                 font-family: Verdana, Arial, sans-serif;
  128.             }
  129.        
  130.                 #sr-header-area a:hover {
  131.                     color: #7CA9FF;
  132.                     text-decoration: none;
  133.                 }
  134.        
  135.             #sr-more-link {
  136.                 position: absolute;
  137.                 background-color: #333;
  138.                 color: #C4C4C4;
  139.             }
  140.        
  141.             .dropdown.srdrop .selected {background-image: none;}
  142.                 .dropdown.srdrop .selected:after {content: "▼";}
  143.             .sr-bar .separator {color: #333;}
  144.  
  145.             #sr-header-area .width-clip .dropdown.srdrop .selected.title {
  146.                 color: #C4C4C4;
  147.                 font-size: 9px;
  148.                 font-weight: normal;
  149.                 font-family: Verdana, Arial, sans-serif;
  150.                 padding-right: 3px;
  151.             }
  152.  
  153.                 #sr-header-area .width-clip .dropdown.srdrop .selected.title:hover {
  154.                     color: #3173b5;
  155.                 }
  156.  
  157.             #sr-header-area .drop-choices a.choice {
  158.                 color: #333 !important;
  159.             }
  160.  
  161.              #sr-header-area .drop-choices a.choice:hover {
  162.                 background-color: #3173b5;
  163.                 color: #fff !important;
  164.              }
  165.         /* Header Image */
  166.         #header {
  167.             height: 167px;
  168.             background: #1e466e;
  169.             border-bottom: 0px solid;
  170.             overflow: visible !important;
  171.         }
  172.  
  173.             #header:after {
  174.                 position: absolute;
  175.                 top: 132px;
  176.                 left: 0px;
  177.                 z-index: -1;
  178.                 width: 100%;
  179.                 height: 44px;
  180.                 background: #fff;
  181.                 border-bottom: 0px solid;
  182.                 content: " ";
  183.                 text-indent: -999px;
  184.             }
  185.  
  186.             #header-img {
  187.                 position: absolute;
  188.                 top: 130px;
  189.                 left: 0px;
  190.                 z-index: 99;
  191.                 width: 44px;
  192.                 height: 44px;
  193.                 background-image: url(%%spritesheet%%);
  194.                 background-position: 0px -226px;
  195.                 background-repeat: no-repeat;
  196.             }
  197.  
  198.                 #header-img:hover {background-position: -44px -226px;}
  199.  
  200.  
  201.         /* HOT / NEW / ETC */
  202.         #header .tabmenu {
  203.             display: block;
  204.             position: absolute;
  205.             top: 132px;
  206.             margin: 0px;
  207.             right:0px;
  208.             left: 0px;
  209.             padding: 0px;
  210.             height: 44px;
  211.             background-color: transparent;
  212.             border-bottom: 2px solid #e5e5e5;
  213.             color: #999;
  214.             list-style-type: none;
  215.             vertical-align: bottom;
  216.             text-align: left;
  217.             padding-left: 55px;
  218.             white-space: nowrap;
  219.             font-weight: normal;
  220.             font-size: 15px;
  221.             font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  222.             min-width: 450px;
  223.         }
  224.  
  225.             .tabmenu li {
  226.                 display: inline-block;
  227.                 margin:7px 0px 0px 0px;
  228.             }
  229.            
  230.                 .tabmenu li a {
  231.                     margin: 0px 17px 0px 17px;
  232.                     padding: 8px 0px 8px 0px;
  233.                     background-color: transparent;
  234.                     border: 0px solid;
  235.                     border-bottom: 2px solid transparent;
  236.                     color: #999;
  237.                     font-weight: normal;
  238.                     font-size: 22px;
  239.                     font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  240.                 }
  241.  
  242.                     .tabmenu li a:hover {border-bottom-color: #3173b5;color: #262626;text-decoration: none;}
  243.            
  244.                 .tabmenu li.selected a {
  245.                     z-index: 100;
  246.                     background-color: transparent;
  247.                     border: 0px solid;
  248.                     border-bottom: 2px solid #3173b5;
  249.                     color: #262626;
  250.                     font-size: 22px;
  251.                     font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  252.                 }
  253.                     .tabmenu li.selected a:hover {
  254.                         border-color: #719ff2;
  255.                     }
  256.  
  257.         /* Rising, Controversial, Self-serve advertising, Gilded */
  258.         .listing-page .tabmenu li:nth-of-type(3), .listing-page .tabmenu li:nth-of-type(4), .listing-page .tabmenu li a[href*="/promoted"], .listing-page .tabmenu li a[href*="/gilded"] {
  259.             display: none;
  260.         }
  261.  
  262.  
  263.         /* User bar */
  264.         #header-bottom-right {
  265.             position: absolute;
  266.             top: 141px;
  267.             right: 0px;
  268.             padding: 8px 15px 7px 15px;
  269.             width: auto;
  270.             height: 12px;
  271.             background-color: #fff;
  272.         }
  273.             .user {color: #7A7A7A;}
  274.                 .loggedin .user {color: #7A7A7A;}
  275.            
  276.             #header-bottom-right a {
  277.                 color: #7A7A7A;
  278.                 font-weight: normal;
  279.                 font-size: 15px;
  280.             }
  281.  
  282.                 #header-bottom-right a:hover {
  283.                     border-bottom: 1px solid #3173b5;
  284.                     color: #333;
  285.                     text-decoration: none;
  286.                 }
  287.  
  288.             /* Mail / Modmail icons */
  289.             #mail {
  290.                 top: 0px;
  291.                 overflow: visible;
  292.                 width: 16px;
  293.                 height: 16px;
  294.                 background-image: url(%%spritesheet%%) !important;
  295.             }
  296.  
  297.                 #mail:hover, #modmail:hover {
  298.                     border-bottom: 0px solid !important;
  299.                 }
  300.            
  301.                 #mail.nohavemail {background-position: -64px 0px;}
  302.                 #mail.havemail   {background-position:-80px 0px;}
  303.  
  304.            
  305.             #modmail {
  306.                 top: -2px;
  307.                 margin-bottom: -6px;
  308.                 width: 16px;
  309.                 height: 16px;
  310.                 background-image: url(%%spritesheet%%) !important;
  311.             }
  312.            
  313.  
  314.                 #modmail.havemail   {background-position:-112px 0px;}
  315.                 #modmail.nohavemail {background-position:-96px 0px;}
  316.  
  317.  
  318.             /* Preferences & Logout Icons */
  319.             #header-bottom-right a.pref-lang, .loggedin .logout a{
  320.                 background-position: -96px -49px;
  321.                 background-image: url(%%spritesheet%%);
  322.                 width: 16px;
  323.                 height: 16px;
  324.                 display: inline-block;
  325.                 text-indent: -9999px;
  326.                 margin: 0px;
  327.                 position: relative;
  328.                 top: -2px;
  329.             }
  330.  
  331.                 .loggedin .logout a {background-position: -80px -49px;}
  332.  
  333.             .gearIcon {
  334.                 background-image: url(%%spritesheet%%)!important;
  335.                 background-position: -80px -65px!important;
  336.                 height: 16px!important;
  337.                 width: 17px!important;
  338.             }
  339.  
  340.  
  341.             /* Opacity Hoves */
  342.             #modmail, #mail, .gearIcon, #header-bottom-right a.pref-lang,
  343.             .loggedin .logout a {
  344.                 opacity: 0.75;
  345.             }
  346.  
  347.                 #modmail:hover, #mail:hover, #header-bottom-right a.pref-lang:hover,
  348.                 .loggedin .logout a:hover, .gearIcon:hover {
  349.                     opacity: 1;
  350.                     text-decoration: none !important;
  351.                     border-bottom: 0px solid !important;
  352.                 }
  353.  
  354.  
  355.         /* Sidebar */
  356.         .side {
  357.             float: right;
  358.             margin: 34px 10px 0px 0px;
  359.             border-radius: 2px;
  360.             padding-top: 25px;
  361.             width: 300px;
  362.             text-align: left;
  363.             font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  364.         }
  365.  
  366.             .side:after {
  367.                 display: block;
  368.                 margin: 10px 0px;
  369.                 padding: 10px 0px;
  370.                 color: #3173b5;
  371.                 content: "This subreddit uses /r/naut!"; /* Hey! Please don't remove or change this. */
  372.                 text-transform: none;
  373.                 font-size: 16px;
  374.                 font-family: arial, sans-serif;
  375.                 position: absolute;
  376.                 width: 300px;
  377.                 text-align: center;
  378.             }
  379.                    
  380.             /* SUBMIT LINK OR POST */
  381.             .morelink {
  382.                 z-index: 97;
  383.                 width: 270px;
  384.                 height: 32px;
  385.                 background-color: #3173b5;
  386.                 background-image: none!important;
  387.                 border: none;
  388.                 border-radius: 2px;
  389.                 margin-left: 15px;
  390.                 transition: all 0.15s ease;
  391.             }
  392.  
  393.                 .morelink:hover {
  394.                     background-color: #7BA8FF;
  395.                 }
  396.  
  397.                     .morelink:active {
  398.                         background-color: #3863B6;
  399.                     }
  400.  
  401.                 .morelink a {
  402.                     color: #fff !important;
  403.                     letter-spacing: 0px;
  404.                     font-weight: bold;
  405.                     font-size: 15px;
  406.                     font-family: arial, sans-serif;
  407.                     line-height: 32px;
  408.                 }
  409.  
  410.                     .morelink a:hover {text-decoration: none;}
  411.  
  412.  
  413.                     .subscriber .morelink a:after {
  414.                         position: fixed;
  415.                         top: 4px;
  416.                         right: 30px;
  417.                         z-index: 98;
  418.                         background-color: #3173b5;
  419.                         color: #FFF;
  420.                         content: "Submit Content";
  421.                         padding: 0px 12px;
  422.                     }
  423.            
  424.                 .disabled .morelink,.disabled .morelink:hover {
  425.                     background-image: none;
  426.                     border: 0px solid;
  427.                     color: white;
  428.                     font-size: 0px;
  429.                     background-color: #c8c8c8;
  430.                     margin-top: 3px;
  431.                     text-shadow: none;
  432.                     box-shadow:none;
  433.                 }
  434.  
  435.                     .disabled .morelink a {
  436.                         color: #fff;
  437.                         letter-spacing: 0px;
  438.                         font-weight: 600;
  439.                         font-size: 14px;
  440.                         font-family: sans-serif;
  441.                         cursor: default;
  442.                         text-indent: 0px;
  443.                         text-shadow: none;
  444.                     }
  445.  
  446.                     .account-activity-box, .sidebox.create, .morelink .nub {display: none;}
  447.             /* Subreddit name sidebar */
  448.             .titlebox h1 a {
  449.                 position: absolute;
  450.                 top: 211px;
  451.                 margin: 0px;
  452.                 margin-bottom: 5px;
  453.                 margin-left: 5px;
  454.                 font-weight: lighter;
  455.                 color: #707070;
  456.                 text-transform: capitalize;
  457.                 font-size: 25px;
  458.                 font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  459.             }
  460.            
  461.                 .titlebox h1 a:hover {color: #3173b5;text-decoration: none;}
  462.  
  463.             .sidebox .subtitle {font-size: 1.6em;}
  464.        
  465.             /* Sub / Unsub button */
  466.             .fancy-toggle-button .active {
  467.                 padding: 3px 8px;
  468.                 background-image: none !important;
  469.                 outline: none !important;
  470.                 border: 0px;
  471.                 border-radius: 2px;
  472.                 color: #fff !important;
  473.                 text-transform: capitalize;
  474.                 font-weight: bold;
  475.                 font-size: 12px;
  476.                 font-family: arial, sans-serif!important;
  477.                 line-height: 26px;
  478.                 transition: all 0.2s ease;
  479.             }  
  480.  
  481.                 /* Sub */
  482.                 .fancy-toggle-button .add {
  483.                     background-color: #3173b5;              
  484.                 }
  485.  
  486.                     .fancy-toggle-button .add:hover {
  487.                         background-color: #6599fa;
  488.                         text-decoration: none;
  489.                     }
  490.  
  491.                         .fancy-toggle-button .add:active {
  492.                             background-color: #3863b6;
  493.                         }
  494.  
  495.                 /* Unsub */
  496.  
  497.                 /* Unsub */
  498.                 .fancy-toggle-button .remove {
  499.                     background-color: #fff;
  500.                     border: 1px solid #d4d4d4;
  501.                     -webkit-box-shadow: 0 1px 0 #e2e0e0;
  502.                     box-shadow: 0 1px 0 #e2e0e0;
  503.                     font-size: 10px;
  504.                     line-height: 16px;
  505.                     color: #737373 !important;
  506.                     cursor: pointer;
  507.                     transition: all 0.2s ease;
  508.                 }
  509.  
  510.                     .fancy-toggle-button .remove:hover {
  511.                         background-color: #fff;
  512.                         color: #333;
  513.                         border-bottom-width: 2px;
  514.                         border-color: #bababa;
  515.                         text-decoration: none;
  516.                     }
  517.  
  518.                         .fancy-toggle-button .remove:active {
  519.                             background-color: #e5e5e5;
  520.                             border-color: #a7a7a7;
  521.                             border-top-width: 2px;
  522.                             color: #333;
  523.                         }
  524.  
  525.  
  526.            
  527.             /*Replace readers.. */
  528.                 div.titlebox span.word {display: none;}
  529.                 .titlebox .users-online {display: inline;}
  530.                 .titlebox .users-online:before {display: none;}
  531.                 .titlebox .users-online .number {font-style: italic;font-size: 12px;}
  532.                 .titlebox .users-online .number:before {content: "(";}
  533.                 .titlebox .users-online .number:after {content: " here)";}
  534.                 .titlelebox .word {display: none;}
  535.                 .titlebox .users-online, .titlebox .number {cursor: text;}  
  536.                 .titlebox .tagline {font-size: 12px;}  
  537.  
  538.             /* Subreddit description */
  539.             .titlebox {
  540.                 padding: 0px 15px 15px 15px;
  541.                 color: #404040;
  542.        
  543.             }
  544.                 .titlebox .md {
  545.                     font-size: 14px;
  546.                     line-height: 1.35em;
  547.                     font-family: arial, sans-serif;
  548.                 }
  549.  
  550.                 .titlebox .bottom {
  551.                     padding-top: 5px;
  552.                     border-top: 1px solid #e5e5e5;
  553.                     color: #999;
  554.                     font-size: 110%;
  555.                 }
  556.  
  557.                 /* Sidebar  button */
  558.                 .titlebox h5 {
  559.                     z-index: 97;
  560.                     width: 270px;
  561.                     padding: 6px 2px;
  562.                     background-color: #3173b5;
  563.                     background-image: none!important;
  564.                     border: none;
  565.                     border-radius: 2px;
  566.                     transition: all 0.15s ease;
  567.                     text-align: center;
  568.                     letter-spacing: 0px;
  569.                     font-weight: bold;
  570.                     font-size: 14px !important;
  571.                     font-family: arial,sans-serif;
  572.                     line-height: 32px;
  573.                     margin: 0 0 8px 0;
  574.                 }
  575.  
  576.                     .titlebox h5 a, .titlebox h5 a:hover {
  577.                         text-decoration: none;
  578.                         color: #fff;
  579.                         cursor: pointer;
  580.                     }
  581.  
  582.                     .titlebox h5:hover {
  583.                         background-color: #77a7fb;
  584.                         text-decoration: none;
  585.                     }
  586.  
  587.                         .titlebox h5:active {
  588.                             background-color: #306cd1;
  589.                         }
  590.  
  591.             /* Search */
  592.             #search {
  593.  
  594.             }
  595.            
  596.                 #search input[type=text] {
  597.                     margin: 17px 0px 0px 0px;
  598.                     padding: 5px 0px 5px 12px;
  599.                     height: 30px;
  600.                     width: 268px;
  601.                     border: none;
  602.                     border-top: 1px solid #d5d5d5;
  603.                     border-bottom: 1px solid #d5d5d5;
  604.                     border-left: 2px solid #fff;
  605.                     color: #999;
  606.                     font-weight: normal;
  607.                     font-size: 16px;
  608.                     font-family: arial, sans-serif !important;
  609.                 }
  610.  
  611.                         #search input[type=text]:focus {
  612.                             border-left: 2px solid #4285f4;
  613.                             color: #000;
  614.                         }
  615.  
  616.                 #search input[type=submit] {
  617.                     background: url(%%spritesheet%%);
  618.                     background-position: -135px -1px;
  619.                     height: 30px;
  620.                     width: 32px;
  621.                     vertical-align: bottom;
  622.                     margin: 0;
  623.                     box-shadow: none;
  624.                 }
  625.  
  626.                         #search input[type=submit]:hover {
  627.                             background: url(%%spritesheet%%);
  628.                             background-position: -135px -1px;
  629.                             background-color: #e7e9ff;
  630.                             border-bottom: 1px solid #d5d5d5;
  631.                         }
  632.  
  633.                                 #searchexpando {
  634.                                 margin: 0px 0px 5px 0px;
  635.                                 background-color: #f5f5f5;
  636.                                 border: 1px solid #DFDFDF;
  637.                                 border-top: 0px solid;
  638.                                 color: #3b3b3b;
  639.                                 font-size: 150%;
  640.                                 }
  641.  
  642.                                     #searchexpando input[type=submit] {
  643.                                         background: none;
  644.                                         width:70px;
  645.                                         background-color: #5b92fa;
  646.                                         color: #ffffff!important
  647.                                     }
  648.  
  649.                                     #searchexpando input[type=submit]:hover {
  650.                                         background: none;
  651.                                         padding-bottom: 1px;
  652.                                         background-color: #77a7fb;
  653.                                         color: #ffffff!important;
  654.                                     }
  655.  
  656.                                     #searchexpando label {cursor: pointer;}
  657.                                     #searchexpando label select {margin: 3px;}
  658.                                     .search-page form#search label {font-size: 150%;cursor: pointer;}
  659.                                    
  660.                     #search_showmore {display: none;}
  661.             /* Ad Frame */
  662.             #ad-frame,#ad_main {text-align: center;}
  663.  
  664.             /* Sidebar mod box */
  665.             .sidecontentbox {
  666.                 padding: 0px 5px 0px 15px;
  667.             }
  668.  
  669.             .sidecontentbox .title {
  670.                 text-align: left;
  671.             }
  672.            
  673.             .sidecontentbox .title h1 {
  674.                 color: #262626;
  675.                 text-align: left;
  676.                 text-transform: capitalize;
  677.                 font-size: 14px;
  678.                 font-family: arial, sans-serif;
  679.                 font-weight: bold;
  680.             }
  681.            
  682.                 .sidecontentbox.collapsible .title {
  683.                     text-align: left;
  684.                 }
  685.            
  686.                 .sidecontentbox .collapse-button {
  687.                     background: transparent;
  688.                     border: 0px;
  689.                     border-radius: 0px;
  690.                     color: #262626;
  691.                     font-size: 15px;
  692.                 }
  693.            
  694.             .sidecontentbox .content {
  695.                 padding: 3px 0px 5px 0px;
  696.                 background-color: transparent;
  697.                 border: 0px solid;
  698.                 text-align: left;
  699.             }
  700.            
  701.                 .sidecontentbox .content a {
  702.                     color: #262626;
  703.                     text-align: left;
  704.                     font-family: arial, sans-serif;
  705.                 }
  706.            
  707.                     .sidecontentbox .content a:hover {
  708.                         color: #3173b5;
  709.                         text-decoration: underline;
  710.                     }
  711.  
  712.             /* Mod icons */
  713.             .icon-menu a {background-color: transparent;}
  714.             .icon-menu .reddit-edit:before{background-image:url(%%spritesheet%%);background-position: 0px  -33px;}
  715.             .icon-menu .moderator-mail:before{margin-top:-1px;height:16px;background-image:url(%%spritesheet%%);background-position: -16px -32px;}
  716.             .icon-menu .reddit-moderators:before{background-image:url(%%spritesheet%%);background-position: -32px -33px;}
  717.             .icon-menu .reddit-contributors:before{background-image:url(%%spritesheet%%);background-position: -48px -33px;}
  718.             .icon-menu .reddit-traffic:before{background-image:url(%%spritesheet%%);background-position: -64px -32px;}
  719.             .icon-menu .reddit-modqueue:before{background-image:url(%%spritesheet%%);background-position: -80px -32px;}
  720.             .icon-menu .reddit-reported:before{background-image:url(%%spritesheet%%);background-position: -96px -32px;}
  721.             .icon-menu .reddit-spam:before{background-image:url(%%spritesheet%%);background-position: -112px -32px;}
  722.             .icon-menu .reddit-ban:before{background-image:url(%%spritesheet%%);background-position: -128px -32px;}
  723.             .icon-menu .reddit-flair:before{background-image:url(%%spritesheet%%);background-position: -144px -32px;}
  724.             .icon-menu .reddit-moderationlog:before{background-image:url(%%spritesheet%%);background-position: -160px -33px;}
  725.             .icon-menu a.reddit-unmoderated {display: none;}
  726.  
  727.             /* Message the mods */
  728.                 .sidecontentbox a.helplink {
  729.                     display: block;
  730.                     margin-right: 27px;
  731.                     margin-bottom: 15px;
  732.                     width: 80%;
  733.                     background-color: #3173b5;
  734.                     background-image: none!important;
  735.                     border: none;
  736.                     border-top: 2px solid #3173b5;
  737.                     border-bottom: 2px solid #3173b5;
  738.                     -webkit-box-shadow: 0 1px 0 #E2E0E0;
  739.                     box-shadow: 0 1px 0 #E2E0E0;
  740.                     color: #fff !important;
  741.                     text-align: center;
  742.                     text-transform: capitalize;
  743.                     text-shadow: 0px 1px 0px #5787e1;
  744.                     letter-spacing: 0px;
  745.                     font-weight: bold;
  746.                     font-size: 13px;
  747.                     font-family: Arial, sans-serif;
  748.                     line-height: 26px;
  749.                     cursor: default;
  750.                 }
  751.  
  752.                     .sidecontentbox a.helplink:hover {
  753.                         background-color: #6599fa;
  754.                         border-top: 2px solid #6599fa;
  755.                         border-bottom: 2px solid #3863b6;
  756.                         -webkit-box-shadow: none;
  757.                         box-shadow: none;
  758.                         text-decoration: none;
  759.                     }
  760.  
  761.                         .sidecontentbox a.helplink:active {
  762.                             background-color: #3863b6;
  763.                             border-top: 2px solid #21407a;
  764.                             border-bottom: 2px solid #3863b6;
  765.                             -webkit-box-shadow: none;
  766.                             box-shadow: none;
  767.                         }
  768.                
  769.  
  770.  
  771.     /* Links/Posts Area */
  772.     /* Actual Links */
  773.         .content {
  774.             margin-top: 34px;
  775.             margin-left: 10px;
  776.         }
  777.  
  778.                 /* Fixed Scroll Banner - Disabled by Geographist 2/11/2015
  779.                 .titlebox h6 {
  780.                     position: relative;
  781.                     top:0px;
  782.                     right: 0px;
  783.                     left: 0px;
  784.                     z-index: 97;
  785.                     height: 35px;
  786.                     background-color: #fff;
  787.                     -webkit-box-shadow: 0 2px 4px 0 #d3d3d3;
  788.                     box-shadow: 0 2px 4px 0 #d3d3d3;
  789.                     color: #737373;
  790.                     padding-left: 55px;
  791.                     font-weight: normal;
  792.                     font-size: 22px;
  793.                     line-height: 35px;
  794.                 }
  795.  
  796.                     .titlebox h6 a {
  797.                         margin: 0px 17px 0px 17px;
  798.                         padding: 2px 0px 2px 0px;
  799.                         border: 0px solid;
  800.                         color: #999;
  801.                         font-weight: normal;
  802.                         font-size: 22px;
  803.                         font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  804.                     }
  805.  
  806.                         .titlebox h6 a:hover {
  807.                             border-bottom-color: #3173b5 !important;
  808.                             color: #262626 !important;
  809.                             text-decoration: none;
  810.                         }
  811.                         */
  812.  
  813.                         /* reddit icon
  814.                         .titlebox h6 a[href*="http://www.reddit.com#top"] {
  815.                             position: relative;
  816.                             left:0px;
  817.                             top:0px;
  818.                             height: 35px;
  819.                             width: 35px;
  820.                             background-color: #ff0;
  821.                             background-image: url(%%spritesheet%%);
  822.                             background-position: 0px -49px;
  823.                             border-bottom: 0px;
  824.                             text-indent: -9999px;
  825.                             padding: 0px;
  826.                             margin: 0px;
  827.                         }*/
  828.  
  829.                             .titlebox h6 a[href*="http://www.reddit.com#top"]:hover {
  830.                                 background-position: -35px -49px;
  831.                                 border-bottom: 0px solid;
  832.                             }
  833.  
  834.                         .new-page .titlebox h6 a[href*="/new"], .top-page .titlebox h6 a[href*="/top"], .hot-page .titlebox h6 a[href*="/hot"]  {border-bottom:2px solid #3173b5; color: #262626;}
  835.  
  836.  
  837.             .link {
  838.                 margin-right: 320px;
  839.                 margin-bottom: 8px;
  840.                 padding: 8px 10px 6px 10px;
  841.                 border-radius: 2px;
  842.             }
  843.  
  844.                 .link, .side, .submit-page .infobar, .roundfield, .submit-page .content button,
  845.                 .content.submit .info-notice, .stylesheet-customize-container .pretty-form, #images, .search-page .raisedbox,
  846.                 .search-page .searchfacets, .linefield, .search-page .searchpane, .nextprev {
  847.                     border: 0px;
  848.                     border-bottom: 2px solid #e5e5e5 !important;
  849.                     background-color: #fff;
  850.                 }
  851.  
  852.                 /* Stickied Link */
  853.                 .stickied.link {border-bottom-color: #C4DAC2 !important;}
  854.                     .thing.stickied a.title, .thing.stickied a {color: #65b354;}
  855.                     .thing.stickied a.thumbnail {background-position: -102px -209px;}
  856.  
  857.                 /* Promoted Link */
  858.                 .organic-listing {
  859.                     margin-right: 320px;
  860.                     border: 1px solid #D0D6DD;
  861.                     border-bottom-width: 3px;
  862.                     border-top-width: 0px;
  863.                 }
  864.  
  865.                     .link.promotedlink.promoted {
  866.                     border-bottom: 0px !important;
  867.                     margin-right: 0px;
  868.                     }
  869.    
  870.                     .link.promotedlink.promoted .thumbnail {max-height:70px !important;}
  871.    
  872.                     .link .title {
  873.                         font-weight: bold;
  874.                         font-family: Arial, sans-serif;
  875.                         overflow: visible;
  876.                     }
  877.  
  878.                     .link .title:hover {color: #3173b5 !important;}
  879.                         /* Link Titles */
  880.         /*Unvisited*/   .thing .title.loggedin.click, .thing .title.click, .thing .title.loggedin, .thing .title {color:#3173b5;}
  881.         /*Visited  */   .thing .title:visited, .thing.visited .title {color:#7D5D8A;}
  882.         /*Clicking */   .thing .title.loggedin.click:visited, .thing .title.click:visited {color:#3173b5;}
  883.  
  884.                 /* Upvote and downvotes */
  885.                 .link .score {margin-bottom: -1px;margin-left: 1px;color:#999;font-family: arial, sans-serif;}
  886.            
  887.                     .link .score.likes {color: #ee5821;}    
  888.                     .link .score.dislikes {color: #6f85bf;}
  889.            
  890.                 .arrow {
  891.                     margin: 2px 0px 0px 0px;
  892.                     margin-right: auto;
  893.                     margin-left: auto;
  894.                     width: 16px;
  895.                     height: 16px;
  896.                     background-image: url(%%spritesheet%%) !important;
  897.                     background-position: center center;
  898.                     outline: none !important;
  899.                     border: none !important;
  900.                 }
  901.                
  902.                     .arrow.up {background-position: -32px 0px;}
  903.                     .arrow.upmod {background-position: -48px 0px;}
  904.                     .arrow.down {background-position: 0px 0px;}
  905.                     .arrow.downmod {background-position: -16px 0px;}
  906.  
  907.  
  908.                 /* Expand post */
  909.                 .expando-button {
  910.                     margin: -1px 5px 0px 0px !important;
  911.                     width: 16px !important;
  912.                     height: 16px !important;
  913.                     background-color: transparent !important;
  914.                     background-image: url(%%spritesheet%%) !important;
  915.                     cursor: pointer;
  916.                 }
  917.        
  918.         /*  +  */   .content .expando-button.selftext.collapsed {background-position:0 -17px;}              
  919.         /*  +  */   .content .expando-button.selftext.collapsed:hover {background-position:-16px -17px;}
  920.         /*  -  */   .content .expando-button.selftext.expanded {background-position:-32px -17px;}              
  921.         /*  -  */   .content .expando-button.selftext.expanded:hover {background-position:-48px -17px;}
  922.  
  923.                     .expando-button.video.collapsed {background-position: -64px -17px;}
  924.                     .expando-button.video.collapsed:hover, .eb-vch {background-position: -80px -17px;}
  925.                     .expando-button.video.expanded, .eb-ve {background-position: -64px -17px;}
  926.                     .expando-button.video.expanded:hover, .eb-veh {background-position: -80px -17px;}
  927.  
  928.                     .res .expando-button.image.collapsed,.expando-button.image.gallery.collapsedExpando, .expando-button.image.collapsedExpando {background-position: -96px -17px!important;}
  929.                     .res .expando-button.image.collapsed:hover, .expando-button.image.collapsedExpando:hover, .expando-button.image.gallery.collapsedExpando:hover {background-position: -112px -17px!important;}
  930.                     .res .expando-button.image.expanded {background-position: -96px -17px!important;}
  931.                     .res .expando-button.image.expanded:hover {background-position: -112px -17px!important;}
  932.  
  933.                     /* Selftext expand */
  934.                     .link .usertext .md {
  935.                         padding: 0 5px;
  936.                         background-color: transparent;
  937.                         border: 0px solid;
  938.                         border-top: 1px solid #e5e5e5;
  939.                         border-radius: 0px;
  940.                         color: #404040;
  941.                         font-weight: normal;
  942.                         font-size: 14px;
  943.                         font-family: arial, sans-serif;
  944.                         line-height: 1.35em;
  945.                     }
  946.  
  947.             .domain {color: white;}
  948.                 .domain a {color: #c0c0c0;}
  949.                     .domain a:hover {color: #3173b5;text-decoration: none;}
  950.  
  951.             .link .tagline {
  952.                 color: #999;
  953.                 font-size: 12px;
  954.             }
  955.  
  956.             .thumbnail {
  957.                 max-height: 50px;
  958.                 max-width: 70px;
  959.             }
  960.  
  961.                 .thumbnail.self {
  962.                     background-image: url(%%spritesheet%%);
  963.                     background-position: -102px -92px;
  964.                     background-repeat: no-repeat;
  965.                 }
  966.  
  967.                 .thumbnail.default {
  968.                     background-image: url(%%spritesheet%%);
  969.                     background-position: -102px -154px;
  970.                     background-repeat: no-repeat;
  971.                 }
  972.  
  973.                 .thumbnail.nsfw {
  974.                     width: 80px;
  975.                     height: 50px;
  976.                     background-image: url(%%spritesheet%%);
  977.                     background-position: -22px -150px;
  978.                     background-repeat: no-repeat;
  979.                 }
  980.  
  981.             .entry {
  982.                 padding-left: 5px;
  983.             }
  984.  
  985.                 .entry .buttons li a {
  986.                     padding: 0 1px;
  987.                     color: #999;
  988.                     font-weight: 400;
  989.                     font-size: 13px;
  990.                 }
  991.  
  992.                     .entry .buttons li a:hover {
  993.                         color: #3173b5;
  994.                     }
  995.  
  996.                         .redditSingleClick {transition: opacity 0.15s ease-in-out;}
  997.  
  998.                     /*.link .entry li a, .redditSingleClick {opacity: 0;}*/     /* Currently causing issues. Needs investigating - https://github.com/Axel--/Naut-for-reddit/issues/9 */
  999.                     .link:hover .entry li a, .link .entry p a, .link:hover .entry .redditSingleClick {opacity: 100;}
  1000.  
  1001.  
  1002.                     .link .entry li .comments {
  1003.                         opacity: 100 !important;
  1004.                         color: #3173b5;
  1005.                         font-weight: bold;
  1006.                         font-size: 13px;
  1007.                     }
  1008.  
  1009.                     .nsfw-stamp acronym {opacity: 100;background-color: #e82e63;border-radius:0px;color:#fff;cursor: help;border-color: #e82e63;}
  1010.                     .nsfw-stamp {background-color: #e82e63;}
  1011.  
  1012.                     .entry .buttons a[onclick*="reply"] {
  1013.                         color: #3173b5 !important;
  1014.                         font-weight: bold !important;
  1015.                         font-size: 13px !important;
  1016.                     }
  1017.  
  1018.                     .link .flat-list {
  1019.                         font-weight: normal;
  1020.                         font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  1021.                     }
  1022.  
  1023.                         .link .midcol {margin-right: 7px;}
  1024.                         .link .rank {display: none;}
  1025.                         .link.last-clicked {
  1026.                             overflow: hidden;
  1027.                             background-color: #f8f8f8;
  1028.                             border: 0px solid #d8d8d8;
  1029.                             border-bottom: 2px solid #e5e5e5;
  1030.                         }
  1031.             /* Mod Report buttons */
  1032.             .entry .buttons li.reported-stamp {
  1033.                 background-color: #f5b400;
  1034.                 border-radius: 2px;
  1035.                 border: 1px solid #e2a600 !important;
  1036.                 color: #fff;
  1037.                 font-weight: bold;
  1038.                 background-image: none;
  1039.             }
  1040.  
  1041.             a.pretty-button.negative {
  1042.                 border-radius: 2px;
  1043.                 background-color: #dc4437;
  1044.                 color: #fff;
  1045.                 font-weight: bold;
  1046.                 border: 1px solid #c4362a;
  1047.                 background-image: none;
  1048.             }
  1049.  
  1050.             a.pretty-button.neutral {
  1051.                 border-radius: 2px;
  1052.                 font-weight: bold;
  1053.                 color: #fff;
  1054.                 background-color: #666666;
  1055.                 border: 1px solid #4d4d4d;
  1056.                 background-image: none;
  1057.             }
  1058.  
  1059.             a.pretty-button.positive {
  1060.                 border-radius: 2px;
  1061.                 font-weight: bold;
  1062.                 color: #fff;
  1063.                 background-color: #109d59;
  1064.                 border: 1px solid #0a8a4c;
  1065.                 background-image: none;
  1066.             }
  1067.  
  1068.             .menuarea {
  1069.                 margin-right: 320px;
  1070.                 border: none;
  1071.                 font-size: 16px;
  1072.             }
  1073.  
  1074.             .infobar {
  1075.                 margin-right: 320px;
  1076.                 background-color: #4B4A4A;
  1077.                 border: none;
  1078.                 color: #fff;
  1079.                 font-size: 14px;
  1080.             }
  1081.  
  1082.                 .infobar a {color: #89B3FF;}
  1083.  
  1084.                 /* First time visit infobar */
  1085.                 .infobar.welcome {
  1086.                     margin-right: 321px;
  1087.                     color: #333;
  1088.                     margin-bottom: 8px;
  1089.                 }
  1090.  
  1091.             .nextprev {
  1092.                 margin-top: 8px;
  1093.                 margin-right: 320px;
  1094.                 height: 35px;
  1095.                 color: #737373;
  1096.                 text-align:center;
  1097.                 font-size: 16px;
  1098.                 line-height: 35px;
  1099.                 padding: 10px;
  1100.             }
  1101.  
  1102.                 .nextprev a {
  1103.                     background-color: transparent;
  1104.                     border: none;
  1105.                     color: #3173b5;
  1106.                 }
  1107.  
  1108.                     .nextprev a:hover {
  1109.                         background-color: transparent;
  1110.                         border: none;
  1111.                     }
  1112.  
  1113.  
  1114.         /* Submit Page */
  1115.         form#newlink.submit.content {
  1116.             margin-top: 40px;
  1117.         }
  1118.  
  1119.  
  1120.             .submit-page .infobar {
  1121.                 margin-top: 0px;
  1122.                 margin-bottom: 8px;
  1123.                 padding: 10px 10px 10px 10px;
  1124.                 color: #3b3b3b;
  1125.                 text-align: center;
  1126.                 text-indent: -9999px;
  1127.                 font-size: 0px;
  1128.             }
  1129.  
  1130.                 .formtabs-content .infobar:before {
  1131.                     display: block;
  1132.                     text-indent: 0px;
  1133.                     font-size: 16px;
  1134.                 }
  1135.            
  1136.             .submit-page .tabmenu li a {margin:0px;}
  1137.             .submit-page ul.tabmenu.formtab {padding-left: 0px;width: 500px;text-align:center; }
  1138.             .formtabs-content {padding-top: 0px;border-top: 4px solid #3173b5;}
  1139.        
  1140.                 .submit-page .tabmenu.formtab a {
  1141.                     padding: 5px 55px 0px 55px;
  1142.                     width: 100px;
  1143.                     background-color: white;
  1144.                     border: 0px solid;
  1145.                     color: #3173b5;
  1146.                     text-align: center;
  1147.                     font-weight:normal;
  1148.                     font-size: 14px;
  1149.  
  1150.                 }
  1151.  
  1152.                     .submit-page .tabmenu li a:hover {color: #333;}
  1153.                
  1154.                     .submit-page .tabmenu.formtab .selected a {
  1155.                         padding: 5px 60px 0px 60px;
  1156.                         background-color: #3173b5;
  1157.                         color: #fff;
  1158.                         font-size: 18px;
  1159.                     }
  1160.                
  1161.             .roundfield {
  1162.                 padding: 10px 10px 10px 10px;
  1163.                 color: #707070;
  1164.             }
  1165.            
  1166.                 .submit-page textarea, .roundfield input[type=url], .roundfield input[type=text], .login-form-side input[type=text], .login-form-side input[type=password],
  1167.                 .linefield textarea, .linefield input[type="text"], .flairlist .flaircell input[type="text"], .linkinfo .shortlink input, .search-page #search input[type=text] {
  1168.                     margin: 0;
  1169.                     padding: 5px;
  1170.                     border: 1px solid #d9d9d9;
  1171.                     border-top: 1px solid #c0c0c0;
  1172.                     -webkit-box-shadow: none;
  1173.                     box-shadow: none;
  1174.                     color: #333;
  1175.                     font-size: 100%;
  1176.                     font-family: arial, sans-serif;
  1177.                 }
  1178.  
  1179.                     .submit-page textarea:hover, .roundfield input[type=url]:hover, .roundfield input[type=text]:hover, .login-form-side input[type=text]:hover, .login-form-side input[type=password]:hover,
  1180.                     .linefield textarea:hover, .linefield input[type="text"]:hover, .flairlist .flaircell input[type="text"]:hover, .linkinfo .shortlink input:hover, .search-page #search input[type=text] {border: 1px solid #bebebe;}
  1181.                    
  1182.                     .submit-page textarea:focus, .roundfield input[type=url]:focus, .roundfield input[type=text]:focus, .login-form-side input[type=text]:focus, .login-form-side input[type=password]:focus,
  1183.                     .linefield textarea:focus, .linefield input[type="text"]:focus, .flairlist .flaircell input[type="text"]:focus, .linkinfo .shortlink input:focus, .search-page #search input[type=text] {border: 1px solid #4d90fe;color: #000;}
  1184.  
  1185.                     .linefield .usertext-edit textarea {height: 500px;}
  1186.  
  1187.                     .submit-page .content textarea, .submit-page .content input[type=url], .submit-page .content input[type=text] {width: 488px;}
  1188.  
  1189.             .submit-page .content button {
  1190.                 margin-bottom: 30px;
  1191.                 margin-left: 0px;
  1192.                 padding: 10px 10px 10px 10px;
  1193.                 width: 522px;
  1194.                 color: #707070 !important;
  1195.                 text-align: center;
  1196.                 cursor: pointer;
  1197.                 border: 0px;
  1198.                 border-bottom: 2px solid #E5E5E5;
  1199.             }
  1200.  
  1201.                 .submit-page button:hover {
  1202.                     background-color: #3173b5;
  1203.                     color: white !important;
  1204.                     border-bottom: 4px solid #477ADB;
  1205.                 }
  1206.  
  1207.                     .submit-page button:active {
  1208.                         background-color: #315fb2;
  1209.                         border-bottom-color: #315fb2 !important;
  1210.                     }
  1211.  
  1212.                 .submit-page h1 {display: none;}
  1213.                     .submit-page .side h1 {display: inherit;}
  1214.  
  1215.         .content.submit .info-notice {
  1216.             margin: 0px 0px 4px 0px;
  1217.             padding: 20px 10px 20px 10px;
  1218.             color: #707070;
  1219.             text-align: center;
  1220.             border: 0px;
  1221.             border-bottom: 2px solid #E5E5E5;
  1222.         }
  1223.  
  1224.             .content.submit .info-notice a {
  1225.                 text-decoration: none;
  1226.                 font-size: 120%;
  1227.             }
  1228.  
  1229.                 .content.submit .info-notice a:hover {text-decoration: underline;}
  1230.                 .thing.spam {border-color: #F3B9B9; background-color: #F3B9B9;margin-right: 320px;}        
  1231.                 #file {margin: 10px;}      
  1232.                 .submit-page .gray, #suggested-reddits {display: none;}
  1233.                 .submit-page form .spacer+.spacer {margin: 8px 0px;}
  1234.  
  1235.  
  1236.                 /* Suggest Title Button */
  1237.                 #url-field button {
  1238.                 margin: 10px 0 0 5px;
  1239.                 height: 31px;
  1240.                 width: 32px;
  1241.                 position: relative;
  1242.                 top: -42px;
  1243.                 left: -1px;
  1244.                 border-radius: 0px;
  1245.                 background-color: #F4F4F4;
  1246.                 border-bottom: 0px solid !important;
  1247.                 box-shadow: none;
  1248.                 border-left: 1px solid #D8D8D8;
  1249.                 font-size: 0px;
  1250.                 background-image: url(%%spritesheet%%);
  1251.                 background-position: -112px -49px;
  1252.                 }
  1253.  
  1254.                     #url-field #suggest-title {height: 0px;}
  1255.                     #url-field button:hover {background-color: #DEDEDE;}
  1256.  
  1257.                     #url-field button:before {
  1258.                         font-size: 12px;
  1259.                         content: "Automatically generate a title.";
  1260.                         background-color: rgba(0, 0, 0, 0.0);
  1261.                         position: absolute;
  1262.                         width: 175px;
  1263.                         cursor: default;
  1264.                         padding: 0.25em 3em;
  1265.                         top: -60px;
  1266.                         left: -100px;
  1267.                         border-radius: 100px;
  1268.                         text-transform: none;
  1269.                         color: #FFF;
  1270.                         transition: all 0.2s ease;
  1271.                         line-height: 2em;
  1272.                         visibility: hidden;
  1273.                         opacity: 0;
  1274.                     }
  1275.  
  1276.                         #url-field .error.NO_URL.field-url {
  1277.                             position: absolute;
  1278.                             left: 550px;
  1279.                             margin-top: -20px;
  1280.                         }
  1281.  
  1282.                         #url-field button:hover:before {
  1283.                             top: -40px;
  1284.                             opacity: 100;
  1285.                             visibility: visible;
  1286.                             background-color: rgba(0, 0, 0, 0.7);
  1287.                         }
  1288.  
  1289.         /* Flair Selector */
  1290.         .flairselector.drop-choices.active {
  1291.             visibility: visible !important;
  1292.             background-color: #fff;
  1293.             border: 1px solid #d8d8d8;
  1294.             border-radius: 2px;
  1295.         }
  1296.             .flairselector h2 {
  1297.                 padding: 5px 5px 5px 5px;
  1298.                 background-color: #fff;
  1299.                 border-bottom: 1px solid #e5e5e5;
  1300.                 color: #333;
  1301.                 text-transform: capitalize;
  1302.                 font-size: 130%;
  1303.             }
  1304.  
  1305.             .flairoptionpane {
  1306.                 text-align: left;
  1307.             }
  1308.  
  1309.                 .flairoptionpane ul {visibility: visible !important;}
  1310.                 .flairoptionpane ul a.title {font-size: 100% !important;}
  1311.  
  1312.                 .flairselector li {
  1313.                     padding: 3px 0px 3px 0px;
  1314.                     width: 182px;
  1315.                 }
  1316.  
  1317.                     .flairselector li:hover {
  1318.                         background-color: #efefef;
  1319.  
  1320.                     }
  1321.  
  1322.             .flairselector form {border-top: 1px solid #e5e5e5;}
  1323.             .flairsample-left {text-align: left !important;}
  1324.             .flairselector ul {overflow: visible;}
  1325.             .flairselector li.selected {background-color: #e5ebf8;border:none;}
  1326.  
  1327.         /* Flairs */
  1328.  
  1329.         /* LINKFLAIRS */
  1330.         .linkflairlabel {
  1331.             padding: 0px 6px 1px 10px;
  1332.             height: auto;
  1333.             border-radius: 0px;
  1334.             border-top-left-radius: 16px;
  1335.             border-bottom-left-radius: 16px;
  1336.             border: 0px solid;
  1337.             color: #333;
  1338.             font-weight: bold;
  1339.             font-style: normal;
  1340.             font-variant: normal;
  1341.             font-size: 13px;
  1342.             font-family: Tahoma, Arial, sans-serif;
  1343.             cursor: default;
  1344.             vertical-align: middle;
  1345.             position: relative;
  1346.             top: -1px;
  1347.  
  1348.         }
  1349.  
  1350.             .linkflair-mod .linkflairlabel {
  1351.                 background-color: #5fb04d;
  1352.                 color: #fff;
  1353.             }
  1354.  
  1355.                 .linkflair-mod a {color: #4c8d3e !important;}
  1356.  
  1357.                 .linkflair-mod .thumbnail.default, .linkflair-mod .thumbnail.self {
  1358.                     background-image: url(%%spritesheet%%)!important;
  1359.                     background-position: -22px -90px!important;
  1360.                     background-repeat: no-repeat;
  1361.                 }
  1362.  
  1363.             .linkflair-image .linkflairlabel {
  1364.                 background-color: #F86154;
  1365.                 color: #fff;
  1366.             }
  1367.  
  1368.             .linkflair-gif .linkflairlabel {
  1369.                 background-color: #f5b400;
  1370.                 color: #fff;
  1371.             }
  1372.  
  1373.             .linkflair-extra .linkflairlabel {
  1374.                 background-color: #3173b5;
  1375.                 color: #fff;
  1376.             }
  1377.  
  1378.         /* USER FLAIRS */
  1379.         .flair {
  1380.             height: auto;
  1381.             background-color: transparent;
  1382.             border: none;
  1383.             color: #555;
  1384.             font-size: small !important;
  1385.             font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  1386.             border: 1px solid #DADADA;
  1387.             padding: 0px 3px 2px 3px;
  1388.             cursor: help;
  1389.         }
  1390.  
  1391.        
  1392.         /* Flair-page  */
  1393.         div.tabpane-content {
  1394.             padding: 4px 4px 4px 4px;
  1395.             border: 0px solid #e5e5e5;
  1396.             border-bottom-width: 3px;
  1397.             background-color: #fff;
  1398.             width: 1080px;
  1399.             margin-top: 7px;
  1400.         }
  1401.            
  1402.             .linefield {
  1403.                 margin-bottom: 5px;
  1404.                 padding: 10px 10px 10px 10px;
  1405.                 width: 45%;
  1406.                 color: #707070;
  1407.                 margin-bottom: 15px;
  1408.             }
  1409.        
  1410.                 .linefield .title {
  1411.                     padding: 1px 10px;
  1412.                     color: #3173b5;
  1413.                 }
  1414.  
  1415.                 .linefield .title+.gray {font-size: small;}
  1416.    
  1417. /*
  1418.                 .flairtemplatelist flairlist pretty-form {
  1419.                     margin-top: 2px;
  1420.                     margin-right: 320px;
  1421.                     padding: 5px 5px 8px 3px;
  1422.                     color: #707070;
  1423.                     text-transform: capitalize;
  1424.                     width: 100%;
  1425.                     margin-bottom: 8px;
  1426.                 }
  1427.                
  1428.                     .flairrow:nth-of-type(1) {
  1429.                         width: 700px;
  1430.                         line-height: 2;
  1431.                     }
  1432.  
  1433.                     .flairrow .tagline {
  1434.                         margin-right: 0px;
  1435.                         margin-left: 0px;
  1436.                         width: 150px;
  1437.                         font-size: 100%;
  1438.                     }
  1439.  */
  1440.                     .flairtemplate .flairrow {
  1441.                         margin-top: 2px;
  1442.                         margin-right: 320px;
  1443.                         padding: 5px 5px 8px 3px;
  1444.                         color: #707070;
  1445.                         text-transform: capitalize;
  1446.                         width: 100%;
  1447.                         margin-bottom: 8px;
  1448.                     }
  1449.  
  1450.                     .tabmenu li#tab-grant.selected, .tabmenu li#tab-templates.selected,
  1451.                     .tabmenu li#tab-link_templates.selected {margin: 7px 0px 4px 0px;}
  1452.  
  1453.                     .tabmenu li#tab-grant.selected a, .tabmenu li#tab-grant a:hover,
  1454.                     .tabmenu li#tab-templates.selected a, .tabmenu li#tab-templates a:hover,
  1455.                     .tabmenu li#tab-link_templates.selected a, .tabmenu li#tab-link_templates a:hover {color: #333;}
  1456.         /* WIKI Page */
  1457.         .wiki-page .wiki-page-content {
  1458.             margin: 5px 320px 10px 0px;
  1459.             padding: 5px 10px 5px 10px;
  1460.             background-color: #fff;
  1461.             border: 1px solid #d8d8d8;
  1462.         }
  1463.  
  1464.             .wiki-page .tabmenu li:nth-of-type(3),  
  1465.             .wiki-page .tabmenu li:nth-of-type(4),  
  1466.             .wiki-page .tabmenu li a[href*="/promoted"],
  1467.             .wiki-page .tabmenu li a[href*="/gilded"]
  1468.             {display:none;}
  1469.  
  1470.             .wiki-page .wiki-page-content .md.wiki h1 {
  1471.                 margin-top: 0.5em;
  1472.                 color: #333;
  1473.                 font-size: 1.5em;
  1474.                 font-family: Arial, sans-serif;
  1475.             }
  1476.  
  1477.                 .wiki-page .wiki-page-content .md.wiki h2 {font-size: 1.45em;}
  1478.                 .wiki-page .wiki-page-content .md.wiki h3 {font-size: 1.4em;}
  1479.                 .wiki-page .wiki-page-content .md.wiki h4 {font-size: 1.35em;}
  1480.  
  1481.             .wiki-page .wiki-page-content .md.wiki p, .wiki-page .wiki-page-content .md.wiki .md.wiki blockquote {
  1482.                 color: #404040;
  1483.                 font-weight: normal;
  1484.                 font-size: 14px;
  1485.                 font-family: Arial, sans-serif;
  1486.                 line-height: 1.5em;
  1487.             }
  1488.  
  1489.             .wiki-page .pageactions {
  1490.                 border: none;
  1491.                 border-radius: 0px;
  1492.             }
  1493.  
  1494.                 .wiki-page .pageactions .wikiaction {
  1495.                     text-transform: capitalize;
  1496.                     font-size: 110%;
  1497.                 }
  1498.  
  1499.                     .wiki-page .pageactions .wikiaction:hover {
  1500.                         background-color: transparent;
  1501.                     }
  1502.  
  1503.                     .wiki-page .pageactions .wikiaction-current {
  1504.                         background-color: #3173b5;
  1505.                         border-radius: 0px;
  1506.                         color: #fff;
  1507.                     }
  1508.  
  1509.                         .wiki-page .pageactions .wikiaction-current:hover {
  1510.                             background-color: #528bf3;
  1511.                             text-decoration: none;
  1512.                         }
  1513.  
  1514.             .wiki-page .wiki-page-content .md.wiki>.toc>ul {
  1515.                 padding: 10px 10px;
  1516.                 border: 1px solid #e5e5e5;
  1517.                 font-weight: normal;
  1518.                 font-size: 110%;
  1519.             }
  1520.  
  1521.             .wiki-page .wiki-page-content .discussionlink {
  1522.                 display: inline-block;
  1523.                 position: relative;
  1524.                 top: inherit;
  1525.                 right: inherit;
  1526.                 left: inherit;
  1527.                 padding: inherit;
  1528.                 width: 175px;
  1529.             }
  1530.  
  1531.                 .wiki-page .wiki-page-content .discussionlink a {
  1532.                     padding-left: 0px;
  1533.                 }
  1534.  
  1535.                 .wiki-page .nextprev {display: none;}
  1536.                 .wiki-page-content em, .wiki-page-content form#editform label {font-size: 120%;}
  1537.  
  1538.  
  1539.         /*Stylesheet fix */
  1540.         .pretty-form {
  1541.             margin-right: 320px;
  1542.             margin-bottom: 10px;
  1543.             padding: 10px 10px 10px 10px;
  1544.             color: #707070;
  1545.         }
  1546.  
  1547.             .pretty-form textarea {-webkit-box-shadow: none;box-shadow: none;}
  1548.  
  1549.             /* Let me help you read the manual */
  1550.             .pretty-form:after {
  1551.                 color: #666;
  1552.                 display: block;
  1553.                 font-size: 0.8rem;
  1554.                 content: "If your reddit alien looks 'glitched', check that you upload the headerbypass.png image on the /about/edit page!";
  1555.                 margin: 1em 0 0 0;
  1556.                 position: absolute;
  1557.                 top: 119px;
  1558.                 z-index: 99;
  1559.                 line-height: 47px;
  1560.                 left: 139px;
  1561.                 padding: 0 1em;
  1562.                 height: 44px;
  1563.             }
  1564.        
  1565.         .stylesheet-customize-container textarea {
  1566.             margin: 0;
  1567.             padding: 0px;
  1568.             border: 0px;
  1569.             border: 1px solid #d8d8d8;
  1570.             border-bottom: 1px solid #d8d8d8;
  1571.             border-radius: 3px;
  1572.             color: #707070;
  1573.             font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  1574.         }
  1575.        
  1576.             .sheets .col textarea {width: 100%;background-color: #fff;}
  1577.                 .sheets .col textarea:hover {border-color: #B1B1B1;}
  1578.                     .sheets .col textarea:focus {border-color: #3173b5;}
  1579.             .sheets {margin-right: 0px;}
  1580.        
  1581.         #images {
  1582.             margin-right: 320px;
  1583.             margin-bottom: 30px;
  1584.             padding: 10px 10px 10px 10px;
  1585.             height: 1280px;
  1586.             color: #707070;
  1587.         }
  1588.        
  1589.             ul#image-preview-list {
  1590.                 margin: 15px 0px 0px 0px;
  1591.                 padding-bottom: 80px;
  1592.                 font-size: 14px;
  1593.             }
  1594.  
  1595.         /* COMMENT SECTION */
  1596.         .linkinfo {
  1597.             margin-top: -10px;
  1598.             padding-left: 10px;
  1599.             background-color: transparent;
  1600.             border: none;
  1601.             border-bottom: 1px solid #d5d5d5;
  1602.             color: #404040;
  1603.  
  1604.         }  
  1605.  
  1606.            
  1607.         .commentarea {
  1608.             margin-top: 10px;
  1609.             margin-right: 320px;
  1610.             margin-bottom: 30px;
  1611.             padding: 10px 10px 10px 10px;
  1612.             background-color: #FCFCFC;
  1613.             border-bottom: 2px solid #e5e5e5;
  1614.             color: #3b3b3b;
  1615.         }
  1616.  
  1617.             .commentarea>.usertext {
  1618.                 overflow:visible;
  1619.                 margin: 0px 0px 10px 0px;
  1620.                 padding: 0px 0px 0px 0px;
  1621.             }
  1622.            
  1623.             a.author {
  1624.                 margin-right:4px;
  1625.                 color: #3173b5;
  1626.             }
  1627.                
  1628.             .comments-page .tagline {
  1629.                 color: #999;
  1630.                 font-size: small;
  1631.                 font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  1632.             }
  1633.  
  1634.                 .comments-page .tagline a {
  1635.                     margin-top: 1px;
  1636.                     background-color: transparent;
  1637.                     color: #3173b5;
  1638.                     letter-spacing: 1px;
  1639.                     font-weight: bold;
  1640.                     font-size: 12px;
  1641.                 }  
  1642.  
  1643.                     .tagline a:hover {
  1644.                         text-decoration: underline;
  1645.                     }  
  1646.  
  1647.                 .tagline .submitter {color: #dd4b39!important;}        
  1648.                 .tagline .moderator,.green {color: #53a93f!important;}
  1649.                     /*.tagline .moderator:after {content: "oderator - speaking officially.";}*/
  1650.                     a.author.moderator:after {content: "";}
  1651.                 .tagline .moderator:hover {color: #65b354!important;}
  1652.            
  1653.             .comment .midcol {margin-top: 6px;width: 15px !important;}
  1654.             .comment .score {font-size: small;}
  1655.  
  1656.             /* Comments */
  1657.             .commentarea .menuarea {
  1658.                 display: inline;
  1659.                 margin: 0 0px 10px -320px;
  1660.                 padding: 0;
  1661.                 color: #c0c0c0;
  1662.                 font-weight: normal;
  1663.                 font-size: 110%;
  1664.             }
  1665.            
  1666.                 .panestack-title {
  1667.                     display: inline;
  1668.                     border-bottom: 1px solid #e5e5e5;
  1669.                     color: #c0c0c0;
  1670.                 }
  1671.            
  1672.                 /*.commentarea .menuarea .toggle a, .panestack-title .title, .help-hoverable {display: none;}*/
  1673.                 .panestack-title .title {display: none;}
  1674.                 .menuarea .spacer {margin-right: -15px;}
  1675.                 .commentarea .menuarea .toggle a {font-size: 11px;color:#c0c0c0;font-weight: normal; }
  1676.                 .menuarea .spacer .drop-choices.lightdrop {
  1677.                     padding: 5px;
  1678.                     border-color: #DFDDDD;
  1679.                     box-shadow: 0px 1px 1px #C9C9C9;
  1680.                     font-family: arial, sans-serif;
  1681.                 }
  1682.  
  1683.                     .titlebox form.toggle, .leavemoderator {background-color: transparent;}
  1684.  
  1685.                     .menuarea .spacer .drop-choices.lightdrop a.choice, .commentarea .menuarea form {
  1686.                         padding: 0.5px;
  1687.                         font-size: 14px;
  1688.                         color: #3173b5;
  1689.                     }
  1690.  
  1691.                     .menuarea .spacer .drop-choices.lightdrop a.choice:hover, .commentarea .menuarea form:hover {
  1692.                         background-color: #3173b5;
  1693.                         color: #fff;
  1694.                         text-decoration: none;
  1695.                     }
  1696.  
  1697.            
  1698.                 .menuarea .dropdown.lightdrop .selected {
  1699.                     background-image: none;
  1700.                     color: #3b3b3b;
  1701.                     text-decoration: none;
  1702.                     opacity: 10;
  1703.                     cursor: pointer;
  1704.                 }
  1705.  
  1706.                     .menuarea .dropdown.lightdrop .selected:hover {color: #3173b5;}
  1707.                     .menuarea .dropdown.lightdrop .selected:after {
  1708.                         content: " ≡";
  1709.                         vertical-align: middle;
  1710.                         opacity: 0.5;
  1711.                     }
  1712.                
  1713.             .comments-page .comment .md {
  1714.                 color: #161616;
  1715.                 font-weight: normal;
  1716.                 font-size: 14px;
  1717.                 font-family: Arial, sans-serif;
  1718.                 line-height: 1.35em;
  1719.             }
  1720.  
  1721.                 hr {
  1722.                     border-width: 1px;
  1723.                     border-style: solid;
  1724.                     border-color: #e5e5e5;
  1725.                 }
  1726.                
  1727.             .comments-page textarea {
  1728.                 background-color: #fff;
  1729.                 border: 1px solid #cccccc;
  1730.                 color: #999;
  1731.                 font-size: 13px;
  1732.                 font-family: arial, sans-serif;
  1733.             }
  1734.  
  1735.                 .comments-page textarea:hover {border-color: #bebebe;}
  1736.                 .comments-page textarea:focus {border:1px solid #4d90fe;color: #000;}
  1737.  
  1738.                 .usertext .help-toggle, .usertext a.reddiquette {font-size: 100%;}  
  1739.                 .usertext a.reddiquette {color:#DD4B39;}
  1740.  
  1741.                 .comments-page .usertext.border .usertext-body {
  1742.                     padding-left: 5px;
  1743.                     background-color: #f0f0f0;
  1744.                 }
  1745.  
  1746.            
  1747.             .comment .expand {
  1748.                 background-color: transparent;
  1749.                 color: #999 !important;
  1750.             }
  1751.                
  1752.                 .comment .expand:hover {
  1753.                     background-color: transparent;
  1754.                     color: #999 !important;
  1755.                     text-decoration: underline;
  1756.                 }
  1757.                
  1758.                 .comment .child,.comment .showreplies {
  1759.                     margin-top: 10px;
  1760.                     margin-left: 15px;
  1761.                     border-left: 0px solid;
  1762.                 }
  1763.        
  1764.         /* H2 3 4 5 markup */
  1765.         .link .usertext .md h2, .comments-page .comment .md h2,
  1766.         .link .usertext .md h3, .comments-page .comment .md h3,
  1767.         .link .usertext .md h4, .comments-page .comment .md h4,
  1768.         .link .usertext .md h5, .comments-page .comment .md h5 {
  1769.             display: inline;
  1770.             margin-top: 5px;
  1771.             border: none;
  1772.             font-weight: normal;
  1773.             font-size: 18px;
  1774.             font-family: arial, sans-serif;
  1775.         }
  1776.  
  1777.             .link .usertext .md h2, .comments-page .comment .md h2 {color: #d73d32;}
  1778.             .link .usertext .md h3, .comments-page .comment .md h3 {color: #3173b5;}
  1779.             .link .usertext .md h4, .comments-page .comment .md h4 {color: #53a93f;}
  1780.             .link .usertext .md h5, .comments-page .comment .md h5 {color: #f4b400;}
  1781.  
  1782.         /* Footer */
  1783.         .footer-parent {
  1784.             margin-top: 120px;
  1785.             padding-top: 0px;
  1786.             background-color: transparent;
  1787.         }
  1788.  
  1789.         .footer {
  1790.             border: none;
  1791.             color: #969696;
  1792.             font-family: arial, sans-serif;
  1793.         }
  1794.  
  1795.             .footer a {
  1796.                 color: #969696;
  1797.                 font-weight: normal;
  1798.                 font-size: 14px;
  1799.             }
  1800.  
  1801.                 .footer a:hover {
  1802.                     color: #3173b5;
  1803.                     text-decoration: underline;
  1804.                 }
  1805.  
  1806.             .footer .col {border-left: 1px solid #D5D5D5;}
  1807.             .debuginfo {background-color: transparent;color: #969696;}
  1808.  
  1809.         /* Some login stuff */
  1810.         .login-form-side {
  1811.             border: 0px;
  1812.             border-bottom: 1px solid #d8d8d8;
  1813.             font-size: 120%;
  1814.             margin: 10px;
  1815.         }
  1816.  
  1817.         .login-form-side input[type=text], .login-form-side input[type=password] {
  1818.             margin: 10px 0px;
  1819.             width: 265px;
  1820.         }
  1821.        
  1822.             .popup {
  1823.                 position: fixed;
  1824.                 left: 10%;
  1825.                 margin-bottom: 30px;
  1826.                 padding: 10px 10px 10px 10px;
  1827.                 background-color: white;
  1828.                 border: 0px solid;
  1829.                 border-radius: 2px;
  1830.                 color: #3b3b3b;
  1831.                 font-size: 16px;
  1832.                 font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  1833.             }
  1834.        
  1835.                 .cover {
  1836.                     position: fixed;
  1837.                     top: 0px;
  1838.                     left: 0px;
  1839.                     z-index: 1000;
  1840.                     width: 100%;
  1841.                     height: 100%;
  1842.                     background-color: white;
  1843.                     opacity: .6;
  1844.                                 }
  1845.  
  1846.         /* Search page */
  1847.         .search-page #search {
  1848.             position: relative;
  1849.             top: 0px;
  1850.             margin: 0px 150px 0px 80px;
  1851.             height: 50px;
  1852.             background: none !important;
  1853.             background-color: transparent;
  1854.             text-align: left;
  1855.         }  
  1856.  
  1857.             .search-page .searchpane {
  1858.                 margin: 5px 320px 5px 0px;
  1859.                 padding-left: 96px;
  1860.                 height: 120px;
  1861.             }
  1862.            
  1863.                 .search-page .raisedbox {
  1864.                     padding: 5px;
  1865.                     border: 0px solid;
  1866.                 }
  1867.  
  1868.                 .search-page #search input[type=text] {
  1869.                     padding: 5px 0px 5px 40px;
  1870.                     font-size: 150%;
  1871.                 }
  1872.  
  1873.            
  1874.             .searchfacets {
  1875.                 margin-top: 10px;
  1876.                 margin-right: 320px;
  1877.                 padding: 10px;
  1878.                 box-shadow:none;
  1879.                 color: #3b3b3b;
  1880.                 border: 0px solid;
  1881.                 border-bottom: 2px solid #E5E5E5;
  1882.             }
  1883.  
  1884.             .search-page #header .tabmenu {display: none !important;}
  1885.             .search-page .side {padding-top: 40px;}
  1886.            
  1887.             .search-summary {margin-right: 40px;}
  1888.  
  1889.         /* Fuckin' Reddit Enhancement Suite (RES) */
  1890.         .res .keyHighlight {
  1891.             background-color: transparent;
  1892.             outline: 0px solid;
  1893.         }
  1894.  
  1895.             .res .RES-keyNav-activeElement, .res .commentarea .RES-keyNav-activeElement .md, .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
  1896.                 background-color: transparent !important;
  1897.             }
  1898.  
  1899.                 .res .RES-keyNav-activeElement {outline: 1px dashed #C5C5C5 !important; border-radius: 0px !important;}
  1900.  
  1901.                 .res #searchexpando {
  1902.                     padding: 10px 5px 10px 25px;
  1903.                     height: inherit;
  1904.                 }
  1905.  
  1906.                 .res .content .RESBigEditorPop {
  1907.                     border-bottom: 0px solid !important;
  1908.                     border: 1px solid #d8d8d8 !important;
  1909.                     width: 150px !important;
  1910.                     text-align: left !important;
  1911.                     padding: 2px;
  1912.                     margin: 0px 12px 0px 12px;
  1913.                 }
  1914.  
  1915.         /* Res Live Preview */
  1916.         .RESDialogSmall {
  1917.             border: 1px solid #DFDFDF!important;
  1918.             border-radius: 0px!important;
  1919.         }
  1920.  
  1921.         .RESDialogSmall > h3 {
  1922.             background-color: #f4f4f4!important;
  1923.             border-bottom: 1px solid #DFDFDF!important;
  1924.             border-radius: 0px!important;
  1925.             color: #333!important;
  1926.         }
  1927.  
  1928.         .res .comment {
  1929.             margin-top:0px !important;
  1930.             margin-bottom: 3px !important;
  1931.             border: 1px solid #f8f8f8 !important;
  1932.         }
  1933.        
  1934.         /* comment comment comment comment comment god damn it
  1935.             .comments-page .comment {background-color: #FCFCFC !important;}
  1936.             .comments-page .comment .comment {background-color: #FCFCFC !important;}
  1937.             .comments-page .comment .comment .comment {background-color: #FCFCFC !important;}
  1938.             .comments-page .comment .comment .comment .comment {background-color: #FCFCFC !important;}
  1939.             .comments-page .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
  1940.             .comments-page .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
  1941.             .comments-page .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
  1942.             .comments-page .comment .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
  1943.             .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
  1944.             .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
  1945.             */
  1946.        
  1947.         .RESshortcutside {
  1948.             padding: 0px 0px !important;
  1949.             background: none repeat-x scroll center left !important;
  1950.             background-color: white !important;
  1951.             background-image: none !important;
  1952.             border: 0px solid !important;
  1953.             border-radius: 0px !important;
  1954.             color: #3173b5 !important;
  1955.             text-transform: capitalize !important;
  1956.             font-weight: 500 !important;
  1957.             font-size: 14px !important;
  1958.             line-height: 20px !important;
  1959.         }
  1960.        
  1961.             .RESshortcutside.remove {
  1962.                 padding: 0px 3px 0px 0px !important;
  1963.                 background-color: white !important;
  1964.                 background-image: none !important;
  1965.                 border: 0px solid !important;
  1966.                 color: #3b3b3b !important;
  1967.                 font-weight: lighter !important;
  1968.             }
  1969.        
  1970.             .RESDashboardToggle {
  1971.                 padding: 0px 0px !important;
  1972.                 background: none repeat-x scroll center left !important;
  1973.                 background-color: white !important;
  1974.                 background-image: none !important;
  1975.                 border: 0px solid !important;
  1976.                 border-radius: 0px !important;
  1977.                 color: #3173b5 !important;
  1978.                 text-transform: capitalize !important;
  1979.                 font-weight: 500 !important;
  1980.                 font-size: 14px !important;
  1981.                 line-height: 20px !important;
  1982.             }
  1983.        
  1984.             .RESDashboardToggle.remove {
  1985.                 padding: 2px 6px 2px 0px !important;
  1986.                 background-color: white !important;
  1987.                 background-image: none !important;
  1988.                 border: 0px solid !important;
  1989.                 color: #3b3b3b !important;
  1990.                 font-weight: lighter !important;
  1991.             }
  1992.        
  1993.             #RESShortcutsEditContainer {
  1994.                 top: 1px !important;
  1995.                 background-color: #2d2d2d !important;
  1996.             }
  1997.        
  1998.                 #RESShortcutsRight,#RESShortcutsLeft,#RESShortcutsAdd,#RESShortcutsTrash {
  1999.                     background-color: #2d2d2d !important;
  2000.                     color: #979797 !important;
  2001.                 }
  2002.  
  2003.             #srLeftContainer, #RESShortcutsViewport, #RESShortcutsEditContainer {
  2004.                 border-left: 1px solid #666;
  2005.                 padding-left: 10px;
  2006.             }
  2007.  
  2008.             .res #RESShortcutsSort {width: 30px !important;background-color: transparent !important;color:#B1B1B1 !important; }
  2009.             /* resresresresresresresrsesresresrsstop */
  2010.             .content .RESBigEditorPop  {color: #333 !important; padding:2px;}
  2011.             .markdownEditor {white-space: inherit !important;}
  2012.  
  2013.  
  2014.         #progressIndicator, #NERFail, .NERPageMarker {
  2015.             margin-right: 320px !important;
  2016.             width: inherit !important;
  2017.             background-color: white !important;
  2018.             border: 1px solid #d8d8d8 !important;
  2019.             border-top: 0px solid !important;
  2020.             border-bottom: 2px solid #d8d8d8 !important;
  2021.             border-radius: 2px !important;
  2022.         }
  2023.  
  2024.             .res #NREFloat {
  2025.                 top: 8px;
  2026.                 z-index: 100;
  2027.             }
  2028.  
  2029.                 .res .fancy-toggle-button .add:after {
  2030.                     right: 50px !important;
  2031.                 }
  2032.  
  2033.         .RESSubscriptionButton {
  2034.             background-color: white !important;
  2035.             border: 0px solid !important;
  2036.             border-radius: 0px !important;
  2037.             color: #3173b5 !important;
  2038.         }
  2039.        
  2040.         .res #header-bottom-right {
  2041.             right: 10px;
  2042.             top: 141px !important;
  2043.             padding: 4px 10px 5px 2px !important;
  2044.             border-radius: 0px !important;
  2045.         }
  2046.  
  2047.            
  2048.        
  2049.             .res #userbarToggle {display: none !important;}
  2050.  
  2051.             #RESAccountSwitcherIcon {margin-top: -5px;}
  2052.  
  2053.             .res .author.submitter {
  2054.                 padding: 2px 5px !important;
  2055.                 background-color: #3173b5!important;
  2056.                 border-radius: 0px !important;
  2057.                 color: #fff !important;
  2058.             }
  2059.  
  2060.                 .res .author.submitter:hover {background-color: #1259a0 !important;}
  2061.  
  2062.             .res .author.moderator {
  2063.                 padding: 2px 5px !important;
  2064.                 background-color: #53a93f !important;
  2065.                 border-radius: 0px !important;
  2066.                 color: #fff !important;
  2067.             }
  2068.  
  2069.                 .res .author.moderator:hover {
  2070.                     background-color: #64be4f !important;
  2071.                     color: #fff !important;
  2072.                 }
  2073.  
  2074.             .res .blueButton {
  2075.                 padding: 2px 3px !important;
  2076.                 background-color: #53a93f !important;
  2077.                 border: none !important;
  2078.                 border-radius: 0px !important;
  2079.  
  2080.             }
  2081.  
  2082.     /* CSS3 on reddit! */
  2083.     @media (max-width: 800px) and (min-width: 601px) {
  2084.       body {
  2085.        
  2086.       }
  2087.  
  2088.         .link, .commentarea {margin-right: 10px;}
  2089.       .side {display: none;}
  2090.     }
  2091.  
  2092.     @media (max-width: 600px) and (min-width: 100px) {
  2093.       body {
  2094.        
  2095.       }
  2096.  
  2097.         #header-bottom-right {
  2098.             margin-right: 12px;
  2099.             width: 25px;
  2100.            
  2101.             overflow: hidden;
  2102.         }
  2103.  
  2104.                 #header-bottom-right:hover {
  2105.                     width: auto;
  2106.                     overflow: visible;
  2107.                 }
  2108.  
  2109.         .listing-page .tabmenu li a[href*="/ads"] {display: none;}
  2110.  
  2111.         .link, .commentarea {margin-right: 10px;}
  2112.       .side {display: none;}
  2113.     }
  2114.  
  2115.  
  2116.     body {transition: all 0.25s ease;}
  2117.  
  2118.         a, .domain a {
  2119.             transition: color 0.25s;
  2120.             transition: border-color 0.25s;
  2121.         }
  2122.  
  2123.         #sr-header-area {transition: opacity 0.5s;}
  2124.  
  2125.         .tabmenu li a {
  2126.             transition: border-color 0.25s;
  2127.         }
  2128.  
  2129.         /*.link .entry li a, .link:hover .entry li a {transition: opacity 0.15s ease-in-out;}*/     /* Currently causing issues. Needs investigating - https://github.com/Axel--/Naut-for-reddit/issues/9 */
  2130.  
  2131.  
  2132.     /*  NIGHTMODE - Work in progress */
  2133.     body:lang(nt), #search input[type=text]:lang(nt), .res-nightmode body       {background-color: #1c1f26;}
  2134.     .comments-page textarea:lang(nt), textarea:lang(nt)                         {background-color: #1c1f26 !important;}
  2135.  
  2136.     .link:lang(nt), .side:lang(nt), .submit-page .infobar:lang(nt), .roundfield:lang(nt), .submit-page .content button:lang(nt),
  2137.     content.submit .info-notice:lang(nt), .stylesheet-customize-container .pretty-form:lang(nt), #images:lang(nt),
  2138.     .search-page .raisedbox:lang(nt), .search-page .searchfacets:lang(nt), .linefield:lang(nt),
  2139.     .search-page .searchpane:lang(nt), .nextprev:lang(nt), .commentarea:lang(nt), .link.last-clicked:lang(nt),
  2140.     res-nightmode .side, .res-nightmode .flairselector, .res-nightmode .linefield, .res-nightmode .icon-menu a,
  2141.     .res-nightmode .side .leavemoderator, .res-nightmode .side .leavecontributor-button, .res-nightmode .side .titlebox,
  2142.     .res-nightmode .side .spacer .titlebox .redditname, .res-nightmode .side .titlebox .flairtoggle,
  2143.     .res-nightmode .side .usertext-body .md ol, .res-nightmode .side .usertext-body .md ol ol,
  2144.     .res-nightmode .side .usertext-body .md ol ol li, .res-nightmode .side blockquote, .res-nightmode .modactionlisting table *,
  2145.     .res-nightmode .link, .res-nightmode .listing-page .sitetable > div:nth-of-type(4n+1), .res-nightmode .messages-page .sitetable > div:nth-of-type(4n+1),
  2146.      .res-nightmode .organic-listing .thing, .res-nightmode .sr-interest-bar, .res-nightmode .commentarea,
  2147.      .res-nightmode .side .titlebox form.flairtoggle, .res-nightmode .trophy-area .content, .res-nightmode .NERPageMarker,
  2148.      .res-nightmode .side .titlebox .usertext-body ol, .res-nightmode .side .titlebox .usertext-body ol,
  2149.      .res-nightmode .side .titlebox .usertext-body ul  {
  2150.         background-color: #2b303b;
  2151.         border-bottom-color: #17191A !important;
  2152.     }
  2153.  
  2154.     #header:lang(nt):after, #header-bottom-right:lang(nt), .titlebox h6:lang(nt), .res-nightmode #header:after,
  2155.     .res-nightmode .tabmenu li a, .res-nightmode .login-form, .res-nightmode .login-form input[name*="passwd"],
  2156.     .res-nightmode .login-form-side .submit, .res-nightmode #header-bottom-right {background-color: #2b303b;}
  2157.    
  2158.     .titlebox h6:lang(nt) {box-shadow: 0 2px 4px 0 #1A1B1D; -webkit-box-shadow:0 2px 4px 0 #1A1B1D;}
  2159.     .stickied.link:lang(nt) {border-color: #17191A !important}
  2160.  
  2161.     /* gotta have that important important */
  2162.     .comments-page .comment:lang(nt) {background-color: #2b303b !important;}
  2163.     .comments-page .comment .comment:lang(nt) {background-color: #2b303b !important;}
  2164.     .comments-page .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
  2165.     .comments-page .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
  2166.     .comments-page .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
  2167.     .comments-page .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
  2168.     .comments-page .comment .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
  2169.     .comments-page .comment .comment .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
  2170.     .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
  2171.     .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
  2172.    
  2173.  
  2174.     /* text */
  2175.     .domain a:lang(nt), .entry .buttons li a:lang(nt), .link .tagline:lang(nt), .tabmenu li a:lang(nt),
  2176.     .thing .title:visited:lang(nt), .thing.visited .title:lang(nt),
  2177.     .comments-page .tagline:lang(nt), .comment .expand:lang(nt),
  2178.     .titlebox h6 a:lang(nt), .titlebox .bottom:lang(nt),
  2179.     .sidecontentbox .content a:lang(nt), body:lang(nt), .res-nightmode #siteTable .visited.link .title.loggedin,
  2180.     .res-nightmode #siteTable .link .title.loggedin:visited,
  2181.     .res-nightmode #siteTable .link .title:visited,
  2182.     .res-nightmode #siteTable .link .title.loggedin.click,
  2183.     .res-nightmode .organic-listing .link .title:visited, .res-nightmode .tabmenu li a,
  2184.     .res-nightmode .login-form,
  2185.     .res-nightmode .login-form input[name*="passwd"],
  2186.     .res-nightmode .login-form-side .submit, .res-nightmode #header-bottom-right,
  2187.     .res-nightmode .entry .domain a                                                             {color: #6A7A88}
  2188.  
  2189.     .tabmenu li.selected a:lang(nt), .link .usertext .md:lang(nt),
  2190.     .comments-page .comment .md:lang(nt), .titlebox:lang(nt),
  2191.     .linkinfo:lang(nt), .menuarea .dropdown.lightdrop .selected:lang(nt), .flair:lang(nt),
  2192.     .new-page .titlebox h6 a[href*="/new"]:lang(nt),
  2193.     .top-page .titlebox h6 a[href*="/top"]:lang(nt),
  2194.     .hot-page .titlebox h6 a[href*="/hot"]:lang(nt),
  2195.     .res-nightmode > .content > .spacer > .sitetable::before,
  2196.     .res-nightmode > .content > .sharelink ~ .sitetable::before,
  2197.     .res-nightmode .side .age, .res-nightmode .trophy-info *,
  2198.     .res-nightmode .golddvertisement, .res-nightmode .flair-jump .title,
  2199.     .res-nightmode #siteTable .thing .title.loggedin,
  2200.     .res-nightmode #siteTable .thing .title,
  2201.     .res-nightmode .NERdupe p.title::after, .res-nightmode .savedComment,
  2202.     .res-nightmode .organic-listing .thing .title, .res-nightmode .tabmenu li a:hover
  2203.                                                                                                     {color: #EBEBEB;}
  2204.     .titlebox h6 a:lang(nt):hover, #header-bottom-right a:lang(nt):hover, textarea:lang(nt),
  2205.     .tabmenu li a:lang(nt):hover, .res-nightmode #header-bottom-left .tabmenu .selected a           {color: #EBEBEB!important;}
  2206.  
  2207.     .domain:lang(nt), .res-nightmode .domain                                                        {color: #2b303b;}
  2208.  
  2209.     /* border colors */
  2210.     .link .usertext .md:lang(nt), #search input[type=text]:lang(nt), .linkinfo:lang(nt), .comments-page textarea:lang(nt),
  2211.     .submit-page textarea:lang(nt), .roundfield input[type=url]:lang(nt),
  2212.     .roundfield input[type=text]:lang(nt), .login-form-side input[type=text]:lang(nt),
  2213.     .login-form-side input[type=password]:lang(nt), .linefield textarea:lang(nt),
  2214.     .linefield input[type="text"]:lang(nt), .flairlist .flaircell input[type="text"]:lang(nt),
  2215.     .linkinfo .shortlink input:lang(nt), .search-page #search input[type=text]:lang(nt), .flair:lang(nt),
  2216.     .titlebox .bottom:lang(nt), .footer .col:lang(nt) {border-color: #414955 !important;}
  2217.  
  2218.  
  2219.     /* fucking nightmode  */
  2220.     .morelink:lang(nt), .fancy-toggle-button .add:lang(nt), .sidecontentbox a.helplink:lang(nt) {box-shadow: none;-webkit-box-shadow:none;}
  2221.     .res-nightmode .tabmenu li {margin: 8px 0px 0px 0px;}
  2222.  
  2223.     /* I swear to god who thinks pink backgrounds are a good idea */
  2224.     .res-nightmode #header-bottom-left, .res-nightmode ul.tabmenu li.selected a, .res-nightmode .redditname a.active,
  2225.     .res-nightmode .RESDashboardToggle, .res-nightmode .RES-keyNav-activeElement, .res-nightmode .RES-keyNav-activeElement .usertext-body,
  2226.     .res-nightmode .RES-keyNav-activeElement .usertext-body .md, .res-nightmode .RES-keyNav-activeElement .usertext-body .md p,
  2227.     .res-nightmode .commentarea .RES-keyNav-activeElement .noncollapsed,
  2228.     .res-nightmode .RES-keyNav-activeElement .noncollapsed .md, .res-nightmode .RES-keyNav-activeElement .noncollapsed .md p,
  2229.     .res .res-nightmode .RES-keyNav-activeElement, .res .res-nightmode .commentarea .RES-keyNav-activeElement .md,
  2230.     .res .res-nightmode .commentarea .RES-keyNav-activeElement.entry .noncollapsed, .res-nightmode #sr-header-area,
  2231.     .res-nightmode #sr-more-link, .res-nightmode #RESConsoleTopBar,
  2232.     .res-nightmode .moduleHeader, .res-nightmode .allOptionsContainer, .res-nightmode .optionContainer {
  2233.         background-color: transparent !important;
  2234.     }
  2235.  
  2236.     /* spruce it up */
  2237.     .res-nightmode #header {background: #2B303B !important;}
  2238.  
  2239.     .res-nightmode .share-button .option, .res-nightmode #subscribe a,
  2240.     .res-nightmode .share .option, .res-nightmode .tagline a, .res-nightmode .tagline .head .author,
  2241.     .res-nightmode .footer a, .res-nightmode .wired a, .res-nightmode .side a, .res-nightmode .subredditbox li a,
  2242.     .res-nightmode .link .score.dislikes, .res-nightmode .linkcompressed .score.dislikes, .res-nightmode a[rel="tag"], .res-nightmode .dsq-help,
  2243.     .res-nightmode #authorInfoToolTip h3 a, .res-nightmode .RES-keyNav-activeElement .md, .res-nightmode .help-toggle .option,
  2244.     .res-nightmode .morecomments a, .res-nightmode .reddiquette, .res-nightmode .parent .author, .res-nightmode .parent .subreddit,
  2245.     .res-nightmode .comment .md p a {color: #3173b5 !important;}
  2246.  
  2247.     .res-nightmode .side:after {content: "Hello nightmode user. You're very brave."}
  2248.  
  2249.     /* Button */
  2250.     button:lang(nt), #search input[type='submit']:lang(nt), .wiki-page .wiki-page-content .wiki_button:lang(nt) {
  2251.         padding: 0px 8px 0px 8px;
  2252.         background-color: transparent;
  2253.         border: 1px solid #414955;
  2254.         border-radius: 0px;
  2255.         -webkit-box-shadow: none;
  2256.         box-shadow: none;
  2257.         color: #e5e5e5 !important;
  2258.         line-height: 28px;
  2259.     }
  2260.  
  2261.         button:lang(nt):hover, #search input[type='submit']:lang(nt):hover, .wiki-page .wiki-page-content .wiki_button:lang(nt):hover {
  2262.             padding-bottom: 0px;
  2263.             border-color: #414955;
  2264.             border-width: 1px;
  2265.             color: #fff !important;
  2266.             line-height: 28px;
  2267.             background-color: #1C1F26;
  2268.         }
  2269.  
  2270.             button:lang(nt):active, #search input[type='submit']:lang(nt):active, .wiki-page .wiki-page-content .wiki_button:lang(nt):active {
  2271.                 padding-bottom: 0px;
  2272.                 background-color: #1C1F26;
  2273.                 border-color: #414955;
  2274.                 border-width: 1px;
  2275.                 -webkit-box-shadow: none;
  2276.                 box-shadow: none;
  2277.                 color: #fff !important;
  2278.                 line-height: 28px;
  2279.             }
Advertisement
Add Comment
Please, Sign In to add comment