Difference between revisions of "MediaWiki:Common.css"

From dinoflaj2
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 */
 
#p-tb{
 
#p-tb{
  display : none;
+
  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;
 
.columns3 { -webkit-column-count:3; /* Chrome, Safari, Opera */ -moz-column-count:3; /* Firefox */ column-count:3;
 
}
 
}

Latest revision as of 23:43, 31 August 2015

/* 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; }