Difference between revisions of "MediaWiki:Monobook.css"
From The Broken Dagger Wiki
| Line 12: | Line 12: | ||
background-color: #ffffcc; | background-color: #ffffcc; | ||
} | } | ||
| + | } | ||
| + | .not-patrolled { | ||
| + | background-color: #ffffcc; | ||
| + | } | ||
| + | |||
| + | code { | ||
| + | background-color: #ffffcc; | ||
| + | } | ||
| + | |||
| + | pre { | ||
| + | color: Yellow; | ||
| + | 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; | ||
} | } | ||
Revision as of 20:15, 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 {
color: Yellow;
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;
}