View source for MediaWiki:Monobook.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* Don't display some stuff on the main page */
body.page-Main_Page.action-view #lastmod,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view h1.firstHeading {
display: none !important;
}
.editsimilar {
background: #cfc;
border: 2px outset #0b0;
-webkit-border-radius: 40px 0 / 40px 0;
-moz-border-radius: 40px 0;
border-radius: 40px 0;
}
/* edit page */
div.editOptions {
background: none;
border: 1px solid #9c9;
}
000
1:0
Return to MediaWiki:Monobook.css.