Starblast Wiki
mNo edit summary
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
body {
 
body {
background-attachment: fixed;
+
background-attachment: fixed !important;
background-color: #000;
+
background-color: #000 !important;
background-image: url(https://static.wikia.nocookie.net/starblastio_gamepedia_en/images/e/ef/Starblastio_background18.jpg/revision/latest);
+
background-image: url(https://static.wikia.nocookie.net/starblastio_gamepedia_en/images/e/ef/Starblastio_background18.jpg/revision/latest) !important;
background-repeat: no-repeat;
+
background-repeat: no-repeat !important;
background-position: center center;
+
background-position: center center !important;
background-size: cover;
+
background-size: cover !important;
  +
}
  +
  +
/* Self-link */
  +
.mw-selflink:hover, .selflink:hover {
  +
text-decoration: none;
 
color: inherit;
  +
}
  +
.mw-selflink, .selflink {
  +
font-weight: bold;
  +
text-decoration: none;
 
color: inherit;
  +
}
  +
  +
/* Changelog lines */
  +
  +
p.changelog {
  +
margin: 0 0 0 36px !important;
  +
}
  +
  +
p.changelog.p1 {
  +
margin-left: 24px !important;
 
}
 
}
   
Line 30: Line 51:
 
#backtotop:hover {
 
#backtotop:hover {
 
opacity: 1;
 
opacity: 1;
  +
}
  +
  +
/* Inline code blocks */
  +
code {
  +
background-color: var(--theme-page-background-color--secondary);
  +
border-radius: 3px;
  +
padding: 3px;
 
}
 
}
   
Line 1,460: Line 1,488:
 
border: none;
 
border: none;
 
background: transparent;
 
background: transparent;
color: #2a2d2f;
 
 
margin: 0 0 10px 20px;
 
margin: 0 0 10px 20px;
 
padding: 3px 6px;
 
padding: 3px 6px;
Line 1,469: Line 1,496:
 
border: 2px solid #ced7dc;
 
border: 2px solid #ced7dc;
 
background: rgba(0, 0, 0, 0.1);
 
background: rgba(0, 0, 0, 0.1);
color: #2a2d2f;
 
 
font-weight: bold;
 
font-weight: bold;
 
text-align: right;
 
text-align: right;
Line 1,479: Line 1,505:
 
border: 2px solid #ced7dc;
 
border: 2px solid #ced7dc;
 
background: rgba(0, 0, 0, 0.1);
 
background: rgba(0, 0, 0, 0.1);
color: #2a2d2f;
 
 
text-align: left;
 
text-align: left;
 
vertical-align: top;
 
vertical-align: top;
Line 1,489: Line 1,514:
 
background: rgba(0, 0, 0, 0.3);
 
background: rgba(0, 0, 0, 0.3);
 
font-size: 125%;
 
font-size: 125%;
color: #2a2d2f;
 
 
font-variant: small-caps;
 
font-variant: small-caps;
 
font-weight: bold;
 
font-weight: bold;
Line 1,500: Line 1,524:
 
background: rgba(0, 0, 0, 0.2);
 
background: rgba(0, 0, 0, 0.2);
 
text-align: center;
 
text-align: center;
color: #2a2d2f;
 
 
text-transform: uppercase;
 
text-transform: uppercase;
 
font-weight: normal;
 
font-weight: normal;

Latest revision as of 17:56, 8 August 2022

/* General */

