MediaWiki:Common.css
Jump to navigation
Jump to search
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-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%) fixed;
background-color: rgb(104,88,255);
}
.vectorTabs, #mw-head .vectorMenu h3 {
background-image: none;
}
#mw-page-base {
background: transparent;
}
.mw-body, .parsoid-body {
background-color: white;
}
.vectorTabs ul li {
background: #FF7266;
}
.vectorTabs span {
background-image: none;
border-left: none; /*1px solid rgb(255,164,113);*/
border-right: none; /* 1px solid rgb(255,164,113);*/
}
pre, .mw-code {
background-color: #FDF0EC;
}
.vectorTabs li.selected span {
border: none;
}
.vectorTabs li.selected {
background-image: none;
background-color: white;
}
.vectorTabs li a {
color: white;
}
.vectorTabs li a:visited {
color: #FDF0EC;
}
.vectorTabs li.new a, .vectorTabs li.new a:visited {
color: #F05C6C;
}
#p-logo {
padding-top: 0.5em;
}
#mw-panel .portal .body li a {
color: #6B4A79;
}
#mw-panel .portal .body li a:visited {
color: #1C2853;
}
a.new, #p-personal a.new {
color: #F05C6C;
}
a {
color: #6B4A79;
}