Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Rre36-admin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: body { background-color: #ddd !important; } .vector-menu-tabs .selected { background: #ddd !important; } .vector-men...") |
Rre36-admin (talk | contribs) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | /* | ||
body { | body { | ||
background-color: #ddd !important; | background-color: #ddd !important; | ||
| Line 9: | Line 10: | ||
background-image: linear-gradient(to top,#77c1f6 0,#c7dce7 1px,#ddd 100%) !important; | background-image: linear-gradient(to top,#77c1f6 0,#c7dce7 1px,#ddd 100%) !important; | ||
} | } | ||
| + | */ | ||
Revision as of 18:08, 27 March 2021
/* CSS placed here will be applied to all skins */
/*
body {
background-color: #ddd !important;
}
.vector-menu-tabs .selected {
background: #ddd !important;
}
.vector-menu-tabs li {
background-image: linear-gradient(to top,#77c1f6 0,#c7dce7 1px,#ddd 100%) !important;
}
*/