Arcanium Wiki
SBEyes (talk | contribs)
No edit summary
SBEyes (talk | contribs)
No edit summary
Line 1,058: Line 1,058:
 
flex: 0 0 calc( 100% - 10px );
 
flex: 0 0 calc( 100% - 10px );
 
max-width: calc( 100% - 10px );
 
max-width: calc( 100% - 10px );
}
 
 
/****************************
 
/* Flexbox main page styles *
 
/****************************/
 
.fmpsections {
 
width: 100%;
 
overflow: hidden;
 
}
 
 
.fmpsection {
 
}
 
 
.fmpblock {
 
margin: 5px;
 
padding: 3px 6px;
 
flex: 0 1 100%;
 
text-align: left;
 
}
 
 
.fmpblock.noresize {
 
flex: 0 0 auto;
 
}
 
 
.fmpblock.box {
 
border: 2px solid #857050;
 
background: rgba(0, 0, 0, 0.33);
 
color: #ffffff;
 
margin: 5px;
 
padding: 3px 6px;
 
}
 
 
.fmpblock.mobilecollapsible .heading a {
 
display: block;
 
padding: 0 0 0 15px;
 
}
 
 
.fmpblock.mobilecollapsible .heading a:hover, .fmpblock.mobilecollapsible .heading .imageheading a:active {
 
text-decoration: none;
 
}
 
 
.fmpblock.mobilecollapsible.collapsed .heading {
 
border: none;
 
margin-bottom: -4px;
 
}
 
 
.fmpblock.mobilecollapsible.collapsed .heading a {
 
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHAQMAAAD6aRWtAAAABlBMVEUFAAD/3JyfBkntAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBAoIBgUlRlQ8AAAAFElEQVQI12NwYEhgKGCoAOIEBgcAEjYCmWxNs0wAAAAASUVORK5CYII=") left center no-repeat;
 
}
 
 
.fmpblock.mobilecollapsible.collapsed .body {
 
display: none;
 
}
 
 
.fmpblock.mobilecollapsible.expanded .heading a {
 
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUFAAD/3JyfBkntAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBAoIBhPRkuFtAAAAEElEQVQI12P4x1DDYMEgAAAKHgHDGrfkbwAAAABJRU5ErkJggg==") left center no-repeat;
 
}
 
 
.fmpblock.mobilecollapsible.expanded .body {
 
display: block;
 
}
 
 
.fmpblock img {
 
max-width: 100%;
 
height: auto;
 
}
 
 
.fmpblock .heading.main {
 
border-bottom: 1px solid #474747;
 
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 
background: transparent;
 
font-family: 'GothamPro', sans-serif;
 
font-weight: bold;
 
color: #ffffff;
 
text-transform: uppercase;
 
font-size: 132%;
 
text-align: center;
 
margin: 0 0 10px 0;
 
padding: 0 0 5px 0;
 
}
 
 
.fmpblock .heading {
 
border-bottom: 1px solid #474747;
 
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 
background: transparent;
 
font-family: 'GothamPro', sans-serif;
 
font-weight: bold;
 
color: #ffffff;
 
text-transform: uppercase;
 
font-size: 132%;
 
margin: 0 0 10px 0;
 
padding: 0 0 5px 0;
 
}
 
 
.fmpblock .links {
 
text-align: center;
 
}
 
 
.fmpblock .links ul {
 
display: flex;
 
flex-flow: row wrap;
 
justify-content: space-between;
 
text-align: center;
 
margin: -2px -10px;
 
padding: 0;
 
}
 
 
.fmpblock .links ul li {
 
display: flex;
 
list-style: none;
 
flex-flow: column wrap;
 
flex: 1 0 15em;
 
margin: 0;
 
padding: 2px 10px;
 
}
 
 
@media ( min-width: 30em ) {
 
.fmpblock .links ul li {
 
flex: 0 0 15em;
 
}
 
}
 
 
.fmpblock .links ul li a, .fmpblock .links.plainlinks ul li a {
 
display: block;
 
font-family: 'GothamPro', sans-serif;
 
border: 1px solid #474747;
 
border: 1px solid rgba(255, 255, 255, 0.2);
 
background: rgba(0, 0, 0, 0.67) !important;
 
color: #ffffff !important;
 
font-weight: bold;
 
margin: 0;
 
padding: 10px !important;
 
}
 
 
.fmpblock .iconlinks {
 
display: flex;
 
flex-flow: row wrap;
 
justify-content: space-around;
 
align-items: flex-start;
 
text-align: center;
 
margin: -10px;
 
padding: 0;
 
}
 
 
.fmpblock .iconlinks .iconlink {
 
display: flex;
 
font-family: 'GothamPro', sans-serif;
 
border: 1px solid #474747;
 
border: 1px solid rgba(255, 255, 255, 0.2);
 
background: rgba(0, 0, 0, 0.67);;
 
color: #ffffff;
 
font-weight: bold;
 
margin: 10px;
 
padding: 0;
 
flex: 0 0 15em;
 
}
 
 
.fmpblock .iconlinks .iconlink .icon {
 
display: flex;
 
flex-flow: column nowrap;
 
justify-content: stretch;
 
width: 100%;
 
min-width: 100%;
 
height: 100px;
 
padding: 0 10px;
 
}
 
 
.fmpblock .iconlinks .iconlink .icon a {
 
display: flex;
 
flex-flow: column nowrap;
 
justify-content: flex-end;
 
align-items: center;
 
flex: 0 0 100%;
 
padding: 2px 0 0 0;
 
}
 
 
.fmpblock .iconlinks .iconlink .text {
 
color: #ffffff;
 
width: 100%;
 
text-align: center;
 
}
 
 
.fmpblock .iconlinks .iconlink .text a {
 
display: block;
 
color: #ffffff;
 
width: auto;
 
padding: 0 10px 2px 10px;
 
}
 
 
.fmpblock .videos {
 
margin: 0 auto;
 
overflow: hidden;
 
text-align: center;
 
}
 
 
.fmpblock .videos .video {
 
display: inline-block;
 
margin: 0 5px;
 
}
 
 
.skin-minerva #fmptwitter.expanded {
 