body {
    background-attachment: fixed !important;
    background-color: #000 !important;
    background-image: url(https://static.wikia.nocookie.net/starblastio_gamepedia_en/images/e/ef/Starblastio_background18.jpg/revision/latest) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

/* Self-link */
.mw-selflink:hover, .selflink:hover {
	text-decoration: none;
    color: inherit;
}
.mw-selflink, .selflink {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

/* Changelog lines */

p.changelog {
	margin: 0 0 0 36px !important;
}

p.changelog.p1 {
	margin-left: 24px !important;
}

/* BackToTop button */
#backtotop {
	display: inline-block;
	height: 36px;
	width: 36px;
	position: fixed;
	bottom: 50px;
	right: 9px;
	border-radius: 18px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
	z-index: 99;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 0.5;
	background: url(https://raw.githubusercontent.com/Bhpsngum/img-src/master/arrow-top.svg) center 50% no-repeat rgba(120, 172, 245, 0.8);
}

#backtotop:hover {
	opacity: 1;
}

/* Inline code blocks */
code {
	background-color: var(--theme-page-background-color--secondary);
    border-radius: 3px;
    padding: 3px;
}

/* Youtube embed video width fix */
div.embedvideo.ev_inline, div.embedvideo.ev_inline * {
	width: -moz-available !important;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important;  /* Mozilla-based browsers will ignore this. */
    width: fill-available !important;
}

/* Border for thumbnail & galleries */
.thumb, div.thumbinner, li.gallerybox div.thumb {
	width: min-content !important;
	padding: 5px;
}

/* Infoboxes */
.infobox {
    background: rgba(0,0,0,.1);
    border: 1px solid #ced7dc;
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 280px;
    clear: right;
}

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

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

table.infobox > tr > th,
table.infobox > * > tr > th {
    background-color: rgba(0,0,0,.3);
    padding-left: .5em;
    padding-right: .5em;
}

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

.infobox th.header, .infobox th.title {
    background-color: #ced7dc;
	color: #2a2d2f;
    text-align: center;
}

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

.infobox td {
    padding: 3px;
}

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

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

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

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: #ced7dc !important;
    border: 1px solid #28404b;
    color: #28404b;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    background: rgba(0,0,0,.1);
    border: 1px solid #ced7dc;
    padding: 0.2em;
}

/* Navbox template style */
table.navbox {
    border: 1px solid #67676;
    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: rgba(0, 0, 0, 0.1);
}

.navbox-list {
    border-color: rgba(0, 0, 0, 0.1); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

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

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

/* Even row striping */
.navbox-even {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.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;
}

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

/* Framework */
body {
    font-color: #ced7dc;
}

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

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

div#mw-head {
    background: none;
}

#p-logo, #p-logo a {
    height: 90px;
    width: 390px;
}

#p-logo {
    left: 1em;
    position: absolute;
}

/* Top Tabs */
#mw-head {
    margin-top: 70px;
}

#left-navigation {
}

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

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

div#mw-head div.vectorTabs li a,
div#mw-head div.vectorTabs li a:visited,
div.vectorMenu h3 span {
    color: #ced7dc;
    font-weight:bold;
}

div#mw-head div.vectorTabs li a:hover,
div#mw-head div.vectorTabs li a:visited:hover {
    color: #ced7dc;
    font-weight:bold;
}

div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #28404b;
    font-weight:bold;
    text-shadow: -1px 0 0.1em white, 0 1px 0.1em white, 1px 0 0.1em white, 0 -1px 0.1em white;
}

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

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

div.vectorMenu div.menu {
    background: rgba(0,0,0,.8);
    border: solid 0px #ced7dc;
}

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

div#mw-head div.vectorMenu div.menu li a,
div#mw-head div.vectorMenu div.menu li a:visited {
    color: hsl(200,50%,60%);
}

div#mw-head div.vectorMenu div.menu li a:hover,
div#mw-head div.vectorMenu div.menu li a:visited:hover {
    color: hsl(200,50%,60%);
}

div#simpleSearch {
    background: hsla(200,30%,15%,.9);
    border: solid 2px rgba(255,255,255,.1);
}

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

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

#p-search input:focus {
}

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

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: hsla(200,30%,15%,.9);
    border: solid 0px #ced7dc;
    margin: 0 9px 10px 0;
    padding: 0.5em .25em !important;
    width: 150px;
    margin-right: 1em;
    border-top: solid 4px rgba(255,255,255,.1);
}

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

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: hsl(200,50%,70%);
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav div.portal h3 a,
#mw-panel.collapsible-nav div.portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: hsl(200,70%,90%);
    font-weight:bold;
    font-size: 1em;
}

div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

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

h1, h2, h3, h4, h5, h6, hr {
    color: #ced7dc;
    border-color: rgba(255,255,255,.4);
}

h1 {
  border-bottom: solid 4px rgba(255,255,255,.4);
}

h2 {
  border-bottom: solid 2px rgba(255,255,255,.4);
}

div#toc,
div.toc,
div.mw-warning,
ul#filetoc,
#catlinks {
    background: rgba(0,0,0,.4);
    border: solid 0px #ced7dc;
    border-radius: 4px;
    padding: 15px;
}

/* Footer */
div#footer {
    margin-right: 1em;
}

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

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

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

div#mw-js-message {
    background: rgba(0,0,0,.1);
    border: solid 1px #ced7dc;
}

.mw-search-profile-tabs {
    background: rgba(206,215,220,.2);
    border: solid 1px #ced7dc;
}

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

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

fieldset#mw-searchoptions {
    border-color: #ced7dc !important;
    background: rgba(206,215,220,.15);
}

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

