MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 106: | Line 106: | ||
} | } | ||
.vector-menu a[href]:link, .vector-menu a[href]:visited { | .vector-menu.vector-menu-portal a[href]:link, .vector-menu.vector-menu-portal a[href]:visited { | ||
color: white; | color: white; | ||
transition: color 150ms ease, opacity 150ms ease; | transition: color 150ms ease, opacity 150ms ease; | ||
} | } | ||
.vector-menu a[href]:hover { | .vector-menu.vector-menu-portal a[href]:hover { | ||
opacity: 0.7; | opacity: 0.7; | ||
} | } | ||
.vector-menu a[href]:active { | .vector-menu.vector-menu-portal a[href]:active { | ||
opacity: 0.9; | opacity: 0.9; | ||
} | } |
Revision as of 03:21, 11 July 2023
/* 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);
}
html, body {
height: auto;
min-height: 100%;
}
.vectorTabs, #mw-head .vectorMenu h3 {
background-image: none;
}
#mw-page-base {
background: transparent;
}
.mw-body, .parsoid-body {
background-color: white;
}
.mw-body {
border-color: rgb(104,88,255);
}
.vectorTabs ul li {
background: #293590;
}
.vectorTabs span {
background-image: none;
border-left: none;
border-right: none;
}
pre, .mw-code {
background-color: #F0F0F2;
}
.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: #F0F0F2;
}
.vectorTabs li.new a, .vectorTabs li.new a:visited {
color: #5E7EFF;
}
#p-logo {
padding-top: 0.5em;
}
#mw-panel .portal .body li a {
color: white;
}
#mw-panel .portal .body li a:visited {
color: #E0E1E4;
}
a.new, #p-personal a.new {
color: #F05C6C;
}
a {
color: white;
}
a:visited {
color: #F0F0F2;
}
.mw-parser-output a.external {
color: #D15E54;
}
#content a {
color: #5E7EFF;
text-decoration: underline;
}
#content a:visited {
color: #192369;
}
#content a.new {
color: #D15E54;
}
#footer ul li,
#mw-panel .portal h3,
.vectorMenu h3 span {
color: #F0F0F2;
}
.vector-menu.vector-menu-portal a[href]:link, .vector-menu.vector-menu-portal a[href]:visited {
color: white;
transition: color 150ms ease, opacity 150ms ease;
}
.vector-menu.vector-menu-portal a[href]:hover {
opacity: 0.7;
}
.vector-menu.vector-menu-portal a[href]:active {
opacity: 0.9;
}