MediaWiki:Common.css: Difference between revisions

From Tales of Yore
Jump to navigation Jump to search
No edit summary
No edit summary
Line 61: Line 61:
     border-bottom-width: 0;
     border-bottom-width: 0;
     border-right-width: 0;
     border-right-width: 0;
    border-image: url('https://talesofyore.com/img/border.png');
}
}

Revision as of 13:04, 31 May 2023

/* CSS placed here will be applied to all skins */
#content {
    background: #6fa430;
}

#p-logo a {
    background-size: contain;
}

#left-navigation {
    padding-top: 110px;
}

#bodyContent {
    padding-top: 60px;
}
#right-navigation {
    padding-top: 110px;
}

#mw-head {
    background: #6fa430;
    background-image: url('https://talesofyore.com/new/images/fullbanner.png');
    background-position: center;
    width: 100%;
    height: 160px;
}

body {
    background: #6fa430;
}

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


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

#p-logo {
	opacity: 0;
}

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

.adsbygoogle {
	margin-top: 20px;
}

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

.mw-body {
    border: 2px solid #f0b742;
    border-bottom-width: 0;
    border-right-width: 0;
    border-image: url('https://talesofyore.com/img/border.png');
}