table.diff,
td.diff-otitle,
td.diff-ntitle {
    background: transparent;
    color: #ced7dc;
}

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

.diffchange {
    color: #ced7dc;
}

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

table.mw_metadata th {
    background: #ced7dc;
    border: 1px solid #28404b;
    color: #28404b;
}

table.mw_metadata td {
    background: rgba(0,0,0,.1);
    border: 1px solid #ced7dc;
}

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

.mw-datatable th {
    background: #ced7dc;
    border: 1px solid #28404b;
    color: #28404b;
}

.mw-datatable td {
    background: rgba(0,0,0,.1);
    border: 1px solid #ced7dc;
}

.mw-datatable tr:hover td {
    background: rgba(206,215,220,.2);
}

li.gallerybox {
    border-color: transparent;
}

.thumb,
div.thumbinner,
li.gallerybox div.thumb {
    background: rgba(206,215,220,.2);
    border: solid 1px #ced7dc;
}

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

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

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

div.wikiEditor-ui-tabs {
    background-color: #ced7dc;
    border-left: 1px solid #28404b;
    border-top: 1px solid #28404b;
}

div.wikiEditor-ui-tabs div {
    background-color: #ced7dc;
    border-right: 1px solid #28404b;
    border-bottom: 1px solid #28404ba;
}

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

div.wikiEditor-ui-tabs div.current {
    background-color: rgba(206,215,220,.3);
    border-bottom: 1px solid #ced7dc;
}

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

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

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

div#wikiEditor-ui-toolbar {
    background: linear-gradient( to bottom, rgba(206,215,220,.05), rgba(206,215,220,.3) 26px);
}

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

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

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

.tab {
    border-color: transparent;
}

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

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

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

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

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(206,215,220,.3);
    color: #ced7dc;
    font-weight: bold;
}

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

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(206,215,220,.1);
    border-color: #ced7dc;
    color: #ced7dc;
}

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

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

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

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

div.editOptions {
    background-color: rgba(206,215,220,.2);
    border: 1px solid #ced7dc;
	border-top: none;
}

/* Preferences */
#preftoc,
#preftoc li,
#preferences,
#preftoc li a {
    background-color: rgba(0,0,0,0);
    background-image: none;
    color: #ced7dc;
}

#preftoc li:first-child,
#preftoc li:first-child {
    margin-bottom: 4px;
    margin-left: 5px;
}

#preftoc li.selected a,
#preftoc li.selected a {
    background-color: #ced7dc;
    border-color: #ced7dc;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-weight: bold;
}

#preferences {
    background-color: rgba(200,200,200,.1);
    border: 1px solid #ced7dc;
}

#preferences fieldset {
    border-color: #ced7dc;
}

#preferences legend {
    color: #ced7dc;
}
#preferences td.htmlform-tip {
    color: #ced7dc;
}

/* Curse profile */
.curseprofile .section {
    background: none;
    border: 1px solid #ced7dc;
    color: #ced7dc;
}

.curseprofile .section.borderless {
    border: none;
    background: none;
}

.commentdisplay.public,
.commentdisplay.public .replyset .commentdisplay.add-reply {
    background: rgba(206,215,220,.15);
}

.commentdisplay textarea {
    background: none;
    border: 1px solid #ced7dc;
    color: #ced7dc;
}