display: flex;
 
flex-flow: column nowrap;
 
}
 
 
.skin-minerva #fmptwitter.expanded .body,
 
.skin-minerva #fmptwitter.expanded .body .twitter-timeline-wrapper {
 
display: flex;
 
flex-flow: column nowrap;
 
flex: 0 0 410px;
 
}
 
 
.skin-minerva #fmptwitter.expanded .body .twitter-timeline-wrapper iframe {
 
width: auto !important;
 
height: auto !important;
 
flex: 0 0 400px;
 
}
 
 
.fmpexamples {
 
display: flex;
 
align-items: self-start;
 
}
 
 
.fmpexample {
 
margin: 0 3em;
 
text-align: center;
 
}
 
 
.fmpexample.narrow {
 
width: 5em;
 
}
 
 
.fmpexample.medium {
 
width: 10em;
 
}
 
 
.fmpexample.wide {
 
width: 15em;
 
}
 
 
.fmpexample .body {
 
margin: -5px;
 
}
 
 
.fmpexample.medium .body {
 
display: flex;
 
flex-flow: row wrap;
 
}
 
 
.fmpexample.medium .body .fmpsection {
 
display: flex;
 
flex-flow: column nowrap;
 
flex-basis: 50%;
 
}
 
 
.fmpexample.medium .body .fmpsectiongroup {
 
display: flex;
 
flex-flow: column nowrap;
 
flex-basis: 50%;
 
}
 
 
.fmpexample.medium .body .fmpsectiongroup .fmpsection {
 
flex-basis: 100%;
 
}
 
 
.fmpexample.wide .body {
 
display: flex;
 
flex-flow: row wrap;
 
}
 
 
.fmpexample.wide .body .fmpsectiongroup {
 
display: flex;
 
flex-flow: row wrap;
 
flex-basis: 66.667%;
 
}
 
 
.fmpexample.wide .body .fmpsection {
 
display: flex;
 
flex-flow: column nowrap;
 
flex-basis: 33.333%;
 
}
 
 
.fmpexample.wide .body .fmpsectiongroup .fmpsection.fullwhenwide {
 
width: auto;
 
flex-basis: 100%;
 
}
 
 
.fmpexample.wide .body .fmpsectiongroup .fmpsection.halfwhenwide {
 
width: auto;
 
flex-basis: 50%;
 
 
}
 
}
   

Revision as of 12:03, 2 August 2019

/* CSS placed here will affect users of the mobile site */

/******************
/* General styles *
/******************/
@font-face {
  font-family: 'GothamPro';
  font-style: normal;
  font-weight: 400;
  src: local('GothamPro'), local('GothamPro-Medium'), url("/media/hydra/fonts/GothamPro-Medium.ttf") format('truetype');
}

body {
  background: #242424;
  color: #ffffff !important;
  font-family: 'GothamPro', sans-serif;
}

.globalNotice {
  position: relative;
  background: #9d0a0e;
  color: #ffffff;
}

.header-container.header-chrome {
  border-bottom: 2px solid #0c0c0d;
  background: #1f1f1f;
  color: #ffffff;
  font-family: 'GothamPro', sans-serif;
}

.header {
  border-top: none;
}

.header .branding-box h1 {
  border-bottom: none;
  text-transform: uppercase;
}

.mw-ui-anchor.mw-ui-progressive {
  color: #ffffff;
}

.notification-count {
  background: transparent;
}

