Smite Wiki
Register
mNo edit summary
mNo edit summary
Line 1,080: Line 1,080:
 
}
 
}
 
#n-SMITE-Wiki-Discord::before { content: "SMITE Wiki Discord:"; }
 
#n-SMITE-Wiki-Discord::before { content: "SMITE Wiki Discord:"; }
#n-SMITE-Wiki-Discord { margin-top: 10px; }
+
#n-SMITE-Wiki-Discord { margin-top: 5px !important; }
   
 
.items-overview-grid {
 
.items-overview-grid {

Revision as of 02:26, 5 March 2021

/* Classes permitting setting of alignment on desktop only or differently on desktop and mobile */
/* (See .mobileleft, .mobilecenter, .mobileright in MediaWiki:Mobile.css for the mobile equivalents */
.desktopleft {
    text-align: left;
}

.desktopcenter {
    text-align: center;
}

.desktopright {
    text-align: right;
}

/* Front page structure */
.fpbox {
    margin: 5px;
    padding: 5px;
    overflow: auto;
    width: calc(100% - 45px);
}

.fpbox.plain {
    background: transparent;
    border: none;
    box-shadow: none;
}

.fpbox .heading,
.fpbox .mainheading,
.fpbox .welcome {
    margin: 0 0 10px;
    padding: 0 0 5px;
    overflow: auto;
}

.fpbox .mainheading,
.fpbox .welcome {
    font-size: 150%;
    font-weight: bold;
}

.fpbox .heading {
    text-align: center;
    font-size: 132%;
}

.linkslabel {
    margin: 15px 5px 5px;
    padding: 0 0 5px;
}

/* Template:FP links styles */
.fplinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    text-align: center;
    font-weight: bold;
}

.fplinks.nowrap {
    flex-wrap: nowrap;
}

.fplink-outer {
    padding: 5px;
    margin: 5px;
    flex-basis: calc(10% - 10px);
    width: calc(25% - 15px);
    min-width: 115px;
    display: inline-block;
    vertical-align: middle;
}

.fplink-wide {
    flex-basis: calc(33% - 10px);
    width: calc(33% - 15px);
}

.fplink-fullwidth {
    flex-basis: 100%;
    width: calc(100% - 15px);
    font-weight: bold;
}

.fplink {
    padding: 0.5em;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: table;
}

.fplink-plain {
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.fplink-inner {
    display: table-row;
}

.fplink a {
    display: table-cell;
    vertical-align: middle;
}

.fplink img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

/* Auto-resize front page video to fit smaller columns */
.fpbox .embedvideowrap {
    width: 100%!important;
    max-width: 480px;
    margin: 0 auto;
}

.fpbox .embedvideowrap iframe {
    width: 100%!important;
}

/* Multi-column box support */
.fp-container main .columns .leftcol,
.fp-container .columns .rightcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 990px) {
    .fp-container .columns .leftcol {
        float: left;
        width: 50%;
    }

    .fp-container .columns .rightcol {
        float: right;
        width: 50%;
    }
}

.fp-section {
    display: flex;
    flex-wrap: wrap;
}

/* this CSS governs the responsive 2 column main page layout */
#fp-2column.fp-container {
    display: grid;
    grid-template-areas: "a" "b" "c";
    grid-template-columns: 100%;
}
@media screen and (min-width:990px) {
    #fp-2column.fp-container {
        grid-template-areas: "a b" "c c";
        grid-template-columns: 50% 50%;
    }
}
@media screen and (min-width:1350px) {
    #fp-2column.fp-container {
        grid-template-areas: "a b" "c b";
        grid-template-columns: auto 520px;
    }
}

#fp-top {
    grid-area: a;
}

#fp-flex {
    grid-area: b;
}

#fp-bottom {
    grid-area: c;
}

/* end responsive 2 column main page layout */

/* ******************** */
/* End main page layout */
/* ******************** */

/*!! Brown and blue windows replaced with smite-window (below)

.brown-window {
    background: url(https://static.wikia.nocookie.net/smite_gamepedia/images/7/75/Brown-window-background.png/revision/latest) repeat transparent padding-box;
    border-image: url(https://static.wikia.nocookie.net/smite_gamepedia/images/3/37/Brown-window-border.png/revision/latest) 14 repeat;
    border-width: 14px;
    border-style: solid;
    border-color: transparent;
}

.blue-window {
    background: url(https://static.wikia.nocookie.net/smite_gamepedia/images/0/01/Blue-window-background.png/revision/latest) repeat transparent padding-box;
    border-image: url(https://static.wikia.nocookie.net/smite_gamepedia/images/1/13/Blue-window-border.png/revision/latest) 18 repeat;
    border-width: 16px;
    border-style: solid;
    border-color: transparent;
}*/

