Difference between revisions of "MediaWiki:Monobook.css"

From Animal Crossing Mods Wiki
(changing monobook tabs and footer stuff)
m (changing personal part)
Line 135: Line 135:
     background-color: #E7E0C3;
     background-color: #E7E0C3;
     border-radius: 5em;
     border-radius: 5em;
}
/* Personal bar changes */
#p-personal li a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #b99b43;
    transition: color 1s;
}
#p-personal li a {
    color: #796732;
}
}

Revision as of 18:00, 21 September 2021

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

/* Main skin 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);
        background-size: auto;
    font-family: 'Open Sans',sans-serif !important;
    background-size: 350px;
}
.mw-body {
    background-color: #ECE6CC;
    border: none;
    border-right-width: 0;
    box-shadow: 0 0.22em 0.9em 0.1em #805216;
    border-radius: 2em;
    border: none;
    margin-top: 3.5em;
}

/* Header changes */
.firstHeading {
	font-family: 'Varela Round',sans-serif;
	color: #805216;
}

h1, h2 {
    border-bottom: 2px dashed #805216;
}

/* Sidebar changes */
.pBody {
    border: none !important;
    border-radius: 2em;
    background-color: #ECE6CC;
}
.portlet h3 {
    font-weight: normal;
    font-size: 1em;
    background-color: #805216;
    justify-content: center;
    display: flex;
    padding: 0.5em 0;
    text-align: center;
    transition: color 0.3s,background-color 0.3s;
    box-sizing: inherit;
    color: #fff !important;
    margin: 0;
    margin-bottom: 0px;
    border-radius: 10em;
    font-family: 'Varela Round',sans-serif;
    box-shadow: rgb(89,75,62) 0px 3px 0px 0px;
    margin-bottom: 5px;
    border-bottom: none;
    text-transform: unset;
}

/* Search input */
#searchInput {
    background-color: #fdfbe6;
    color: #7c7056;
    border-radius: 2em;
    font-family: 'Varela Round',sans-serif;
    border: none;
}
#searchButton {
    font-weight: bold;
    border-radius: 5em;
    font-family: 'Varela Round',sans-serif !important;
    background-color: #03B2AB;
    border: none;
    padding: 0.25em 0.5em;
    color: #fff;
}
input.searchButton {
	border-radius: 5em;
    font-family: 'Varela Round',sans-serif !important;
    background-color: #03B2AB;
    border: none;
    padding: 0.25em 0.5em;
    color: #fff;
}
#searchButton:hover, input.searchButton:hover {
	background-color: #0D9B95;
}
#searchButton:active, input.searchButton:active {
	background-color: #216663;
}

/* Monobook tabs */
#p-cactions li.selected {
    border-color: transparent;
}
#p-cactions li.selected a {
    z-index: 3;
    background: #F6F6DF;
    background-image: none;
    border-radius: 5em;
    color: #F39802;
}
#p-cactions li a {
	z-index: 3;
    background: #F6F6DF;
    background-image: none;
    border-radius: 5em;
    color: #53524D;
    text-transform: unset;
}
#p-cactions li a:hover {
	z-index: 3;
    background: #FFF;
    background-image: none;
    border-radius: 5em;
}
#p-cactions li {
    border: none;
    margin: 0 0.5em 0 0;
    padding: 0 0 1em 0;
    overflow: visible;
    background: none;
    border-color: transparent;
}

/* Footer & category */
.mw-footer {
    background-color: #ECE6CC;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 0.22em 0.9em 0.1em #805216;
}
.catlinks {
    background-color: #E7E0C3;
    border-radius: 5em;
}

/* Personal bar changes */
#p-personal li a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #b99b43;
    transition: color 1s;
}
#p-personal li a {
    color: #796732;
}