Difference between revisions of "MediaWiki:Common.css"

From LPOD
Jump to: navigation, search
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: #969696;
     background-color: #96A590;
 
 
 
 
}
 
}

Revision as of 23:03, 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: #969696;
}