Difference between revisions of "MediaWiki:Vector.css"

From Animal Crossing Mods Wiki
(resizing logo)
 
(changing background color + text adjustments)
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 */


/* Main body adjustments */
.mw-wiki-logo {
.mw-wiki-logo {
     background-image: url(/images/logos/acmods.png?9a2e7);
     background-image: url(/images/logos/acmods.png?9a2e7);
     background-size: 150px;
     background-size: 150px;
}
body {
    background: #ECAF70;
    font-family: 'Open Sans',sans-serif !important;
}
#mw-page-base {
    background: transparent !important;
}
/* 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;
}
}

Revision as of 03:58, 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: #ECAF70;
    font-family: 'Open Sans',sans-serif !important;
}

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

/* 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;
}