MediaWiki:Common.css

From Tales of Yore
Revision as of 13:23, 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: 1.5em;
}