MediaWiki:Common.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
m (typo)
(indent with tabs, not with spaces)
Line 1: Line 1:
/* text placed here will affect all skins */
/* CSS placed here will affect all skins */


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


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


/* 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 16:18, 4 May 2013

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