MediaWiki:Monobook.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(add ZD colors)
(No difference)

Revision as of 00:28, January 21, 2020

/* CSS placed here will affect users of the MonoBook skin */

/* Green background */
body {
	background-color: #253125;
	background-image: none;
}
#globalWrapper {
	background-image: none;
}

/* Beige foreground */
#content, #sidebar .portlet, #sidebar .pBody, #p-cactions li a, #p-cactions li > a {
	background-color: #FBF0D4;
}

/* White text on dark background */
div#p-personal a {
	color: #ffffff;
}