MediaWiki:Vector.css: Difference between revisions

From Ro'vali Wiki
Jump to navigation Jump to search
m Another test regarding the box on the left of the screen
Cleaned up more stuff
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


/* horizontal lines */
.vector-page-titlebar::after {
    background-color: var(--color-base);
}


/* Wiki appearance */
.vector-page-toolbar-container {
    box-shadow: 0 1px var(--color-base);
}
 
 
/* BECOME DARK MODE BUT CONTINUED */


#mw-panel,
#mw-panel,
Line 20: Line 29:
#p-personal h3,
#p-personal h3,
#vector-sitenotice-container {
#vector-sitenotice-container {
     background-color: #171613;
     background-color: var(--background-color-base);
     font-family: "Roboto Mono", sans-serif;
     font-family: "Roboto Mono", sans-serif;
    border-color: var(--background-color-base);
}
}


Line 30: Line 41:
     font-weight: 400;
     font-weight: 400;
     font-style: normal;
     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;
}
}


Line 49: Line 50:
}
}


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


#mw-panel {
/* Unused stuff */
 
/* Navigation panel (UNUSED) */
/*#mw-panel {
padding-left: 0;
padding-left: 0;
margin-left: 0.5em;
margin-left: 0.5em;
margin-top: 5em;
margin-top: 5em;
}
}*/


/* Other */


#mw-page-base {
/* Wiki background image (UNUSED) */
background-color: var(--background-color-base);
/*body {  
background-image: none;
    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;
}*/

Revision as of 23:11, 8 July 2026

/* All CSS here will be loaded for users of the Vector skin */

/* horizontal lines */
.vector-page-titlebar::after {
    background-color: var(--color-base);
}

.vector-page-toolbar-container {
    box-shadow: 0 1px var(--color-base);
}


/* BECOME DARK MODE BUT CONTINUED */

#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: var(--background-color-base);
    font-family: "Roboto Mono", sans-serif;
    border-color: var(--background-color-base);

}

/* Text */

.vector-menu {
	font-family: 'Roboto Mono', monospace !important;
    font-weight: 400;
    font-style: normal;
}

/* SVG images */

.vector-menu-content-list {
    list-style-image: initial;
    fill: var(--avali-orange);
}


/* Unused stuff */

/* Navigation panel (UNUSED) */
/*#mw-panel {
	padding-left: 0;
	margin-left: 0.5em;
	margin-top: 5em;
}*/


/* Wiki background image (UNUSED) */
/*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;
}*/