Battlerite Royale Wiki
m (Tooltip css)
m (padding.)
Line 1,462: Line 1,462:
 
background-color:#1A2231;
 
background-color:#1A2231;
 
border: 1px solid #fa8b29;
 
border: 1px solid #fa8b29;
  +
padding-right: 5px;
  +
padding-left: 5px;
 
}
 
}

Revision as of 19:19, 21 February 2019

/* CSS placed here will affect users of the HydraDark skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* used fonts */
@font-face {
	font-family: 'OpenSans-Semibold';
	src: local('OpenSans-Semibold'), local('OpenSans-Semibold'), url(/media/hydra/fonts/OpenSans-Semibold.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: local('OpenSans-Regular'), local('OpenSans-Regular'), url(/media/hydra/fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Lora-Italic';
	src: local('Lora-Italic'), local('Lora-Italic'), url(/media/hydra/fonts/Lora-Italic.ttf) format('truetype');
}

h1,h2,h3,h4,h5 {
  color: #ffffff;
}

.mw-body h1,
.mw-body h2 {
  font-family: opensans-regular;
}

/* Framework */ 

/* Hide main page header */
body.page-Battlerite_Royale_Wiki h1.firstHeading {
    display:none;
}

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

body {
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #1a2231;
    background-size: cover;
    background-image: url("https://battlerite.gamepedia.com/media/8/84/Wiki_Background.jpg");
}

#mw-page-base {
  background-color: transparent;
  background-image: none;
}

#mw-head-base {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rbga(0,0,0,0);
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  height: 2.5em;
  margin-top: -30px;
}

.mw-body {
   margin-left: 11em;
   margin-top: -1px;
   color: #ffffff !IMPORTANT;
}

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


/* content */

div#content {
  background-color: #1a2231;
  border: none;
}

/* Sidebar */

.skin-hydra #mw-panel.collapsible-nav div.portal h3 a, 
.skin-hydra #mw-panel.collapsible-nav .portal h3 a,
div#mw-panel div.portal h3 {
  color: #fa8b29;
  font-family: "OpenSans-Regular";
  font-size: 20px;
  text-shadow: 1px 1px black;
}

.skin-hydra div#mw-panel div.portal div.body {
  background-repeat:no-repeat;
}


div#mw-panel div.portal h5 {
    border: medium none;
    color: #202d47;
    cursor: default;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 0 1.25em;
    text-transform: uppercase;
}

div#mw-panel div.portal div.body {
    background: transparent;
}

div#mw-panel div.portal div.body ul li a, 
div#mw-panel div.portal div.body ul li a:visited {
    color: #1a2231;
    font-weight: bold;
}

.skin-hydra #mw-panel.collapsible-nav div.portal h3,
.skin-hydra #mw-panel.collapsible-nav div.collapsed h3 {
  background-image: url("https://battlerite.gamepedia.com/media/7/7a/Bullet.png");
}

/* social media add-on fix */
div#mw-panel div.portal#p-socialProfiles {
    background: none;
    border: none;
    padding: 0;
    margin: 10px 0;
}

.promoSidebar {
    margin-left: 10px;
}

div#mw-panel div.portal#p-socialProfiles h5,
div#mw-panel div.portal#p-sitePromos h5 {
    display: none;
}

div#mw-panel div.portal#p-socialProfiles div.body,
div#mw-panel div.portal#p-sitePromos div.body {
    background: none;
    padding: 0;
    margin-left: 0 !important;
    text-align: center;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}


/**************************
/* Article navigation bar *
/**************************/
#left-navigation {
    margin-left: 11em;
}

#right-navigation {
}

div.vectorTabs {
  font-family: "OpenSans-Regular";
  font-size: 18px;
}

div.vectorTabs,
div.vectorTabs span,
div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs li span {
    background: none;
    display: inline-block;
    border: none;
    padding: 2px 10px;
    margin-top: 0.5em;
    height: 19px;
    text-align: center;
}


