You are not logged in. Please log in to get the full benefit of SpongePedia.
For further questions go to SpongePedia:Contents !
MediaWiki:Common.css
From SpongePedia, the First SpongeBob Wiki.
(Difference between revisions)
(Created page with "- →CSS placed here will be applied to all skins: table.collapsed tr.collapsable { display: none; } .collapseButton { /* 'show'/'hide' buttons created dynamically by the *...") |
Revision as of 08:34, 28 January 2011
/* CSS placed here will be applied to all skins */
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;
}