MediaWiki:Common.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(clean front page up...)
(add, stylise)
Line 2: Line 2:


/* Italicize redirects in [[Special:Allpages]] */
/* Italicize redirects in [[Special:Allpages]] */
.allpagesredirect { font-style: italic; }
.allpagesredirect {
        font-style: italic;
}


/* No page name on main page (en) */
/* No page name on main page (en) */
Line 8: Line 10:
  display: none;
  display: none;
  }
  }
/* Make the info in the semantic bubbles readable */
div.smwtt {
        font-size: 127%
}

Revision as of 19:43, 27 September 2012

/* text placed here will affect all skins */

/* Italicize redirects in [[Special:Allpages]] */
.allpagesredirect {
        font-style: italic;
}

/* No page name on main page (en) */
 body.page-Welcome h1.firstHeading {
 	display: none;
 }

/* Make the info in the semantic bubbles readable */
div.smwtt {
        font-size: 127%
}