div.vectorTabs li a {
    background-image: none;
    margin-top: -16px;
    text-shadow: none;
}

div#mw-head div.vectorTabs li.new a,
div#mw-head div.vectorTabs li.new a:visited {
    color: #202d47 !important;
    text-shadow: none;
}


div#mw-head div.vectorTabs a,
.vectorTabs li a span,
div.vectorMenu h3 span {
    color: #202d47 !important;
     text-shadow: none;
}

div.vectorTabs li span a {
    color: #1a2231;
    font-weight: bold;
    text-align: center;
}

div.vectorTabs ul li:first-child {
    border-image: none;
    border-left: medium none;
}

div#mw-head li.selected a,
div#mw-head li.selected a span,
div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #1a2231 !important;
    font-weight: bold;
}

div#p-sharing .menu {
   margin-left: 45px;
   min-width: 0px;
   width: 48px;
}

#p-sharing #socialIconImages img {
   width: 100%;
}

#p-sharing #socialIconImages a {
   width: 40px;
}

div.vectorMenu {
    line-height: normal;
}

div.vectorMenu h3 span {
  font-family: "OpenSans-Semibold";
  font-size: 14px;
  padding-top:2px;
}

div.vectorMenu h3 span a {
    background: url("https://commons.gamepedia.com/media/0/0b/Vector_menu_downarrow.png") no-repeat scroll center center transparent;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #ffffff;
    padding-top: 0.2em;
    text-shadow: none;
}

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
    margin-top: -0.8em;
}

div.vectorMenu div.menu {
    border: none;
    margin-left: 5px;
    top: 100%;
}

div#mw-head div.vectorMenu h3 {
    background: none;
    display: inline-block;
    border: none;
    padding: 2px 10px;
    margin-top: 0.55em;
    height: 19px;
    text-align: center;
}

div.vectorMenu h3 a {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png");
    background-position: 50% 50%;
    border: medium none;
}

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

div#mw-head div.vectorMenu li a {
    color: #fa8b29;
    background:transparent;
}

div#mw-head div.vectorMenu ul {
	background-color: #1a2231;
	background-image: none;
	border-right: 5px none;
	box-shadow: 0 0.1em 0.75em #ffffff;
}

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

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

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

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

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

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

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

.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 #202d47;
}

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

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

.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 #18787f;
}

/* 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: #1a2231;
    border: 1px solid #202d47;
    color: #ffffff;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
    text-align: center;
}

.infoboxtable td {
    vertical-align: top;
}

.infobox th {
    background-color: #1a2231;
}

.infoboxtable th {
    background-color: #1a2231;
}

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

.infoboxname {
    background-color: #1a2231; 
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    padding: 0em;
}

/* copyright images tweak */
.skin-hydra .copyright-icon {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

/* Search form */
.skin-hydra fieldset#mw-searchoptions {
    background-color: #282828;
    border-color: #383838;
}

.skin-hydra .mw-search-profile-tabs {
  background-color: #202d47;
  border:1px solid #fa8b29;
  margin-top: 1em;
}


.skin-hydra .mw-search-profile-tabs div.search-types ul li.current a {
  color: #fa8b29;
  cursor: default;
}

.header {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fa8b29 !important;
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: opensans-regular;
}

.fieldBox {
  background-color: #fa8b29;
}

/* Cargo tweaks */

.cargoTable {
  color: black;
}

.cargoTable > * {
  color: #ffffff;
}

div.cargoReplacementTableInfo {
  background-color:rgba(30,30,30,0.5);
}

table.cargoTable td.odd {
  background-color:rgba(50,40,40,0.5);
}

table.cargoTable td.even {
  background-color:rgba(0,0,0,0.5);
}

/* end Cargo tweaks */

/* Links */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external,
div#content a.external:visited {
  color: #fa8b29;
}

/* List bullet */
ul {
  list-style-image: none;
}

