MediaWiki:Vector.css

From Mod of Redemption Wiki
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.
/* All CSS here will be loaded for users of the Vector skin */
body {
    background: url(https://modofredemption.wiki.gg/images/c/cd/RKBackground.png) no-repeat fixed center top / cover #15121D;
}

#mw-page-base, .vector-menu-tabs .selected, .vector-menu-tabs, .frame, .vector-menu-tabs li, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
    background: none;
}

#mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

#p-personal {
    border: 1px solid #35261D;
    border-radius: 4px;
    background: #302422;
    box-shadow: 2px 2px 11px #D23A00;
}

#p-personal ul {
    padding: 5px 10px;
}

#p-personal li a, #pt-userpage a {
    color: #000000;
    font-weight: 600;
}

#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
    opacity: 1;
    filter: invert(1);
}

.vector-menu-tabs li a {
    font-weight: 600;
    font-size: .9em;
    color: #ffffff!important;
}

#p-cactions-label, .suggestions-result, .suggestions-special .special-label, .suggestions-special .special-query {
    color: #000000;
}

#p-views, #p-cactions, #p-search, #p-namespaces, #p-variants {
    margin-top: 140px;
    position: relative;
    z-index: 2;
}

.vector-menu-dropdown h3:after {
    filter: invert(1);
}

input#searchInput {
    border-color: #404040;
    background: #202020;
    color: #e0e0e0;
}

.suggestions-results, .suggestions-special {
    background: #202020;
    border-color: #404040;
    color: #e0e0e0;
}

.suggestions-special:hover, .suggestions-result-current {
    background: #FFFFFF;
}

.highlight {
    color: orange;
    font-weight: 400;
}

#content {
    box-sizing: content-box;
    border: 1px solid #D23A00;
    border-radius: 4px;
    background: #302422;
    padding: 20px;
    box-shadow: 2px 2px 11px #D23A00;
    margin-right: 5px;
    margin-top: 145px;
}

#content, h1, h2, h3, h4, h5, h6, pre, div#content table {
    color: #FFFFFF;
}

a, label.toctogglelabel {
    color: #E8B112;
}

.mw-body h1, .mw-body h2 {
    font-family: sans-serif;
}

#mw-panel {
    top: 50px;
}

#mw-panel nav {
    margin: 8px 0;
    padding: 0;
    border-radius: .3em;
    background: rgba(0,0,0,.7);
    box-shadow: inset 0 0 10px rgb(255 255 255 / 6%);
}

.portal .body li a, .vector-menu-portal .body li a {
    color: #fff!important;
    font-weight: 600;
}

.portal .body ul, .vector-menu-portal .body ul {
    margin-left: .6em;
    padding-bottom: .25em;
}

.portal h3, .vector-menu-portal h3 {
    color: #000000;
    background: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

#catlinks, #toc, .toc, .mw-warning {
    background-color: #181818;
    border-color: #080808;
}

.catlinks {
    border: 2px solid #D23A00;
    font-size: 13px;
    padding-left: 15px !important;
}

.mw-footer li {
    color: #fff;
}

/* Tables */
table.wikitable {
    background: #302422 none repeat scroll 0 0;
    border: 0 none #cccccc;
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
}

table.stwts {
    background: #302422 none repeat scroll 0 0;
    border: 1px solid #35261D ;
    border-radius: 0.7em;
    color: #FFFFFF;
    margin: 0.4em 1em 1em 0;
    padding: 0.2em;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: #302422 none repeat scroll 0 0;
    text-align: left;
}

table.stwts > tr > th,
table.stwts > * > tr > th {
    background: #302422;
    color: #AD7F47;
    padding: 0.2em;
    text-align: center;
}

table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border-color: -moz-use-text-color -moz-use-text-color #aaaaaa;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding: 0.2em 0.4em;
}

.stwts td {
    padding: 0.2em;
    text-align: center;
}

.terraria th, .terraria td {
    padding: 0.2em;
}

.terraria th {
    background: #5e4f4b none repeat scroll 0 0;
    color: #fff;
    text-align: center;
}

.terraria caption {
    font-weight: bold;
}

/* Auto line separators for tables */
table.lined td {
	border-bottom:1px #D23A00 solid;
}
table.lined tr:last-of-type td {
	border-bottom:0;
}
table tr.bottomline:last-of-type td {
	border-bottom:0;
}
table tr.bottomline td {
	border-bottom:1px #D23A00 solid;
}
table tr.topline td {
	border-top:1px #D23A00 solid;
}
/* ------------------ */

/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: #D23A00;
     padding:0.25ex 1ex 0ex;
     font-size: 95%;
}

.ambox {
    background-color: #302422;
    border-bottom-color: #D23A00;
    border-right-color: #D23A00;
    border-top-color: #D23A00;
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left:0.8em;
     margin-top:0.5em;
}

/* INFOBOXES: game or book depended color style */
/* Terraria Infobox template style */
.infobox {
   border: 1px #AAA solid;
   background-color: #1e1a17;
   color: #fff;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px #AAA solid;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
/* ------------------ */

.infoboxtable {
    background-color: #302422;
    border: 1px solid #aaaaaa;
    color: #FFFFFF;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: auto;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: #302422;
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    padding: 0em;
}

.wikitable td {
    background: #331700;
}

.wikitable th {
    background: #421800 !important;
    text-align: center !important;
}

.wikitable td a:link {
    color:#0cdfee;
}

#mw-head a:link,
#mw-head a:visited:not(.new) {
    color: white;
}

#mw-head li.new a:link,
#mw-head li.new a:visited {
    color: red !important;
}

ul {
    list-style-image:none
}

.vector-menu-dropdown .vector-menu-content {
    background-color: #302422;
}

a {
  color: #E8B112;
}

a:visited {
  color: #D23A00;
}

a.new {
    color: red;
}

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

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