Difference between revisions of "MediaWiki:Common.css"

From dinoflaj3
Jump to: navigation, search
 
(No difference)

Latest revision as of 12:53, 2 December 2016

/* CSS placed here will be applied to all skins */
#p-tb{
 display: none;
}

/* define 3-column view for species listings */
.columns3 { -webkit-column-count:3; /* Chrome, Safari, Opera */ -moz-column-count:3; /* Firefox */ column-count:3;
}

.columns2 { -webkit-column-count:2; /* Chrome, Safari, Opera */ -moz-column-count:2; /* Firefox */ column-count:2;
}

/* disable PoweredBy icons.  Necessary for Semantic Wiki (documented options don't work - bug) */
#footer-poweredbyico {
  display : none;
}

/* disable title on Main_Page */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }