Evertech Sandbox Wiki
(Automated Import)
 
Wagnike2 (talk | contribs)
No edit summary
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 
/* Header and footer */
 
/* Header and footer */
.header-container.header-chrome,
 
#mw-mf-page-center {
 
background: transparent;
 
}
 
 
footer {
 
/*
 
color: #e0e0e0;
 
*/
 
}
 
 
 
.overlay #secondary-button.user-button,
 
.overlay #secondary-button.user-button,
 
.header #secondary-button.user-button,
 
.header #secondary-button.user-button,
Line 17: Line 6:
 
.header .user-button {
 
.header .user-button {
 
background: transparent;
 
background: transparent;
 
}
  +
 
.header-container.header-chrome {
  +
background-color: rgba(255, 255, 255, 0.05) !important;
  +
border-bottom: 2px solid #c6d7df;
 
}
  +
  +
.last-modified-bar {
  +
border-bottom: 2px solid #c6d7df !important;
  +
background: rgba(255, 255, 255, 0.05) !important;
  +
}
  +
  +
.last-modified-bar a {
  +
color: #c6d7df;
  +
}
  +
 
footer {
  +
border-top: 2px solid #c6d7df;
 
}
 
}
   
Line 24: Line 31:
 
display: none;
 
display: none;
 
}
 
}
  +
  +
/* Body */
  +
div#content,
 
#mw-mf-page-center {
 
background: black;
  +
}
  +
  +
.overlay.search-overlay.visible,
  +
body {
  +
background-size: cover;
  +
background-repeat: no-repeat;
  +
background-attachment: fixed;
 
color: #e0e0e0;
  +
}
  +
  +
/* Link styles */
  +
a:not(.new),
  +
a:visited:not(.new) {
  +
color: #94a774;
  +
}
  +
  +
a.extiw:not(.new) {
  +
color: #94a774 !important;
  +
}
  +
  +
a.new {
  +
color: #94a774 !important;
  +
}
  +
  +
/* Base styles */
   
 
.client-js .toc-mobile {
 
.client-js .toc-mobile {
Line 99: Line 136:
 
/********************/
 
/********************/
 
.primary-navigation-enabled {
 
.primary-navigation-enabled {
border-left: 12px solid #505050 !important;
+
border-left: 12px solid #505050 !important;
background: #101010 !important;
+
background: #101010 !important;
 
}
 
}
   
 
#mw-mf-page-left {
 
#mw-mf-page-left {
border-left: 12px solid #505050;
+
border-left: 12px solid #505050;
background: transparent;
+
background: transparent;
 
}
 
}
   
 
#mw-mf-page-left ul {
 
#mw-mf-page-left ul {
background: transparent;
+
background: transparent;
 
}
 
}
   
 
#mw-mf-page-left ul:first-child {
 
#mw-mf-page-left ul:first-child {
border-bottom: 12px solid #505050;
+
border-bottom: 12px solid #505050;
 
}
 
}
   
 
#mw-mf-page-left ul li {
 
#mw-mf-page-left ul li {
border-top: 1px solid #505050;
+
border-top: 1px solid #505050;
border-bottom: 1px solid #505050;
+
border-bottom: 1px solid #505050;
background: transparent;
+
background: transparent;
text-shadow: none;
+
text-shadow: none;
 
}
 
}
   
 
#mw-mf-page-left ul li a,
 
#mw-mf-page-left ul li a,
 
#mw-mf-page-left ul.hlist li a {
 
#mw-mf-page-left ul.hlist li a {
border: none;
+
border: none;
color: #3674b3;
+
color: #3674b3;
 
}
 
}
   
 
#mw-mf-page-left ul li:hover {
 
#mw-mf-page-left ul li:hover {
border-left: 12px solid #aaaaaa;
+
border-left: 12px solid #aaaaaa;
background: #505050;
+
background: #505050;
 
}
 
}
   
 
#mw-mf-page-left ul.hlist li:hover {
 
#mw-mf-page-left ul.hlist li:hover {
border: none;
+
border: none;
 
}
 
}
   
 
#mw-mf-page-left ul li:hover a,
 
#mw-mf-page-left ul li:hover a,
 
#mw-mf-page-left ul.hlist li:hover a {
 
#mw-mf-page-left ul.hlist li:hover a {
color: #ffffff;
+
color: #ffffff;
 
}
 
}
   
Line 177: Line 214:
 
/*********************/
 
/*********************/
 