/* Styles list icons with the battlerite logo */
.battlerite-icon-list ul {
  list-style-image: url("https://battleriteroyale.gamepedia.com/media/battleriteroyale.gamepedia.com/7/7a/Bullet.png");
  list-style-type: disc;
}

/* Page history */
#pagehistory li {
    background-color: rbga(0,0,0,0);
    border: none;
    padding: 3px;
}

#pagehistory li.selected {
    background-color: rbga(0,0,0,0);
    background-image: none;
    border: 1px dashed #202d47;
    padding: 3px;
    color: #ffffff;
}


table.diff {
  background-color:rgba(0,0,0,0.3)
}

td.diff-deletedline {
	background-color: #440000;
	border: none;
}

td.diff-deletedline .diffchange {
	background: none;
	color: #e62444;
}

td.diff-addedline {
	background-color: #004400;
	border: none;
}

td.diff-addedline .diffchange {
	background: none;
	color: #bfd959;
}

/* Preferences */
.skin-hydra #preftoc {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0px;
    margin: 0 0 4px !important;
}

.skin-hydra #preftoc,
.skin-hydra #preftoc li,  
.skin-hydra #preferences, 
.skin-hydra #preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #ffffff;
}

.skin-hydra #preftoc li.selected a {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    border-color: #1a2231 #1a2231 rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 1px;
    color: #fa8b29;
}

.skin-hydra #preferences {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fa8b29;
}

.skin-hydra #preferences fieldset {
    border-color: #fa8b29;
}

.skin-hydra #preferences legend {
    color: #fa8b29;
}

/* wiki editor styling */
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: none;
}

div.wikiEditor-ui-tabs div {
    border-bottom: 1px solid #1a2231;
    border-right: 1px solid #1a2231;
}

div.wikiEditor-ui-buttons {
    background: rgba(0, 0, 0, 0);
    border-top: none;
    margin-right: 5px;
}

div.wikiEditor-ui-toolbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

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

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
    color: #ffffff;
    font-weight: bold;
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #1a2231;
    color: #ffffff;
}

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

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: rgba(0, 0, 0, 0.2);
}

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fa8b29;
}

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: #1a2231;
    border-color: #1a2231;
    color: #ffffff;
}

div.wikiEditor-ui-toolbar .page-table th,
div.wikiEditor-ui-toolbar .page-table td {
    color: #ffffff;
}

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

div.wikiEditor-ui-tabs div a {
    background: none repeat scroll 0 0 #1a2231;
    display: inline-block;
    color: #ffffff;
}

div.wikiEditor-ui-tabs div.current {
    border-bottom: 1px solid #1a2231;
}

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

div.wikiEditor-ui-tabs {
    border-left: 1px solid #1a2231;
    border-top: 1px solid #1a2231;
}

div.wikiEditor-preview-contents {
    border-color: #1a2231;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #ffffff;
}

div.wikiEditor-ui-controls {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #1a2231;
}

div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading {
    background-color: rgba(0, 0, 0, 0);
}

div.editOptions {  
    background-color: rgba(0, 0, 0, 0.4);
    border-color: -moz-use-text-color #1a2231;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #ffffff;
}

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

/* Tables */
table.wikitable > tr > td, table.wikitable > * > tr > td {
  background-color: #1a2231;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: #202d47;
  color: #ffffff;
  border-color: #202d47;
}

/* Table pager fix */
.skin-hydra .TablePager td, 
.skin-hydra .mw-datatable td, 
.skin-hydra table.mw_metadata td {
  border:1px solid #fa8b29;
  color: #ffffff;
}

/* code */
.mw-code,
code,
pre {
    background: #1a2231 none repeat scroll 0 0;
    color: #ffffff;
}

/* toc */
div#toc, 
div.toc, div.mw-warning {
  background-color: #1a2231;
  border: 1px solid #202d47;
}

.mw-body #toc h2,
.mw-body .toc h2 {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 100%;
}

