MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
m Made top part of wiki transparent |
m Another test to make top of wiki transparent |
||
| Line 50: | Line 50: | ||
/* Other */ | /* Other */ | ||
#mw-head-base { | |||
background: transparent !important; | |||
} | |||
#mw-head { | #mw-head { | ||
background: transparent !important; | |||
} | } | ||
Revision as of 20:09, 6 July 2026
/* All CSS here will be loaded for users of the Vector skin */
/* Wiki appearance */
#mw-panel,
#p-logo,
#p-navigation,
#p-navigation .pBody,
#p-tb,
#p-tb-label,
#p-tb .body,
#p-search,
#p-search .pBody,
#p-cactions,
#p-cactions h3,
#p-pageoptions,
#p-pageoptions h3,
#p-personal,
#p-personal h3,
#vector-sitenotice-container {
background-color: #171613;
font-family: "Roboto Mono", sans-serif;
}
/* Text */
.vector-menu {
font-family: 'Roboto Mono', monospace !important;
font-weight: 400;
font-style: normal;
}
/* Wiki background image */
body {
background-image: url(https://rovali.avali.zone/images/1/11/Background_Image.png);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* SVG images */
.vector-menu-content-list {
list-style-image: initial;
fill: var(--avali-orange);
}
/* Other */
#mw-head-base {
background: transparent !important;
}
#mw-head {
background: transparent !important;
}