Pastebin launched a little side project called HostCabi.net, check it out ;-)Don't like ads? PRO users don't see any ads ;-)

AppleDan's Mayor Mare 4chan Theme

By: AppleDan on Apr 17th, 2013  |  syntax: None  |  size: 2.25 KB  |  hits: 35  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. hr {
  2.         display: none !important;
  3.     }
  4.    
  5.     div.boardBanner {
  6.         display: none !important;
  7.     }
  8.    
  9.     div.stylechanger {
  10.         display: none !important;
  11.     }
  12.    
  13.     div#absbot {
  14.         display: none !important;
  15.     }
  16.    
  17.     div#boardNavDesktop {
  18.         display: block !important;
  19.                 position: fixed !important;
  20.                 left: 0 !important;
  21.                 right: 0 !important;
  22.                 top: 0 !important;
  23.                 background: #bdab80 !important;
  24.                 color: #FFFFFF !important;
  25.                 margin-left: auto;
  26.                 margin-right: auto;
  27.                 font-size: 7pt !important;
  28.         }
  29.        
  30.         div#boardNavDesktopFoot {
  31.            display: none !important;
  32.         }
  33.        
  34.         div#boardNavDesktop a {
  35.            color: #FFFFFF !important;
  36.         }
  37.        
  38.         #navtopr, #navbotr {
  39.            display: none !important;
  40.         }
  41.        
  42.         body {
  43.            font-family: verdana !important;
  44.            font-size: 9pt !important;
  45.            padding-top: 10px;
  46.            background: #dccda5 url(http://i.imgur.com/Ylriom4.png) fixed bottom right no-repeat !important;
  47.            color: #533D51 !important;
  48.         }
  49.        
  50.         tr.rules td {
  51.            display: none !important;
  52.         }
  53.        
  54.         table {
  55.            border-spacing: 0px !important;
  56.         }
  57.        
  58.         div.post div.postInfo span.postNum a {
  59.            color: #268989 !important
  60.         }
  61.        
  62.         .globalMessage {
  63.            display: none !important;
  64.         }
  65.        
  66.         #updater:hover, div#thread_filter.autohide:hover, .box-outer, #preview-tooltip-nws, #preview-tooltip-ws, #disclaimer-dialog, .yuimenu .bd, .reply, #backwash_tooltip {
  67.     background-color: #dce0e2 !important;
  68.     border: 1px solid #bcc0c2 !important;
  69.     border-radius: 8px 8px 8px 8px;
  70.     color: #000000 !important;
  71.     }
  72.    
  73.     a.quoteLink, a.quotelink {
  74.     color: #268989 !important;
  75.     }
  76.    
  77.     div.pagelist {
  78.         background: none repeat scroll 0 0 #E2A5FF !important;
  79.         color: #FFFFFF !important;
  80.     }
  81.    
  82.     a, a:visited {
  83.     color: #268989 !important;
  84.     }
  85.    
  86.     div.post div.postInfo span.nameBlock span.name {
  87.     color: #0ba1db !important;
  88.     }
  89.    
  90.     blockquote > span.quote {
  91.     color: #0ba1db !important;
  92.     }
  93.    
  94.     a.replylink, div#absbot a {
  95.     color: #FF00C8 !important;
  96.     }
  97.    
  98.     table.postForm > tbody > tr > td:first-child {
  99.         background-color: #BC47ED !important;
  100.     }
  101.    
  102.     div.postingMode {
  103.         background-color: #F0A5E9 !important;
  104.     }