Guest User

4chan Header

a guest
Jul 30th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.96 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("4chan.org") {
  4.  
  5.  
  6. #delform {
  7.     margin-top: 260px !important;
  8.     margin-bottom: 37px !important;
  9.   }
  10.  
  11.   /***************Header****************/
  12.  
  13.   #header-bar {
  14.     padding: 8.5px 0px 8.5px 0px !important;
  15.     margin-top: 0px !important;
  16.     z-index: 9 !important;
  17.   }
  18.   :root:not(.header-gradient) #header-bar {
  19.     background-color: #101010 !important;
  20.   }
  21.     #header-bar a:hover {
  22.     color: #88D8B0 !important;
  23.     transition: ease-out .2s !important;
  24.   }
  25.  
  26.   /*Board List*/
  27.   #custom-board-list .current {
  28.     border: none !important;
  29.     padding-left: 7px !important;
  30.     padding-right: 7px !important;
  31.     background-color: #101010 !important;
  32.     padding-bottom: 0px !important;
  33.     padding-top: 0px !important;
  34.     border-bottom: 0px !important;
  35.   }
  36.   .centered-links:root #custom-board-list {
  37.     left: 0 !important;
  38.     right: 0 !important;
  39.   }
  40.   a.current {
  41.     color: #ffffff !important;
  42.   }
  43.   #custom-board-list .current:hover {
  44.     border: none !important;
  45.   }
  46.   #custom-board-list a:not(.current) {
  47.     padding-left: 7px !important;
  48.     padding-right: 7px !important;
  49.   }
  50.   .centered-links:root #custom-board-list {
  51.     position: fixed !important;
  52.   }
  53.  
  54.   /*Update Timer*/
  55.   #update-timer {
  56.     color: #fdc298 !important;
  57.     margin-right: 4px !important;
  58.   }
  59.   .new {
  60.     color: #88d8b0 !important;
  61.   }
  62.  
  63.   /*Shortcuts*/
  64.   .autohiding-scrollbar:root #shortcuts {
  65.     margin-right: 3px !important;
  66.   }
  67.   #watcher-link {
  68.     display: none !important;
  69.   }
  70.   .qr-shortcut.fa.fa-comment-o.disabled {
  71.     display: none !important;
  72.   }
  73.   #shortcut-qr {
  74.     display: none !important;
  75.   }
  76.   .expand-all-shortcut.fa.fa-expand {
  77.     display: none !important;
  78.   }
  79.  
  80.   /*Thread Stats*/
  81.   #thread-stats {
  82.     margin-right: 3px !important;
  83.   }
  84.  
  85.   /*Header bar when autohidden*/
  86.   .fixed.top-header #header-bar.autohide:not(:hover) {
  87.     margin-top: -1px !important;
  88.   }
  89.  
  90.   /*Board Title/Banner*/
  91.   .boardBanner {
  92.     box-shadow: 0px 0px 0px 13px rgba(255,255,255,255) !important;
  93.     background: url("http://puu.sh/pIBLS/f1f4ea6c61.png") center 65% no-repeat !important;
  94.     background-size: cover !important;
  95.     position: absolute !important;
  96.     max-width: 100% !important;
  97.     width: auto !important;
  98.     margin-left: 78px !important;
  99.     margin-right: 78px !important;
  100.     margin-top: 96px !important;
  101.     left: 0 !important;
  102.     right: 0 !important;
  103.     top: 0 !important;
  104.     height: 125px !important;
  105.   }
  106.   .boardTitle {
  107.     text-align: center !important;
  108.     font-family: 'Lobster 1.3' !important;
  109.     margin-top: 39.5px !important;
  110.     color: #ffffff !important;
  111.   }
  112.   .boardTitle, .boardBanner {
  113.     z-index: 8 !important;
  114.   }
  115.   .boardBanner .boardTitle {
  116.     font-size: 46px !important;
  117.     text-shadow: 0px 0px 3px rgba(0,0,0,.5) !important;
  118.   }
  119.  
  120.   .boardSubtitle {
  121.     display: none !important;
  122.   }
  123.  
  124. }
Advertisement
Add Comment
Please, Sign In to add comment