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)
 
m (fix some priority issues)
Line 6: Line 6:
background-image: none;
background-image: none;
}
}
#globalWrapper {
div#globalWrapper {
background-image: none;
background-image: none;
}
}


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

Revision as of 00:31, January 21, 2020

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

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

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

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