User:Yuu/myskin.css

From Baka-Tsuki
Revision as of 18:02, 17 February 2014 by Yuu (talk | contribs) (Created page with "@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.baka-tsuki.org/project/"), url-prefix("http://baka-tsuki.org/project/") { ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.baka-tsuki.org/project/"),
               url-prefix("http://baka-tsuki.org/project/") {
   body {
      background: #111 fixed no-repeat !important;
   }
   .pBody {
      background-color: #999999 !important;
      border-color: #FFFFFF !important;
   }
   #mw-page-base {
      background: transparent !important;
   }
   #left-navigation > .vectorTabs,
   #right-navigation > .vectorTabs {
      border-left: 1px white solid !important;
      border-top: 1px white solid !important;
   }
   .vectorTabs li {
      border-bottom: 1px rgb(167, 215, 249) solid !important;
   }
   .vectorTabs li.selected {
      border-bottom: none !important;
   }
   #content {
      background-color: #000000 ! important;
      background-image: url('http://www.compileheart.com/date/ars/img/bg.jpg') !important; 
      background-repeat: no-repeat fixed top left!important;
      background-attachment: fixed !important;
      color: white !important;
   }
   table {
      background-color: transparent !important;
      color: white !important;
   }
   #toc, .toc, .mw-warning {
      background-color: #333333 !important;
   }
   h1,h2,h3,h4,h5 {
      color: white !important;
   }
   div.tright {
      border-color: transparent !important;
   }
   div.tright > div {
      background-color: #333333 !important;
   }
   .thumbcaption {
      background-color: #000000 !important;
   }
   blockquote {
      background-color: transparent !important;
   }
   *[class*="ns-"] dl {
      background-color: #222222 !important;
   }
   #mw-head.noprint {
      background-color: #000000 !important;
   }
   div#mw-content-text {
      background-color: transparent !important;
   }
   div.vectorTabs,
   div.vectorTabs ul,
   div.vectorTabs ul li {
      background-image: none !important;
      background-color: #333333 !important;
   }
   div.vectorTabs li.selected a {
      color: #CCCCCC !important;
   }
   a:link {
      color: #33B5E5 !important;
   }
   a:visited {
      color: #0385B5 !important;
   }
   a.new {
      color: #AA0000 !important;
   }
}