.fpbox {
 
.fpbox {
border-radius: 5px;
+
border-radius: 5px;
border: 2px solid #505050;
+
border: 2px solid rgba(0, 0, 0, 0.25);
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
+
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
background: transparent;
+
background: transparent;
color: inherit;
+
color: inherit;
margin: 5px;
+
margin: 5px;
padding: 5px;
+
padding: 5px;
 
}
 
}
   
 
.fpbox .welcome {
 
.fpbox .welcome {
border-bottom: 1px solid #505050;
+
border-bottom: 1px solid #505050;
background: transparent;
+
background: transparent;
/* color: #e0e0e0; */
+
/* color: #e0e0e0; */
font-size: 150%;
+
font-size: 150%;
text-transform: uppercase;
+
text-transform: uppercase;
text-align: center;
+
text-align: center;
margin: 0 0 10px 0;
+
margin: 0 0 10px 0;
padding: 0 0 5px 0;
+
padding: 0 0 5px 0;
 
}
 
}
   
 
.fpbox .heading {
 
.fpbox .heading {
border-bottom: 1px solid #505050;
+
border-bottom: 1px solid #505050;
background: transparent;
+
background: transparent;
/* color: #e0e0e0; */
+
/* color: #e0e0e0; */
font-size: 132%;
+
font-size: 132%;
font-variant: small-caps;
+
font-variant: small-caps;
margin: 0 0 10px 0;
+
margin: 0 0 10px 0;
padding: 0 0 5px 0;
+
padding: 0 0 5px 0;
 
}
 
}
   
 
.fpbox .heading .smalllink {
 
.fpbox .heading .smalllink {
color: #3674b3;
+
color: #3674b3;
font-weight: bold;
+
font-weight: bold;
font-size: 75%;
+
font-size: 75%;
 
}
 
}
   
 
.fpbox .body {
 
.fpbox .body {
overflow: hidden;
+
overflow: hidden;
 
}
 
}
   
 
.fpbox.mobilecollapsible .heading a.togglecollapse {
 
.fpbox.mobilecollapsible .heading a.togglecollapse {
display: block;
+
display: block;
padding: 0 0 0 15px;
+
padding: 0 0 0 15px;
 
}
 
}
   
 
.fpbox.mobilecollapsible .heading a.togglecollapse:hover, .fpbox.mobilecollapsible .heading a.togglecollapse:active {
 
.fpbox.mobilecollapsible .heading a.togglecollapse:hover, .fpbox.mobilecollapsible .heading a.togglecollapse:active {
text-decoration: none;
+
text-decoration: none;
 
}
 
}
   
 
.fpbox.mobilecollapsible.collapsed .heading {
 
.fpbox.mobilecollapsible.collapsed .heading {
border: none;
+
border: none;
margin-bottom: -4px;
+
margin-bottom: -4px;
 
}
 
}
   
 
.fpbox.mobilecollapsible.collapsed .heading a.togglecollapse {
 
.fpbox.mobilecollapsible.collapsed .heading a.togglecollapse {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAQAAABqrk9lAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQuEiih2AAAALklEQVQI12OczPD2vzAjAwMDAxMDAwPD2/9wJoQDZTIwvP0PZwozMsEYUAUQEwDWNwihamz9rAAAAABJRU5ErkJggg==") left center no-repeat;
+
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAQAAABqrk9lAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQuEiih2AAAALklEQVQI12OczPD2vzAjAwMDAxMDAwPD2/9wJoQDZTIwvP0PZwozMsEYUAUQEwDWNwihamz9rAAAAABJRU5ErkJggg==") left center no-repeat;
 
}
 
}
   
 
.fpbox.mobilecollapsible.collapsed .body {
 
.fpbox.mobilecollapsible.collapsed .body {
display: none;
+
display: none;
 
}
 
}
   
 
.fpbox.mobilecollapsible.expanded .heading a.togglecollapse {
 
.fpbox.mobilecollapsible.expanded .heading a.togglecollapse {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAQAAADoz+32AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQFkX8FoAAAAIklEQVQI12Ns+M+ABJiEGREcYUYmBgaYgDAjAwMTjAERBABjNAH/5hy/QgAAAABJRU5ErkJggg==") left center no-repeat;
+
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAQAAADoz+32AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQFkX8FoAAAAIklEQVQI12Ns+M+ABJiEGREcYUYmBgaYgDAjAwMTjAERBABjNAH/5hy/QgAAAABJRU5ErkJggg==") left center no-repeat;
 
}
 
}
   
 
.fpbox hr {
 
.fpbox hr {
border: none;
+
border: none;
border-bottom: 2px solid #505050;
+
border-bottom: 2px solid #505050;
 
}
 
}
   
 
.fpplainbox {
 
.fpplainbox {
padding: 5px 8px 10px 8px;
+
padding: 5px 8px 10px 8px;
margin: 0 5px 10px 5px;
+
margin: 0 5px 10px 5px;
vertical-align: top;
+
vertical-align: top;
 
}
 
}
   
 
.fpmain .columns {
 
.fpmain .columns {
overflow: hidden;
+
overflow: hidden;
 
}
 
}
   
 
.fpmain .columns .leftcol {
 
.fpmain .columns .leftcol {
width: 100%;
+
width: 100%;
margin: 0;
+
margin: 0;
padding: 0;
+
padding: 0;
 
}
 
}
   
 
.fpmain .columns .rightcol {
 
.fpmain .columns .rightcol {
width: 100%;
+
width: 100%;
margin: 0;
+
margin: 0;
padding: 0;
+
padding: 0;
 
}
 
}
   
