MediaWiki:Vector.css: Difference between revisions

From Ro'vali Wiki
Jump to navigation Jump to search
m Another test to make top of wiki transparent
m Another attempt
Line 51: Line 51:
/* Other */
/* Other */


#mw-head-base {
#mw-page-base {
    background: transparent !important;
background-color: var(--background-color-base);
}
background-image: none;
 
#mw-head {
    background: transparent !important;
}
}

Revision as of 20:14, 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-page-base {
	background-color: var(--background-color-base);
	background-image: none;
}