Slay.one Wiki
Register
No edit summary
No edit summary
Line 537: Line 537:
 
background-color: rgba(0, 0, 0, 0);
 
background-color: rgba(0, 0, 0, 0);
 
color: #262918;
 
color: #262918;
  +
margin-bottom: 2px;
 
}
 
}
   
Line 547: Line 548:
 
background-color: rgba(232,239,185,.3);
 
background-color: rgba(232,239,185,.3);
 
background-image: none;
 
background-image: none;
border-color: #262918 #262918 rgba(232,239,185,.3);
+
border-color: #262918 #262918 #a8af76;
 
border-style: solid;
 
border-style: solid;
 
border-width: 1px;
 
border-width: 1px;

Revision as of 16:08, 4 June 2018

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Slay_one_Wiki h1.firstHeading {
    display:none;
}

/* Head */
div#mw-page-base {
    background: transparent;
}

div#mw-head-base {
    background: none;
}

div#mw-head {
    background: none;
}

/* Framework */
body {
    background-color: #101010;
    background-image: url("https://slayone.gamepedia.com/media/slayone.gamepedia.com/c/cc/Backgroundart.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: #262918;
    font-family: Pixel2,volter,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* Top Tabs */
#left-navigation {
}

#right-navigation {
    margin-right: 1em;
}

div#mw-head div.vectorTabs,
div#mw-head div.vectorTabs ul,
div#mw-head div.vectorTabs ul li,
div#mw-head div.vectorTabs ul li.selected,
div#mw-head div.vectorTabs ul li:not(#ca-unwatch):not(#ca-watch) a,
div#mw-head div.vectorTabs ul li.selected a,
div#mw-head div.vectorTabs ul li span,
div#mw-head div.vectorTabs ul li.selected span {
    background: none;
}

div#mw-head div.vectorTabs li a,
div#mw-head div.vectorTabs li a:visited,
div.vectorMenu h3 span {
    color: #fff;
}

div#mw-head div.vectorTabs li a:hover,
div#mw-head div.vectorTabs li a:visited:hover {
    color: #fff;
}

div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #99a261;
    font-weight: bold;
}

div#mw-head div.vectorMenu {
    background-image: url(https://commons.gamepedia.com/media/commons.gamepedia.com/0/0b/Vector_menu_downarrow.png);
}

div#mw-head div.vectorMenu h4 {
    color: #fff;
}

div#mw-head div.vectorMenu h3,
div#mw-head div.vectorMenu h3 a {
    background: none;
}

div.vectorMenu div.menu {
    background: rgba(153,162,97,.9);
    border: solid 1px #262918;
}

div#mw-head div.vectorMenu div.menu ul {
    background: none;
    border: none;
}

div#mw-head div.vectorMenu div.menu li a,
div#mw-head div.vectorMenu div.menu li a:visited {
    color: #fff;
}

div#mw-head div.vectorMenu div.menu li a:hover,
div#mw-head div.vectorMenu div.menu li a:visited:hover {
    color: #fff;
}

div#simpleSearch {
    background: rgba(153,162,97,.9);
    border: solid 1px #262918;
    border-radius: 5px;
}

#p-search input[type="submit"] {
}

#p-search input[type="search"] {
}

#p-search input:focus {
}

/* Sidebar */
div#mw-panel {
    margin-top: 1.6em;
}

div#mw-panel div.portal,
div#mw-panel div.portal div.body {
    background-image: none;
}

div#mw-panel div.portal:not(#p-socialProfiles):not(#p-sitePromos):not(#p-claimWiki),
#mw-panel.collapsible-nav div.portal:not(#p-socialProfiles):not(#p-sitePromos):not(#p-claimWiki) {
    background: rgba(153,162,97,.9);
    border: solid 1px #262918;
    border-radius: 5px;
    margin: 0 9px 10px 0;
    padding: 0.25em 0 !important;
    width: 150px;
    margin-right: 1em;
}
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a, {
    color: #fff;
    font-weight:bold;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav div.portal h3,
#mw-panel.collapsible-nav div.portal h3 a:visited {
    color: #262918;
    font-weight: bold;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
    color: #fff;
}