.smite-window, .blue-window, .brown-window {
    background: url(https://static.wikia.nocookie.net/smite_gamepedia/images/0/01/Blue-window-background.png/revision/latest) repeat transparent padding-box;
    border-image: url(https://static.wikia.nocookie.net/smite_gamepedia/images/c/cc/SMITE-window-border.png/revision/latest) 18 repeat;
    border-width: 16px;
    border-style: solid;
    border-color: transparent;
}

/* ******************************************** */
/* Smite SPEC                                   */
/* ******************************************** */

.smite {
    background: linear-gradient(180deg, rgb(39, 43, 55) 0%, rgb(41, 41, 51) 50%, rgb(32, 32, 41) 100%);
    border: solid 2px #424c58;
    text-align: center;
    color: #d6b68f;
    font-size: 130%;
    padding: 5px;
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: .5em;
}

.smite a {
	color: #d6b68f !important;
}

.mainpage, .mainpage-left, .mainpage-right {
    border: 2px ridge #9a7952;
    padding: 7px;
    margin-bottom: 5px;
}

.mainpage {
    vertical-align: top;
}

.mainpage-left {
    margin-right: 215px;
}

.mainpage-right {
    float: right;
    clear: right;
    width: 192px;
}

.round {
   -moz-border-radius: .3em;
   -khtml-border-radius: .3em;
   -webkit-border-radius: .3em;
   border-radius: .3em;
}

.contentbox_header {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 12px;
    text-shadow: 0 1px 0 #000000;
}

.contentbox {
   -moz-border-radius: .5em;
   -khtml-border-radius: .5em;
   -webkit-border-radius: .5em;
   border-radius: .5em;
    background: #142838;
    border: 1px solid #161616;
    padding: 10px;
}

/* Infobox template style */
.infobox {
    background: rgba(5,5,7,.8);
    border: 1px solid #846531;
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 270px;
    clear: right;
}

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

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

table.infobox > tr > th,
table.infobox > * > tr > th {
    background: linear-gradient(180deg, rgba(39, 43, 55,.5) 0%, rgba(41, 41, 51,.5) 50%, rgba(32, 32, 41,.5) 100%);
    padding-left: .5em;
    padding-right: .5em;
}

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

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

.infobox th.header, .infobox th.title {
	background: linear-gradient(180deg, rgb(39, 43, 55) 0%, rgb(41, 41, 51) 50%, rgb(32, 32, 41) 100%);
	border: solid 1px #424c58;
    color: #d6b68f;
    text-align: center;
}

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

.infobox td {
    padding: 3px;
}

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

/* Image animator styling */
.animated > * {
    display: none;
}
.animated > span.active {
    display: inline;
}
.animated > div.active {
    display: block;
}

ul.tab-nav {
    margin-left: 0;
    padding-left: 1em;
    padding-right: 1em;
    border: none;
    border-bottom: solid 1px #21698c;
}

ul.tab-nav li {
    background: black;
    border: solid 1px #21698c;
    color: white;
    border-radius: .5em .5em 0 0;
	margin-bottom: -1px;
    display: inline-block;
    padding-left: .5em;
    padding-right: .5em;
}

ul.tab-nav li.active-tab-nav {
    border-bottom-color: rgba(02,16,24,1);
}

table.skillbuild {
    background: none;
    border-collapse: collapse;
    color: #21698c;
    margin: 1em;
    width: 700px;
}

table.skillbuild td, table.skillbuild th  {
    background: none;
    border: 1px solid #21698c;
    text-align: center;
    vertical-align: middle;
}

table.skillbuild tr:fist-child th:first-child {
    width:10%;
}

table.skillbuild tr:nth-child(2) th {
    width: 4%;
}

table.skillbuild tr:first-child td,
table.skillbuild tr:first-child th,
table.skillbuild tr:nth-child(2) th {
    border-top: none;
}

table.skillbuild tr:last-child td,
table.skillbuild tr:last-child th,
table.skillbuild tr:first-child th:last-child {
    border-bottom: none;
}

table.skillbuild td:first-child,
table.skillbuild th:first-child {
    border-left: none;
}

table.skillbuild td:last-child,
table.skillbuild th:last-child {
    border-right: none;
}

div.skill-tooltip-wrapper {
    display: none;
}

.skill-tooltip {
	border: solid 1px #d6b68f;
	background: linear-gradient(180deg,rgb(39,43,55) 0%,rgb(41,41,51) 50%,rgb(32,32,41) 100%);
	box-shadow: 0 0 5px 2px #d6b68f;
	width: 500px;
	padding: 1em;
	border-spacing: .5em;
	position: relative;
	z-index: 2999;
}

.skill-tooltip ul {
	list-style: none;
	margin-left: 0;
}

.skill-tooltip-header { color: #d6b68f; }
.skill-tooltip-stats { margin-left: 40px; }
.skill-tooltip-statsdesc { margin-left: 60px; }

table.skill-tooltip th {
    color: #d6b68f;
}

table.skill-tooltip td, table.skill-tooltip th {
    text-align: left;
    vertical-align: top;
}

table.skill-tooltip tr:first-child td:first-child {
    text-align: center;
    vertical-align: top;
    width: 1%;
}

.index-section {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.notice {
    background: rgba(5,5,5,.7);
    border: 1px solid #846531;
    border-left-width: 10px;
    margin: 0px 10% 1em;
}

.notice .image {
    padding: .25em 0 .25em .5em;
}

.notice .text {
    width: 100%;
    padding: .25em .5em;
}

/**************
/* Item ranks *
/**************/

.item-ranks {
    width: 500px;
}

.item-thumb:not(.rank3) {
    margin: 0 auto;
}

.item-thumb.rank3:not(:last-of-type) {
    margin-right: 70px
}

.item-thumb {
    border: 1px solid #21698c;
    text-align: center;
    width: 90px;
    padding: 5px 0;
    cursor: pointer;
}

.item-thumb > .price {
    color: #00ff00;
    margin-bottom: 5px;
}

.itemrank {
    background: rgba(0,0,0,.8);
    border: 1px solid #564322;
    width: 520px;
    margin-bottom: 1em;
    text-align: left;
}

.itemrank .name {
    color: #be871e;
    font-size: 120%;
    font-weight: bold;
}

.itemrank .cost {
    float: right;
}

.itemrank td.icon {
    width: 90px;
    vertical-align: top;
    text-align: center;
    padding: 5px 0;
}

.item-thumb.rank1 > div > img,
.itemrank.rank1 td.icon img {
    border: 1px solid #006600;
}

.itemrank.rank1 span.rank {
    color: #006600;
}

.itemrank.rank1 span.cost {
    color: #00fb00;
}

.item-thumb.rank2 > div > img,
.itemrank.rank2 td.icon img {
    border: 1px solid #006bb3;
}

.itemrank.rank2 span.rank {
    color: #006bb3;
}

.itemrank.rank2 span.cost {
    color: #2ca9fc;
}

.item-thumb.rank3 > div > img,
.itemrank.rank3 td.icon img {
    border: 1px solid #6500a8;
}

.itemrank.rank3 span.rank {
    color: #6500a8;
}

.itemrank.rank3 span.cost {
    color: #f8f901;
}

.itemrank.multirank {
    width: 250px;
    float: left;
    margin-right: 10px
}

.v-path, .v-path-split-bottom {
    border-left: 1px solid #21698c;
    width: 0;
    height: 2em;
    margin: 0 auto;
}

.v-path-split-bottom {
    height: 1em;
}

.v-path-split-top {
    border: 1px solid #21698c;
    border-top: none;
    width: 162px;
    height: 1em;
    margin: 0 auto;
}

.select-icon-wrapper {
    position: relative;
    width: 72px;
    margin: 0 auto;
}

.select-icon {
    display: none;
    position: absolute;
    box-shadow: 0 0 5px 4px rgba(219,171,33,.8) inset;
    width: 70px;
    height: 70px;
    top: 1px;
    left: 1px;
}

/*****************
/* Documentation *
/*****************/

.documentation pre {
    background: #142838;
}

/******************************
/* Prettytable (Black tables) *
/******************************/

table.wikitable > tr > td.prettytable,
table.wikitable > * > tr > td.prettytable,
table.wikitable > tr > th.prettytable,
table.wikitable > * > tr > th.prettytable,
table.wikitable > tr.prettytable > th,
table.wikitable > * > tr.prettytable > th,
table.wikitable > tr.prettytable > td,
table.wikitable > * > tr.prettytable > td,
table.wikitable.prettytable > tr > th,
table.wikitable.prettytable > * > tr > th,
table.wikitable.prettytable > tr > td,
table.wikitable.prettytable > * > tr > td {
   background: linear-gradient(180deg, rgba(39, 43, 55,.8) 0%, rgba(41, 41, 51,.8) 50%, rgba(32, 32, 41,.8) 100%);
}

/*****************
/* Tabber styles *
/*****************/

.mw-body .tabberlive {
    display: table-cell;
}

.mw-body .tabberlive .tabbertab {
    background: none;
    border-color: #846531;
}

.mw-body ul.tabbernav {
    border-color: #846531;
    padding-right: 3px;
}

.mw-body ul.tabbernav li a,
.mw-body ul.tabbernav li a:link,
.mw-body ul.tabbernav li a:visited,
.mw-body ul.tabbernav li a:hover {
    background: linear-gradient(180deg, rgb(39, 43, 55) 0%, rgb(41, 41, 51) 50%, rgb(32, 32, 41) 100%);
    border-color: #424c58;
    color: white;
    border-radius: .5em .5em 0 0;
}

.mw-body ul.tabbernav li.tabberactive a,
.mw-body ul.tabbernav li.tabberactive a:link,
.mw-body ul.tabbernav li.tabberactive a:visited,
.mw-body ul.tabbernav li.tabberactive a:hover {
    background: #684821;
    border-color: #846531;
    border-bottom-color: rgba(02,16,24,1);
}

ul.tabbernav li a {
    display: inline-flex !important;
} 

/*****************************
/* Tournament Bracket Styles *
/*****************************/

.tournament-bracket {
    font-size: 90%;
    margin: 1em 2em 1em 1em;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
}

.tournament-bracket .round-title {
    border: 1px solid #21698c;
    background-color: rgba(42, 60, 82, .7);
    text-align: center;
}

.tournament-bracket .match-bye,
.tournament-bracket .match-team,
.tournament-bracket .match-team-top,
.tournament-bracket .match-team-bottom {
    border: 1px solid #21698c;
    background: rgba(18,28,41,.7);
}

.tournament-bracket .match-bye {
    background-color: #DDDDDD;
}

.tournament-bracket .match-score,
.tournament-bracket .match-score-top,
.tournament-bracket .match-score-bottom {
    background-color: rgba(42, 60, 82, .7);
    border: 1px solid #21698c;
    text-align: center;
}

.tournament-bracket .path-top,
.tournament-bracket .path-right,
.tournament-bracket .path-bottom,
.tournament-bracket .path-left {
    border: 1px none #21698c;
}

.tournament-bracket .path-top {
    border-top-style: solid;
}

.tournament-bracket .path-right {
    border-right-style: solid;
}

.tournament-bracket .path-bottom {
    border-bottom-style: solid;
}

.tournament-bracket .path-left {
    border-left-style: solid;
}

/***************************
 * Competitive Page Layout *
 ***************************/

div#competitive-flex-layout {
    display: flex;
    clear: both;
    width: 100%;
}

div#competitive-flex-layout #left-flex-column {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

div#competitive-flex-layout #right-flex-column {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}

div#competitive-flex-layout .blue-window {
    margin: .5em;
}

div#competitive-flex-layout .blue-window .heading {
    border-bottom: solid 1px #21698c;
	line-height: 2em;
	font-size: 120%;
	font-weight: bold;
}

/* Adjust the flex layout to better fit on smaller screens */
@media ( max-width : 1700px ) {
    div#competitive-flex-layout {
        flex-wrap: wrap;
    }

    div#competitive-flex-layout #left-flex-column,
    div#competitive-flex-layout #right-flex-column {
        flex: 0 0 100%;
    }

    div#competitive-flex-layout > #right-flex-column {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #competitive-flex-layout > #right-flex-column > div {
        flex: 0 0 auto;
    }
}