Line 287: Line 324:
   
 
.fplinks {
 
.fplinks {
display: flex;
+
display: flex;
flex-flow: row wrap;
+
flex-flow: row wrap;
justify-content: center;
+
justify-content: center;
margin: -2px -3px;
+
margin: -2px -3px;
 
}
 
}
   
 
.fplinks .linkslabel {
 
.fplinks .linkslabel {
border-bottom: 2px solid #505050;
+
border-bottom: 2px solid #505050;
margin: 6px 3px 0 3px;
+
margin: 6px 3px 0 3px;
flex: 0 0 100%;
+
flex: 0 0 100%;
 
}
 
}
   
 
.fplink {
 
.fplink {
display: flex;
+
display: flex;
align-items: stretch;
+
align-items: stretch;
justify-content: stretch;
+
justify-content: stretch;
flex: 0 0 100%;
+
flex: 0 0 100%;
padding: 2px 3px;
+
padding: 2px 3px;
box-sizing: border-box;
+
box-sizing: border-box;
 
}
 
}
   
Line 315: Line 352:
   
 
.fplink.wide {
 
.fplink.wide {
flex: 0 0 100%;
+
flex: 0 0 100%;
 
}
 
}
   
 
.fplink .box {
 
.fplink .box {
background: transparent;
+
background: transparent;
/*
+
/*
 
background-color: #000000;
 
background-color: #000000;
 
background-image: -moz-linear-gradient(center top , #151515 0%, #000000 100%);
 
background-image: -moz-linear-gradient(center top , #151515 0%, #000000 100%);
Line 328: Line 365:
 
background-image:-ms-linear-gradient(top, #151515 0%, #000000 100%);
 
background-image:-ms-linear-gradient(top, #151515 0%, #000000 100%);
 
background-image: linear-gradient(to bottom, #151515 0%, #000000 100%);
 
background-image: linear-gradient(to bottom, #151515 0%, #000000 100%);
*/
+
*/
border: 2px solid #505050;
+
border: 2px solid #505050;
border-radius: 2px;
+
border-radius: 2px;
box-shadow: 0 0 0 2px #505050 inset;
+
box-shadow: 0 0 0 2px #505050 inset;
/* color: #e0e0e0; */
+
/* color: #e0e0e0; */
display: flex;
+
display: flex;
flex-flow: column nowrap;
+
flex-flow: column nowrap;
font-weight: bold;
+
font-weight: bold;
align-items: stretch;
+
align-items: stretch;
justify-content: stretch;
+
justify-content: stretch;
text-transform: uppercase;
+
text-transform: uppercase;
flex-grow: 1;
+
flex-grow: 1;
min-height: 4em;
+
min-height: 4em;
 
}
 
}
   
 
.fplink.image {
 
.fplink.image {
justify-content: flex-start;
+
justify-content: flex-start;
 
}
 
}
   
 
.fplink.image .box {
 
.fplink.image .box {
min-height: 70px;
+
min-height: 70px;
 
}
 
}
   
 
.fplink.image .box .image {
 
.fplink.image .box .image {
display: flex;
+
display: flex;
flex-grow: 1;
+
flex-grow: 1;
min-height: 70px;
+
min-height: 70px;
 
}
 
}
   
 
.fplink.image .image a {
 
.fplink.image .image a {
min-height: 70px;
+
min-height: 70px;
 
}
 
}
   
 
.fplink.image .box .image img {
 
.fplink.image .box .image img {
max-width: 100% !important;
+
max-width: 100% !important;
width: auto !important;
+
width: auto !important;
max-height: 70px !important;
+
max-height: 70px !important;
 
}
 
}
   
 
.fplink.image .image {
 
.fplink.image .image {
font-size: 75%;
+
font-size: 75%;
 
}
 
}
   
 
.fplink .link {
 
.fplink .link {
display: flex;
+
display: flex;
align-items: stretch;
+
align-items: stretch;
justify-content: stretch;
+
justify-content: stretch;
flex-grow: 1;
+
flex-grow: 1;
 
}
 
}
   
 
.fplink a {
 
.fplink a {
display: flex;
+
display: flex;
align-items: center;
+
align-items: center;
justify-content: center;
+
justify-content: center;
flex-grow: 1;
+
flex-grow: 1;
 
}
 
}
   
 
.fplink.image .link a {
 
.fplink.image .link a {
border-top: 2px solid #505050;
+
border-top: 2px solid #505050;
background: #ddddb7 !important;
+
background: #ddddb7 !important;
 
}
 
}
   
 
.fpvideos {
 
.fpvideos {
margin: 0 auto;
+
margin: 0 auto;
overflow: hidden;
+
overflow: hidden;
text-align: center;
+
text-align: center;
max-width: 480px;
+
max-width: 480px;
 
}
 
}
   
 
.fpvideo {
 
.fpvideo {
position: relative;
+
position: relative;
padding-top: 25px;
+
padding-top: 25px;
padding-bottom: 56.25%;
+
padding-bottom: 56.25%;
height: 0;
+
height: 0;
 
}
 
}
   
 
.fpvideo iframe {
 
.fpvideo iframe {
position: absolute;
+
position: absolute;
top: 0;
+
top: 0;
left: 0;
+
left: 0;
width: 100%;
+
width: 100%;
height: 100%;
+
height: 100%;
 
}
 
}
   
 
.fpbox .bigmobilelinks .rightcol {
 
.fpbox .bigmobilelinks .rightcol {
padding: 0.25em 0 0 0;
+
padding: 0.25em 0 0 0;
 
}
 
}
   
