MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* CSS for amboxes */
table.ambox-header {
table.ambox-header {
   width: 80%;
   width: 80%;
Line 23: Line 22:
td.ambox-inline { width: 50px; }
td.ambox-inline { width: 50px; }


/* Underline third order headers */
h3 { text-decoration: underline; }
h3 { text-decoration: underline; }


#mw-normal-catlinks ul { margin-left: 0; }
#mw-normal-catlinks ul { margin-left: 0; }
/* Hide the title header on the main page. */


body.page-Main_Page h1#firstHeading { display: none; }
body.page-Main_Page h1#firstHeading { display: none; }