Difference between revisions of "MediaWiki:Common.css"

From ProgClub
Jump to: navigation, search
Line 3: Line 3:
 
/* fixup the logo positioning... */
 
/* 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 */
 
/* hide the 'Main Page' heading on the main page */
Line 11: Line 10:
 
.right td { text-align: right; }
 
.right td { text-align: right; }
 
.right td:first-child { text-align: left; }
 
.right td:first-child { text-align: left; }
 +
 +
/* setup the home page... */
 +
 +
table.homepage { width: 99%; }

Revision as of 13:45, 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; }

/* setup the home page... */

table.homepage { width: 99%; }