/************************
 * Featured league tabs *
 ************************/

.featured-league-tabs ul.tabbernav {
    border-bottom-color: #21698c;
    padding-left: 2em;
}

.featured-league-tabs ul.tabbernav li a,
.featured-league-tabs ul.tabbernav li a:link,
.featured-league-tabs ul.tabbernav li a:visited {
    background: linear-gradient(to top, rgba(33,105,140,.15) 0%, rgba(33,105,140,0) 100%);
    background-clip: padding-box;
    border: none;
    color: #CACFD5;
}

.mw-body .featured-league-tabs ul.tabbernav li a:hover,
.mw-body .featured-league-tabs ul.tabbernav li.tabberactive a,
.mw-body .featured-league-tabs ul.tabbernav li.tabberactive a:link,
.mw-body .featured-league-tabs ul.tabbernav li.tabberactive a:visited,
.mw-body .featured-league-tabs ul.tabbernav li.tabberactive a:hover {
    background: linear-gradient(to top, rgba(33,105,140,.3) 0%, rgba(33,105,140,0) 100%);
    border-color: transparent;
    color: #ffffff;
}

.mw-body .featured-league-tabs .tabberlive {
    display: block;
}

.featured-league-tabs .tabberlive .tabbertab {
    border-color: transparent;
    background: linear-gradient(to bottom, rgba(33,105,140,.15) 0%, rgba(33,105,140,.0) 2em) transparent no-repeat;
    min-height: 2em;
    padding: 2em 2em 0;
}

