Difference between revisions of "MediaWiki:Common.css"

From ProgClub
Jump to: navigation, search
Line 14: Line 14:
  
 
table.homepage { width: 99%; }
 
table.homepage { width: 99%; }
.homepage th { text-align: left; padding-left: 1em; }
+
.homepage th { text-align: left; padding-left: 1.4em; }
 
.homepage ul { list-style: none; }
 
.homepage ul { list-style: none; }

Revision as of 14:50, 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%; }
.homepage th { text-align: left; padding-left: 1.4em; }
.homepage ul { list-style: none; }