.notification-count.notification-unseen .circle, .notification-count .circle {
  border-color: #3d3d3d;
}

.mw-echo-ui-notificationItemWidget.mw-echo-ui-notificationItemWidget-unread {
  background: #2d2d2d !important;
}

.mw-echo-ui-notificationItemWidget, .mw-echo-ui-crossWikiNotificationItemWidget-group, .mw-echo-ui-bundleNotificationItemWidget-group {
  border: 1px solid #000000 !important;
  background: transparent !important;
}

.overlay-header-container, .mw-echo-ui-crossWikiNotificationItemWidget-separator, .mw-echo-ui-bundleNotificationItemWidget-separator {
  border-bottom: 1px solid #3d3d3d !important;
}

.overlay-footer-container {
  border-top: 1px solid #3d3d3d !important;
}

.mw-echo-ui-notificationItemWidget-content-message-header, .mw-echo-ui-menuItemWidget-content, .mw-echo-ui-crossWikiNotificationItemWidget .mw-echo-ui-subGroupListWidget-header-row-title, .mw-echo-ui-bundleNotificationItemWidget .mw-echo-ui-subGroupListWidget-header-row-title, .mw-echo-ui-notificationItemWidget-content-actions-timestamp {
  color: #ffffff !important;
}

.mw-echo-ui-notificationItemWidget-content-message-body {
  color: #cccccc !important;
}

.mw-ui-icon-mainmenu, #searchIcon.mw-ui-icon-magnifying-glass, .oo-ui-icon-expand, .oo-ui-icon-collapse, .oo-ui-icon-userAvatar, .oo-ui-icon-ellipsis {
  filter: invert(100%);
}

#mw-mf-page-center, body.navigation-enabled #mw-mf-page-center, .animations #mw-mf-page-center {
  background: #191919 url("/media/arcanium.gamepedia.com/a/af/Skin-Mobile-Background.jpg") no-repeat center top / 1400px auto !important;
}

@media ( min-width: 1400px) {
  #mw-mf-page-center, body.navigation-enabled #mw-mf-page-center, .animations #mw-mf-page-center {
    background-size: 100% auto;
  }
}

@media ( min-height: 44.5vw ) {
  #mw-mf-page-center, body.navigation-enabled #mw-mf-page-center, .animations #mw-mf-page-center {
    background-size: auto 100%;
  }
}

body.navigation-enabled .transparent-shield {
  background: rgba(31, 31, 31, 0.8) !important;
}

.overlay-enabled, #content {
  background: transparent;
}

.overlay, .overlay.editor-overlay, .overlay-header-container, .overlay-footer-container {
  background: #1f1f1f !important;
}

.pre-content h1, .content h1, .content h2, h1, h2, h3, h4, h5, h6 {
  background: transparent !important;
  color: #ffffff !important;
  font-family: 'GothamPro', sans-serif;
  font-variant: small-caps;
}

.mw-ui-icon-arrow::before {
  filter: invert(100%);
}

#content .section {
  border-bottom: 1px solid #9d0a0e;
}

div.toc-mobile, .client-js div.toc-mobile {
  border: 2px solid #857050;
  background: rgba(0, 0, 0, 0.33);
  color: #ffffff;
  padding: 8px;
  margin-bottom: 5px;
}

#content .thumb {
  border: 2px solid #857050;
  background: rgba(0, 0, 0, 0.33);
  color: #ffffff;
  padding: 8px;
  margin-bottom: 5px;
}

div.content table.wikitable, div.content table.wikitable > * > tr > th {
  padding: 3px;
  margin: auto;
  margin-bottom: 5px;
}

div.content table.wikitable {
  border: 2px solid #857050;
  background: transparent;
  color: #ffffff;
}

div.content table.wikitable th, div.content table.wikitable > * > tr > th, div.content table.wikitable > * > tr > th {
  border: 1px solid #857050;
  background: rgba(0, 0, 0, 0.67);
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  padding: 0 3px 3px 3px;
}

div.content table.wikitable td, div.content table.wikitable > * > tr > td, div.content table.wikitable > * > tr > td {
  border: 1px solid #474747;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.33);
  color: #ffffff !important;
  vertical-align: middle;
  padding: 4px 8px;
}

div.view-border-box {
  border: 2px solid #857050;
  background: rgba(0, 0, 0, 0.33);
  color: #ffffff;
  padding: 8px;
  margin-bottom: 5px;
}

div.view-border-box.last-modified-bar {
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 8px;
  margin-bottom: 5px;
}

div.view-border-box.post-content {
  border: none;
  background: transparent !important;
  color: #ffffff !important;
  margin: 0 30px 25px 30px;
}

div#mw-mf-last-modified {
  background: transparent !important;
}

div.view-border-box.watch-this-article {
  border: none;
  background-color: transparent;
  overflow: visible;
}

