MediaWiki:Common.css
From Ghyll
Revision as of 09:37, 26 July 2008 by Morbus Iff (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
- Konqueror: Click Reload or press F5
- Opera: Clear the cache in Tools → Preferences
/* <pre><nowiki> Any CSS here will be loaded for all users on every page load. */
body {
background: #f5fcf5 url(sites/gamegrene.com.wiki/images/background.jpg) 0 0 no-repeat;
}
#footer {
height: 28px;
}
table.ghyllidx {
border: 1px;
margin-left: 5px;
margin-right: 5px;
padding: 1px;
}
table.ghyllidx th {
background-color: rgb(248,248,248);
border: 1px solid rgb(196,196,196);
}
table.ghyllidx tr, table.ghyllidx td {
border: 1px solid rgb(235,235,235);
border-top: 0px;
font-size: 1em;
}
tr.even td {
background-color: #edf3fe;
} /* automated DOM table row manips. */
.oog {
background-color: #fcf;
display: inline;
}
/* </nowiki></pre> */