Line 425: Line 462:
 
.fpbox .bigmobilelinks .leftcol ul,
 
.fpbox .bigmobilelinks .leftcol ul,
 
.fpbox .bigmobilelinks .rightcol ul {
 
.fpbox .bigmobilelinks .rightcol ul {
list-style: none;
+
list-style: none;
margin: 0;
+
margin: 0;
padding: 0 15px;
+
padding: 0 15px;
 
}
 
}
   
Line 433: Line 470:
 
div#content .fpbox .bigmobilelinks .leftcol ul ul,
 
div#content .fpbox .bigmobilelinks .leftcol ul ul,
 
div#content .fpbox .bigmobilelinks .rightcol ul ul {
 
div#content .fpbox .bigmobilelinks .rightcol ul ul {
list-style: none;
+
list-style: none;
padding: 0.25em 1em 0 1em;
+
padding: 0.25em 1em 0 1em;
 
}
 
}
   
 
.fpbox .bigmobilelinks ul li div {
 
.fpbox .bigmobilelinks ul li div {
display: flex;
+
display: flex;
align-items: center;
+
align-items: center;
justify-content: center;
+
justify-content: center;
background: rgba(128, 128, 128, 0.1);
+
background: rgba(128, 128, 128, 0.1);
min-height: 4em;
+
min-height: 4em;
margin: 0.25em 0;
+
margin: 0.25em 0;
padding: 0;
+
padding: 0;
 
}
 
}
   
 
.fpbox .bigmobilelinks a {
 
.fpbox .bigmobilelinks a {
display: flex;
+
display: flex;
align-items: center;
+
align-items: center;
justify-content: center;
+
justify-content: center;
background: rgba(128, 128, 128, 0.2);
+
background: rgba(128, 128, 128, 0.2);
min-height: 4em;
+
min-height: 4em;
margin: 0.25em 0;
+
margin: 0.25em 0;
padding: 0;
+
padding: 0;
 
}
 
}
   
 
div.cpbox div.feature {
 
div.cpbox div.feature {
width: unset !important;
+
width:unset !important;
 
}
 
}
   
Line 464: Line 501:
 
