To get rid of this ad please Sign up/Login.
MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.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;
}
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
/* Wikitable (collapsible) class for skinning normal tables */
.collapsible { border: 0px solid black; }
.collapsible th, .collapsible td { border: 1px solid black; }
/* Set colours for all header cells in the top row */
.collapsible th[scope=col] { color: Black; background-color: #C0C0C0; font-size: 1.2em; font-style: bold;}
.collapsible th[scope=row] { color: black; background-color: #E6E6E6; }
.collapsible th[scope=row]
{
font-size: 1em;
}