div#mw-panel div.portal div.body ul li a:hover {
    color: #fff;
}

/* Link styles */
div#content a.external[href ^="https://"],
.link-https {
    background-image: url(https://slayone.gamepedia.com/media/slayone.gamepedia.com/b/b0/Lock-icon.png);
}

/* Content */
div#content {
    background: rgba(153,162,97,.9);
    border: solid 1px #262918;
    border-radius: 5px;
    color: #262918;
    margin-right: 1em;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, hr {
    color: #262918;
    border-color: #262918;
}

div#toc,
div.toc,
div.mw-warning,
ul#filetoc,
#catlinks {
    background: rgba(232,239,185,.6);
    border: solid 1px #262918;
    border-radius: 5px;
}

/* Footer */
div#footer {
    background: rgba(232,239,185,.6);
    border: solid 1px #262918;
    border-radius: 5px;
    margin-right: 1em;
    margin-top: 1em;
}

div#footer ul li {
    color: #262918;
}

div#footer a {
    font-weight: bold;
}

/* Tables */
table.wikitable {
    background: none;
    border: 1px solid #262918;
    color: #262918;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: rgba(38,41,24,.6);
    border: 1px solid #262918;
    color: #d4dba6;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    background: rgba(232,239,185,.6);
    border: 1px solid #262918;
    padding: 0.2em;
}

/* Infoboxes */
.infobox {
    background: rgba(232,239,185,.6);
    border: 1px solid #262918;
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 300px;
    clear: right;
}

.infobox table {
    background-color: #f0f0f0;
    width: 100%;
}

.infobox th {
    padding: 3px;
    text-align: left;
}

table.infobox > tr > th,
table.infobox > * > tr > th {
    padding-left: .5em;
    padding-right: .5em;
}

table.infobox > tr > td,
table.infobox > * > tr > td {
    text-align: right;
} 

.infobox th.header, .infobox th.title {
    background-color: rgba(38,41,24,.6);
    border: 1px solid #262918;
    color: #d4dba6;
    text-align: center;
}

.infobox th.title {
    font-size: 120%;
    padding: 0.5em;
}

.infobox td {
    padding: 3px;
}

.infobox td.image {
    padding: 1em;
    text-align: center;
}

.infobox.infobox-content-left  > tr > td,
.infobox.infobox-content-left  > * > tr > td {
    text-align: left;
}

/* Interface */
fieldset {
    border-color: #262918;
}

div#mw-js-message {
    background: rgba(153,162,97,.9);
    border: solid 1px #262918;
}

.mw-search-profile-tabs {
    background: rgba(153,162,97,.9);
    border: solid 1px #262918;
}

.mw-search-profile-tabs div.search-types ul li.current a {
    color: #262918;
}

fieldset#mw-searchoptions div.divider {
    border-bottom: solid 1px #262918;
}

fieldset#mw-searchoptions {
    border-color: #262918 !important;
    background: rgba(153,162,97,.9);
}

div.mw-warning-with-logexcerpt {
    border: solid 1px #262918;
}

table.mw_metadata {
    background: none;
    border: 1px solid #262918;
}

table.mw_metadata th {
    background: rgba(38,41,24,.6);
    border: 1px solid #262918;
    color: #d4dba6;
}

table.mw_metadata td {
    background: rgba(232,239,185,.6);
    border: 1px solid #262918;
}

.mw-datatable {
    background: none;
    border: 1px solid #262918;
}

.mw-datatable th {
    background: rgba(38,41,24,.6);
    border: 1px solid #262918;
    color: #d4dba6;
}

.mw-datatable td {
    background: rgba(232,239,185,.6);
    border: 1px solid #262918;
}

.mw-datatable tr:hover td {
    background: rgba(38,41,24,.1);
}

li.gallerybox {
    border-color: transparent;
}

