MediaWiki:Common.css: Difference between revisions

From Tales of Yore
Jump to navigation Jump to search
No edit summary
No edit summary
Line 143: Line 143:


a:visited {
a:visited {
color: #fff;
}
a.extiw:visited, .mw-parser-output a.external:visited {
color: #fff;
}
a.extiw:visited, .mw-parser-output a.external {
color: #fff;
color: #fff;
}
}

Revision as of 13:34, 31 May 2023


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

#mw-page-base {
    background: #6fa430;
}
#p-logo a {
    background-size: contain;
}

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

#firstHeading {
    padding-top: 110px;
}

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

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

#p-namespaces {
	margin-left: 10px;
}

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-width: 8px;
    border-bottom-width: 0;
    border-right-width: 0;
    border-image: url('https://talesofyore.com/img/border.png') 32;
}


element.style {
}
.vector-body p {
    margin: 0.5em 0;
}
p {
    margin: 0.4em 0 0.5em 0;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.mw-content-ltr {
    direction: ltr;
}

.vector-body { 
	font-size: 1em;
}

#footer {
	border-top: 8px solid;
    border-image: url(https://talesofyore.com/img/border.png) 32;
    margin-left: 0px;
}

li.gallerybox div.thumb {
	background: none;
}

.vector-menu-portal {    
	margin-bottom: 10px;
    border: 2px solid black;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #7d3a32;
    box-shadow: 0 4px 0 #955956 inset, 0 -4px 0 0 #662b1b inset, 2px 2px 1px rgba(0,0,0,0.5);
}

.vector-menu-heading-label {
	font-weight: bold;
	color: white;
	font-size: 1em;
}

.vector-menu-portal .vector-menu-content li a {
    color: #ffff00;
}

.vector-menu-portal .vector-menu-content li a:visited {
    color: #ffff00;
}

a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a.extiw:visited, .mw-parser-output a.external:visited {
	color: #fff;
}
a.extiw:visited, .mw-parser-output a.external {
	color: #fff;
}