Battlerite Royale Wiki
No edit summary
(Undo revision 42595 by Emberbot (talk))
Line 8: Line 8:
 
@font-face {
 
@font-face {
 
font-family: 'OpenSans-Semibold';
 
font-family: 'OpenSans-Semibold';
src: local('OpenSans-Semibold'), local('OpenSans-Semibold'), url(/media/hydra/fonts/OpenSans-Semibold.ttf) format('truetype');
+
src: local('OpenSans-Semibold'), local('OpenSans-Semibold'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-Semibold.ttf) format('truetype');
 
}
 
}
   
 
@font-face {
 
@font-face {
 
font-family: 'OpenSans-Regular';
 
font-family: 'OpenSans-Regular';
src: local('OpenSans-Regular'), local('OpenSans-Regular'), url(/media/hydra/fonts/OpenSans-Regular.ttf) format('truetype');
+
src: local('OpenSans-Regular'), local('OpenSans-Regular'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-Regular.ttf) format('truetype');
 
}
 
}
   
 
@font-face {
 
@font-face {
 
font-family: 'Lora-Italic';
 
font-family: 'Lora-Italic';
src: local('Lora-Italic'), local('Lora-Italic'), url(/media/hydra/fonts/Lora-Italic.ttf) format('truetype');
+
src: local('Lora-Italic'), local('Lora-Italic'), url(https://hydra-media.cursecdn.com/hydra/fonts/Lora-Italic.ttf) format('truetype');
 
}
 
}
   
Line 48: Line 48:
 
background-color: #331a1d;
 
background-color: #331a1d;
 
background-size: cover;
 
background-size: cover;
background-image: url(https://battleriteroyale.gamepedia.com/media/battleriteroyale.gamepedia.com/3/33/Background2.png);
+
background-image: url(https://hydra-media.cursecdn.com/battleriteroyale.gamepedia.com/3/33/Background2.png);
 
}
 
}
   
Line 122: Line 122:
 
.skin-hydradark #mw-panel.collapsible-nav div.portal h3,
 
.skin-hydradark #mw-panel.collapsible-nav div.portal h3,
 
.skin-hydradark #mw-panel.collapsible-nav div.collapsed h3 {
 
.skin-hydradark #mw-panel.collapsible-nav div.collapsed h3 {
background-image: url("https://battleriteroyale.gamepedia.com/media/battleriteroyale.gamepedia.com/7/7a/Bullet.png");
+
background-image: url("https://hydra-media.cursecdn.com/battleriteroyale.gamepedia.com/7/7a/Bullet.png");
 
}
 
}
   
Line 537: Line 537:
 
/* Styles list icons with the battlerite logo */
 
/* Styles list icons with the battlerite logo */
 
.battlerite-icon-list ul {
 
.battlerite-icon-list ul {
list-style-image: url("https://battleriteroyale.gamepedia.com/media/battleriteroyale.gamepedia.com/7/7a/Bullet.png");
+
list-style-image: url("https://hydra-media.cursecdn.com/battleriteroyale.gamepedia.com/7/7a/Bullet.png");
 
list-style-type: disc;
 
list-style-type: disc;
 
}
 
}
Line 952: Line 952:
 
margin-top: 19px;
 
margin-top: 19px;
 
height: 2px;
 
height: 2px;
background-image: url("https://battleriteroyale.gamepedia.com/media/battleriteroyale.gamepedia.com/2/2c/Gradient_Divider.png");
+
background-image: url("https://hydra-media.cursecdn.com/battleriteroyale.gamepedia.com/2/2c/Gradient_Divider.png");
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-size: contain;
 
background-size: contain;
Line 1,052: Line 1,052:
 
height: 2px;
 
height: 2px;
 
width: 255px;
 
width: 255px;
background-image: url("https://battleriteroyale.gamepedia.com/media/battleriteroyale.gamepedia.com/2/2c/Gradient_Divider.png");
+
background-image: url("https://hydra-media.cursecdn.com/battleriteroyale.gamepedia.com/2/2c/Gradient_Divider.png");
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-size: contain;
 
background-size: contain;

Revision as of 02:12, 25 August 2017

/* 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(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-Semibold.ttf) format('truetype');
}

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

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

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

.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: #f9f9f9;
    border-bottom-color: #5a2123;
}

body {
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #331a1d;
    background-size: cover;
    background-image: url(https://hydra-media.cursecdn.com/battleriteroyale.gamepedia.com/3/33/Background2.png);
}

#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: #f9f9f9 !IMPORTANT;
}

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


/* content */

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

/* Sidebar */

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a, 
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
div#mw-panel div.portal h3 {
  color: #F68B1E;
  font-family: "OpenSans-Regular";
  font-size: 18px;
  text-shadow: 2px 2px black;
}


div#mw-panel div.portal h5 {
    border: medium none;
    color: #ffffff;
    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: #FFFFFF;
    font-weight: bold;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav div.collapsed h3 {
  background-image: url("https://hydra-media.cursecdn.com/battleriteroyale.gamepedia.com/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 ul li {
    margin-right: 5px;
}

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: gray !important;
    text-shadow: none;
}


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

div.vectorTabs li span a {
    color: #222222;
    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: #ffffff !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 h3 span {
  font-family: "OpenSans-Semibold";
  font-size: 14px;
  padding-top:2px;
}

div.vectorMenu h3 span a {
    background: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/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;
}

#ca-unwatch.icon a,
#ca-watch.icon a {
    margin-left: 3px;
    padding: 18px 0 0;
}

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://hydra-media.cursecdn.com/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: #c0c0c0;
}

div#mw-head div.vectorMenu li a {
    color: #F8991D;
    background:#505050;
}

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

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: white;
}



