MediaWiki:Skinoribluedi.css
From SDA Knowledge Base
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
/*
* Table styles
*/
table.wikitable {
border: 1px solid #000080;
margin-bottom: .5em;
border-collapse: collapse;
background-color: #000020;
}
table.wikitable th, table.wikitable td {
border: 1px solid #000080;
vertical-align: top;
padding: 2px;
}
table.wikitable td {
color: #a38d71;
}
table.wikitable th {
text-align: center;
font-weight: bold;
color: #87ceeb;
background: #000080;
}
table.wikitable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
font-size: 1.1em;
}
/*
* Templates
*/
.contents {
float: right;
padding: 5px;
margin: 0 0 .5em 1em;
border: 1px solid #000080;
background-color: #000020;
}