/* (See .desktopleft, .desktopcenter, .desktopright in MediaWiki:Common.css for the desktop equivalents */
 
/* (See .desktopleft, .desktopcenter, .desktopright in MediaWiki:Common.css for the desktop equivalents */
 
.mobileleft {
 
.mobileleft {
text-align: left;
+
text-align: left;
 
}
 
}
   
 
.mobilecenter {
 
.mobilecenter {
text-align: center;
+
text-align: center;
 
}
 
}
   
 
.mobileright {
 
.mobileright {
text-align: right;
+
text-align: right;
 
}
 
}

Latest revision as of 01:15, 28 August 2018

/* CSS placed here will affect users of the mobile site */
/* Header and footer */
.overlay #secondary-button.user-button,
.header #secondary-button.user-button,
.overlay .user-button,
.header .user-button {
    background: transparent;
}

.header-container.header-chrome {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-bottom: 2px solid #c6d7df;
}

.last-modified-bar {
    border-bottom: 2px solid #c6d7df !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.last-modified-bar a {
    color: #c6d7df;
}

footer {
    border-top: 2px solid #c6d7df;
}

/* end header and footer */

.nomobile {
    display: none;
}

/* Body */
div#content,
#mw-mf-page-center {
    background: black;
}

.overlay.search-overlay.visible,
body {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #e0e0e0;
}

/* Link styles */
a:not(.new),
a:visited:not(.new) {
    color: #94a774;
}

a.extiw:not(.new) {
    color: #94a774 !important;
}

a.new {
    color: #94a774 !important;
}

/* Base styles */

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #505050 !important;
}

.mw-ui-button,
.last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
    /* 
    color: #e0e0e0;
    */
}

.overlay-enabled, #content {
    /* 
    background: #101010;
    color: #e0e0e0;
    */
}

a,
a:visited,
a.external {
    color: #5a93cc;
}

/* For hydradark only - makes the section collapse arrow visible */
/*
.mw-ui-icon-arrow::before {
    filter: invert(100%);
}
*/

.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: 1px solid #505050;
    padding: 3px;
}

.content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

.content table.wikitable > tr > th,
.content table.wikitable > tr > td,
.content table.wikitable > * > tr > th,
.content table.wikitable > * > tr > td {
    border: 1px solid #505050;
}

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: inherit;
    padding: 3px;
}

/* Responsive main page stuff */
/********************
/* Main menu styles *
/********************/
.primary-navigation-enabled {
  border-left: 12px solid #505050 !important;
  background: #101010 !important;
}

#mw-mf-page-left {
  border-left: 12px solid #505050;
  background: transparent;
}

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

#mw-mf-page-left ul:first-child {
  border-bottom: 12px solid #505050;
}

#mw-mf-page-left ul li {
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  background: transparent;
  text-shadow: none;
}

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

#mw-mf-page-left ul li:hover {
  border-left: 12px solid #aaaaaa;
  background: #505050;
}

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

/* Recent changes */
.content .mw-changeslist table td {
    border: none;
    padding: 1px;
}

/* Template documentation styles */
/* If modifying these styles, be sure to update the desktop skin! */
.doc {
    margin: 0em auto 1em;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #BDCAC3;
    border-radius: 1em;
    padding: 1em;
}

.doc-header {
    padding-bottom: 3px;
    border-bottom: 1px solid #BDCAC3;
    margin-bottom: 1ex;
}

.doc-footer {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #BDCAC3;
    border-radius: 1em;
    padding: 1em;
}

/*********************
/* Front page styles *
/*********************/
.fpbox {
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  background: transparent;
  color: inherit;
  margin: 5px;
  padding: 5px;
}