/* 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: #282828;
    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;
     color: white;
}

.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: #121212;
    border: 1px solid #5a2123;
    color: #f9f9f9;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

.infoboxtable td {
    vertical-align: top;
}

.infobox th {
    background-color: #121212;
}

.infoboxtable th {
    background-color: #121212;
}

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

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

.infoboxdetails {
    padding: 0em;
}

/* Claim wiki button - this section can be removed if you remove the claim button from the main page */
.claimwikibutton {
    text-align: center;
}

.claimwikibutton a {
    background: url("https://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    display: block;
    height: 57px;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

.claimwikibutton a:hover {
    background: url("https://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}

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

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

.skin-hydradark .mw-search-profile-tabs {
  background-color: #505050;
  border:1px solid orange;
  margin-top: 1em;
}


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

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

.fieldBox {
  background-color: #332b2b;
}

.cargoTable {
  color: black;
}

.cargoTable > * {
  color: black;
}

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

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

/* Styles list icons with the battlerite logo */
.battlerite-icon-list ul {
  list-style-image: url("https://hydra-media.cursecdn.com/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 #aaaaaa;
    padding: 3px;
    color:gray;
}

.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
    background: none repeat scroll 0 0 transparent;
}

td.diff-addedline, 
td.diff-deletedline, 
td.diff-context {
  border-bottom-left-radius: 0.33em;
  border-bottom-right-radius: 0.33em;
  border-top-left-radius: 0.33em;
  border-top-right-radius: 0.33em;
  color: white;
  font-size: 88%;
  line-height: 1.6;
  vertical-align: top;
  white-space: pre-wrap;
}

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

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

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

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

.skin-hydradark #preferences fieldset {
    border-color: #080808;
}

.skin-hydradark #preferences legend {
    color: #666666;
}

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

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

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 #080808;
    color: #000000;
}

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

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: #fda440;
}

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: #181818;
    border-color: #080808;
    color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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 #080808 #080808;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

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

/* Tables */
table.wikitable > tr > td, table.wikitable > * > tr > td {
  background-color: #121212;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: #5a2123;
  color: #f9f9f9;
  border-color: #5a2123;
}

/* Table pager fix */
.skin-hydradark .TablePager td, 
.skin-hydradark .mw-datatable td, 
.skin-hydradark table.mw_metadata td {
  border:1px solid orange;
  color: gray;
}

/* code */
.mw-code,
code,
pre {
    background: #282828 none repeat scroll 0 0;
    color: #e0e0e0;
}

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

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

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

/* hydralytics fix */
.skin-hydradark .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-hydradark #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 orange;
}

.skin-hydradark .ui-widget-content {
  color: black;
}

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


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

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

ul.tabbernav .tabberactive a {
    background-color: #181818 !important;
    border-radius:2px 2px 0 0 !important;
    border-top: 1px solid #5a2123 !important;
    border-left: 1px solid #5a2123 !important;
    border-right: 1px solid #5a2123 !important;
    border-bottom: 1px solid #181818 !important;
    color: #f9f9f9;
}

ul.tabbernav li a {
    background-color: #5a2123 !important;
    border-radius: 2px 2px 0 0 !important;
    border: 1px solid #5a2123 !important;
    color: #f9f9f9 !important;
}

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

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

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

.tabber--patchnote-embedded ul.tabbernav li a:hover {
    background-color: white !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: #fff;
  background: #0e0e0e;
  min-width: 200px;
  max-width: 200px;
  border: 1px solid #6b2526;
  display: flex;
  flex-direction: column;
  margin: 8px;
  padding: 18px;
}

.battlerite--title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 26px;
  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: 1;
}

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

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

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

.gradient-divider {
  margin-bottom: 14px;
  margin-top: 19px;
  height: 2px;
  background-image: url("https://hydra-media.cursecdn.com/battleriteroyale.gamepedia.com/2/2c/Gradient_Divider.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* 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 #6b2526;
  max-width: 255px;
  color: white;
  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 #6b2526;
  border-radius: 2px;
  padding: 2px;
  min-width: 14px;
  text-align: center;
}

.ability-tt--shiftkey {
  text-align: right;
  font-size: 10px;
  border: 2px solid #6b2526;
  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: white;
}

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

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

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

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

/* Large Ability Template */

.ability {
  color: #fff;
  background: #0e0e0e;
  max-width: 475px;
  width: 475px;
  border: 1px solid #6b2526;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  margin-right: 15px;
  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 35px;
  display: flex;
  align-items: center;
  font-size: 14px;
  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 #6b2526;
  padding: 0px 5px 0px 5px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}

.ability--description {
  padding: 0px 23px 12px 23px;
  color: #fff;
  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;
  display: flex;
  flex-direction: row;
}

.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: #636363;
  position: relative;
  right: 17px;
  top: -14px;
}

/* Tabs for character pages */

.chartabs {
  color: white;
  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 #5a2123;
  border-bottom: 2px solid #5a2123;
  padding: 7px;
  background: #400a0a;
}

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

.chartabs td {
  border-bottom: 2px solid #5a2123;
  padding: 2px;
  white-space:nowrap;
}

.chartabs td.active {
  font-weight: bold;
  background: #181818;
  border: 2px solid #5a2123;
  border-bottom: 0px;
}

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

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

/* Large buff boxes */
.buff {
  border: 1px solid #6b2526;
  background: #0e0e0e;
  color: white;
  font-size: 16px;
  padding: 10px;
  display: flex;
  width: 455px;
  max-width: 455px;
  margin-bottom: 12px;
  margin-right: 15px;
}

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

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

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

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

/* color-fixes */
.skin-hydradark .pagination li {
  background-color: #333;
  color: white;
}


/* 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://hydra-media.cursecdn.com/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;
}