MediaWiki:Common.css
From Ghyll
(Difference between revisions)
Morbus Iff (Talk | contribs) |
Morbus Iff (Talk | contribs) |
||
| Line 2: | Line 2: | ||
body { | body { | ||
| − | background: #f5fcf5 url(sites/ | + | background: #f5fcf5 url(sites/gamegrene.com.wiki/images/background.jpg) 0 0 no-repeat; |
} | } | ||
Revision as of 12:28, 5 June 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: 18px;
}
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> */