MediaWiki:Common.css: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Test styling)
No edit summary
Line 11: Line 11:
body.skin-vector {
body.skin-vector {
   background-image: url('/images/4/44/Puella_magi_wiki_header_v1_wlogo.jpg') !important;
   background-image: url('/images/4/44/Puella_magi_wiki_header_v1_wlogo.jpg') !important;
  background-repeat: no-repeat;
   background: #eff1fe;
   background: #eff1fe;
}
body.skin-vector div#pw-page-base {
  background-color: transparent;
  background-image: none;
}
body.skin-vector div#p-personal {
  text-shadow: 0 1px 0 #fff;
}
}

Revision as of 20:41, 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-repeat: no-repeat;
  background: #eff1fe;
}

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

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