Difference between revisions of "MediaWiki:Common.css"
Line 11: | Line 11: | ||
body { | body { | ||
− | background-color: # | + | background-color: #666666; |
} | } |
Revision as of 21:49, 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: #666666; }