Difference between revisions of "MediaWiki:Vector.css"

From Animal Crossing Mods Wiki
m (changing category look.)
(adjusting colors of vector tab)
Line 8: Line 8:


body {
body {
     background: #ECAF70;
     background: url(https://acmods.org/images/7/7e/ACMods_Background.png);
     font-family: 'Open Sans',sans-serif !important;
     font-family: 'Open Sans',sans-serif !important;
    background-size: 350px;
}
}


Line 26: Line 27:


/* Vector tabs */
/* Vector tabs */
.vector-menu-tabs li, .vector-menu-tabs li.selected, .vector-menu-dropdown {
.vector-menu-tabs li, .vector-menu-dropdown, .vector-menu-tabs li.selected {
     background: #F5F7E1;
     background: #F6F6DF;
     background-image: none;
     background-image: none;
border-radius: 5em;
border-radius: 5em;
margin: -4px 1px 0 -9px;
margin: -4px 1px 0 -9px;
line-height: 0.7em;
}
}


Line 41: Line 43:
}
}


.vector-menu-tabs .selected a {
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
     color: #F9CC65;
    color: #F39802;
}
 
.vector-menu-tabs li a, .vector-menu-dropdown h3 {
     color: #53524D;
}
}



Revision as of 05:08, 20 September 2021

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

/* Main body adjustments */
.mw-wiki-logo {
    background-image: url(/images/logos/acmods.png?9a2e7);
    background-size: 150px;
}

body {
    background: url(https://acmods.org/images/7/7e/ACMods_Background.png);
    font-family: 'Open Sans',sans-serif !important;
    background-size: 350px;
}

#mw-page-base {
    background: transparent !important;
}

.mw-body {
	background-color: #ECE6CC;
    margin-top: -1px;
    border: none;
    border-right-width: 0;
    box-shadow: 0 0.22em 0.9em 0.1em #805216;
    border-radius: 2em;
}

/* Vector tabs */
.vector-menu-tabs li, .vector-menu-dropdown, .vector-menu-tabs li.selected {
    background: #F6F6DF;
    background-image: none;
	border-radius: 5em;
	margin: -4px 1px 0 -9px;
	line-height: 0.7em;
}

#left-navigation {
    margin-left: 11.5em !important;
}

.vector-menu-tabs, .vector-menu-tabs .selected, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3  {
    background: none;
}

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
    color: #F39802;
}

.vector-menu-tabs li a, .vector-menu-dropdown h3 {
    color: #53524D;
}

/* Text headers */
h1, h2 {
    border-bottom: 2px dashed #805216;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    margin-bottom: 0.25em;
    padding: 0;
    font-family: 'Varela Round',sans-serif;
    line-height: 1.3;
    color: #805216;
}

/* Categories */
.catlinks {
    background-color: #E7E0C3;
    border-radius: 5em;
}