/* thumbnail text fix */
.mw-content-ltr .thumbcaption {
  color: #ffffff;
  text-align: left;
}

/* hydralytics fix */
.skin-hydra .hydralytics_tab {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
}

.skin-hydra #tabs {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border:1px solid #fa8b29;
}

.ui-state-active a, 
.ui-state-active a:link, 
.ui-state-active a:visited {
  color: #fa8b29;
}


/* Tabber */
.tabberlive .tabbertab {
    border: solid 1px #202d47 !important;
    border-top: 0px !important;
}

ul.tabbernav {
    border-bottom: solid 1px #202d47 !important;
}

ul.tabbernav .tabberactive a {
    background-color: #1a2231 !important;
    border-radius:2px 2px 0 0 !important;
    border-top: 1px solid #202d47 !important;
    border-left: 1px solid #202d47 !important;
    border-right: 1px solid #202d47 !important;
    border-bottom: 1px solid #1a2231 !important;
    color: #ffffff;
}

ul.tabbernav li a {
    background-color: #202d47 !important;
    border-radius: 2px 2px 0 0 !important;
    border: 1px solid #202d47 !important;
    color: #ffffff !important;
}

ul.tabbernav li a:hover {
    background-color: #ffffff !important;
    color: black !important;
}

.tabber--patchnote-embedded ul.tabbernav .tabberactive a {
  background-color: #202d47 !important;
  border-bottom: 1px solid #202d47 !important;
}

.tabber--patchnote-embedded .tabberlive .tabbertab {
  background-color: #202d47 !important;
}

.tabber--patchnote-embedded ul.tabbernav li a:hover {
    background-color: #ffffff !important;
    color: black !important;
}

.tabber--patchnote-embedded_links {
  margin-left: 10px;
}

/* response quotes */
.quote {
  font-family: "Lora-Italic";
  font-style: italic;
  font-size: 16px;
}

.l-quote {
  font-family: "Lora-Italic";
  font-style: italic;
  font-size: 28px;
  position: relative;
  top: 7px;
  line-height: 80%;
  margin-right: 2px;
}

.r-quote {
  font-family: "Lora-Italic";
  font-style: italic;
  font-size: 28px;
  position: relative;
  top: 7px;
  line-height: 80%;
  margin-left: 2px;
}

/* battlerites */

.battlerite {
  color: #ffffff;
  background: #1a2231;
  min-width: 200px;
  max-width: 200px;
  border: 1px solid #fa8b29;
  display: flex;
  flex-direction: column;
  margin: 8px;
  padding: 18px;
}

div.battlerite:hover {
  background:rgba(255,255,255,0.02);
  transform:scale(1.02,1.02);
}

.battlerite--title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-style: normal;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.battlerite--type {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: none;
}

.battlerite--art {
  display: flex;
  justify-content: center;
  height: 128px;
  flex:none;
}

.battlerite--description {
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
  height:100%;
}

.battlerite--version {
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  height: 14px;
  font-size: 12px;
  margin-right:-10px;
  margin-bottom:-12px;
  color: #ffffff;
}

.gradient-divider {
  margin-bottom: 14px;
  margin-top: 19px;
  height: 2px;
  background-image: url("https://battlerite.gamepedia.com/media/2/2c/Gradient_Divider.png");
  background-repeat: no-repeat;
  background-size:200px 2px;
  background-position:bottom;
  flex:none;
}

div.explus1 {
  position:relative;
}

div.explus1::before {
  position:absolute;
  content:'';
  background:url(/media/b/b9/Explus.png) no-repeat bottom right scroll padding-box;
  background-size:30px;
  pointer-events:none;
  width:100%;
  height:100%;
  bottom:25px;
  right:25px;
}

/* Ability Tooltip */

.tooltip {
  z-index: 9999;
  position: fixed;
  display: block;
}

.ability-tt > * {
  margin: 0;
  padding: 0px;
}

