MediaWiki:Gadget-ResponsiveDesktop.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content deleted Content added
moving
moved here
Line 3: Line 3:
body {
body {
background:#8CCC6D;
background:#8CCC6D;
}

.mw-body, body.skin--responsive .pBody {
border:1px solid #007500;
}

.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
border-color: #007500;
}

textarea {
border-color: #007500;
}
}