MediaWiki:Common.css: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 9: Line 9:
}
}


/* Modified vector skin */
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;
Line 22: Line 23:
body.skin-vector div#p-personal {
body.skin-vector div#p-personal {
   text-shadow: 0 1px 0 #fff !important;
   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;
}
}

Revision as of 21:28, 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;
}

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