Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Wolf109909 (talk | contribs) |
Wolf109909 (talk | contribs) |
||
| Line 11: | Line 11: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: 1px 100%; | background-size: 1px 100%; | ||
} | |||
.vector-menu-tabs li { | |||
background-image: url(/build/journeywiki/skins/Vector/resources/skins.vector.styles/images/tab-normal-fade.png?1cc52); | |||
background-image: linear-gradient(to top,#b28550 0,#b28550 1px,#e3cd93 1%); | |||
background-position: left bottom; | |||
background-repeat: repeat-x; | |||
float: left; | |||
display: block; | |||
height: 100%; | |||
margin: 0; | |||
padding: 0; | |||
line-height: 1.125em; | |||
white-space: nowrap; | |||
} | } | ||
Revision as of 05:42, 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%;
}
.vector-menu-tabs li {
background-image: url(/build/journeywiki/skins/Vector/resources/skins.vector.styles/images/tab-normal-fade.png?1cc52);
background-image: linear-gradient(to top,#b28550 0,#b28550 1px,#e3cd93 1%);
background-position: left bottom;
background-repeat: repeat-x;
float: left;
display: block;
height: 100%;
margin: 0;
padding: 0;
line-height: 1.125em;
white-space: nowrap;
}