.mwm-notice {
  border: none;
  background: transparent;
  color: #ffffff;
}

pre, .mw-code {
  border: 1px dashed #857050;
  background: #cccccc;
  color: #000000;
  padding: 2px 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  border: 1px dashed #857050;
  background: transparent;
  white-space: pre-wrap;
  word-wrap: break-word;
}

input, select, textarea {
  border: 2px solid #857050;
  background: #cccccc;
  color: #000000 !important;
  padding: 2px 2px;
}

.header .search-box input.search, .search-box input.search {
  background-color: #d2d2d2 !important;
}

.mw-ui-button {
  font-family: 'GothamPro', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  border-radius: 6px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
  border: none;
  background: #00d192 !important;
  background: linear-gradient(to bottom, #55e0b6 0%, #55e0b6 45%, #00d192 50%, #00d192 100%) !important;
  color: #000000;
}

.mw-ui-button:hover {
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
  background: #ed1566 !important;
  background: linear-gradient(to bottom, #f36399 0%, #f36399 45%, #ed1566 50%, #ed1566 100%) !important;
  color: #ffffff !important;
}

div.mw-echo-ui-menuItemWidget-content, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  color: #ffffff !important;
}

#mw-mf-page-center > footer {
  border-bottom: 2px solid #0c0c0d;
  background: #1f1f1f;
  color: #ffffff;
}

.toast {
  border: 2px solid #857050;
  background: #111111;
  color: #ffffff;
}

.drawer {
  background: #9d0a0e;
}

.editor-overlay .wikitext-editor {
  color: #ffffff;
}

.editor-overlay .summary-request, .oo-ui-messageDialog-title, .oo-ui-messageDialog-message, div.mw-echo-ui-menuItemWidget-content {
  color: #ffffff !important;
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  font-family: 'GothamPro', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  border-radius: 6px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
  border: none;
  background: #00d192;
  background: linear-gradient(to bottom, #55e0b6 0%, #55e0b6 45%, #00d192 50%, #00d192 100%);
  color: #000000 !important;
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
  background: #ed1566 !important;
  background: linear-gradient(to bottom, #f36399 0%, #f36399 45%, #ed1566 50%, #ed1566 100%) !important;
  color: #ffffff !important;
}

.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
  background-color: rgba(31, 31, 31, 0.9) !important;
  color: #ffffff;
}

.ve-ui-mwSaveDialog-options {
  background-color: #9d0a0e !important;
}

/*******************
/* Search elements *
/*******************/
.search-overlay {
  background: rgba(31, 31, 31, 0.9) !important;
}

.search-overlay .results, .search-overlay .search-feedback {
  background-color: #9d0a0e !important;
}

.list-thumb.list-thumb-none {
  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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%200h56v56H0z%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M36.4%2013.5H17.8v24.9c0%201.4.9%202.3%202.3%202.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2%2017h5.1v6.4h-5.1V17zm-8.8%200h6v1.8h-6V17zm0%204.6h6v1.8h-6v-1.8zm0%2015.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.page-summary h2, .page-summary h3 {
  color: #ffffff !important;
}

/********************
/* Main menu styles *
/********************/
.primary-navigation-enabled {
  border-left: none !important;
  background: #1f1f1f !important;
  color: #ffffff;
}

#mw-mf-page-left, div.menu.view-border-box {
  border-radius: 0;
  border: none;
  background: transparent;
  font-family: 'GothamPro', sans-serif;
}

#mw-mf-page-left ul {
  background: transparent;
  text-transform: uppercase;
}

#mw-mf-page-left ul:first-child {
  border-bottom: none;
}

#mw-mf-page-left ul li {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  background: transparent;
}

#mw-mf-page-left ul li a, #mw-mf-page-left ul.hlist li a {
  border: none;
  color: #ffdc9c;
}

#mw-mf-page-left ul li:hover {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  background: #3d3d3d;
}

#mw-mf-page-left ul.hlist li:hover {
  border: none;
}

#mw-mf-page-left ul li:hover a, #mw-mf-page-left ul.hlist li:hover a {
  color: #ffffff;
}

/***************
/* Link styles *
/***************/
a, a:link, div.view-border-box.post-content a, div.view-border-box.post-content a:link {
  color: #ffdc9c;
}

a:visited, div.view-border-box.post-content a:visited {
  color: #ffd17d;
}

a.new {
  color: #ffbdbd !important;
}

a.new:visited {
  color: #ffb6b6 !important;
}

a.stub {
  color: #ffce9d;
}

a.stub:visited {
  color: #ffc184;
}

a.extiw, a.external {
  color: #ffdf80 !important;
}

a.extiw:visited, a.external:visited {
  color: #ffd17d !important;
}

a:active {
  color: #ffffff !important;
}

