Difference between revisions of "MediaWiki:Monobook.css"
From The Broken Dagger Wiki
| (13 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
| − | + | #content { | |
| − | background: # | + | background: #ffffcc; |
} | } | ||
| + | |||
| + | body { | ||
| + | background: #ffffcc url("http://brokendagger.closetgamers.com/menuback_2.jpg"); | ||
| + | background-repeat: no-repeat; | ||
| + | background-position: left top;} | ||
textarea { | textarea { | ||
| Line 22: | Line 27: | ||
pre { | pre { | ||
| − | |||
background-color: #ffffcc; | background-color: #ffffcc; | ||
} | } | ||
| Line 44: | Line 48: | ||
td.diff-ntitle { | td.diff-ntitle { | ||
background:#ffcccc; | background:#ffcccc; | ||
| + | } | ||
| + | .pBody { | ||
| + | background: #ffffcc; | ||
| + | } | ||
| + | |||
| + | #footer { | ||
| + | background: none; | ||
| + | } | ||
| + | .tableheaders { | ||
| + | background: #ffffcc; | ||
} | } | ||
Latest revision as of 12:25, 21 April 2006
/* edit this file to customize the monobook skin for the entire site */
#content {
background: #ffffcc;
}
body {
background: #ffffcc url("http://brokendagger.closetgamers.com/menuback_2.jpg");
background-repeat: no-repeat;
background-position: left top;}
textarea {
background: #ffffcc;
}
@media All {
head:first-child+body input {
background-color: #ffffcc;
}
}
.not-patrolled {
background-color: #ffffcc;
}
code {
background-color: #ffffcc;
}
pre {
background-color: #ffffcc;
}
#toc {
background-color:#ffffcc;
}
div.townBox {
background:#ffffcc;
}
table.diff {
background:#ffffcc;
}
td.diff-otitle {
background:#ffffcc;
}
td.diff-ntitle {
background:#ffcccc;
}
.pBody {
background: #ffffcc;
}
#footer {
background: none;
}
.tableheaders {
background: #ffffcc;
}