.ability-tt {
  background-color: rgba(15, 15, 15, 0.90);
  border: 1px solid #fa8b29;
  max-width: 255px;
  color: #ffffff;
  text-align: left;
  line-height: 1em;
  padding: 5px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.65);
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.65);
}

.ability-tt * img {
  width: 30px;
  height: 30px;
}

.ability-tt--header {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.ability-tt--energy-bar {
  position: absolute;
  margin-left: -4px;
  margin-top: 39px;
  width: 65px;
}

.ability-tt--icon {
  width: 30px;
  height: 30px
}

.ability-tt--title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-left: 3px;
}

.ability-tt--spacer {
  flex: 1;
}

.ability-tt--keybind {
  text-align: right;
  font-size: 10px;
  border: 2px solid #fa8b29;
  border-radius: 2px;
  padding: 2px;
  min-width: 14px;
  text-align: center;
}

.ability-tt--shiftkey {
  text-align: right;
  font-size: 10px;
  border: 2px solid #fa8b29;
  border-radius: 2px;
  padding: 2px;
  min-width: 14px;
  text-align: center;
  margin-right: 2px;
}

.ability-tt--properties {
  font-size: 12px;
  display: flex;
  margin-right: 2px;
  color: #ffffff;
}

.ability-tt--divider {
  margin-bottom: 5px;
  margin-top: 7px;
  height: 2px;
  width: 255px;
  background-image: url("https://battlerite.gamepedia.com/media/2/2c/Gradient_Divider.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.ability-tt--description {
  font-size: 14px;
  color: #ffffff;
}

.ability-tt--sub {
  font-size: 12px;
  margin-top:5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: #ffffff;
}

.ability-tt--sub_title {
  font-weight: bold;
}

/* Large Ability Template  (Template:Ability Large) */

.ability {
  color: #ffffff;
  background: #1a2231;
  max-width: 475px;
  width: 475px;
  border: 1px solid #fa8b29;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  margin-right: 30px;
  padding-bottom:6px;
}

.ability > * {
  margin: 0;
  padding: 0px;
}

.ability--divider {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}

.ability--header {
  padding-top: 13px;
  padding-left: 13px;
  display: flex;
  flex-direction: row;
  align-items: top;
}

.ability--header_left {
  height: 100%;
  display: flex;
  margin-top:5px;
  margin-left:5px;
}

.ability--header_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ability--header_right-top {
  display: flex;
  justify-content: middle;
  align-items: center;
  width: 100%;
  height: 10px;
}

.ability--header_right-middle {
  display: flex;
  justify-content: middle;
  align-items: center;
  width: 100%;
}

.ability--header_right-bottom {
  padding: 15px 0px 0px 0px;
  display: flex;
  align-items: center;
  font-size: 13px;
  width: 100%;
}

.ability--casttime {
  display: flex;
  flex-wrap: nowrap;
  justify-content:flex-start;
}

.ability--casttime-title {
  margin-left: 15px;
}

.ability--casttime-value {
}

.ability--type {
  flex: 1;
  margin-right: 49px;
  text-align: right;
}

.ability--energy-bar {
  margin-left: -7px;
  margin-top: 40px;
  position: absolute;
  width: 73px;
}

.ability--title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 26px;
  font-style: normal;
  padding-left: 17px;
  width: 100%;
}

