MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body { background-color: #FCD5C0; } #mw-page-base { background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rg...") |
No edit summary |
||
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: | background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%); | ||
background-color: rgb(104,88,255); | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background | background: transparent; | ||
} | } | ||
.mw-body, .parsoid-body { | .mw-body, .parsoid-body { | ||
background-color: | background-color: white; | ||
} | } | ||
.vectorTabs ul li { | .vectorTabs ul li { | ||
background: # | background: #FF7266; | ||
} | } | ||
Revision as of 11:20, 2 April 2020
/* 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%);
background-color: rgb(104,88,255);
}
#mw-page-base {
background: transparent;
}
.mw-body, .parsoid-body {
background-color: white;
}
.vectorTabs ul li {
background: #FF7266;
}
.vectorTabs span {
background-image: none;
border-left: 1px solid #474773;
border-right: 1px solid #474773;
}
pre, .mw-code {
background-color: #FDF0EC;
}
.vectorTabs li.selected span {
border: none;
}
.vectorTabs li.selected {
background-image: none;
background-color: #FEF7F5;
}
.vectorTabs li a {
color: #FEF7F5;
}
.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;
}