Table Style Changes

From TNG_Wiki
Revision as of 16:06, 11 October 2023 by KenRoy (talk | contribs) (change {{Obsolete template to {{MWobsolete)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
MW Obsolete The collapsible and collapsed styles were removed with the MediaWiki 1.25.3 upgrade and the class="collapsible" and class="collapsed" were changed to class="mw-collapsible" and class="mw-collapsed" MW Obsolete


The following changes were made to MediaWiki:Common.css in order to allow tables to be made collapsible and/or collapsed

/* table collapsibe and collabsed class from http://www.mediawiki.org/wiki/Manual:Collapsible_tables */
table.collapsed tr.collapsable {
	display: none;
}
 
.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;
}