Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
body { | body { | ||
background-color:#ccc0c0; | background-color:#ccc0c0; | ||
+ | } | ||
+ | #mw-page-base { | ||
+ | background-image: linear-gradient(to bottom,#ffffff 50%,ccc0c0 100%); | ||
} | } |
Revision as of 02:40, 22 December 2023
/* CSS placed here will be applied to all skins */
body {
background-color:#ccc0c0;
}
#mw-page-base {
background-image: linear-gradient(to bottom,#ffffff 50%,ccc0c0 100%);
}