/***************************
/* Template example styles *
/***************************/
span.templateexample {
  font-family: monospace;
}

span.templateexample span.templatelink {
  font-weight: bold;
}

span.templateexample span.paramname {
}

span.templateexample span.paramvalue {
  color: #cccccc;
  font-style: italic;
}

/******************
/* Image licenses *
/******************/
/* copyright images tweak */
.skin-hydradark .copyright-icon {
  background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png");
  background-size: 100%;
  height: 32px;
  width: 32px;
}

.ambox {
  border: 2px solid #857050;
  background: rgba(0, 0, 0, 0.67);
  color: #ffffff;
  font-size: 95%;
  margin: 0 auto 10px auto;
  padding: 3px 6px 3px 6px;
  width: 80%;
}

.ambox-gray {
  box-shadow: 10px 0 0 #383838 inset;
}

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

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

.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 {
  box-shadow: 10px 0 0 #1e90ff inset;
}

.ambox-red {
  box-shadow: 10px 0 0 #b22222 inset;
}

.ambox-orange {
  box-shadow: 10px 0 0 #f28500 inset;
}

.ambox-yellow {
  box-shadow: 10px 0 0 #f4c430 inset;
}

.ambox-purple {
  box-shadow: 10px 0 0 #9932cc inset;
}

.ambox-gray {
  box-shadow: 10px 0 0 #bba inset;
}

.ambox-green {
  box-shadow: 10px 0 0 #228b22 inset;
}

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

/***********************
/* Flex text link list *
/***********************/
.skin-minerva .flextextlinks {
  text-align: center;
}

.skin-minerva .flextextlinks ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  text-align: center;
  margin: -2px -10px;
  padding: 0;
}

.skin-minerva .flextextlinks ul li {
  display: flex;
  list-style: none;
  flex-flow: column wrap;
  flex: 1 0 15rem;
  margin: 0;
  padding: 2px 10px;
}

@media ( min-width: 30rem ) {
  .skin-minerva .flextextlinks ul li {
    flex: 0 0 15rem;
  }
}

.skin-minerva .flextextlinks ul li a, 
.skin-minerva .flextextlinks ul li a:visited, 
.skin-minerva .flextextlinks.plainlinks ul li a,
.skin-minerva .flextextlinks.plainlinks ul li a:visited {
  display: block;
  font-family: 'GothamPro', sans-serif;
  border: 1px solid #474747;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.67) !important;
  color: #ffffff !important;
  font-weight: bold;
  margin: 0;
  padding: 10px !important;
}

/***********************
/* Flex icon link list *
/***********************/
.skin-minerva .flexiconlinks {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  margin: -10px;
  padding: 0;
}

.flexiconlinks.horizontal {
  margin: -2px -10px;
}

.skin-minerva .flexiconlinks .iconlink {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-family: 'GothamPro', sans-serif;
  border: 1px solid #474747;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.67);
  color: #ffffff;
  font-weight: bold;
  margin: 10px;
  padding: 5px 10px;
  flex: 0 0 8rem;
  min-width: 128px;
}

.skin-minerva .flexiconlinks.horizontal .iconlink {
  margin: 2px 10px;
  padding: 10px;
}

.skin-minerva .flexiconlinks.iconsize24 .iconlink {
  flex: 0 0 1.5rem;
  min-width: 24px;
}

.skin-minerva .flexiconlinks.linksize24 .iconlink {
  flex: 0 0 1.5rem;
  min-width: 24px;
}

.skin-minerva .flexiconlinks.iconsize64 .iconlink {
  flex: 0 0 4rem;
  min-width: 64px;
}

.skin-minerva .flexiconlinks.linksize64 .iconlink {
  flex: 0 0 4rem;
  min-width: 64px;
}

.skin-minerva .flexiconlinks.iconsize96 .iconlink {
  flex: 0 0 6rem;
  min-width: 96px;
}

.skin-minerva .flexiconlinks.linksize96 .iconlink {
  flex: 0 0 6rem;
  min-width: 96px;
}

.skin-minerva .flexiconlinks.iconsize128 .iconlink {
  flex: 0 0 8rem;
  min-width: 128px;
}

.skin-minerva .flexiconlinks.linksize128 .iconlink {
  flex: 0 0 8rem;
  min-width: 128px;
}

.skin-minerva .flexiconlinks.iconsize192 .iconlink {
  flex: 0 0 12rem;
  min-width: 192px;
}

.skin-minerva .flexiconlinks.linksize192 .iconlink {
  flex: 0 0 12rem;
  min-width: 192px;
}

.skin-minerva .flexiconlinks.iconsize256 .iconlink {
  flex: 0 0 16rem;
  min-width: 256px;
}

.skin-minerva .flexiconlinks.linksize256 .iconlink {
  flex: 0 0 16rem;
  min-width: 256px;
}