.thumb,
div.thumbinner,
li.gallerybox div.thumb {
    background: rgba(232,239,185,.6);
    border: solid 1px #262918;
}

/* Wiki editor */
div.wikiEditor-ui {
    background: transparent;
    border: none;
}

div.wikiEditor-ui-buttons {
    background-color: transparent;
    border: none;
}

div.wikiEditor-ui-controls {
    background-color: transparent;
    border-bottom: none;
}

div.wikiEditor-ui-tabs {
    background-color: rgba(232,239,185,.3);
    border-left: 1px solid #262918;
    border-top: 1px solid #262918;
}

div.wikiEditor-ui-tabs div {
    background-color: rgba(232,239,185,.2);
    border-right: 1px solid #262918;
    border-bottom: 1px solid #262918;
}

div.wikiEditor-ui-tabs div a {
    color: #262918;
	 background: none;
}

div.wikiEditor-ui-tabs div.current {
    background-color: rgba(232,239,185,.3);
    border-bottom: 1px solid #262918;
}

div.wikiEditor-ui-tabs div.current a {
    color: #262918;
    font-weight: bold;
}

div.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid #262918;
}

div.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #262918;
}

div#wikiEditor-ui-toolbar {
    background: linear-gradient( to bottom, rgba(232,239,185,0), rgba(232,239,185,.15) 26px);
}

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #262918;
}

div.wikiEditor-ui-toolbar .group-search {
    border-left: 1px solid #262918;
    border-right: none;
}

div.wikiEditor-ui-toolbar .group .label {
    color: #262918;
}

.tab {
    border-color: transparent;
}

div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
    color: #262918;
}

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
    color: #262918;
}

div.wikiEditor-ui-toolbar .group .tool-select .label {
    color: #000; /* or any other dark colour, or change the bg to a dark colour to contrast with light text */
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(232,239,185,.2);
    border-top: 1px solid #262918;
}

div.wikiEditor-ui-toolbar .booklet .index div {
    color: #262918;
}

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(232,239,185,.3);
    color: #262918;
    font-weight: bold;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: transparent;
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #262918;
    color: #262918;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(232,239,185,.2);
    border-color: #262918;
    color: #262918;
}

div.wikiEditor-ui-toolbar .page-table th {
    color: #262918;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #262918;
    color: #262918;
}

div.wikiEditor-preview-loading {
    background-color: transparent;
}

div.wikiEditor-preview-contents {
    background-color: transparent;
    border: none;
	overflow-y: hidden;
}

div.editOptions {
    background-color: rgba(232,239,185,.3);
    border: 1px solid #262918;
	border-top: none;
}

/* Page history */
table.diff,
td.diff-otitle,
td.diff-ntitle {
    color: #262918;
}

td.diff-context {
    background: rgba(0,0,0,.1);
    color: #262918;
}

.diffchange {
    color: #262918;
}

/* Preferences */
.client-js #preftoc {
    background-color: rgba(232,239,185,.3);
    border: 0px;
}

.client-js #preftoc,
.client-js #preftoc li,  
.client-js #preferences, 
.client-js #preftoc li a {
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
    color: #262918;
    margin-bottom: 2px;
}

.client-js #preftoc li:first-child {
    margin-bottom: 1px;
    margin-left: 5px;
}

.client-js #preftoc li.selected a {
    background-color: rgba(232,239,185,.3);
    background-image: none;
    border-color: #262918 #262918 #a8af76;
    border-style: solid;
    border-width: 1px;
    color: #262918;
}

.client-js #preferences {
    background-color: rgba(232,239,185,.3);
    border: 1px solid #262918;
}

.client-js #preferences fieldset {
    border-color: #262918;
}

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

.ambox {
    background-color: #eeeeee;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    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 */
.infoboxtable {
    background-color: #f9f9f9;
    border: 1px solid #aaaaaa;
    color: #000000;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: #f9f9f9;
    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;
}

/* copyright images tweak */
.copyright-icon {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}