MediaWiki:Common.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(add, stylise)
m (typo)
Line 13: Line 13:
/* Make the info in the semantic bubbles readable */
/* Make the info in the semantic bubbles readable */
div.smwtt {
div.smwtt {
         font-size: 127%
         font-size: 127%;
}
}

Revision as of 19:45, 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%;
}