.skin-minerva .flexiconlinks.horizontal .iconlink {
  flex-flow: row nowrap;
  align-items: flex-start;
  flex: 1 0 15rem;
  box-sizing: border-box;
}

@media ( min-width: 30rem ) {
  .skin-minerva .flexiconlinks.horizontal .iconlink {
    flex: 0 0 15rem;
  }
}

.skin-minerva .flexiconlinks .iconlink .icon {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  min-width: 128px;
  width: 128px;
  height: 128px;
}

.skin-minerva .flexiconlinks.horizontal .iconlink .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.skin-minerva .flexiconlinks.linksize24 .iconlink .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.skin-minerva .flexiconlinks.linksize64 .iconlink .icon {
  min-width: 64px;
  width: 64px;
  height: 64px;
}

.skin-minerva .flexiconlinks.linksize96 .iconlink .icon {
  min-width: 96px;
  width: 96px;
  height: 96px;
}

.skin-minerva .flexiconlinks.linksize128 .iconlink .icon {
  min-width: 128px;
  width: 128px;
  height: 128px;
}

.skin-minerva .flexiconlinks.linksize192 .iconlink .icon {
  min-width: 192px;
  width: 192px;
  height: 192px;
}

.skin-minerva .flexiconlinks.linksize256 .iconlink .icon {
  min-width: 256px;
  width: 256px;
  height: 256px;
}

.skin-minerva .flexiconlinks.iconsize64 .iconlink .icon {
  min-width: 64px;
  width: 64px;
  height: 64px;
}

.skin-minerva .flexiconlinks.iconsize96 .iconlink .icon {
  min-width: 96px;
  width: 96px;
  height: 96px;
}

.skin-minerva .flexiconlinks.iconsize128 .iconlink .icon {
  min-width: 128px;
  width: 128px;
  height: 128px;
}

.skin-minerva .flexiconlinks.iconsize192 .iconlink .icon {
  min-width: 192px;
  width: 192px;
  height: 192px;
}

.skin-minerva .flexiconlinks.iconsize256 .iconlink .icon {
  min-width: 256px;
  width: 256px;
  height: 256px;
}

.skin-minerva .flexiconlinks .iconlink .icon a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 100%;
  margin: -5px -10px 0 -10px;
  padding: 5px 10px 0 10px;
}

.skin-minerva .flexiconlinks.horizontal .iconlink .icon a {
  margin: -10px 0 -10px -10px;
  padding: 10px 0 10px 10px !important;
}

