MediaWiki:Vector.css: Difference between revisions

From Ro'vali Wiki
Jump to navigation Jump to search
m Test to make footer reach bottom of page
Tag: Reverted
m Undo revision 1378 by AvaliProtodragon (talk)
Tag: Undo
Line 47: Line 47:
     list-style-image: initial;
     list-style-image: initial;
     fill: var(--avali-orange);
     fill: var(--avali-orange);
}
/* Footer */
.mw-footer {
margin-bottom: 0;
}
}

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