MediaWiki:Common.css: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
No edit summary
(@font-face for MadokaRunes)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@font-face {
  font-family: MadokaRunes;
  src: url(/resources/runes.ttf);
}
body.ns-100 h1#firstHeading {
body.ns-100 h1#firstHeading {
   color: #34345c;
   color: #34345c;
}
}

Revision as of 05:42, 18 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;
}