.featured-league-tab {
    padding: 0;
    min-height: 494px;
    min-width: 500px;
    position: relative;
    overflow: hidden;
}

.league-tab-header {
	overflow:hidden;
}

.league-tab-logo {
    /* position: absolute; */
    top: 0;
    left: 0;
    height: 135px;
    width: 160px;
    overflow: hidden;
	text-align: center;
    float: left;
}
.league-tab-logo:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.league-tab-title {
    font-size: 150%;
    margin-left: calc(160px + .5em);
    line-height: 39px;
    padding-left: .5em;
    padding-right: .5em;
    margin-top: 24px;
    background: rgba(33,105,140,.3);
}

.league-tab-links {
    line-height: 39px;
    padding-right: 1em;
    position: absolute;
    right: 0;
    top: 24px;
}

.league-tab-links ul {
    margin: 0;
}

.league-tab-links ul li {
    display: inline-block;
    line-height: 39px;
    margin-right: .5em;
}

.league-tab-info {
    box-sizing: border-box;
    color: #aaaaaa;
    /* height: 72px; */
    margin-left: calc(160px + .5em);
    padding-left: 1em;
    padding-right: .5em;
}

.league-tab-content {
    min-height: 320px;
}

.league-tab-footer {
    height: 37px;
}

.league-tab-content .league-tab-rankings {
    position: absolute;
    top: 1em;
    left: 1em;
}

