MediaWiki:Common.css: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(@font-face for MadokaRunes)
(Test styling)
Line 7: Line 7:
body.ns-100 h1#firstHeading {
body.ns-100 h1#firstHeading {
   color: #34345c;
   color: #34345c;
}
body.skin-vector {
  background-image: url('/images/4/44/Puella_magi_wiki_header_v1_wlogo.jpg') !important;
  background: #eff1fe;
}
}

Revision as of 20:38, 19 January 2011

/* 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;
}

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