.ability--energy-description {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.ability--hotkey {
  margin-right: 30px;
  border: 2px solid #fa8b29;
  padding: 0px 5px 0px 5px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
}

.ability--description {
  padding: 0px 23px 12px 23px;
  color: #ffffff;
  line-height: 22px;
}

.ability--description-effects {
  padding: 0px 23px 18px 23px;
  font-size: 14px;
  column-count: 2;
}

.ability--property_title {
  font-weight: 600;
}

.ability--properties {
  padding: 0px 23px 12px 23px;
  font-size: 14px;
}

.ability--properties_column {
  width: 100%;
  line-height: 24px;
}

.ability--version {
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  height: 14px;
  font-size: 12px;
  margin-right:-10px;
  margin-bottom:-12px;
  color: #ffffff;
  position: relative;
  right: 17px;
  top: -14px;
}

.ability .ability--notes_header {
  font-weight:bold;
  padding-left:1em;
  padding-bottom:5px;
}

.ability .ability--notes {
  padding-top:5px;
  padding-left:1em;
}

.ability .mw-collapsible-toggle {
  position:relative;
  left:-73%;
  top:-2.9em;
}

/* Tabs for character pages */

.chartabs {
  color: #ffffff;
  border-collapse: collapse;
  width: auto;
  font-family: Arial
  font-size: 15px;
}

.chartabs td:nth-child(even) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #202d47;
  border-bottom: 2px solid #202d47;
  padding: 7px;
  background: #202d47;
}

.chartabs tr td:last-child {
  width:100%;
}

.chartabs td {
  border-bottom: 2px solid #202d47;
  padding: 2px;
  #ffffff-space:nowrap;
}

.chartabs td.active {
  font-weight: bold;
  background: #1a2231;
  border: 2px solid #202d47;
  border-bottom: 0px;
}

.chartabs td a {
  color: #ffffff;
  text-decoration: none;
}

.chartabs td a:hover {
  text-decoration: underline;
}

/* Large buff boxes */
.buff,
.hex {
  border: 1px solid #fa8b29;
  background: #1a2231;
  color: #ffffff;
  font-size: 16px;
  padding: 10px;
  display: flex;
  width: 455px;
  max-width: 455px;
  margin-bottom: 12px;
  margin-right: 30px;
}

.buff--right,
.hex--right {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.buff--header,
.hex--header {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin-bottom: 4px;
  line-height: 1em;
  margin-top: 3px;
}

.buff--version,
.hex--version {
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  height: 0px;
  font-size: 12px;
  color: #ffffff;
  position: relative;
  right: -5px;
  top: -7px;
}

@media only screen and (max-width: 350px) {
  .ability--properties {
    flex-direction: column;
  }
}

/* color-fixes */
.skin-hydra .pagination li {
  background-color: #1a2231;
  color: #ffffff;
}


/* RSS style fixes */
#mf-news p {
  margin-top: 0px;
  margin-left:16px;
}


/* White Visual Editor Icon */
#wikiEditor-ui-toolbar .oo-ui-icon-edit {
  background-image: url(https://commons.gamepedia.com/media/commons.gamepedia.com/c/c8/White_visual_editor_icon.png);
  background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke%3D%22white%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M17%202L5%2014l-1%205%205-1L21%206c0-2-2-4-4-4zM7.2%2015.5c-.3-.3-.7-.6-1-.8C8.5%2012.4%2017.5%203.3%2017.5%203.3c.4.1.7.3%201%20.7L7.2%2015.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

/* twitter */
.timeline-Header {
    padding: 10px;
    display: none;
}

#twitter-center iframe { 
    width: 100% !important;
}


/* blue links in battlerites and abilities */
.ability a,
.buff a,
.battlerite a {
  color: #18787f;
}

span.blueText,
span.blueText a {
  color: #18787f !important;
}
/* end blue links */

/* Header styles */
span.removed {
  color:#d80d0d;
}

span.current {
  color:#2dcc06;
}

/* Category bar */
.catlinks {
    border: 1px solid #fa8b29;
    background-color: #202d47;
}

/* Footer */
#footer {
    background-color: rgba(255,255,255,0.5);
}

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

/* File header */
#filetoc {
    text-align: center;
    border: 1px solid #fa8b29;
    background-color: #202d47;
}

/* Vector Tab arrows */

div.vectorMenu h3 span::after {
    top: .5em;
    background-image: url(/skins/Vector/images/arrow-down.png?42edd);
}

/* Tooltips */
.to_tooltip {
  color: #fa8b29;
  background-color:#1A2231;
  border: 1px solid #fa8b29;
  padding-right: 5px;
  padding-left: 5px;
}