Advertisement
Guest User

4chan css

a guest
Apr 30th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.25 KB | None | 0 0
  1. @-moz-document domain("boards.4chan.org") {
  2.     /* Relative to the general appearance of 4chan. */
  3.      *{font-family: Dina !important;}
  4.      
  5.    .hide-thread-button, .party-hat, #togglePostFormLink, .dateTime, .fa, .fa-edit, .sauce {
  6. display: none !important;
  7. }
  8. .navLinks.mobile{
  9. display: none !important;
  10. }
  11. *{font-family: Dina !important;        
  12. #letter-spacing: -.02px !important;}
  13.      body {
  14.         background: #f1f1f1 !important;
  15.         #background: url("https://sr.ht/UUAQ.png");
  16.        # background: url("https://sr.ht/ancr.png");
  17. #background: url(' http://0.0.0.0:8000/bg-min.png');
  18. #background: url('file:///Users/Plez/Downloads/bg.png') !important;
  19.          #background-attachment: fixed;
  20.          #background-position: center center;
  21.          #background-size: cover;
  22.          #height 50vh;
  23.           #background-attachment: fixed !important;
  24.          #background-position: center !important;
  25.          font-family: dina !important;
  26.         color: #616f7c !important;
  27.         margin: auto !important;
  28.         font-size: 10px !important;
  29.          padding-top: 50px !important;
  30.         #letter-spacing: -.02px !important;
  31.     }
  32.      .navLinks,.brackets-wrap.a {
  33.          color: #f1f1f1 !important;
  34.          background: #f1f1f1 !important;
  35.          border: 0px !important;
  36.          border-color: #000000 !important;
  37.          padding: 2px !important;
  38.          border-radius: 0px !important;
  39.          #position: fixed !important;
  40.          #left: 0px !important;
  41.          #top: 80px !important;
  42.      }
  43.     .catalog-small, .catalog-thread {
  44.         background: #f1f1f1 !important;
  45.         padding-top: 5px !important;
  46.         padding-left: 5px !important;
  47.         margin-left: 5% !important;
  48.         margin-right: 5% !important;
  49.     }
  50.      #boardNavDesktopFoot, .watch-thread-link {
  51.          display: none;
  52.      }
  53.     hr {
  54.         padding-top: -5px !important;
  55.         border: 0 !important;
  56.     }
  57.      
  58.     .post.op, .opContainer {
  59.         background: #ffffff !important;
  60. max-width: 100% !important;
  61.         margin-left: 0px !important;
  62.         margin-right: 10px !important;
  63.         margin-top: 6px !important;
  64. margin-bottom: 3px !important;
  65. border-radius: 0px !important;
  66.         padding-right: 20px !important;
  67.     }
  68.     .postMessage{
  69.         margin-left: 20px !important;
  70.     }
  71.      .fileText{
  72.          margin-left: 20px !important;
  73.      }
  74.     /* Links */
  75.     a {
  76.         color: #bebbbb !important;
  77.         font-family: Dina !important;
  78.     }
  79.      
  80.     /* Foreground of the header bar */
  81.     #board-list,
  82.     #custom-board-list {
  83.         color: #5c6363 !important;
  84.     }
  85.     #header-bar a, #thread-stats, #update-timer {
  86.         color: #d2d2d2 !important;
  87.         border: none !important;
  88.     }
  89.      
  90.     /* Background of the header bar */
  91.     #header-bar.dialog {
  92.         background: #f1f1f1 !important;
  93.         border: 0 !important;
  94.     }
  95.      #index-mode, #index-sort {
  96.          background-color: #ffffff !important;
  97.          color: #2d2d2d !important;
  98.          border: 0px !important;
  99.          border-color: #2d2d2d !important;
  100.      }
  101.     /* Color of the selected board on the header bar. */
  102.     #header-bar a.current {
  103.         color: #2d2d2d !important;
  104.     }
  105.      
  106.     /* Appearance of the menus. */
  107.     #menu.dialog,
  108.     .entry {
  109.         background: #f1f1f1 !important;
  110.         border: 0 !important;
  111.         color: #2d2d2d !important;
  112.         font-family: Dina !important;
  113.         font-size: 10 !important;
  114.     }
  115.      
  116.     /* Catalog search and page links, This is not ready. */
  117.     div.navLinks {
  118.         #color: #f1f1f1 !important;
  119.         #background:#f1f1f1 !important;
  120.         font-family: Dina !important;
  121.         font-size: 10 !important;
  122.         border: none !important;
  123.         display: inline-block !important;
  124.         margin-bottom: 0 !important;
  125.         margin-left: 5% !important;
  126.         z-index: 1000; !important;
  127.         box-shadow: #95782c 0 0 0px !important;
  128.        
  129.     }
  130.     div.pagelist {
  131.         background:#f1f1f1 !important;
  132.         font-family: Dina !important;
  133.         font-size: 10 !important;
  134.         border: none !important;
  135.         display: inline-block !important;
  136.         margin-bottom: 7px !important;
  137.         margin-right: 25% !important;
  138.         margin-left: 25% !important;
  139.        
  140.     }
  141.      
  142.     /* Appearance of the thread updater and thread stats. */
  143.     #index-search.field,
  144.     #updater.dialog,
  145.     #thread-stats.dialog {
  146.         font-family: Dina !important;
  147.         font-size: 10 !important;
  148.         background: transparent !important;
  149.         color: #ab7546 !important;
  150.         border-style: none !important;
  151.     }
  152.      
  153.     /* Thread updater menu */
  154.     #index-search.field:hover,
  155.     #updater.dialog:hover {
  156.         background: #f1f1f1 !important;
  157.         color: #2d2d2d !important;
  158.     }
  159.     #index-sort, #index-mode, #index-size {
  160.          display: none !important;
  161.      }
  162.     /* Clean up. */
  163.     .bottomCtrl.desktop,
  164.     #absbot.absBotText,
  165.     .navLinks.desktop,
  166.     .navLinks.navLinksBot.desktop,
  167.         .qr-link-container, .hide-reply-button, #toggleBlotter, #blotter-msgs, #blotter{
  168.         display: none !important;
  169.     }
  170.      
  171.     /* Hide ads? */
  172.     div.center,
  173.     div.topad.center,
  174.     div.middlead.center,
  175.     div.bottomad.center,
  176.     div.ad-plea {
  177.         display: none !important;
  178.     }
  179.      
  180.     /* Display board banner? */
  181.     .boardBanner {
  182.         #display: none !important;
  183.     }
  184.      #bannerCnt {
  185.          display: none !important;
  186.          background: #000000 !important;
  187.          padding: 40px   !important;
  188.          
  189.      }
  190.     .boardTitle {
  191.         text-shadow: none !important;
  192.         display: none !important;
  193.         #z-index: 1000 !important;
  194.         text-align: left !important;
  195.         text-indent: 10px !important;
  196.         color: #536e7e !important;
  197.         border: none !important;
  198.         #align-content:  !important;
  199.         position: fixed !important;
  200.         left: 0% !important;
  201.         top: 0% !important;
  202.         background: url("https://sr.ht/1265.png") top right no-repeat;
  203.         #background: #f1f1f1 !important;
  204.         #background: #000000 !important;
  205.         width: 100% !important;
  206.         #min-height: 10px !important;
  207.         padding-top: 20px !important;
  208.         padding-bottom: 5px !important;
  209.         margin: 0px !important;
  210.         box-shadow: #95782c 0 0 4px !important;
  211.     }
  212.      
  213.     /* Relative to posts. */
  214.     .post.reply {
  215.         #display: !important;
  216.         font-family: Dina !important;
  217.         font-size: 10px !important;
  218.         background: #ffffff !important;
  219.         color: #2d2d2d !important;
  220.         width: 100% !important;
  221.         border: 0 !important;
  222.         border-color: #000000 !important;
  223.         padding: 10px !important;
  224.         padding-top: 3px !important;
  225.         box-shadow: #95782c 0 0 0px !important;
  226. margin-bottom: 0px !important;
  227. border-radius: 0px !important;
  228.     -moz-box-sizing: content-box;
  229. box-sizing: content-box;
  230.         max-width: inherit !important;
  231.     }
  232.      
  233.     /* Relative to the thread */
  234.     .thread {
  235.         #background: url("http://theskepticalzone.com/wp/wp-content/uploads/2013/05/Circuit-Board-Pattern-4.jpg") !important;
  236.         margin-top: 0px !important;
  237.         margin-right: 5% !important;
  238.         margin-left: 5% !important;
  239.         background: #f1f1f1 !important;
  240.         padding-bottom: 0px !important;
  241.         #margin-bottom: 5% !important;
  242.         padding-left: 10px !important;
  243.         padding-right: 30px !important;
  244.         #min-height: 1120px !important;
  245.         #box-shadow: #d2d2d2 0 0 0px !important;
  246. border-radius: 0px !important;
  247.        
  248.     }
  249.     div.postContainer.opContainer {
  250.         display: inline-block !important;
  251.         width: 100% !important;
  252.         #margin: auto !important;
  253.         box-shadow: #95782c 0 0 0px !important;
  254.     }
  255.     .inline {
  256.         padding-left: 5px !important;
  257.         padding-right: 5px !important;
  258.         border: 0 !important;
  259.     }
  260.     .inline .post.reply {
  261.         background-color: #f1f1f1 !important;
  262.         border: 0 !important;
  263.     -moz-box-sizing: content-box;
  264. box-sizing: content-box;
  265.         max-width: inherit !important;
  266.     }
  267.      
  268.     /* Post subjects. */
  269.     span.subject {
  270.         color: #2d2d2d !important;
  271.     }
  272.      
  273.     /* Tripcodes. */
  274.     span.postertrip {
  275.         color: #2d2d2d !important;
  276.     }
  277.      
  278.     /* Post numbers. */
  279.     span.postNum a {
  280.         color: #2d2d2d !important;
  281.     }
  282.      
  283.     /* Poster's name. */
  284.     span.name {
  285.         color: #2d2d2d !important;
  286.         font-weight: normal !important;
  287.     }
  288.      
  289.     /* Date and time of the posts. */
  290.     span.dateTime {
  291.         color: #2d2d2d !important;
  292.     }
  293.      
  294.     /* Quote links. */
  295.     a.quotelink {
  296.         color: #2d2d2d !important;
  297.     }
  298.      
  299.     /* Link to posts quoting the current post. */
  300.     a.backlink {
  301.         color: #2d2d2d !important;
  302.     }
  303.      
  304.     /* Greentext. */
  305.     span.quote {
  306.         color: #6D715E !important;
  307.     }
  308.      
  309.     /* Post menu button. */
  310.     .post .menu-button {
  311.         display: none;
  312.         float: right;
  313.         position: relative;
  314.         left: 0px;
  315.     }
  316.      
  317.     /* Hide "hide reply" buttons. */
  318.     .postInfo > input,
  319.     a.hide-post-button {
  320.         display: none !important;
  321.     }
  322.      
  323.     /* Relative to post info, i.e. Post name, tripcode, post date, etc. */
  324.     .postInfo a,
  325.     div.postInfo {
  326.         color: #2d2d2d !important;
  327.         font-size: 10px !important;
  328.     }
  329.      
  330.     /* Relative to file info, i.e. filename, file size, resolution, etc. */
  331.     div.fileText {
  332.         color: #2d2d2d
  333.         font-family: Dina !important;
  334.         font-size: 10px !important;
  335.         letter-spacing: 0px !important;
  336.     }
  337.      
  338.     /* Fix post previews. */
  339.     #qp {
  340.         border: 1px !important;
  341.         box-shadow: none !important;
  342.     }
  343.      
  344.      
  345.     /* Relative to the quick reply. */
  346.     #qr {
  347.         background: #f1f1f1 !important;
  348.         color: #2d2d2d !important;
  349.         border: 1px !important;
  350.         border-color: #000000 !important;
  351.         border-radius: 0px !important;
  352.         box-shadow: none !important;
  353.         transition: all 0.2s ease 0s;
  354.     }
  355.     #qr form {
  356.         bottom: 12px !important;
  357.         right: 0% !important;
  358.         width: 300px !important;
  359.         padding: 0px !important;
  360.         margin-top: 11px !important;
  361.         padding-top: 10px !important;
  362.         padding-bottom: 3px !important;
  363.         background: #f1f1f1 !important;
  364.         border: 1px !important;
  365.         border-color: #000000 !important;
  366.         border-radius: 0px !important;
  367.     }
  368.     #dump-button {
  369.         background: #ffffff !important;
  370.         border-color: #ffffff !important;
  371.         color: #2d2d2d !important;
  372.     }
  373.      
  374.     /* Color of the fields. */
  375.     #qr .field {
  376.         background: #ffffff !important;
  377.         border-color: #f1f1f1 !important;
  378.         color: #2d2d2d !important;
  379.         padding: 1px !important;
  380.         margin: 0px !important;
  381.     }
  382.      .input.field {
  383.          border-bottom: none !important;
  384.      }
  385.      
  386.     /* Movable QR? */
  387.     #qr span.move {
  388.         display: none !important;
  389.     }
  390.      
  391.     /* Remove menu */
  392.     #qr select {
  393.         display: none !important;
  394.     }
  395.     .sideArrows {
  396.         display: none !important;
  397.     }
  398.      
  399.     /* Make the name field become invisible when there's something in it... */
  400.     #qr input.field:nth-child(2) {
  401.         background: #ffffff !important;
  402.         color: #2d2d2d !important;
  403.     }
  404.      
  405.     /* ... And then make it visible again when you hover over it. */
  406.     #qr input.field:nth-child(2):hover {
  407.         background: #ffffff !important;
  408.         color: #2d2d2d !important;
  409.     }
  410.      
  411.     /* Remove bar above the fields. */
  412.     #qr > div {
  413.         position: fixed !important;
  414.     }
  415.      
  416.     /* Relative to 4chan X's menu */
  417.     #fourchanx-settings.dialog,
  418.     fieldset legend,
  419.     a.tab-main.tab-selected {
  420.         font-family: Dina !important;
  421.         font-size: 10px !important;
  422.         background: #f1f1f1 !important;
  423.         color: #2d2d2d !important;
  424.     }
  425.      
  426.     /*** Animations ***/
  427.      
  428.     /* Change backlinks to >> and animate them. */
  429.     a.backlink {
  430.         /*text-decoration: none !important;*/
  431.         font-size: 0 !important;;
  432.     }
  433.     .backlink:after {
  434.         font-size: 10px !important;
  435.         padding: 1px;
  436.         content: '>>' !important;
  437.        /* text-decoration: none !important;*/
  438.     }
  439.     .backlink:not(:first-child) {
  440.         margin-left: -1.0rem;
  441.         transition: all .1s linear .2s;
  442.         opacity: 0;
  443.     }
  444.      .deadlink {
  445.          color: #bebbbb !important;
  446.      }
  447.     /* Post menu animations. */
  448.     .postContainer:hover .backlink {
  449.         margin-left: 0rem;
  450.         transition-delay: .1s;
  451.         opacity: 100;
  452.     }
  453.     .post.reply a.menu-button {
  454.         opacity: 0;
  455.         transition: all .2s;
  456.     }
  457.     .post.reply:hover .menu-button {
  458.         opacity: 100;
  459.         transition: all .1s;
  460.     }
  461.     /* QR animations. */
  462.     #qr.dialog.has-captcha.autohide,
  463.     #qr.dialog.autohide {
  464.         top: -300px !important;
  465.         height: 21px !important;
  466.         transition: all 0.7s ease 0s;
  467.     }
  468.         /*.quotelink { text-decoration: none !important;
  469.         }*/
  470.  
  471.        
  472.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement