The Wiki for Tale 6 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 ATITD6
Jump to navigationJump to search
(mh)
Line 8: Line 8:
 
text-align: right;
 
text-align: right;
 
width: auto;
 
width: auto;
}
 
.images {
 
        padding: 0px;
 
        margin: 0px;
 
 
}
 
}

Revision as of 17:22, 11 August 2010

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