MediaWiki:Common.css: Difference between revisions

From Gardenology.org - Plant Encyclopedia and Gardening wiki
Jump to navigation Jump to search
Created page with 'CSS placed here will be applied to all skins: .collapseButton { 'show'/'hide' buttons created dynamically by the: float: right; /* CollapsibleTables JavaScri…'
 
No edit summary
 
Line 6: Line 6:
text-align: right;
text-align: right;
width: auto;
width: auto;
}
/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
/* Deprecated, see: https://en.wikipedia.org/wiki/Wikipedia:HiddenStructure */
.hiddenStructure {
  display: none;
  speak: none;
}
}

Latest revision as of 23:46, 12 May 2025

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

.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}


/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
/* Deprecated, see: https://en.wikipedia.org/wiki/Wikipedia:HiddenStructure */
.hiddenStructure {
   display: none;
   speak: none;
}