MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Testing new site theme :D |
Updated background as per staff discussion |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
#mw-page-base { | |||
background: transparent; | background: transparent; | ||
} | } | ||
| Line 64: | Line 64: | ||
body { | body { | ||
background: url(https://dantdm.wiki/images/thumb/ | background: url(https://dantdm.wiki/images/thumb/8/8c/DanTDMNewLab.png/800px-DanTDMNewLab.png?20250607174339) no-repeat center center fixed; | ||
-webkit-background-size: cover; | -webkit-background-size: cover; | ||
-moz-background-size: cover; | -moz-background-size: cover; | ||
Revision as of 17:46, 7 June 2025
/* All CSS here will be loaded for users of the Vector skin */
#mw-page-base {
background: transparent;
}
.vector-menu-tabs-legacy li a span {
color: white;
}
h1,h2,h3,h4 {
color:white;
}
.vector-menu-content {
margin: 0 !important;
}
.vector-menu-heading {
background: #020523;
border: 1px solid cyan !important;
color: white !important;
font-weight: 800 !important;
margin: 0 !important;
}
.vector-menu-tabs-legacy li a span {
color: white;
}
.vector-menu-tabs-legacy li, .vector-menu-dropdown {
background: #020523;
}
.vector-menu-tabs-legacy .selected {
background: #030841;
}
#right-navigation {
border-left: 1px solid cyan;
border-right: 1px solid cyan;
border-top: 1px solid cyan;
margin-right: 10px;
background: #020523
}
#left-navigation {
border-left: 1px solid cyan;
border-right: 1px solid cyan;
border-top: 1px solid cyan;
}
.mw-echo-notifications-badge {
filter: invert(1);
opacity: 1 !important;
}
.vector-user-menu-legacy #pt-anonuserpage, .vector-user-menu-legacy #pt-userpage a {
filter: brightness(10);
}
#mw-head {
background: linear-gradient(#1a3147d4, transparent 90%);
}
body {
background: url(https://dantdm.wiki/images/thumb/8/8c/DanTDMNewLab.png/800px-DanTDMNewLab.png?20250607174339) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#content {
margin-right: 10px;
background: #020523;
border: 1px solid cyan;
color: white;
}
.vector-menu-portal .vector-menu-content,
#p-personal .vector-menu-content-list,
#footer {
background-color: #020523;
border: 1px cyan solid;
}
#footer {
border:none;
outline: 1px cyan solid;
outline-offset: -2px;
margin-left: calc(10em+4);
margin-top: 10px;
margin-bottom: 10px;
padding: 0.5em 0.75em;
margin-right:10px;
}
#footer:after {
content: '';
clear: both;
display: block;
}
.portable-infobox, .portable-infobox h3, .portable-infobox h2 {
color: black;
}