.league-tab-rankings-heading {
    font-size: 120%;
}

.news-table > tr > th,
.news-table > * > tr > th {
    font-size: larger;
    text-align: left;
}

/*****************
/* Color classes *
/*****************/

.color-bg-proceed,
table.wikitable > tr.color-bg-proceed,
table.wikitable > * > tr.color-bg-proceed,
table.wikitable > tr > td.color-bg-proceed,
table.wikitable > * > tr > td.color-bg-proceed {
    background-color: rgba(80, 201, 80, .2);
}

table.wikitable > tr.color-bg-proceed > td,
table.wikitable > * > tr.color-bg-proceed > td {
    background-color: transparent;
}

table.wikitable > tr.color-bg-proceed > th,
table.wikitable > * > tr.color-bg-proceed > th {
    background-color: rgba(255,255,255,.1);
}

.color-bg-staydown,
table.wikitable > tr.color-bg-staydown,
table.wikitable > * > tr.color-bg-staydown,
table.wikitable > tr > td.color-bg-staydown,
table.wikitable > * > tr > td.color-bg-staydown {
    background-color: rgba(253, 158, 158, .2);
}

table.wikitable > tr.color-bg-staydown > td,
table.wikitable > * > tr.color-bg-staydown > td {
    background-color: transparent;
}

table.wikitable > tr.color-bg-staydown > th,
table.wikitable > * > tr.color-bg-staydown > th {
    background-color: rgba(255,255,255,.1);
}

ul#upload-list {
    color: #000000;
}

/*************************
 * Match calendar styles *
 *************************/

.match_calendar {
    width: 100%;
}

