MediaWiki:Monobook.css
From A look inside The Link @ wiki
Revision as of 13:53, 8 February 2008 by TitoDalCanton (Talk | contribs)
Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Monobook skin */
/* this is for tables describing data structures */
table.structure {
border: 1px solid black;
background: #ffa;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
table.structure tr td {
text-align: left;
font-style: oblique;
padding-top: 0;
padding-bottom: 0;
}
table.structure tr td:first-child {
text-align: right;
font-style: normal;
color: #622;
}
table.structure tr td.comment {
text-align: left;
font-style: normal;
color: #008;
}