Difference between revisions of "MediaWiki:Monobook.css"
From Chibisan Date Wiki
| 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- | + | 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;
}