.match_calendar td:nth-child(1) {
    width: 25%;
    text-align: left;
    padding-left: 1em;
    background: linear-gradient(to right, rgba(33,105,140,.15) 0%, rgba(33,105,140,.15) 10em, rgba(33,105,140,0) 90%);
}

.match_calendar td:nth-child(2) {
    width: 20%;
    text-align: right;
    padding-right: 3em;
    background: linear-gradient(to left, rgba(33,105,140,0) 0%, rgba(33,105,140,.15) 1em, rgba(33,105,140,.15) 10em, rgba(33,105,140,0) 90%);
}

.match_calendar td:nth-child(3) {
    width: 10%;
    text-align: center;
}

.match_calendar td:nth-child(4) {
    width: 20%;
    text-align: left;
    padding-left: 3em;
    background: linear-gradient(to right, rgba(33,105,140,0) 0%, rgba(33,105,140,.15) 1em, rgba(33,105,140,.15) 10em, rgba(33,105,140,0) 90%);
}

.match_calendar td:nth-child(5) {
    width: 25%;
    text-align: right;
    padding-right: 1em;
    background: linear-gradient(to left, rgba(33,105,140,.15) 0%, rgba(33,105,140,.15) 10em, rgba(33,105,140,0) 90%);
}

/*************************
 * SoundManager2 styles *
 *************************/

a.sm2_button,
a.sm2_button.sm2_paused:hover {
    background-image: url(https://static.wikia.nocookie.net/smite_gamepedia/images/c/c5/Sm2playbutton.png/revision/latest);
    background-color: #21698c;

}

a.sm2_button:hover,
a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
    background-color: #1a5470;

}

a.sm2_button.sm2_paused {
    background-color: #415c6b;
}

/*************************
 * Key templay styles *
 *************************/

.keysDark {
	color:black; 
	border: 1px solid rgb(170, 170, 170); 
	box-shadow: 0.1em 0.2em 0.2em rgb(221, 221, 221); 
	border-radius: .2em; 
	background-image: linear-gradient(to bottom, rgb(238, 238, 238), rgb(249, 249, 249), rgb(238, 238, 238)); 
	background-color: rgb(249, 249, 249); 
	padding: 0.1em 0.6em 0.1em 0.6em; 
	margin-right:2px; 
	font-size:85%; 
	font-family:inherit; 
	font-style:normal;
}

.keysLight {
	color:white; 
	border: 1px solid rgb(0, 0, 0); 
	box-shadow: 0.1em 0.2em 0.2em rgb(0, 0, 0); 
	border-radius: .2em; 
	background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(15, 15, 15), rgb(30, 30, 30)); 
	background-color: rgb(30, 30, 30); 
	padding: 0.1em 0.6em 0.1em 0.6em; 
	margin-right:2px; 
	font-size:85%; 
	font-family:inherit; 
	font-style:normal;
}

textarea#wpTextbox1 {
  background-color:#fff;
  color:#000;
}

/* Sidebars */
div#mw-panel div.portal li a[href="https://discord.gg/j894QHD"] {
    background: url(https://discordapp.com/api/guilds/569781519950938132/embed.png) no-repeat;
    color: transparent !important;
    display: inline-block;
    height: 20px;
    width: 119px;
    margin-top: 5px;
}
#n-SMITE-Wiki-Discord::before { content: "SMITE Wiki Discord:"; }
#n-SMITE-Wiki-Discord { margin-top: 5px !important; }

.items-overview-grid {
  display:grid;
  grid-template-columns: repeat(4, 25%);
}

.item-overview-entry {
  padding-top:.5em;
  padding-bottom:.5em;
  width: fit-content; /* chrome */
  width: -webkit-fit-content; /* safari */
  width: -moz-fit-content; /* firefox */
}

/* Style for horizontal lists (separator following item).
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 4.3 (2014-01-06)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
   margin: 0;
   padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
   margin: 0;
   display: inline;
}
/* Display nested lists inline */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
   display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
   content: ": ";
}
.hlist dd:after,
.hlist li:after {
   content: " · ";
   font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
   content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
   content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
   content: " (";
   font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
   content: ") ";
   font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
   content: ") ";
   font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
   counter-reset: listitem;
}
.hlist ol > li {
   counter-increment: listitem;
}
.hlist ol > li:before {
   content: " " counter(listitem) " ";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
   content: " (" counter(listitem) " ";
}