Difference between revisions of "MediaWiki:Monobook.css"

From Chibisan Date Wiki
Jump to: navigation, search
Line 5: Line 5:
 
{
 
{
 
background-image:url(http://chibisandate.kitawiki.net/images/2/2e/CDWBackground.png);
 
background-image:url(http://chibisandate.kitawiki.net/images/2/2e/CDWBackground.png);
background-repeat:repeat-y;
+
background-repeat: no-repeat;
 +
background-color: #B4923E;
 
}
 
}
 
   
 
   

Revision as of 00:21, 11 January 2021

/* CSS placed here will affect users of the Monobook skin */

/* Background image */
body
{
background-image:url(http://chibisandate.kitawiki.net/images/2/2e/CDWBackground.png);
background-repeat: no-repeat;
background-color: #B4923E;
}
 
/* Character Portal */
 
#bodyContent div.portal_charbox div.portal_inner_charbox {
	visibility: hidden;
}
#bodyContent div.portal_charbox:hover div.portal_inner_charbox {
	visibility: visible;
}