MediaWiki:Common.css
From Ghyll
(Difference between revisions)
Morbus Iff (Talk | contribs) |
Morbus Iff (Talk | contribs) |
||
| Line 6: | Line 6: | ||
#footer { | #footer { | ||
| − | height: | + | height: 28px; |
} | } | ||
Latest revision as of 09:37, 26 July 2008
/* <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> */