Difference between revisions of "MediaWiki:Common.css"

From LPOD
Jump to: navigation, search
 
Line 11: Line 11:
 
/* Have the sidebar match the logo  There are no borders. */
 
/* Have the sidebar match the logo  There are no borders. */
 
/* The matching color is 96A590 */
 
/* The matching color is 96A590 */
 +
/*
 
body {
 
body {
     background-color: #969696;
+
     background-color: #96A590;
 
}
 
}
 +
*/

Latest revision as of 23: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;
}
*/