Monobook.css – MediaWiki
mNo edit summary |
mNo edit summary |
||
| Line 12: | Line 12: | ||
background: white; | background: white; | ||
} | } | ||
table { | |||
background-color:transparent; | background-color:transparent; | ||
} | } | ||
Revision as of 01:46, 19 December 2006
/* edit this file to customize the monobook skin for the entire site */
h1.firstHeading {
margin-top: 20px;
}
/* only normal articles have white background - test */
#content, #p-cactions li.selected a {
background: #F3F3FF;
}
.ns-0 #content, .ns-0 #p-cactions li.selected a {
background: white;
}
table {
background-color:transparent;
}