Guest User

Untitled

a guest
Jun 13th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.72 KB | None | 0 0
  1. @-moz-document domain(boards.4chan.org) {
  2.     :root {
  3.         --back: rgb(85, 43, 43);
  4.         --fore: #FFFFFF;
  5.         --color: #753232;
  6.         --high: #C59280;
  7.         --high2: #955242;
  8.         --green: #9ED34F;
  9.         --misclink: #BEB3FF
  10.     }
  11.    
  12. body, #footer-links{
  13.     background: var(--back) !important;
  14.     color: var(--fore) !important;
  15.     font-family: "GohuFont";
  16.     font-size: 9pt;
  17. }
  18.    
  19.     .extButton, .collapseIcon, hr, #togglePostFormLink, #blotter>tfoot, #globalMessage, #boardNavDesktopFoot, #absbot, .bottomCtrl.desktop, #search-box {
  20.         display: none !important;
  21.     }
  22.    
  23.     .fileThumb {
  24.         padding: 5px;
  25.     }
  26.    
  27.     #blotter {
  28.        
  29.         padding: 15px !important;
  30.     }
  31.    
  32.     div.boardBanner {
  33.         padding-top: 15px !important;
  34.     }
  35.     div.boardBanner>div.boardTitle {
  36.     font-family: "GohuFont" !important;
  37.     letter-spacing: 10px;
  38.         padding: 15px !important;
  39.     font-size: 20pt !important;
  40.     }
  41.    
  42. .quote{
  43.     color: var(--green) !important;
  44. }
  45. span {
  46.     color: var(--high) !important;
  47. }
  48. img {
  49.     border: transparent !important;
  50. }
  51. img.extButton.threadHideButton, img.extButton.expbtn{
  52.     border: transparent !important;
  53.     border-radius: 2px !important;
  54.     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  55.     filter: grayscale(100%);
  56. }
  57. input{
  58.     border: transparent !important;
  59. }
  60. body{
  61.     padding-top: 0px !important;
  62.     padding-left: 0px !important;
  63. }
  64. a.quotelink, .fileText>a, .postNum.desktop>a, .boardList>a, #ctrl-top>a, .btn-wrap>a, .navLinks.desktop>a {
  65.     color: var(--high) !important;
  66.     text-decoration: none !important;
  67. }
  68.    
  69.     .hand {
  70.         color: white !important;
  71.     }
  72.    
  73.     a, a.replylink:not(:hover) {
  74.         color: var(--misclink) !important;
  75.     }
  76.    
  77.     a:hover {
  78.         color: #FF0000  !important;
  79.     }
  80.    
  81.     .sideArrows {
  82.         display: none !important;
  83.     }
  84.    
  85.     .extPanel {
  86.     padding: 15px !important;
  87.        
  88.     box-shadow: 5px 5px var(--high) !important;
  89.     border-width: 0px !important;
  90.     background: var(--color) !important;
  91.     }
  92. .post.reply, .post, .extended-small>div.thread
  93. {
  94.     margin-bottom: 15px !important;
  95.     box-shadow: 5px 5px var(--high) !important;
  96.     border-width: 0px !important;
  97.     background:var(--color) !important;
  98.     padding: 15px;
  99.         margin-left: 15px !important;
  100.         margin-right: 15px !important;
  101. }
  102.     .post.op
  103.     {
  104.         display: block;
  105.     }
  106. .post.reply:target, .post.reply.highlight, .post:hover, .extended-small>div.thread:hover
  107. {
  108.     background: var(--high2) !important;
  109.     margin-bottom: 15px !important;
  110.     box-shadow: 5px 5px var(--fore) !important;
  111.     border-width: 0px !important;
  112.     padding: 15px;
  113.         margin-left: 15px !important;
  114.         margin-right: 15px !important;
  115. }
  116.     .prettyprint
  117.     {
  118.         background: black !important;
  119.     }
  120.     .file, .panelHeader
  121.     {
  122.         border: none !important;
  123.         display: block !important;
  124.         background-color: var(--color) !important;
  125.         width: 100% !important;
  126.         background: none !important;
  127.     }
  128.    
  129.     .fileText
  130.     {
  131.         display: block !important;
  132.         margin-left: 25px !important;
  133.         font-size: 7pt;
  134.     }
  135. .postInfo.desktop
  136. {
  137.         background: none !important;
  138.     padding: 5px !important;
  139. }
  140.     .navLinks.desktop, #ctrl-top {
  141.         padding: 15px !important;
  142.     }
  143.    
  144.     .summary.desktop {
  145.         margin-top: -5px !important;
  146.         margin-left: 20px !important;
  147.         padding: 10px !important;
  148.         display: block !important;
  149.     }
  150. input[type="checkbox"] {
  151.     -webkit-appearance: none;
  152.     background-color: var(--high) !important;
  153.     background: var(--high) !important;
  154.     padding: 0px;
  155.     margin: 5px;
  156.     top: 2.5px;
  157.     position: relative;
  158. }
  159. input[type="checkbox"]:checked:after {
  160.     content: 'X';
  161.     font-size: 10px;
  162.     position: absolute;
  163.     top: 0px;
  164.     left: 2px;
  165.     color: #000000;
  166. }
  167.    
  168.     .boardList {
  169.         display: block !important;
  170.         box-shadow: 5px 5px var(--high) !important;
  171.     border-width: 0px !important;
  172.     background: var(--color) !important;
  173.     padding: 15px;
  174.         margin-left: 15px !important;
  175.         margin-right: 15px !important;
  176.     }
  177.    
  178.     .pagelist.desktop {
  179.         display: block !important;
  180.         box-shadow: 5px 5px var(--high) !important;
  181.        border-width: 0px !important;
  182.        background: var(--color) !important;
  183.        padding: 15px;
  184.         margin-left: 15px !important;
  185.         margin-right: 15px !important;
  186.         margin-bottom: 15px !important;
  187.         width: calc(100% - 60px) !important;
  188.         padding: auto !important;
  189.     }
  190.    
  191.     #navtopright {
  192.         margin: 15px
  193.     }
  194. }
Advertisement
Add Comment
Please, Sign In to add comment