Difference between revisions of "MediaWiki:Common.css"

From ProgClub
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
/* fixup the logo positioning... */
 
#p-logo a { background-position: center center !important; }
 
#p-logo a { background-position: center center !important; }
 +
 +
 +
/* hide the 'Main Page' heading on the main page */
 +
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 +
 +
/* enable right padding for table data... */
 +
.right td { text-align: right; }
 +
.right td:first-child { text-align: left; }

Revision as of 13:33, 11 December 2017

/* CSS placed here will be applied to all skins */

/* fixup the logo positioning... */
#p-logo a { background-position: center center !important; }


/* hide the 'Main Page' heading on the main page */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* enable right padding for table data... */
.right td { text-align: right; }
.right td:first-child { text-align: left; }