MediaWiki:Vector.css: Difference between revisions

From Ro'vali Wiki
Jump to navigation Jump to search
m another test regarding box on left side of screen guh
m Another test regarding the box on the left of the screen
Line 52: Line 52:


#mw-panel {
#mw-panel {
padding-left: 0;
margin-left: 0.5em;
margin-left: 0.5em;
margin-top: 5em;
margin-top: 5em;

Revision as of 20:40, 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);
}

/* Navigation panel (left side box thingy) */

#mw-panel {
	padding-left: 0;
	margin-left: 0.5em;
	margin-top: 5em;
}

/* Other */

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