Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Wolf109909 (talk | contribs) |
Wolf109909 (talk | contribs) |
||
| Line 5: | Line 5: | ||
#mw-head { | #mw-head { | ||
background-color:#ddc385 | background-color:#ddc385 | ||
} | |||
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { | |||
background-image: url(/build/journeywiki/skins/Vector/resources/skins.vector.styles/images/tab-separator.png?09d4b); | |||
background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#dec486 100%); | |||
background-repeat: no-repeat; | |||
background-size: 1px 100%; | |||
} | } | ||
Revision as of 05:29, 6 June 2021
/* CSS placed here will be applied to all skins */
body{
background-color:#ddc385
}
#mw-head {
background-color:#ddc385
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
background-image: url(/build/journeywiki/skins/Vector/resources/skins.vector.styles/images/tab-separator.png?09d4b);
background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#dec486 100%);
background-repeat: no-repeat;
background-size: 1px 100%;
}