The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "MediaWiki:Common.css"

From A Tale in the Desert
Jump to navigationJump to search
m
 
Line 8: Line 8:
 
text-align: right;
 
text-align: right;
 
width: auto;
 
width: auto;
 +
}
 +
#mw-indicator-smw-entity-examiner {
 +
display: none;
 
}
 
}

Latest revision as of 00:11, 5 May 2021

/* CSS placed here will be applied to all skins */
.portlet h5 {
        text-transform: 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;
}
#mw-indicator-smw-entity-examiner {
	display: none;
}