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
(New page: →‎CSS placed here will be applied to all skins: .portlet h5 { text-transform: none; })
 
Line 2: Line 2:
 
.portlet h5 {
 
.portlet h5 {
 
         text-transform: none;
 
         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;
 
}
 
}

Revision as of 18:30, 5 November 2009

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