.fpbox .welcome {
  border-bottom: 1px solid #505050;
  background: transparent;
  /* color: #e0e0e0; */
  font-size: 150%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpbox .heading {
  border-bottom: 1px solid #505050;
  background: transparent;
  /* color: #e0e0e0; */
  font-size: 132%;
  font-variant: small-caps;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpbox .heading .smalllink {
  color: #3674b3;
  font-weight: bold;
  font-size: 75%;
}

.fpbox .body {
  overflow: hidden;
}

.fpbox.mobilecollapsible .heading a.togglecollapse {
  display: block;
  padding: 0 0 0 15px;
}

.fpbox.mobilecollapsible .heading a.togglecollapse:hover, .fpbox.mobilecollapsible .heading a.togglecollapse:active {
  text-decoration: none;
}

.fpbox.mobilecollapsible.collapsed .heading {
  border: none;
  margin-bottom: -4px;
}

.fpbox.mobilecollapsible.collapsed .heading a.togglecollapse {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAQAAABqrk9lAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQuEiih2AAAALklEQVQI12OczPD2vzAjAwMDAxMDAwPD2/9wJoQDZTIwvP0PZwozMsEYUAUQEwDWNwihamz9rAAAAABJRU5ErkJggg==") left center no-repeat;
}

.fpbox.mobilecollapsible.collapsed .body {
  display: none;
}

.fpbox.mobilecollapsible.expanded .heading a.togglecollapse {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAQAAADoz+32AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQFkX8FoAAAAIklEQVQI12Ns+M+ABJiEGREcYUYmBgaYgDAjAwMTjAERBABjNAH/5hy/QgAAAABJRU5ErkJggg==") left center no-repeat;
}

.fpbox hr {
  border: none;
  border-bottom: 2px solid #505050;
}

.fpplainbox {
  padding: 5px 8px 10px 8px;
  margin: 0 5px 10px 5px;
  vertical-align: top;
}

.fpmain .columns {
  overflow: hidden;
}

.fpmain .columns .leftcol {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fpmain .columns .rightcol {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 400px) {
  .fpmain .columns .leftcol {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }

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

.fplinks {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -2px -3px;
}

.fplinks .linkslabel {
  border-bottom: 2px solid #505050;
  margin: 6px 3px 0 3px;
  flex: 0 0 100%;
}

.fplink {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex: 0 0 100%;
  padding: 2px 3px;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .fplink {
    flex: 0 0 50%;
  }
}

.fplink.wide {
  flex: 0 0 100%;
}

.fplink .box {
  background: transparent;
  /* 
    background-color: #000000;
    background-image: -moz-linear-gradient(center top , #151515 0%, #000000 100%);
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#151515), color-stop(100%,#000000));
    background-image:-webkit-linear-gradient(top, #151515 0%, #000000 100%);
    background-image:-o-linear-gradient(top, #151515 0%, #000000 100%);
    background-image:-ms-linear-gradient(top, #151515 0%, #000000 100%);
    background-image: linear-gradient(to bottom, #151515 0%, #000000 100%);
  */
  border: 2px solid #505050;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #505050 inset;
  /* color: #e0e0e0; */
  display: flex;
  flex-flow: column nowrap;
  font-weight: bold;
  align-items: stretch;
  justify-content: stretch;
  text-transform: uppercase;
  flex-grow: 1;
  min-height: 4em;
}

.fplink.image {
  justify-content: flex-start;
}

.fplink.image .box {
  min-height: 70px;
}

.fplink.image .box .image {
  display: flex;
  flex-grow: 1;
  min-height: 70px;
}

.fplink.image .image a {
  min-height: 70px;
}

.fplink.image .box .image img {
  max-width: 100% !important;
  width: auto !important;
  max-height: 70px !important;
}

.fplink.image .image {
  font-size: 75%;
}

.fplink .link {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-grow: 1;
}

.fplink a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.fplink.image .link a {
  border-top: 2px solid #505050;
  background: #ddddb7 !important;
}

.fpvideos {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  max-width: 480px;
}

.fpvideo {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  height: 0;
}

.fpvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fpbox .bigmobilelinks .rightcol {
  padding: 0.25em 0 0 0;
}

@media (min-width: 400px) {
  .fpbox .bigmobilelinks .rightcol {
    padding: 0;
  }
}

.fpbox .bigmobilelinks ul, 
.fpbox .bigmobilelinks .leftcol ul, 
.fpbox .bigmobilelinks .rightcol ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.fpbox .bigmobilelinks ul ul, 
div#content .fpbox .bigmobilelinks .leftcol ul ul, 
div#content .fpbox .bigmobilelinks .rightcol ul ul {
  list-style: none;
  padding: 0.25em 1em 0 1em;
}

.fpbox .bigmobilelinks ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(128, 128, 128, 0.1);
  min-height: 4em;
  margin: 0.25em 0;
  padding: 0;
}

.fpbox .bigmobilelinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(128, 128, 128, 0.2);
  min-height: 4em;
  margin: 0.25em 0;
  padding: 0;
}

div.cpbox div.feature {
  width:unset !important;
}

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

.mobilecenter {
  text-align: center;
}

.mobileright {
  text-align: right;
}