MediaWiki:Common.css
Revision as of 06:06, 6 June 2021 by Wolf109909 (talk | contribs)
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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,#b28550 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;
}
.mw-body, .parsoid-body {
background-color: #ddc386;
color: #202122;
direction: ltr;
padding: 1em;
}
.toc, .mw-warning, .toccolours {
border: 1px solid #a77744;
background-color: #ead6a1;
padding: 5px;
font-size: 95%;
}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
color: #202122;
text-decoration: none;
background-color: rgb(218 190 127 / 80%)
}