/* 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;
}

.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;
}

/* copyright images tweak */
.copyright-icon {
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

/* interwiki table bg fix for active entries */
.mw-interwikitable-local,
.mw-interwikitable-trans {
    text-shadow: 1px 1px 1px #000000;
}

.feature {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px; padding: 10px;
}

/***********************
/* Flex text link list *
/***********************/
.flextextlinks ul {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  margin: 0 -20px 10px -20px;
  padding: 0;
}

.flextextlinks ul li {
  list-style: none;
  flex: 1 0 15em;
  margin: 0;
  padding: 4px 20px;
}

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

.flexiconlinks.horizontal {
  margin: 0 -20px 10px -20px;
}

.flexiconlinks .iconlink {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border: none;
  background: transparent;
  margin: 0;
  padding: 10px;
  flex: 0 0 8rem;
  min-width: 128px;
}

.flexiconlinks.horizontal .iconlink {
  padding: 4px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flexiconlinks.horizontal .iconlink {
  flex-flow: row nowrap;
  align-items: flex-start;
  flex: 0 0 15rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flexiconlinks .iconlink .icon a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 100%;
}

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

.flexiconlinks.horizontal .iconlink .text {
  width: auto;
  text-align: left;
}

.flexiconlinks .iconlink .text a {
  display: block;
  width: auto;
}

.flexiconlinks.horizontal .iconlink .text a {
  padding-left: 0.5rem !important;
}

/*******************************
/* Responsive flex page layout *
/*******************************/
.rfpelements {
  display: flex;
  flex-flow: row wrap;
  margin: -5px;
}

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

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

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

.rfpstack .rfpstack,
.rfpstack .rfpshelf,
.rfpshelf .rfpshelf,
.rfpshelf .rfpstack {
  flex: 1 0 auto;
  max-width: 100%;
}

.rfpstack .rfpblock,
.rfpshelf .rfpblock {
  flex: 1 0 auto;
  max-width: calc( 100% - 10px );
}

.rfpstack .rfpnoresize {
  flex: 0 0 auto;
}

@media (min-width: 820px) {
  .rfp100-50-67size,
  .rfp100-50-50size,
  .rfp100-50-33size {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

@media (min-width: 1440px) {
  .rfp100-100-67size,
  .rfp100-50-67size {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

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

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

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

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

  .rfpshelf {
    flex-flow: row wrap;
  }

  .rfpshelf > .rfpstack {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .rfpshelf > .rfpblock {
    flex: 0 0 calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }

  .rfpshelf > .rfpstack.rfpkeepwide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .rfpshelf > .rfpblock.rfpkeepwide {
    flex: 0 0 calc( 100% - 10px );
    max-width: calc( 100% - 10px );
  }
}

/****************************
/* Responsive flex specials *
/****************************/
.rfpaboutinfo {
  border-top: 1px solid #ced7dc;
  columns: auto 18rem;
  padding: 10px 0;
}

.rfpaboutitem {
  padding-left: 6rem;
  text-align: left;
}

.rfpaboutlabel {
  display: inline-block;
  text-align: right;
  width: 5.5rem;
  margin: 0 0 0 -6rem;
  padding: 0 0.5rem 0 0;
}

.rfpplatforms {
  border-top: 1px solid #ced7dc;
  text-align: center;
  padding: 10px 0 0 0;
}

.rfpplatformsheading {
  font-weight: bold;
  font-variant: small-caps;
  color: var(--theme-page-text-color);
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
}

.rfpplatformdates {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.rfpplatformdate {
  flex: 1 0 18rem;
  text-align: center;
  padding: 0 0 10px 0;
}

.rfpplatformdate img {
  padding: 0 5px;
}

.rfpplatformdarkinvert {
  filter: invert(100%);
}

.rfptwitter {
  display: flex;
  flex-flow: column nowrap;
}

.rfptwitter .body,
.rfptwitter .body .twitter-timeline-wrapper {
  border: none;
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 410px;
}

.rfptwitter .body .twitter-timeline-wrapper iframe {
  border: none;
  width: auto !important;
  height: auto !important;
  flex: 0 0 400px;
}

@media (min-width: 820px) {
  .rfptwitter .body,
  .rfptwitter .body .twitter-timeline-wrapper,
  .rfptwitter .body .twitter-timeline-wrapper iframe {
    flex: 1 0 auto;
  }
}

.rfpblock div.slideboxlightshow,
.rfpblock div.slideboxlightshow a {
  max-width: 100%;
  height: auto;
}

/******************************
/* Responsive flex appearance *
/******************************/
.rfpbox,
.rfpdesktopbox {
  border: 2px solid #ced7dc;
  background: rgba(0, 0, 0, 0.3);
  color: var(--theme-page-text-color);
  margin: 5px;
  padding: 3px 6px;
}

.rfpblock .heading {
  color: var(--theme-page-text-color);
  font-weight: bold;
  font-variant: small-caps;
  font-size: 150%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

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

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

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

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

.rfpdocwide {
  border: 1px solid #ced7dc;
  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 {
  float: right;
  border: none;
  background: transparent;
  margin: 0 0 10px 20px;
  padding: 3px 6px;
  width: 300px;
}

.infoboxtable th {
  border: 2px solid #ced7dc;
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding: 0.5px 7px;
}

.infoboxtable td {
  border: 2px solid #ced7dc;
  background: rgba(0, 0, 0, 0.1);
  text-align: left;
  vertical-align: top;
  padding: 0.5px 3px 0.5px 3px;
}

.infoboxtable th.infoboxname {
  border: 2px solid #ced7dc;
  background: rgba(0, 0, 0, 0.3);
  font-size: 125%;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}

.infoboxtable th.infoboxdetails {
  border: 2px solid #ced7dc;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
}