Blue Page
Jump to navigation
Jump to search
This page has a pale blue background.
Page Structure
<div class="BluePage"> <p>This page has a pale blue 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 BluePage. The background color for mw-body-content is changed to blue.
See Also: Green Page