MediaWiki:Common.css
From Usenet Big-8 Management Board
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/**<pre><nowiki>*/
table.big8Table,
table.big8TableNoWrap {
border-collapse:collapse;
padding:4px;
margin:4px;
}
table.big8Table th,
table.big8TableNoWrap th {
padding:4px;
border:1px solid black;
background:lightgray;
}
table.big8Table td,
table.big8TableNoWrap td {
padding:4px;
border:1px solid gray;
}
table.big8TableNoWrap td,
table.big8TableNoWrap th {
white-space:nowrap
}
/**</nowiki></pre>*/