MediaWiki:Common.css: Difference between revisions

From Grotto Beasts
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 01:09, 21 March 2023

/* CSS placed here will be applied to all skins */

body {
background: #0A0523 url("/wiki/resources/assets/GBSiteBackground.png") no-repeat fixed center center / cover;
}

.mediawiki #content {

background-color: rgba(209,248,255,0.67);

}

div#mw-panel {
margin-top: 11em;
background-color: rgba(209,248,255,0.67);
}

#p-logo {
    margin-top: -11em;

}

.mw-wiki-logo {
object-fit: contain;
}


#mw-page-base {
background-color: unset;
background-image: unset;
}

a {
color: #0b0080;
}

a:visited {
color: #1f0080;
}

.mw-footer {
    background: rgba(0,0,0,0.67) none repeat scroll 0% 0%;
    width: 100%;
    padding: 0px !important;
    bottom: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #C2C8CF;
    margin-bottom: 0px !important;
    margin-top: auto;
}

.mw-footer li {
    color: unset;
}

.mw-footer ul {
    padding-left: 190px;
    padding-right: 15px;
}

.mw-footer a {
    color: white;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
    background: none;
    background-image: none;
    background-size: 0px;
}

.vector-menu-tabs-legacy .selected {
    background: none;
}

.vector-menu-tabs-legacy li {
    background: none;
    background-image: none;
}

.vector-menu-tabs-legacy a {
    background: none;
    background-image: none;
}

#footer-icons {
    float: unset;
    margin-right: 0.5em;
}

#footer-icons li {
    float: unset;
    margin-right: 0.5em;
}

.res-img img {
	max-width:100%;
	height:auto;
}