Difference between revisions of "MediaWiki:Monobook.css"
From The Broken Dagger Wiki
| Line 43: | Line 43: | ||
td.diff-ntitle { | td.diff-ntitle { | ||
background:#ffcccc; | background:#ffcccc; | ||
| + | } | ||
| + | .pBody { | ||
| + | background: #ffffcc; | ||
} | } | ||
Revision as of 20:17, 17 April 2006
/* edit this file to customize the monobook skin for the entire site */
body {
background: #3F3F3F;
}
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;
}