MediaWiki:Common.css

From Puella Magi Wiki
Revision as of 21:28, 19 January 2011 by 0x99 (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@font-face {
  font-family: MadokaRunes;
  src: url(/resources/runes.ttf);
}

body.ns-100 h1#firstHeading {
  color: #34345c;
}

/* Modified vector skin */
body.skin-vector {
  background-image: url('/images/4/44/Puella_magi_wiki_header_v1_wlogo.jpg') !important;
  background-repeat: no-repeat !important;
  background: #eff1fe;
}

body.skin-vector div#mw-page-base {
  background-color: transparent !important;
  background-image: none !important;
}

body.skin-vector div#p-personal {
  text-shadow: 0 1px 0 #fff !important;
}

div.vectorTabs {
  background-image: url(/resources/tab-break2.png) !important;
}

div.vectorTabs ul li {
  background-image: url(/resources/tab-normal-fade2.png) !important;
  background-color: transparent !important;
}

div.vectorTabs li.selected {
  background-image: url(/resources/tab-current-fade2.png) !important;
}

div.vectorTabs li a {
  background-image: url(/resources/tab-break2.png) !important;
}

#mw-head div.vectorMenu h5 {
  background-image: url(/resources/tab-break2.png) !important;
}

div.vectorMenu h5 a {
  background-image: url(/resources/tab-break2.png) !important;
}

div.vectorTabs ul {
  background-image: url(/resources/tab-break2.png) !important;
}