Difference between revisions of "MediaWiki:Common.css"
(Created page with "→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": /*...") |
|||
| Line 8: | Line 8: | ||
.hoverbox:hover .hoveritem { display:inline-block; } | .hoverbox:hover .hoveritem { display:inline-block; } | ||
.hoverbox:hover .hoveritem.selected { display:none; } | .hoverbox:hover .hoveritem.selected { display:none; } | ||
| + | |||
| + | body { | ||
| + | |||
| + | background-color: #F0F0F0; | ||
| + | |||
| + | } | ||
Revision as of 21:41, 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; }
body {
background-color: #F0F0F0;
}