MediaWiki:Common.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(indent with tabs, not with spaces)
(Fix reported errors on lines 9 & 14)
Line 7: Line 7:


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


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

Revision as of 22:07, 26 May 2017

/* CSS placed here will affect all skins */

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

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

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