MediaWiki:Common.css

From Tales of Yore
Revision as of 17:12, 31 May 2023 by Kevglass (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.

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

.toc {    
    border: 2px solid black;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    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-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);
}

.thumbinner {
    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);
}

div.thumbinner {
    color: white;
    border: none;
    background: #7d3a32;
}

.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;
}
a.new:visited {
	color: #fff;
}
a.new {
	color: #fff;
}

.mw-parser-output a.external {
    background-image: none;
    padding-right: 0;
}

.toctogglelabel {
	color: #ff0;	
}

.vector-body .toc h2 {
	color: white;
}

.mw-content-ltr .tocnumber {
	color: white;
}

.tocnumber, .toctext  {
	color: #fff;
}

.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
	color: black;
	font-size: 1em;
}

.vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited {
	color: #fff;
	font-size: 1em;
}

.vector-menu-tabs-legacy li a {
	color: #fff;
	font-size: 1em;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
    background-image: none;
    font-size: 1em;
}
.vector-menu-tabs #ca-unwatch.icon a:hover:before, .vector-menu-tabs #ca-unwatch.icon a:focus:before {
    background-image: url('https://talesofyore.com/img/watchon.png');
}

.vector-menu-tabs #ca-unwatch.icon a:before {
    background-image: url('https://talesofyore.com/img/watchon.png');
}
.vector-menu-tabs #ca-watch.icon a:hover:before, .vector-menu-tabs #ca-watch.icon a:focus:before {
    background-image: url('https://talesofyore.com/img/watchoff.png');
}
.vector-menu-tabs #ca-watch.icon a:before {
    background-image: url('https://talesofyore.com/img/watchoff.png');
}

#mw-toc-heading {
	color: white;
}

.thumbimage {
    background-color: #ffffff;
    border: none;
}