.skin-minerva .flexiconlinks .iconlink .text {
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.skin-minerva .flexiconlinks.horizontal .iconlink .text {
  flex-grow: 1;
  width: auto;
  text-align: left;
}

.skin-minerva .flexiconlinks .iconlink .text a,
.skin-minerva .flexiconlinks .iconlink .text a:visited {
  display: block;
  color: #ffffff !important;
  width: auto;
  margin: 0 -10px -5px -10px;
  padding: 0 10px 5px 10px !important;
}

.skin-minerva .flexiconlinks.horizontal .iconlink .text a,
.skin-minerva .flexiconlinks.horizontal .iconlink .text a:visited {
  margin: -10px -10px -10px 0;
  padding: 10px 10px 10px 0.5rem !important;
}

/*******************************
/* Responsive flex page layout *
/*******************************/
.skin-minerva .rfpelements {
  width: 100%;
  overflow: hidden;
}

.skin-minerva .rfpblock {
  margin: 5px;
  padding: 3px 6px;
  text-align: left;
}

.skin-minerva .rfpblock.rfpmobilecollapsible .heading a {
  display: block;
  padding: 0 0 0 15px;
}

.skin-minerva .rfpblock.rfpmobilecollapsible .heading a:hover, 
.skin-minerva .rfpblock.rfpmobilecollapsible .heading .imageheading a:active {
  text-decoration: none;
}

.skin-minerva .rfpblock.rfpmobilecollapsible.collapsed .heading {
  border: none;
  margin-bottom: -4px;
}

.skin-minerva .rfpblock.rfpmobilecollapsible.collapsed .body {
  display: none;
}

.skin-minerva .rfpblock.rfpmobilecollapsible.expanded .body {
  display: block;
}

.skin-minerva .rfpblock img {
  max-width: 100%;
  height: auto;
}

/****************************
/* Responsive flex specials *
/****************************/
.skin-minerva .rfptwitter:not(.collapsed),
.skin-minerva .rfptwitter.expanded {
  display: flex;
  flex-flow: column nowrap;
}

.skin-minerva .rfptwitter:not(.collapsed) .body,
.skin-minerva .rfptwitter:not(.collapsed) .body .twitter-timeline-wrapper,
.skin-minerva .rfptwitter.expanded .body,
.skin-minerva .rfptwitter.expanded .body .twitter-timeline-wrapper {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 410px;
}

.skin-minerva .rfptwitter:not(.collapsed) .body .twitter-timeline-wrapper iframe,
.skin-minerva .rfptwitter.expanded .body .twitter-timeline-wrapper iframe {
  width: auto !important;
  height: auto !important;
  flex: 0 0 400px;
}

/******************************
/* Responsive flex appearance *
/******************************/
.skin-minerva .rfpbox,
.skin-minerva .rfpmobilebox {
  border: 2px solid #857050;
  background: rgba(0, 0, 0, 0.33);
  color: #ffffff;
  margin: 5px;
  padding: 3px 6px;
}

.skin-minerva .rfpblock .heading {
  border-bottom: 1px solid #474747;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  font-family: 'GothamPro', sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 132%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.skin-minerva .rfpblock.rfpmobilecollapsible.collapsed .heading a {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%227%22%20viewBox%3D%220%200%205%207%22%3E%3Cg%20fill%3D%22%23ffdc9c%22%3E%3Ctitle%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3Eleft%20arrow%3C%2Ftitle%3E%3Cpath%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M1%200%20L1%207%20L5%203.5%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left center no-repeat;
}

.skin-minerva .rfpblock.rfpmobilecollapsible.expanded .heading a {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%224%22%20viewBox%3D%220%200%207%204%22%3E%3Cg%20fill%3D%22%23ffdc9c%22%3E%3Ctitle%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3Edown%20arrow%3C%2Ftitle%3E%3Cpath%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M0%200%20L7%200%20L3.5%204%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left center no-repeat;
}

/******************************************
/* Responsive flex documentation examples *
/******************************************/
.rfpdoclabel {
  border: 2px solid #857050;
  padding: 3px 6px;
  text-align: center;
}

.rfpdocexample {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  margin: 0 0 10px 0;
}

.rfpdocnarrow {
  border: 2px solid #857050;
  padding: 3px 0 0 0;
  width: 16.666667%;
  box-sizing: border-box;
}

.rfpdocmedium {
  border: 2px solid #857050;
  padding: 3px 0 0 0;
  width: 33.333333%;
  box-sizing: border-box;
}

.rfpdocwide {
  border: 2px solid #857050;
  padding: 3px 0 0 0;
  width: 50%;
  box-sizing: border-box;
}

.rfpdocelements {
  display: flex;
  flex-flow: row wrap;
}

.rfpdocshelf,
.rfpdocstack {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.rfpdocblock {
  margin: 5px;
  padding: 3px 6px;
  flex: 0 0 calc( 100% - 10px );
  max-width: calc( 100% - 10px );
  text-align: center;
  box-sizing: border-box;
}

.rfpdocstack .rfpdocstack,
.rfpsdoctack .rfpdocshelf,
.rfpdocshelf .rfpdocshelf,
.rfpdocshelf .rfpdocstack {
  flex: 1 0 auto;
  max-width: 100%;
}

.rfpdocstack .rfpdocblock,
.rfpdocshelf .rfpdocblock {
  flex: 1 0 auto;
  max-width: calc( 100% - 10px );
}

.rfpdocstack .rfpdocnoresize {
  flex: 0 0 auto;
}

.rfpdocmedium .rfpdoc100-50-67size,
.rfpdocmedium .rfpdoc100-50-50size,
.rfpdocmedium .rfpdoc100-50-33size {
  flex: 0 0 50%;
  max-width: 50%;
}

.rfpdocmedium .rfpdocblock.rfpdoc100-50-67size,
.rfpdocmedium .rfpdocblock.rfpdoc100-50-50size,
.rfpdocmedium .rfpdocblock.rfpdoc100-50-33size {
  flex: 0 0 calc( 50% - 10px );
  max-width: calc( 50% - 10px );
}

.rfpdocwide .rfpdoc100-100-67size,
.rfpdocwide .rfpdoc100-50-67size {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.rfpdocwide .rfpdocblock.rfpdoc100-100-67size,
.rfpdocwide .rfpdocblock.rfpdoc100-50-67size {
  flex: 0 0 calc( 66.666667% - 10px );
  max-width: calc( 66.666667% - 10px );
}

.rfpdocwide .rfpdoc100-100-50size,
.rfpdocwide .rfpdoc100-50-50size {
  flex: 0 0 50%;
  max-width: 50%;
}

.rfpdocwide .rfpdocblock.rfpdoc100-100-50size,
.rfpdocwide .rfpdocblock.rfpdoc100-50-50size {
  flex: 0 0 calc( 50% - 10px );
  max-width: calc( 50% - 10px );
}

.rfpdocwide .rfpdoc100-100-33size,
.rfpdocwide .rfpdoc100-50-33size {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.rfpdocwide .rfpdocblock.rfpdoc100-100-33size,
.rfpdocwide .rfpdocblock.rfpdoc100-50-33size {
  flex: 0 0 calc( 33.333333% - 10px );
  max-width: calc( 33.333333% - 10px );
}

.rfpdocwide .rfpdocshelf {
  flex-flow: row wrap;
}

.rfpdocwide .rfpdocshelf > .rfpdocstack {
  flex: 0 0 50%;
  max-width: 50%;
}

.rfpdocwide .rfpdocshelf > .rfpdocblock {
  flex: 0 0 calc( 50% - 10px );
  max-width: calc( 50% - 10px );
}

.rfpdocwide .rfpdocshelf > .rfpdocstack.rfpdockeepwide {
  flex: 0 0 100%;
  max-width: 100%;
}

.rfpdocwide .rfpdocshelf > .rfpdocblock.rfpdockeepwide {
  flex: 0 0 calc( 100% - 10px );
  max-width: calc( 100% - 10px );
}

/******************
/* Infobox styles *
/******************/
.infoboxtable {
  border: 2px solid #857050;
  background: transparent;
  color: #ffffff;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
}

.infoboxtable th {
  border: 1px solid #474747;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.43);
  color: #ffffff;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding: 0.5px 7px;
}

.infoboxtable td {
  border: 1px solid #474747;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.23);
  color: #ffffff;
  text-align: left;
  vertical-align: top;
  padding: 0.5px 3px 0.5px 3px;
}

.infoboxtable th.infoboxname {
  border: 2px solid #857050;
  background: rgba(0, 0, 0, 0.67);
  font-size: 110%;
  color: #ffffff;
  font-family: 'GothamPro', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  padding: 8px;
}

.infoboxtable th.infoboxdetails {
  border: 1px solid #857050;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #ffffff;
  font-family: 'GothamPro', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
}

/********************
/* Navbox templates *
/********************/
table.navbox {
  border: 2px solid #857050;
  background: rgba(0, 0, 0, 0.33);
  color: #ffffff;
  clear: both;
  font-size: 88%;
  margin: auto;
  padding: 1px;
  text-align: center;
  width: 100%;
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
  margin-top: -1px;
}

.navbox-title, .navbox-abovebelow, table.navbox th {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.navbox-group {
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
  background: transparent;
}

.navbox-list {
  background: transparent; /* Must match background color */
}

/* Level 1 color */
.navbox-title, table.navbox th {
  border: 1px solid #474747;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.67);
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

/* Level 2 styling */
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: rgba(0, 0, 0, 0.5)
  color: #ffffff;
}

/* Even row striping */
.navbox-even {
  background: rgba(0, 0, 0, 0.43);
  color: #ffffff;
}

/* Odd row striping */
.navbox-odd {
  background: rgba(0, 0, 0, 0.23);
  color: #ffffff;
}

.collapseButton {
  font-weight: normal;
  width: auto;
}

.navbox .collapseButton {
  width: 6em;
}

.navbar {
  font-size: 88%;
  font-weight: normal;
}

.navbox .navbar {
  font-size: 100%;
}

table.collapsed tr.collapsible {
  display: none;
}

/******************
/* General styles *
/******************/
.contentbox {
  border: 2px solid #857050;
  background: rgba(0, 0, 0, 0.33);
  color: #ffffff;
  overflow: auto;
  margin: 0 0 3px 0;
  padding: 3px;
}

span.bullet {
  font-size: 1%;
}

span.bullet:after {
  font-size: 10000%;
  content: "•";
}

.dablink {
  padding: 3px 3em 10px 3em;
  font-style: italic;
}

span.ghost {
  color: #cccccc; /* For any text that appear fainter for some reason */
}

.columns {
  padding: 0;
  margin: 10px -10px 0 -10px;
  overflow: hidden;
}

.columns .leftcol {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.columns .centercol {
  float: left;
  margin: 0;
  padding: 0;
}

.columns .rightcol {
  float: right;
  width: 50%;
  margin: 0;
  padding: 0;
}

.columns .column {
  margin-left: 10px;
  margin-right: 10px;
}

div#content .columns .leftcol > *, div#content .columns .centercol > *, div#content .columns .rightcol > * {
  margin-left: 10px;
  margin-right: 10px;
}

div#content .columns .leftcol > ul, div#content .columns .centercol > ul, div#content .columns .rightcol > ul {
  margin-left: 15px;
  padding-left: 15px;
  margin-right: 10px;
}

div#content .columns .leftcol .column > *, div#content .columns .centercol .column > *, div#content .columns .rightcol .column > * {
  margin-left: 0;
  margin-right: 0;
}

.mobileleft {
  text-align: left;
}

.mobilecenter {
  text-align: center;
}

.mobileright {
  text-align: right;
}

.nomobile {
  display: none;
}