Green Page
Jump to navigation
Jump to search
This page has a pale green background.
Page Structure
<div class="GreenPage"> <p>This page has a pale green background.</p> ... other content </div>
CSS
The following classes have been added to MediaWiki:Common.css:-
.BluePage { color: #9900CC; } /* Purple text on blue background */
.GreenPage { color: #000099; } /* Blue text on green background */
.mw-body-content:has(.BluePage) { background-color: #E6F5FF; }
.mw-body-content:has(.GreenPage) { background-color: #E6FFF2; }
The MediaWiki class mw-body-content is the container and this page has the class GreenPage. The background color for mw-body-content is changed to green.
See Also: Blue Page