MediaWiki:Common.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(indent with tabs, not with spaces)
(rv Category pages, remove bullets from sub-category lists - not as expected, Italicize disambiguations in Special:AllPages)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
}
}


/* No page name on main page (en) */
/* Italicize disambiguations in [[Special:AllPages]] */
body.page-Welcome h1.firstHeading {
.allpagesdisambiguation {
font-style: italic;
}
 
/* No page name on main page */
.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%;
}
}

Latest revision as of 00:42, 18 February 2020

/* CSS placed here will affect all skins */

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

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

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

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