Advertisement
Gomuboy

4chan CSS

Jun 23rd, 2016
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.82 KB | None | 0 0
  1. @media (orientation: portrait)
  2.   {
  3.     /*NSFW*/
  4.     @-moz-document regexp("(https|http)\:\/\/boards\.4chan\.org\/(?=ic|wg|r9k|pol|soc|s4s|hc|hm|hr|gif|aco|[fibsheudytr]\/).*")
  5.       {
  6.         :root
  7.           {
  8.             --thread-bg: #110B16 !important;
  9.             --high-txt: #F6A268 !important;
  10.             --normie-txt: #B45349 !important;
  11.             --link-txt: #D87557 !important;
  12.             --optional-txt: #6B2D3C !important;
  13.             --optional2-txt: #4B2D43 !important;
  14.           }
  15.      
  16.         body
  17.           {
  18.             background-image: url("https://i.imgur.com/5w0JH3S.png");
  19.           }
  20.       }
  21.  
  22.     /*SFW*/
  23.     @-moz-document regexp("(https|http)\:\/\/boards\.4chan\.org\/(?!ic|wg|r9k|pol|soc|s4s|hc|hm|hr|gif|aco|[fibsheudytr]\/).*")
  24.       {
  25.         :root
  26.           {
  27.             --thread-bg: #151418 !important;
  28.             --high-txt: #DEDDDB !important;
  29.             --normie-txt: #78716B !important;
  30.             --link-txt: #A59E9D !important;
  31.             --optional-txt: #4E4943 !important;
  32.             --optional2-txt: #625C55 !important;
  33.          }
  34.  
  35.         body
  36.           {
  37.             background-image: url("https://i.imgur.com/6iOA4wY.jpg");
  38.           }
  39.       }
  40.  
  41.     @-moz-document domain("4chan.org")
  42.       {
  43.         body
  44.           {
  45.             background-attachment: fixed;
  46.           }
  47.  
  48.         /*General Posting*/
  49.         div.post
  50.            {
  51.              background-color: var(--thread-bg);
  52.              width: 100%;
  53.              box-shadow: 3px 3px 4px 1px var(--optional-txt);
  54.              margin: 1% 0px;
  55.              color: var(--normie-txt) !important;
  56.            }
  57.  
  58.         div.post, div.inline, #qp, .dialog { border: 0px !important; }
  59.         div.qphl { outline: 1px dashed var(--high-txt) !important;}
  60.         .postMessage { margin: 2% !important; }
  61.         div.thread
  62.           {
  63.             width: 85%;
  64.             margin: 0% 7.5% 0% 7.5%;
  65.             background-color: transparent !important;
  66.           }
  67.  
  68.         .quote, a:hover,
  69.         .postInfo.desktop > span.postNum.desktop > a:hover,
  70.         .postInfo.desktop > span.postNum.desktop > span > a:hover
  71.           {
  72.             color: var(--high-txt) !important;
  73.           }
  74.         .postInfo.desktop > span.postNum.desktop > span { color: var(--high-txt) !important; }
  75.        
  76.         .quotelink, a, a.replylink:not(:hover) /*.backlink, span.postNum a*/ { color: var(--link-txt) !important; }
  77.         .subject { color: var(--optional-txt) !important; }
  78.         span.name, span.postertrip { color: var(--optional2-txt) !important; }
  79.         span.postertrip { font-style: oblique !important; }
  80.  
  81.         /*OP*/  
  82.         div.op { overflow-y: hidden !important; margin-top: 2% !important; }
  83.         .post.op { padding-bottom: 18px; }
  84.         .summary, .abbr { position: absolute; color: var(--normie-txt) !important; }
  85.         .summary{ margin: -28px 0px 0px 6px !important; }
  86.         .fileText { margin: 0px 0px 0px 6px !important; }
  87.         div.post.op > .file > div.fileText { margin-top: 2px !important; }
  88.         .abbr { margin: 1.5% 0px 0px 53.6% !important; }
  89.  
  90.         /*General Details*/
  91.         div.sideArrows { display: none !important; }
  92.         hr { display: none; }
  93.         #ctrl-top, .navLinks {text-align: center; margin: 1%; }
  94.         #search-box, #bannerCnt { border: none !important; }
  95.         td { color: var(--normie-txt) !important;}
  96.         #globalMessage, #blotter
  97.           {
  98.             color: var(--high-txt) !important;
  99.             background-color: var(--thread-bg) !important;
  100.           }
  101.         #globalMessage
  102.           {
  103.             width: 47.1% !important;
  104.             margin: 0% 26.5% 0% 26.5% !important;
  105.           }
  106.        
  107.  
  108.         .deleteform,
  109.         .stylechanger,
  110.         .absBotDisclaimer,
  111.         div#absbot a:not(:hover)
  112.           {
  113.             color: var(--thread-bg) !important;
  114.           }
  115.  
  116.         .pagelist
  117.           {
  118.             background-color: transparent !important;
  119.             border: none !important;
  120.             color: var(--thread-bg) !important;
  121.             margin-left: 40% !important;
  122.           }
  123.  
  124.         div.pagelist > div
  125.           {
  126.             float: none !important;
  127.             text-align: center !important;
  128.           }
  129.  
  130.         .pages { border: none !important; }
  131.        
  132.         div.pagelist div.pages a,
  133.         .navLinksBot a
  134.           { color: var(--optional-txt) !important; }
  135.  
  136.         div.pagelist div.pages a:hover { color: var(--thread-bg) !important; }
  137.         div.navLinks { color: var(--optional2-txt) !important; }
  138.         form.pageSwitcherForm > input
  139.           {
  140.             border-color: var(--thread-bg) !important;
  141.             border-radius: 3px !important;
  142.             color: var(--optional-txt) !important;
  143.           }
  144.  
  145.         .cataloglink
  146.           {
  147.             margin: 1% 0% 0% 24% !important;
  148.             padding-left: 0px !important;
  149.             border: 1px solid var(--thread-bg) !important;
  150.             border-radius: 3px !important;
  151.             width: 50%;
  152.           }
  153.  
  154.         /*Borrar post*/
  155.         .bottomCtrl { margin-right: 36% !important; }
  156.         .stylechanger { display: none !important; }
  157.  
  158.         .dialog, .thread
  159.           {
  160.              background-color: var(--thread-bg) !important;
  161.              color: var(--normie-txt) !important;
  162.           }
  163.        
  164.         .suboption-list > div { background-color: var(--thread-bg) !important; }
  165.         #info { width: 25% !important; }
  166.         #fourchanx-settings fieldset, textarea.field { border: 1px solid var(--link-txt) !important; }
  167.         #threads > .thread
  168.           {
  169.             background-color: var(--thread-bg) !important;
  170.             margin-bottom: 1% !important;
  171.             box-shadow: 3px 3px 5px 2px var(--optional-txt) !important;
  172.           }
  173.        
  174.         /*Quick Reply*/
  175.         .qr-link-container-bottom
  176.           {
  177.             width: unset !important;
  178.             position: unset !important;
  179.             left: unset !important;
  180.             margin-left: 0px !important;
  181.           }
  182.  
  183.         a.qr-link,
  184.         input#qr-file-button,
  185.         #qr-filename-container,
  186.         input
  187.           {
  188.             background: var(--thread-bg) !important;
  189.             border: 1px solid var(--link-txt) !important;
  190.           }
  191.  
  192.         #qr.dialog,
  193.         input.field,
  194.         input.field::-moz-placeholder,
  195.         textarea.field,
  196.         textarea.field::-moz-placeholder,
  197.         #qr-filename-container
  198.           {
  199.             background-color: var(--thread-bg) !important;
  200.             color: var(--normie-txt) !important;
  201.           }
  202.  
  203.         input.field,
  204.         textarea.field
  205.           {
  206.             border: none !important;
  207.           }
  208.  
  209.         input#qr-file-button,
  210.         input,
  211.         #qr-no-file
  212.           {
  213.             color: var(--normie-txt) !important;
  214.           }
  215.       }
  216. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement