Advertisement
brewbreadbeard

Untitled

Dec 25th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.22 KB | None | 0 0
  1. @-moz-document domain('2ch.hk') {
  2.   .news,
  3.   .board-banner,
  4.   .moneymoneymoney,
  5.   .board-tags,
  6.   hr,
  7.   #boardNavBottom,
  8.   .board-info,
  9.   .search,
  10.   .top-user-boards{
  11.     display: none !important;
  12.   }
  13.   span.title{
  14.     font-size: 12px !important;
  15.   }
  16.   .reply-label {
  17.     font-weight: bold !important;
  18.     font-family: Helvetica !important;
  19.     font-size: 12px !important;
  20.     font-style: bold !important;
  21.     color: rgba(220,60,60,1) !important;
  22.     text-align: left !important;
  23.   }
  24.   .welcomefriend{
  25.     color: rgba(220,60,60,1) !important;
  26.   }
  27.   .mainlogo{
  28.     margin-left: 0px !important;
  29.     margin-right: 43px !important;
  30.     color: rgba(220,60,60,1) !important;
  31.   }
  32.   a:link{
  33.     color: rgba(220,60,60,1) !important;
  34.   }
  35.   .th{
  36.     background: rgba(220,60,60,1) !important;
  37.   }
  38.   .mainlogo{
  39.     background: none !important;
  40.   }
  41.   .bb,
  42.   .bb-header-text {
  43.     color: rgba(220,60,60,1) !important;
  44.     background: rgba(200,200,200,0.7) !important;
  45.   }
  46.   .bb .fav-row-board,
  47.   .bb .fav-row-dash,
  48.   .bb .fav-row-title,
  49.   .bb .fav-row-num {
  50.     color: rgba(220,60,60,1) !important;
  51.   }
  52.  
  53.  
  54.  
  55.   /*main page*/
  56.   .news-title,
  57.   .postscontainer,
  58.   #news{
  59.     display: none !important;
  60.   }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement