A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!

MediaWiki:Vector.css

From DanTDM Wiki
Revision as of 17:46, 7 June 2025 by ScrapBlox (talk | contribs) (Updated background as per staff discussion)
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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;
}