Advertisement
Guest User

phallus' 4chan (testing) - 9 March 2013

a guest
Mar 9th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 48.28 KB | None | 0 0
  1.  @-moz-document domain("boards.4chan.org") {
  2.         body {
  3.           background: #fff !important;
  4.           font-family: Lucida Grande !important;
  5.           font-size: 10pt !important;
  6.         }
  7.        
  8.        
  9.        
  10.         /*General colors*/
  11.         a.useremail[href*='sage']:last-of-type::after,
  12.         a.useremail[href*='Sage']:last-of-type::after,
  13.         a.useremail[href*='SAGE']:last-of-type::after {
  14.             content: " (SAGE)" !important;
  15.             color: #d43a47 !important;
  16.             font-size: 9pt !important;
  17.             font-weight: normal !important;
  18.         }
  19.            
  20.         .useremail .name {
  21.             color: #555 !important;
  22.             text-decoration: none !important;
  23.             font-weight: normal !important;
  24.         }
  25.      
  26.         .useremail .name:hover {
  27.             color: #333 !important;
  28.         }
  29.        
  30.         a.useremail {
  31.             color: #aaa !important;
  32.             font-style: normal !important;
  33.             text-decoration: none !important;
  34.         }
  35.        
  36.         a.useremail:hover {
  37.             color: #888 !important;
  38.             transition: 0.5s color ease;
  39.         }
  40.        
  41.         #spoilerLabel {
  42.             color: #ccc !important
  43.         }
  44.      
  45.         .name {
  46.             color: #555 !important;
  47.             font-weight: normal !important;
  48.             text-decoration: none !important;
  49.         }
  50.                
  51.         .postertrip {
  52.             color: #555 !important;
  53.         }
  54.      
  55.         .dateTime {
  56.             color: #aaa !important;
  57.             font-style: normal !important;
  58.         }
  59.        
  60.         .fileText {
  61.             color: #999 !important;
  62.         }
  63.      
  64.         .postNum a, .inline .postNum a {
  65.             color: #999 !important;
  66.         }
  67.      
  68.         .postNum a:hover, .inline .postNum a:hover {
  69.             color: #777 !important;
  70.         }
  71.      
  72.         .fileInfo a, .fileText a, .inline .fileInfo a, .inline .fileText a {
  73.             color: #777 !important;
  74.         }
  75.      
  76.         .fileText a:hover, .fileInfo a:hover, .inline .fileInfo a:hover, .inline .fileText a:hover {
  77.             color: #555 !important;
  78.         }
  79.        
  80.         .fileInfo a {
  81.             font-style: normal !important;
  82.         }
  83.        
  84.            
  85.         .fileText a {
  86.             font-style: normal !important;
  87.         }
  88.        
  89.         a.replylink {
  90.             color: #ccc !important;
  91.             text-decoration: none !important;
  92.             font-size: 9pt !important;
  93.         }
  94.      
  95.         a.replylink:hover {
  96.             color: #aaa !important;
  97.         }
  98.      
  99.         .post.op .postNum > span {
  100.             color: transparent !important;
  101.             font-size: 0px !important;
  102.         }
  103.      
  104.         .backlink, .inline .backlink {
  105.             color: #666 !important;
  106.             text-decoration: none !Important;
  107.         }
  108.         .backlink:hover, .inline .backlink:hover {
  109.             color:#444 !important;
  110.         }
  111.        
  112.         .postMessage {
  113.             color: #3a3a3a !important;
  114.         }
  115.        
  116.         .warning > a, .warning, #errmsg {
  117.             color: #132745 !important;
  118.             text-shadow: none !important;
  119.             text-align: center !important;
  120.         }
  121.        
  122.         .linkifyplus a, .postMessage a, #credits a {
  123.             color: #677996 !important;
  124.             text-decoration: none !important;
  125.         }
  126.         .linkifyplus a:hover, .postMessage a:hover, #credits a:hover {
  127.             color: #254d87 !important;
  128.         }
  129.      
  130.         .quote {
  131.             color: #28915d !important;
  132.         }
  133.        
  134.         .subject {
  135.             color: #777 !important;
  136.             font-weight: normal !important;
  137.             font-style: normal !important;
  138.             /*margin-right: 10px !important;*/
  139.         }
  140.        
  141.         .summary {
  142.             color: #aaa !important;
  143.             float: right !important;
  144.             margin-right: 2px !important;
  145.             padding-bottom: 2px !important;
  146.             font-size: 9pt !important;
  147.         }
  148.        
  149.         .summary:hover {
  150.             color: #888 !important;
  151.         }
  152.      
  153.         .abbr {
  154.             font-size: 9pt !important;
  155.             color: #ccc !important;
  156.         }
  157.        
  158.         .filtered, .inline .filtered, a.quotelink.filtered {
  159.             text-decoration: none !important;
  160.             color: #c3c3c3 !important;
  161.         }
  162.        
  163.         .nameBlock .posteruid {
  164.             color: #aaa !important;
  165.         }
  166.      
  167.         /*Things to hide*/
  168.         hr,
  169.         .deleteform,
  170.         .postingMode,
  171.         .stylechanger,
  172.         .boardBanner > img.title,
  173.         .postForm,
  174.         .move > span > select,
  175.         .extButton,
  176.         h1,
  177.         #imageType,
  178.         select#imageType,
  179.         div.center {
  180.             display: none !important;
  181.         }
  182.        
  183.         .postNum a[title="Highlight this post"] {
  184.             font-size: 0 !important;
  185.             color: transparent !important;
  186.         }
  187.        
  188.         .boardBanner {
  189.             margin-bottom: 0px !important;
  190.             background: #fff !important;
  191.             width: 94% !important;
  192.             margin: 0 auto !important;
  193.             padding-top: 40px !important;
  194.             padding-bottom: 5px !important;
  195.             margin-bottom: -10px !important;
  196.             box-shadow: none !important;
  197.             border-radius: 0px !important;
  198.         }
  199.        
  200.         .boardTitle {
  201.             color: #444 !important;
  202.             font: normal 28pt Helvetica Lt STD Light !important;
  203.         }
  204.      
  205.         .boardSubtitle {
  206.             margin-top: -2px !important;
  207.             color: #666 !important;
  208.             font: normal 8pt Lucida Grande !important;
  209.         }
  210.      
  211.         .boardSubtitle a {
  212.             color: #677996 !important;
  213.             text-decoration: none !important;
  214.         }
  215.        
  216.         .boardSubtitle a:hover {
  217.             color: #677996 !important;
  218.         }
  219.      
  220.         #boardNavDesktopFoot, .absBotText {
  221.             font-size: 0px !important;
  222.             color: transparent !important;
  223.         }
  224.        
  225.     /*Top bar & ribbon (To do: ribbon sides with CSS instead of images)*/
  226.         #boardNavDesktop {
  227.             position: fixed !important;
  228.             right: 0% !important;
  229.             width: 100% !important;
  230.             left: 0% !important;
  231.             top: 0px !important;
  232.             padding-top: 2px !important;
  233.             height: 16px !important;
  234.             background: #505050 !important;
  235.             z-index: 2 !important;
  236.             text-align: center !important;
  237.            
  238.             /*border-top: 5px solid #eee !important;*/
  239.             border-top: none !important;
  240.             box-shadow: 0px 4px 3px rgba(0,0,0,0.2) !important;
  241.             font-size: 0 !important;
  242.             color: transparent !important;
  243.         }
  244.        
  245. /*        #boardNavDesktop::before {
  246.             position: relative !important;
  247.             display: inline !important;
  248.             float: left !important;
  249.             content: url('http://ompldr.org/vZmY1Mw') !important;
  250.             top: 2px !important;
  251.             left: -5px !important;
  252.             z-index: 0 !important;
  253.         }
  254.      
  255.         #boardNavDesktop::after {
  256.             position: relative !important;
  257.             display: inline !important;
  258.             float: right !important;
  259.             content: url('http://ompldr.org/vZmY1NA') !important;
  260.             top: 2px !important;
  261.             right: -5px !important;
  262.             z-index: 0 !important;
  263.         }
  264. */
  265.        
  266.         #boardNavDesktop a {
  267.             font-size: 9pt !important;
  268.             color: #a2a2a2 !important;
  269.             text-shadow: none !important;
  270.             margin-left: 2px !important;
  271.             transition: 0.5s color ease;
  272.         }
  273.        
  274.         #boardNavDesktop a[class="current"]{
  275.             color: #f9f9f9 !important;
  276.             font-weight: normal !important;
  277.             text-shadow: none !important;
  278.         }
  279.        
  280.         #boardNavDesktop > * {
  281.             display: none;
  282.         }
  283.        
  284.         #boardNavDesktop a::before {
  285.             content: none !important;
  286.             transition: 0.5s color ease;
  287.         }
  288.        
  289.        #boardNavDesktop a:hover {
  290.             color: #fff !important;
  291.             transition: 0.5s color ease;
  292.         }
  293.        
  294.         #boardNavDesktop a::after {
  295.             content: "\A0/" !important;
  296.             color: #a2a2a2 !important;
  297.             text-shadow: none !important;
  298.         }
  299.          
  300.         #boardNavDesktop a[href*="/a/"] {
  301.             display: inline !important;
  302.         }
  303.      
  304.         #boardNavDesktop a[href*="/a/"]::before {
  305.             content: "/\A0" !important;
  306.             color: #a2a2a2 !important;
  307.             text-shadow: none !important;
  308.         }
  309.      
  310.         #boardNavDesktop a[href*="/co/"] {
  311.             display: inline !important;
  312.         }
  313.        
  314.         #boardNavDesktop a[href*="/mu/"] {
  315.             display: inline !important;
  316.         }
  317.      
  318. /*        #boardNavDesktop a[href*="/w/"] {
  319.             display: inline !important;
  320.         }
  321.    
  322.         #boardNavDesktop a[href*="/wg/"] {
  323.             display: inline !important;
  324.         } */
  325.      
  326.         .navLinks {
  327.             font-size: 0px !important;
  328.             color: transparent !important;
  329.         }
  330.        
  331.         /*Global message integration into the top bar*/
  332.         #globalToggle {
  333.             display: inline !important;
  334.             position: fixed !important;
  335.             top: 1px !important;
  336.             right: 4% !important;
  337.             z-index: 4 !important;
  338.             margin-right: 114px !important;
  339.             cursor: default !important;
  340.             text-decoration: none !important;
  341.             cursor: pointer !important;
  342.            
  343.             color: transparent;
  344.             font-size: 0;
  345.         }
  346.  
  347.         #globalToggle::after {
  348.             content: url('http://ompldr.org/vZmVpNg');
  349.         }
  350.        
  351.         a#globalToggle.button.redButton.mobile.shown::after{
  352.             content: url('http://ompldr.org/vZmVpNw');
  353.         }
  354.        
  355.         .globalMessage {
  356.             position: fixed !important;
  357.             width: 60% !important;
  358.             height: auto !important;
  359.             top: 16px !important;
  360.             right: 20% !important;
  361.             padding-bottom: 4px !important;
  362.             padding-top: 0px !important;
  363.             z-index: 1;
  364.            
  365.             box-shadow: 0px 1px 1px rgba(0,0,0,0.2) !important;
  366.             border-bottom-left-radius: 2px !important;
  367.             border-bottom-right-radius: 2px !important;
  368.             background: #404040 !important;
  369.         }
  370.        
  371.         .globalMessage.hideMobile {
  372.             display: none;
  373.         }
  374.        
  375.         #globalMessage h3 {
  376.             font-size: 10pt !important;
  377.             color: #eeeeee !important;
  378.             font-weight: normal !important;
  379.             margin: 2px !important;
  380.         }
  381.        
  382.         strong, h2 {
  383.             margin: 2px !important;
  384.             font-size: 10pt !important;
  385.             color: #eeeeee !important;
  386.             font-weight: normal !important;
  387.         }
  388.        
  389.         .globalMessage a {
  390.             color: #fff !important;
  391.             font-weight: normal !important;
  392.             text-decoration: none !important;
  393.         }
  394.        
  395.         .globalMessage a:hover {
  396.             color: #ddd !important;
  397.         }
  398.         /*Thread statistics and thread updater integration into the navbar*/
  399.         #stats {
  400.             float: left;
  401.             position: fixed !important;
  402.             top: 2px !important;
  403.             left: 4% !important;
  404.             margin-left: 50px !important;
  405.             bottom: auto !important;
  406.             right: auto !important;
  407.             border: none !important;
  408.             z-index: 4 !important;
  409.             width: auto !important;
  410.            
  411.             font-size: 9pt !important;
  412.             color: #eeeeee !important;
  413.             text-shadow: none !important;
  414.             background-color: transparent !important;
  415.         }  
  416.        
  417.         #updater {
  418.             float: left;
  419.             display: inline !important;
  420.             position: fixed !important;
  421.             left: 4% !important;
  422.             right: auto !important;
  423.             top: 2px !important;
  424.             bottom: auto !important;
  425.             z-index: 3 !important;
  426.             height: 12px !important;
  427.             margin-left: 0px !important;
  428.            
  429.             font-size: 9pt !important;
  430.             color: #a2a2a2 !important;
  431.             text-shadow: none !important;
  432.             background-color: transparent !important;
  433.         }
  434.        
  435.         #updater div, #stats div {
  436.             cursor: default !important;
  437.         }
  438.        
  439.         #updater:hover {
  440.             border: none !important;
  441.         }
  442.        
  443.         #updater:hover > div {
  444.             background: #404040 !important;
  445.             text-align: left !important;
  446.             border-bottom-left-radius: 2px !important;
  447.             border-bottom-right-radius: 2px !important;
  448.             box-shadow: 0px 1px 1px rgba(0,0,0,0.2) !important;
  449.         }
  450.        
  451.         #updater input[name="Interval"] {
  452.             font-size: 9pt !important;
  453.             margin-left: 2px !important;
  454.         }
  455.  
  456.        
  457.         #count.new {
  458.             background: transparent !important;
  459.             color: rgba(255,255,255,0.95) !important;
  460.         }
  461.      
  462.         input[value="Update Now"], input[value="Previous"], input[value="Next"] {
  463.             font-size: 9pt !important;
  464.         }
  465.            
  466.         /*Settings integration into the navbar*/
  467.         a.settingsWindowLink {
  468.             position: fixed !important;
  469.             top: 1px !important;
  470.             right: 4% !important;
  471.             z-index: 4 !important;
  472.            
  473.             font-family: Lucida Grande !important;
  474.             font-size: 0 !important;
  475.             color: transparent !important;
  476.         }
  477.        
  478.         a.settingsWindowLink {
  479.             font-size: 9pt !important;
  480.             color: #ccc !important;
  481.             cursor: pointer !important;
  482.             font-family: Lucida Grande !important;
  483.             font-size: 0 !important;
  484.             color: transparent !important;
  485.         }
  486.      
  487.         a.settingsWindowLink::before {
  488.             content: url('http://ompldr.org/vZmJsNQ');
  489.         }
  490.      
  491.         /*Expand control integration into the navbar*/
  492.       #imgControls {
  493.         font-size: 0px !important;
  494.         color: transparent !important;
  495.     }
  496.    
  497.     input[type="checkbox"]#imageExpand {
  498.         display: none !important;
  499.     }
  500.    
  501.     #imgControls > *::before {
  502.         position: fixed !important;
  503.         content: url('http://ompldr.org/vZmJsOQ');
  504.         top: 1px !important;
  505.         right: 4% !important;
  506.         margin-right: 85px !important;
  507.         z-index: 4 !important;
  508.         cursor: pointer !important;
  509.     }
  510.    
  511.     #imgControls >*:active::before {
  512.         content: url('http://ompldr.org/vZmJsZA');
  513.     }
  514.  
  515.     .field {
  516.         font-family: Lucida Grande !important;
  517.         font-size: 9pt !important;
  518.         background: #fff !important;
  519.     }    
  520.        
  521.         .prettyprint {
  522.             background-color: #eee !important;
  523.             border: none !important;
  524.             border-radius: 0px !important;
  525.             box-shadow: none !important;
  526.            
  527.             margin-bottom: -6px !important;
  528.             margin-top: 1px !important;
  529.             font-size: 9pt !important;
  530.             padding-bottom: 2px !important;
  531.             padding-top: 4px !important;
  532.         }
  533.      
  534.         .post.reply {
  535.             background: transparent !important;
  536.             border: 0px none !important;
  537.             margin-top: -2px !important;
  538.             margin-bottom: -1px !important;
  539.             width: 100% !important;
  540.             border-radius: 0px !important;
  541.             padding-right: 0px !important;
  542.             margin-right: 0px !important;
  543.         }
  544.      
  545.         .hide_reply_button {
  546.             position: relative !important;
  547.             float: right !important;
  548.             margin-top: 2px !important;
  549.             margin-right: 8px !important;
  550.             z-index: 1;
  551.            
  552.             font-family: Lucida Grande !important;
  553.             font-size: 0px !important;
  554.             color: transparent !important;
  555.         }
  556.        
  557.         /*Disable thread hiding. To do: fix the stubs and position the button correctly!*/
  558.         .hide_thread_button:not(.hidden_thread) {
  559.             display: none !important;
  560.             /*font-size: 10px !important;
  561.             font-family: Lucida Grande !important;
  562.             color: #ff0000 !important;
  563.             float: right !important;
  564.             margin-right: 35px !important;
  565.             margin-bottom: -15px !important;
  566.         }
  567.        
  568.         .hide_thread_button span {
  569.             display: block !important;
  570.             z-index: 5 !important;*/
  571.         }
  572.        
  573.         .hide_reply_button a::before {
  574.             content: "-" !important;
  575.             font-size: 9pt !important;
  576.             color: #bebebe !important;
  577.             z-index: 5 !important;
  578.         }
  579.        
  580.         .hide_reply_button.stub {
  581.             height: 16px !important;
  582.             padding-top: 2px !important;
  583.             padding-bottom: 2px !important;
  584.             margin-top: 0px !important;
  585.             margin-bottom: 0px !important;
  586.             margin-right: 0px !important;
  587.             width: 100% !important;
  588.             background: #f9f9f9 !important;
  589.             border-radius: 2px !important;
  590.         }
  591.        
  592.         .hide_reply_button.stub a {
  593.             margin-left: 0px !important;
  594.            
  595.             color: #aaa !important;
  596.             font-family: Lucida Grande !important;
  597.             font-size: 9pt !important;
  598.         }
  599.        
  600.         .hide_reply_button.stub a::before {
  601.             display: none !important;
  602.         }
  603.        
  604.         .hide_reply_button.stub > a:hover {
  605.             color: #888 !important;
  606.         }
  607.      
  608.         .hide_reply_button.stub span {
  609.             font-size: 0px !important;
  610.             color: transparent !important;
  611.             font-family: Lucida Grande !important;
  612.         }
  613.        
  614.         .hide_reply_button.stub .menu_button {
  615.             font-size: 0px !important;
  616.             color: transparent !important;
  617.             font-family: Lucida Grande !important;
  618.             margin-top: 0px !important;
  619.             margin-right: 4px !important;
  620.         }
  621.      
  622.         .hide_reply_button.stub .menu_button::before {
  623.             font-size: 0px !important;
  624.         }
  625.            
  626.      
  627.         .hide_reply_button.stub a:first-of-type::after {
  628.             float: right !important;
  629.             margin-top: 0px !important;
  630.             margin-right: 7px !important;
  631.             content: "+" !important;
  632.             font-size: 9pt !important;
  633.             color: #aaa !important;
  634.             font-family: Lucida Grande !important;
  635.         }
  636.      
  637.         .favicon {
  638.             display: inline !important;
  639.             float: right !important;
  640.             margin-top: 0px !important;
  641.             width: 16px !important;
  642.             margin-left: 0px !important;
  643.             margin-right: -14px !important;
  644.             height: 16px !important;
  645.             opacity: 0.0 !important;
  646.         }
  647.      
  648.         .replylink {
  649.             float: right !important;
  650.             margin-left: 5px !important;
  651.             margin-right: 5px !important;
  652.             margin-top: 1px !important;
  653.             color: transparent !important;
  654.         }
  655.      
  656.         a.replylink {
  657.             font-size: 0px !important;
  658.         }
  659.      
  660.         .replylink:before {
  661.             content: url("http://imgur.com/WpNCh.png") !important;
  662.         }
  663.        
  664.         /*Icon that overlays the favicon*/
  665.         .opContainer > div .postInfo:before {
  666.             float: right !important;
  667.             content: url('http://i.imgur.com/UNhyj.png') !important;
  668.             margin-left: 0px !important;
  669.             margin-right: 6px !important;
  670.             margin-top: 0px !important;
  671.         }
  672.      
  673.         .menu_button {
  674.             float: right !important;
  675.             margin-top: 0px !important;
  676.             margin-right: 20px !important;
  677.             margin-left: 10px !important;
  678.             font-family: Lucida Grande !important;
  679.             font-size: 0px !important;
  680.             color: transparent !important;
  681.         }
  682.      
  683.         .menu_button::after {
  684.             content: "\25BE" !important;
  685.             font-size: 9pt !important;
  686.             color: #bebebe !important;
  687.         }
  688.        
  689.         .post.op .menu_button::after {
  690.             color: #bebebe !important;
  691.         }
  692.      
  693.         .post.op .menu_button {
  694.             margin-top: 0px !important;
  695.             margin-right: 0px !important;
  696.             margin-left: 0px !important;
  697.         }
  698.      
  699.         #menu.reply.dialog {
  700.             display: block !important;
  701.             margin-left: 0px !important;
  702.             margin-top: 0px !important;
  703.             border: none !important;
  704.             border-radius: 2px !important;
  705.             box-shadow: 0px 1px 1px rgba(0,0,0,0.2) !important;
  706.         }
  707.      
  708.         .subMenu {
  709.             left: -110px !important;
  710.             width: 108px !important;
  711.         }
  712.      
  713.         .entry, .subMenu {
  714.             background: #ffffff !important;
  715.             border-color: #eee !important;
  716.             color: #777 !important;
  717.             font-family: Lucida Grande !important;
  718.             font-size: 8pt !important;
  719.         }
  720.        
  721.         .entry:hover {
  722.             color: #555 !important;
  723.         }
  724.        
  725.         .opContainer {
  726.             position: relative !important;
  727.             display: table !important;
  728.             height: 100% !important;
  729.             width: 100% !important;
  730.             padding-top: 10px !important;
  731.             margin-top: 10px !important;
  732.             margin-bottom: -3px !important;
  733.         }
  734.      
  735.         #options.reply.dialog {
  736.             background: #fff !important;
  737.             color: #555 !important;
  738.             border-radius: 2px !important;
  739.             box-shadow: 0px 1px 1px rgba(0,0,0,0.3) !important;
  740.             z-index: 5 !important;
  741.         }
  742.        
  743.         #options.reply.dialog label {
  744.             text-decoration: none !important;
  745.             font-style: normal !important;
  746.             color: #333 !important;
  747.         }
  748.        
  749.         #overlay {
  750.             z-index: 5 !important;
  751.         }
  752.        
  753.         .dialog {
  754.             background: #fff !important;
  755.             color: #333 !important;
  756.         }
  757.        
  758.         /*Thread watcher integration into the navbar*/
  759.         #watcher {
  760.             position: fixed !important;
  761.             top: -1000px !important;
  762.             right: 0px !important;
  763.             left: auto !important;
  764.             width: 300px !important;
  765.             z-index: 3 !important;
  766.            
  767.             font-size: 10pt !important;
  768.             background: #404040 !important;
  769.             box-shadow: 0px 6px 5px rgba(0,0,0,0.2) !important;
  770.             border-bottom-left-radius: 3px !important;
  771.             border-bottom-right-radius: 3px !important;
  772.             border: none !important;
  773.         }
  774.        
  775.         #watcher > div {
  776.             max-width: 300px !important;
  777.             width: 300px !important;
  778.             overflow: hidden !important;
  779.         }
  780.        
  781.         #watcher .move {
  782.             font-size: 0px !important;
  783.             height: 10px !important;
  784.             margin-top: -10px !important;
  785.             cursor: default !important;
  786.             z-index: 3 !important;
  787.         }
  788.        
  789.         #watcher::before {
  790.             content: url('http://ompldr.org/vZmZhaQ');
  791.             height: 16px !important;
  792.             max-width: 10px !important;
  793.             min-width: 10px !important;
  794.            
  795.             position: fixed !important;
  796.             top: 2px !important;
  797.             right: 4% !important;
  798.             margin-right: 63px !important;
  799.             padding-bottom: 4px !important;
  800.             z-index: 3 !important;
  801.             cursor: pointer !important;
  802.         }
  803.      
  804.         #watcher:active::before {
  805.             content: url('http://ompldr.org/vZmZhag');
  806.         }
  807.      
  808.         #watcher:active {
  809.             position: fixed !important;
  810.             z-index: 3 !important;
  811.             top: 12px !important;
  812.             float: right !important;
  813.             right: 5% !important;
  814.             margin-top: 5px !important;
  815.             cursor: default !important;
  816.             box-shadow: inset 0px 3px 3px -1px rgba(0,0,0,0.3) !important;
  817.         }
  818.        
  819.         #watcher a {
  820.             color: #eee !important;
  821.             text-decoration: none !important;
  822.             margin-left: -2px !important;
  823.         }
  824.        
  825.         #watcher a[href="javascript:;"] {
  826.             color: #ababab !important;
  827.             text-shadow: none !important;
  828.         }
  829.        
  830.         #watcher a:hover {
  831.             color: #fff !important;
  832.         }
  833.        
  834.         .fileText {
  835.             margin-left: -5px !important;
  836.             font-size: 9pt !important;
  837.         }
  838.        
  839.         .fileInfo a {
  840.             text-decoration: none !important;
  841.             font-size: 9pt !important;
  842.         }
  843.        
  844.         .fileText > a {
  845.             margin-left: 10px !important;
  846.         }
  847.      
  848.         .post.reply > .file > .fileInfo {
  849.             margin-left: -2px !important;
  850.             font-size: 10pt !important;
  851.             background: #f9f9f9 !important;
  852.             margin-right: 2px !important;
  853.             padding-bottom: 2px !important;
  854.         }
  855.      
  856.         .post.op .file {
  857.             background: #f9f9f9 !important;
  858.             margin-right: 0px !important;
  859.             margin-top: -10px !important;
  860.             padding-bottom: 1px !important;
  861.             border-top-left-radius: 5px !important;
  862.             border-top-right-radius: 4px !important;
  863.         }
  864.        
  865.         .post.op .fileText a {
  866.             font-style: normal !important;
  867.         }
  868.        
  869.         .post.op .fileThumb {
  870.             margin-left: 22px !important;
  871.             margin-bottom: 16px !important;
  872.            
  873.         }
  874.        
  875.         .backlink:first-child::before {
  876.             content: "\00B7\A0" !important;
  877.             color: #aaa !important;
  878.             margin-left: -4px !important;
  879.         }
  880.        
  881.         .post.op .backlink:first-child {
  882.             margin-left: -10px !important;
  883.         }
  884.      
  885.         .thread {
  886.             /*position: relative;
  887.             display: table !important;*/
  888.             margin: 0 auto !important;
  889.             margin-bottom: 0px !important;
  890.             margin-top: 30px !important;
  891.             background-color: #fff !important;
  892.             width: 70% !important;
  893.         }
  894.      
  895.         .postContainer {
  896.             position: relative !important;
  897.             background-color: /*#f1f3f5*/ #f9f9f9 !important;
  898.             width: 100% !important;
  899.             display: table;
  900.             z-index: 0 !important;
  901.             box-shadow: none !important;
  902.             border: 1px solid #e0e0e0 !important;
  903.             margin-top: -1px !important;
  904.         }
  905.      
  906.         /*.postContainer:nth-of-type(odd) {
  907.             background-color: #fafafa !important;
  908.         }*/
  909.      
  910.         .post.op .postMessage {
  911.             margin-top: 0px !important;
  912.             padding-top: 10px !important;
  913.             border-top: none !important;
  914.             margin-right: 0px !important;
  915.             padding-right: 20px !important;
  916.         }
  917.      
  918.         .fileThumb img {
  919.             border-top: none !important;
  920.             margin-left: -18px !important;
  921.             margin-top: 2px !important;
  922.             margin-bottom: -11px !important;
  923.             border-radius: 1px !important;
  924.             box-shadow: 0px 1px 2px rgba(0,0,0,0.3) !important;
  925.         }
  926.        
  927.         .fileThumb {
  928.             margin-bottom: 15px !important;
  929.         }
  930.      
  931.         .post.op .subject {
  932.             margin-right: 2px !important;
  933.         }
  934.        
  935.         div .postInfo {
  936.             width: auto !important;
  937.             display: block !important;
  938.             margin-bottom: 0px;
  939.             margin-left: -2px !important;
  940.             margin-right: 2px !important;
  941.             padding-left: 5px !important;
  942.             margin-top: -1px !important;
  943.             padding-top: 2px !important;
  944.             padding-bottom: 2px !important;
  945.            
  946.             font-size: 9pt !important;
  947.             background: transparent !important;
  948.             border-bottom: none !important;
  949.             border-top: 1px #909090 !important;
  950.             border-top-left-radius: 0px !important;
  951.             border-top-right-radius: 0px !important;
  952.         }
  953.        
  954.         .postInfo {
  955.             border-top-left-radius: 0px !important;
  956.         }
  957.      
  958.         .opContainer {
  959.             margin-top: 0px !important;
  960.         }
  961.      
  962.         .post.op .postInfo {
  963.             background: #f9f9f9 !important;
  964.             margin-right: 0px !important;
  965.             margin-left: 0 !important;
  966.             border-top: 1px #909090 !important;
  967.         }
  968.        
  969.         .prev, .next {
  970.             color: #333 !important;
  971.             background-color: transparent !important;
  972.             margin-top: 1px !important;
  973.            
  974.             font-family: Lucida Grande !important;
  975.             font-size: 9pt !important;
  976.         }
  977.        
  978.         .pagelist {
  979.             float: none !important;
  980.             position: relative !important;
  981.             display: block !important;
  982.             background-color: transparent !important;
  983.             color: #aaa !important;
  984.             border: none !important;
  985.             width: 450px !important;
  986.             margin: 0 auto !important;
  987.             margin-top: 10px !important;
  988.             margin-bottom: -20px !important;
  989.            
  990.             font-family: Lucida Grande !important;
  991.             font-size: 9pt !important;
  992.         }
  993.      
  994.         .pagelist a {
  995.             color: #777 !important;
  996.         }
  997.        
  998.         .pagelist a:hover {
  999.             color: #555 !important;
  1000.         }
  1001.        
  1002.         .pagelist strong {
  1003.             font-weight: normal !important;
  1004.             color: #333 !important;
  1005.         }
  1006.      
  1007.         .cataloglink {
  1008.             color: transparent !important;
  1009.             font-size: 0px !important;
  1010.         }
  1011.        
  1012.         .cataloglink a {
  1013.             font-size: 9pt !important;
  1014.         }
  1015.      
  1016.         /*QR integration into the navbar, including checkbox for autohide*/
  1017.         #qr {
  1018.             display: block !important;
  1019.             width: 0px !important;
  1020.             height: 0px !important;
  1021.             top: 20px !important;
  1022.             float: right !important;
  1023.             right: 4% !important;
  1024.             z-index: 5;
  1025.             margin-right: 30px !important;
  1026.             background: transparent !important;
  1027.             border: none !important;
  1028.         }
  1029.      
  1030.         #qr input[type="checkbox"] {
  1031.             top: 8px !important;
  1032.             display: none !important;
  1033.             position: fixed !important;
  1034.             margin-top: 1px !important;
  1035.             margin-right: 31px !important;
  1036.             right: 4% !important;
  1037.             width: 12px !important;
  1038.             height: 12px !important;
  1039.             z-index: 5;
  1040.            
  1041.             -moz-appearance: none !important;
  1042.             background: transparent !important;
  1043.             color: #404040 !important;
  1044.             border: none !important;
  1045.         }
  1046.      
  1047.         #qr:hover input[type="checkbox"] {
  1048.             top: 8px !important;
  1049.         }
  1050.      
  1051.         #qr .move {
  1052.             position: fixed !important;
  1053.             float: right !important;
  1054.             right: 4% !important;
  1055.             top: 7px !important;
  1056.             margin-top: 0px !important;
  1057.             margin-right: 30px !important;
  1058.             font-size: 0px !important;
  1059.             color: transparent !important;
  1060.             background-color: transparent !important;
  1061.             height: 25px !important;
  1062.             max-width: 15px !important;
  1063.             min-width: 15px !important;
  1064.             cursor: default !important;
  1065.         }
  1066.        
  1067.         #qr::before {
  1068.             content: url('http://ompldr.org/vZmJxMw');
  1069.             height: 20px !important;
  1070.             max-width: 15px !important;
  1071.             min-width: 15px !important;
  1072.            
  1073.             position: fixed !important;
  1074.             top: 2px !important;
  1075.             right: 4% !important;
  1076.             margin-right: 30px !important;
  1077.             z-index: 5;
  1078.         }
  1079.      
  1080.         #qr:hover::before {
  1081.             content: url('http://ompldr.org/vZmJxNA') !important;
  1082.         }
  1083.      
  1084.         #qr > div {
  1085.             max-width: 400px !important;
  1086.             width: 400px !important;
  1087.         }
  1088.        
  1089.         #qr:hover {
  1090.             display: block !important;
  1091.             top: 0px !important;
  1092.             float: right !important;
  1093.         }
  1094.      
  1095.         .close {
  1096.             display: none !important;
  1097.         }
  1098.      
  1099.         #qr form {
  1100.             position: fixed !important;
  1101.             top: 18px !important;
  1102.             float: right !important;
  1103.             right: 4% !important;
  1104.             width: 400px !important;
  1105.            
  1106.             padding-top: 8px !important;
  1107.             padding-bottom: 3px !important;
  1108.             padding-left: 4px !important;
  1109.             padding-right: 4px !important;
  1110.             background: #404040 !important;
  1111.             border-bottom-left-radius: 2px !important;
  1112.             border-bottom-right-radius: 2px !important;
  1113.             box-shadow: inset 0px 3px 3px -1px rgba(0,0,0,0.3) !important;
  1114.         }
  1115.        
  1116.         #qr form:hover, #qr form:focus {
  1117.             position: fixed !important;
  1118.             z-index: 5 !important;
  1119.         }
  1120.        
  1121.         /*#qr input::-moz-placeholder, #qr textarea::-moz-placeholder {
  1122.             color: #aaa !important;
  1123.             font-size: 9pt !important;
  1124.             text-transform: lowercase !important;
  1125.             margin-top: 0px !important;
  1126.             margin-bottom: 0px !important;
  1127.         }*/
  1128.      
  1129.        input[title="Name"].field {
  1130.             border: none !important;
  1131.             border-left: 1px solid #eee !important;
  1132.             margin-left: 40px !important;
  1133.        }
  1134.      
  1135.        input[title="Subject"].field {
  1136.             border: none !important;
  1137.             border-left: 1px solid #eee !important;
  1138.             border-top-right-radius: 2px !important;
  1139.        }
  1140.      
  1141.         input[title="E-mail"].field {
  1142.             border: none !important;
  1143.             border-left: 1px solid #ddd !important;
  1144.         }  
  1145.      
  1146.         input[title="Name"].field, input[title="E-mail"].field, input[title="Subject"].field {
  1147.             -moz-appearance: none !important;
  1148.             position: relative !important;
  1149.             margin-bottom: 0px !important;
  1150.             height: 26px !important;
  1151.            
  1152.             font-size: 10pt !important;
  1153.             background: #fff !important;
  1154.             color: #333 !important;
  1155.             border-bottom: 1px solid #eee !important;
  1156.         }
  1157.        
  1158.         input[title="Dump list"] {
  1159.             -moz-appearance: none !important;
  1160.             color: #ccc !important;
  1161.             font-size: 10pt !important;
  1162.             display: block;
  1163.             height: 26px !important;
  1164.             margin-bottom: -26px !important;
  1165.            
  1166.             background: #fff !important;
  1167.             border: none !important;
  1168.             border-bottom: 1px solid #eee !important;
  1169.             border-top-left-radius: 2px !important;
  1170.         }
  1171.      
  1172.         form .field:hover, .textarea .field:hover {
  1173.             background: #fdfdfd !important;
  1174.             box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1) !important;
  1175.         }
  1176.        
  1177.         form > .textarea > .field {
  1178.             -moz-appearance: none !important;
  1179.             height: 200px !important;
  1180.             max-width: 200px !important;
  1181.             margin-bottom: 0px !important;
  1182.             font-size: 10pt !important;
  1183.            
  1184.             background: #fff !important;
  1185.             color: #333 !important;
  1186.             border: none !important;
  1187.         }
  1188.        
  1189.         form > div > input[type="submit"] {
  1190.             position: absolute !important;
  1191.             font-size: 9pt !important;
  1192.             float: right !important;
  1193.             width: 70px !important;
  1194.             height: 26px !important;
  1195.             margin-top: -26px !important;
  1196.             margin-left: 50px !important;
  1197.            
  1198.             -moz-appearance: none !important;
  1199.             background: #fff !important;
  1200.             color: #ccc !important;
  1201.             border: none !important;
  1202.             border-left: 1px solid #eee !important;
  1203.             border-bottom: 1px solid #eee !important;
  1204.             text-transform: lowercase !important;
  1205.         }
  1206.        
  1207.         .captchainput .field {
  1208.             -moz-appearance: none !important;
  1209.             margin-top: 0px !important;
  1210.             margin-left: 1px !important;
  1211.             margin-bottom: 0px !important;
  1212.             font-size: 9pt !important;
  1213.             height: 26px !important;
  1214.             border: none !important;
  1215.             background: #fff !important;
  1216.             color: #333 !important;
  1217.         }
  1218.        
  1219.         form > div > input[type="submit"]:hover {
  1220.             background: #fdfdfd !important;
  1221.             box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1) !important;
  1222.         }
  1223.      
  1224.         form > div > input[type="file"] > * {
  1225.             width: 330px !important;
  1226.             height: 23px !important;
  1227.            
  1228.             -moz-appearance: none;
  1229.             background: #fff !important;
  1230.             color: #333 !important;
  1231.             font-size: 9pt !important;
  1232.             border: none !important;
  1233.             border-top: 1px solid #eee !important;
  1234.             border-bottom-left-radius: 2px !important;
  1235.         }
  1236.        
  1237.         form > div > input[type="file"] {
  1238.             margin-top: -1px !important;
  1239.         }
  1240.      
  1241.         form > div > input[type="file"] > input[type="button"] {
  1242.             position: absolute !important;
  1243.             font-size: 9pt !important;
  1244.             float: right;
  1245.             width: 70px !important;
  1246.             height: 26px !important;
  1247.             margin-top: 0px !important;
  1248.             margin-left: 0px !important;
  1249.             padding-bottom: 1px !important;
  1250.            
  1251.             -moz-appearance: none;
  1252.             background: #fff !important;
  1253.             color: #ccc !important;
  1254.             border: none !important;
  1255.             border-top: 1px solid #eee !important;
  1256.             border-left: 1px solid #eee !important;
  1257.             border-bottom-left-radius: 0px !important;
  1258.             border-bottom-right-radius: 2px !important;
  1259.             text-transform: lowercase !important;
  1260.         }
  1261.        
  1262.         form > div > input[type="file"] > input[type="button"]:hover {
  1263.             background: #fdfdfd !important;
  1264.             box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1) !important;
  1265.         }
  1266.      
  1267.         form .captchainput {
  1268.             width: 330px !important;
  1269.             margin-left: -1px !important;
  1270.         }
  1271.      
  1272.         .inline {
  1273.             box-shadow: none !important;
  1274.             border: none !important;
  1275.             border-radius: 2px !important;
  1276.             margin: 0px !important;
  1277.             margin-left: 0px !important;
  1278.             font-size: 10pt !important;
  1279.             background: transparent !important;
  1280.         }
  1281.      
  1282.         .inline .postContainer {
  1283.             margin: 0px !important;
  1284.         }
  1285.      
  1286.         #qp {
  1287.             box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
  1288.             border-radius: 2px !important;
  1289.             max-width: 80% !important;
  1290.             margin: 10px !important;
  1291.             border: none !important;
  1292.             z-index: 5 !important;
  1293.         }
  1294.        
  1295.         #qp .postContainer {
  1296.             margin-top: 0px !important;
  1297.         }
  1298.      
  1299.         #qp .postInfo {
  1300.             width: 100% !important;
  1301.             display: block !important;
  1302.         }
  1303.        
  1304.         #qp .menu_button {
  1305.             margin-right: 4px !important;
  1306.         }
  1307.        
  1308.         .inline .menu_button {
  1309.             margin-right: 0px !important;
  1310.         }
  1311.      
  1312.         /*.postInfo > .container::before {
  1313.             content: "REPLIES: " !important;
  1314.             color: #ccc !important;
  1315.             font-size: 9pt !important;
  1316.         }*/
  1317.      
  1318.         .postInfo > .container {
  1319.             display: inline !important;
  1320.             /*(position: absolute !important;
  1321.             bottom: 2px !important;
  1322.             right: 4px !important;*/
  1323.      
  1324.             font-size: 9pt !important;
  1325.         }
  1326.        
  1327.         .opContainer .container {
  1328.             margin-right: -4px !important;
  1329.         }
  1330.        
  1331.         .postInfo input[type="checkbox"] {
  1332.             display: none !important;
  1333.         }
  1334.      
  1335.         .postMessage {
  1336.             text-align: justify !important;
  1337.             padding-bottom: 0px !important;
  1338.             margin-top: 10px !important;
  1339.             margin-bottom: 10px !important;
  1340.             margin-left: 15px !important;
  1341.             margin-right: 15px !important;
  1342.         }
  1343.      
  1344.         div.closed {
  1345.             padding: 10px !important;
  1346.         }
  1347.     }
  1348.      
  1349.     @-moz-document regexp("http://boards.4chan.org/(.|..|...)\\/catalog"), regexp("https://boards.4chan.org/(.|..|...)\\/catalog") {
  1350.         body {
  1351.             background: #fff !important;
  1352.             font-family: Lucida Grande !important;
  1353.             font-size: 10pt !important;
  1354.             color: #646464 !important;
  1355.         }
  1356.        
  1357.         #toggleMsgBtn, #styleSwitcher {
  1358.             display: none !important;
  1359.         }
  1360.        
  1361.         #threads {
  1362.             margin: 0 auto !important;
  1363.             margin-top: 24px !important;
  1364.             width: 94% !important;
  1365.             background-color: #f9f9f9 !important;
  1366.             box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.2) !important;
  1367.             border-radius: 2px !important;
  1368.             border: 1px solid #e0e0e0 !important;
  1369.         }
  1370.        
  1371.         /* Override the .thread properties defined for the boards */
  1372.         .thread {
  1373.             width: 250px !important;
  1374.             max-height: 410px !important;
  1375.             margin: 0px !important;
  1376.             background-color: #fff !important;
  1377.             margin: 5px !important;
  1378.             box-shadow: inset 0px 1px 2px -1px rgba(0,0,0,0.2) !important;
  1379.             border-radius: 2px !important;
  1380.             border: 1px solid #e0e0e0 !important;
  1381.         }
  1382.        
  1383.         #settings {
  1384.             position: fixed !important;
  1385.             text-align: center !important;
  1386.             width: 100% !important;
  1387.         }
  1388.  
  1389.  
  1390.         .thumb {
  1391.             border-top: none !important;
  1392.             border-radius: 1px !important;
  1393.             box-shadow: 0px 1px 2px rgba(0,0,0,0.3) !important;
  1394.             max-width: 220px !important;
  1395.             margin-top: 5px !important;
  1396.         }
  1397.        
  1398.         .teaser {
  1399.             margin-left: 5px !important;
  1400.             margin-right: 5px !important;
  1401.         }
  1402.        
  1403.        
  1404.         /*Settings integration into the navigation bar */
  1405.         #settings {
  1406.             position: fixed !important;
  1407.             top: -1000px !important;
  1408.             right: 20% !important;
  1409.             left: auto !important;
  1410.             width: 16px !important;
  1411.             z-index: 3 !important;
  1412.             overflow: hidden !important;
  1413.            
  1414.             font-size: 0px !important;
  1415.             color: transparent !important;
  1416.             background: #505050 !important;
  1417.             box-shadow: 0px 6px 5px rgba(0,0,0,0.2) !important;
  1418.             border-bottom-left-radius: 3px !important;
  1419.             border-bottom-right-radius: 3px !important;
  1420.             border: none !important;
  1421.             visibility: hidden !important;
  1422.         }
  1423.        
  1424.         #settings > div {
  1425.             max-width: 545px !important;
  1426.             width: 545px !important;
  1427.             overflow: hidden !important;
  1428.         }
  1429.              
  1430.         #settings::after {
  1431.             content: url('http://ompldr.org/vZmJsNQ');
  1432.             height: 16px !important;
  1433.             max-width: 10px !important;
  1434.             min-width: 10px !important;
  1435.             width: 10px !important;
  1436.             position: fixed !important;
  1437.            
  1438.             top: 2px !important;
  1439.             right: 4% !important;
  1440.             margin-right: 7px !important;
  1441.             padding-bottom: 4px !important;
  1442.             z-index: 3 !important;
  1443.             cursor: pointer !important;
  1444.             visibility: visible !important;
  1445.         }
  1446.      
  1447.         #settings:active::after, #settings:hover::after {
  1448.             content: url('http://ompldr.org/vZmJsNQ');
  1449.         }
  1450.      
  1451.         #settings:active, #settings:hover {
  1452.             position: fixed !important;
  1453.             top: 17px !important;
  1454.             width: 285px !important;
  1455.             /*float: right !important;*/
  1456.             right: 4% !important;
  1457.             padding: 5px !important;
  1458.             padding-top: 5px !important;
  1459.             cursor: default !important;
  1460.             box-shadow: inset 0px 3px 3px -1px rgba(0,0,0,0.3) !important;
  1461.             visibility: visible !important;
  1462.         }
  1463.        
  1464.         #filters-ctrl.button {
  1465.             color: #a2a2a2 !important;
  1466.             text-shadow: none !important;
  1467.             text-decoration: none !important;
  1468.             font-weight: normal !important;
  1469.             font-size: 10pt !important;
  1470.             font-weight: normal !important;
  1471.         }
  1472.        
  1473.         select {
  1474.             font-size: 10pt !important;
  1475.             margin-right: 4px !important;
  1476.         }
  1477.        
  1478.         /*Search box integration into the navbar.
  1479.         To do: prevent the settings pane to appear when search box or button is active*/
  1480.         #qf-ctrl.button, #qf-ctrl.button:hover {
  1481.             display: inline !important;
  1482.             top: 3px !important;
  1483.             right: 4% !important;
  1484.             margin-right: 56px !important;
  1485.             position: fixed !important;
  1486.             font-size: 0px !important;
  1487.             color: transparent !important;
  1488.             visibility: visible !important;
  1489.         }
  1490.        
  1491.         #qf-ctrl.button::before {
  1492.             content: url("http://i.imgur.com/U3qTg.png") !important;
  1493.         }
  1494.        
  1495.         #qf-ctrl.button:active::before {
  1496.             content: url("http://i.imgur.com/U3qTg.png") !important;
  1497.         }
  1498.        
  1499.         #qf-clear {
  1500.             visibility: visible !important;
  1501.             display: block !important;
  1502.             position: fixed !important;
  1503.             font-size: 9pt !important;
  1504.             top: 2px !important;
  1505.             right: 4% !important;
  1506.             margin-right: 58px !important;
  1507.             color: #646464 !important;
  1508.             text-shadow: none !important;
  1509.         }
  1510.        
  1511.         #qf-box {
  1512.             -moz-appearance: none !important;
  1513.             background: #F9F9F9 !important;
  1514.             box-shadow: inset 0px 1px 1px #1a355e !important;
  1515.             border: none !important;
  1516.             border-radius: 2px !important;
  1517.             color: #646464 !important;
  1518.            
  1519.             visibility: visible !important;
  1520.             display: block !important;
  1521.             width: 140px !important;
  1522.             max-height: 16px !important;
  1523.             position: fixed !important;
  1524.             top: 1px !important;
  1525.             margin-right: 54px !important;
  1526.             right: 4% !important;
  1527.         }
  1528.        
  1529.         #qf-box:focus {
  1530.             border: none !important;
  1531.         }
  1532.        
  1533.         #toggleMsgBtn {
  1534.             content: url('http://ompldr.org/vZmVpNg') !important;
  1535.             display: inline !important;
  1536.             position: fixed !important;
  1537.             top: 1px !important;
  1538.             right: 4% !important;
  1539.             z-index: 4 !important;
  1540.             margin-right: 26px !important;
  1541.             cursor: default !important;
  1542.             text-decoration: none !important;
  1543.             cursor: pointer !important;
  1544.             color: transparent !important;
  1545.             font-size: 0;
  1546.             opacity: 1.0 !important;
  1547.         }
  1548.  
  1549.         #toggleMsgBtn::after {
  1550.             opacity: 1.0 !important;
  1551.             content: url('http://ompldr.org/vZmVpNg') !important;
  1552.         }
  1553.      
  1554.        
  1555.         .collapseIcon, .expandIcon {
  1556.             background-image: none !important;
  1557.         }
  1558.        
  1559.         a#globalToggle.button.redButton.mobile.shown::after, #globalToggle::after, #globalToggle, .collapseIcon, .expandIcon {
  1560.             display: none !important;
  1561.         }
  1562.        
  1563.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement