Difference between revisions of "MediaWiki:Common.css"
| (3 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
.hoverbox:hover .hoveritem.selected { display:none; } | .hoverbox:hover .hoveritem.selected { display:none; } | ||
| + | /* Have the sidebar match the logo There are no borders. */ | ||
| + | /* The matching color is 96A590 */ | ||
| + | /* | ||
body { | body { | ||
| − | + | background-color: #96A590; | |
| − | background-color: # | ||
| − | |||
} | } | ||
| + | */ | ||
Latest revision as of 22:04, 21 January 2015
/* CSS placed here will be applied to all skins */
/* From wget "http://en.wikibooks.org/w/index.php?title=MediaWiki:Common.css/Hoverbox.css&action=raw&ctype=text/css" */
/* Hover Box for switching the visibility of the selected item */
.hoverbox { display:inline-block; padding:0em; }
.hoverbox .hoveritem { display:none; margin:0em; padding:0em; }
.hoverbox .hoveritem.selected { display:inline-block; }
.hoverbox:hover .hoveritem { display:inline-block; }
.hoverbox:hover .hoveritem.selected { display:none; }
/* Have the sidebar match the logo There are no borders. */
/* The matching color is 96A590 */
/*
body {
background-color: #96A590;
}
*/