Difference between revisions of "MediaWiki:Monobook.css"
From The Broken Dagger Wiki
| Line 22: | Line 22: | ||
pre { | pre { | ||
| − | |||
background-color: #ffffcc; | background-color: #ffffcc; | ||
} | } | ||
Revision as of 20:16, 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;
}