Meeple Station Wiki
No edit summary
No edit summary
Line 887: Line 887:
 
/* End of new Navbox styling */
 
/* End of new Navbox styling */
   
/* *********************************************************************************** */
 
/* CSS placed here will affect the main page layout */
 
/* */
 
/* The main page css has been moved to two different pages: MediaWiki:3colmainpage.css */
 
/* and MediaWiki:2colmainpage.css */
 
/* Wiki managers can either customize one or the other for their wiki and overwrite */
 
/* this section with the customized version, or update them in situ and use one of the */
 
/* import commands shown below */
 
/* */
 
/* The following is for the regular 2 column responsive main page */
 
/* */
 
/* @import url(/index.php?title=MediaWiki:2colmainpage.css&action=raw&ctype=text/css); */
 
/* */
 
/* */
 
/* The following is for the regular 3 column responsive main page */
 
/* */
 
/* @import url(/index.php?title=MediaWiki:3colmainpage.css&action=raw&ctype=text/css); */
 
/* */
 
/* *********************************************************************************** */
 
   
  +
/********************************/
 
/* Front page appearance styles */
 
/* Front page appearance styles */
  +
/********************************/
 
.fpbox .heading,
 
.fpbox .heading,
 
.fpbox .mainheading {
 
.fpbox .mainheading {
Line 991: Line 974:
 
}
 
}
 
}
 
}
  +
  +
/* end of resp fp section */

Revision as of 10:51, 17 September 2019

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

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

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

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

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

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

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

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


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

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

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

p {
  font-family: "OpenSans-Regular";
}
 
/* Hide main page header */
body.page-Meeple_Station_Wiki h1.firstHeading {
    display:none;
}

/* body and page head */
body {
    background-image: url(https://meeplestation.gamepedia.com/media/meeplestation.gamepedia.com/5/52/Wiki_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #A89CC0;
    font-family: "OpenSans-Regular", Arial, sans-serif;
}

body #pageWrapper {
    margin-right: 10px;
}

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

#mw-head-base {
    background: transparent;
    background-image: none;
    border-bottom: 0px;
}

/* Content */
div#content {
    background: rgba(255,255,255,0.8);
    color: #202020;
    box-sizing: border-box;
    border: 2px solid #202020;
    border-radius: 4px;
    margin-top: -10px;
}

h1, 
h2 {
    border-bottom: 1px solid #5300FF;
    color: #5300FF;
}

h3 {
    color: #5300FF;
    font-size: 16px;
}

h4 {
    color: #5300FF;
    font-size: 14px;
}

h5 {
    color: #5300FF;
    font-size: 12px;
}

h6 {
    color: #5300FF;
    font-size: 11px;
}

a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
    color: #D68500;
    font-family: "OpenSans-Bold", Arial, sans-serif;
}

/* Footer */
div#footer {
    background: rgba(255,255,255,0.8);
    color: #202020;
    margin-top: 5px;
    overflow: hidden;
    border: 2px solid #202020;
    border-radius: 4px;
}

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

/* tables */
table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #5F65E7;
	color: #000000;
        border: 1px solid #202020;
	font-weight: bold;
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
	border-color: #202020;
}

.TablePager th, 
.mw-datatable th, 
table.mw_metadata th {
	background-color: #F7CB01;
	color: white;
        border: 1px solid #202020;
	font-weight: bold;
}

.TablePager, 
.mw-datatable, 
table.mw_metadata {
	background-color: #F7CB01;
	border: 1px solid #202020;
}

.mw-interwiki-legend .mw-collapsible-toggle a {
    color: #ffffff;
}


/***********/
/* Sidebar */
/***********/
div#mw-panel {
    margin-top: -15px;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(255,255,255,0.8);
    border-radius: 5px 5px 5px 5px;
    margin: 5px;
    padding-top: 5px;
    border: none;
    border: 2px solid black;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
	color: #5300FF;
	border: none;
	font-weight: bold;
}

#mw-panel.collapsible-nav .portal.collapsed h3 {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(https://meeplestation.gamepedia.com/media/meeplestation.gamepedia.com/4/4a/Arrow_right.png);
}

#mw-panel.collapsible-nav .portal h3 {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(https://meeplestation.gamepedia.com/media/meeplestation.gamepedia.com/7/7b/Arrow_down.png);
	padding: 4px 0 3px 1.5em;
}

div#mw-panel div.portal div.body,
.skin-hydradark #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: #202020;
    font-family: "OpenSans-Regular", Arial, sans-serif;
}

#mw-panel.collapsible-nav div.portal h3 a,
div#mw-panel div.portal h3 {
    color: #5300FF;
}

div#p-socialProfiles.portal.persistent,
#p-socialProfiles-label {
     box-shadow: none !important;
}


/********/
/* Tabs */
/********/
#left-navigation {
  margin-top: 1em;
}

#right-navigation {
    margin-right: 0px;
    margin-top: 1em;
}

div.vectorTabs {
    background-color: rgba(0,0,0,0);
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

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

div.vectorMenu h3 span {
    padding-top: 0em;
}

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

div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: white;
}

div.vectorTabs li span {
    background: #5300FF;
    display: inline-block;
    border-radius: 4px 4px 4px 4px;
    padding: 2px 10px;
    margin: 0 3px 0 3px;
    height: 19px;
    text-align: center;
    border: 2px solid black;
}

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

div.vectorTabs li.selected {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #e8b13f;
}

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

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

div.vectorTabs li a,
div.vectorTabs li a span {
    color: white;
    cursor: pointer;
    font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

div.vectorMenu div.menu {
    border-color: inherit;
    background-color:#000000;
}

div.vectorMenu h3 a {
	background-color: rgba(0,0,0,0);
        background-image: url(https://meeplestation.gamepedia.com/media/meeplestation.gamepedia.com/7/7b/Arrow_down.png);
	background-position: 50% 50%;
	border: medium none;
}

div#mw-head div.vectorMenu li a {
    color: white;
}

div#mw-head div.vectorMenu li a:hover {
    color: white;
}

div#mw-head div.vectorMenu ul {
    background-color: #15181a;
    background-image: none;
    border: 1px solid rgba(3,31,55,.8);
}

div#mw-head div.vectorMenu h3 {
    background-image: none;
    background: #5300FF;
    display: inline-block;
    border: none;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 0.5em;
    margin-top: 8px;
    height: 19px;
    text-align: center;
    border: 2px solid black;
}

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

#ca-watch span,
#ca-unwatch span {
    background: transparent no-repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: none;
    border: none;
}

.vectorTabs #ca-unwatch.icon a, 
.vectorTabs #ca-watch.icon a {
	margin: 0;
	padding: 0;
	display: block;
	width: 28px;
	padding-top: 3.1em;
	margin-top: -0.8em;
	height: 0;
	overflow: hidden;
	background-position: 5px 60%;
	background-repeat: no-repeat;
}

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

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

#p-sharing #socialIconImages a {
   width: 40px;
}
div#simpleSearch {
	display: block;
	width: 12.6em;
	width: 20vw;
	min-width: 5em;
	max-width: 20em;
	padding-right: 1.4em;
	height: 1.4em;
	margin-top: 8px;
	position: relative;
	min-height: 1px;
	border-radius: 4px;
	border: 2px solid black;
}

div.vectorMenu h3 span::after {
	content: '';
	position: absolute;
	top: 0.5em;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(https://meeplestation.gamepedia.com/media/meeplestation.gamepedia.com/7/7b/Arrow_down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	opacity: 0.85;
}

/* Preferences */
.client-js #preftoc {
    background-color: #5F65E7;
    border: 0px;
    margin: 0 0 4px !important;
}

.client-js #preftoc,
.client-js #preftoc li,  
.client-js #preferences, 
.client-js #preftoc li a {
    background-image: none;
    background-color: transparent;
    color: black;
}

.client-js #preferences fieldset.prefsection {
    border: medium none !important;
}

.client-js #preftoc li.selected a {
    background-color: #8670E8;
    background-image: none;
    border-color: #8670E8;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

.client-js #preferences {
    background-color: transparent;
    border: 1px solid #8670E8;
}

.client-js #preferences fieldset {
    border-color: #8670E8;
}

.client-js #preferences legend {
    color: #8670E8;
}

.client-js #preferences td.htmlform-tip {
    color: gray;
}

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

.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

.wikiEditor-ui .wikiEditor-ui-view {
    border-bottom: medium none;
    border-left: 1px solid white;
    border-right: 1px solid <white;
    border-top : medium none;
}

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

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

.wikiEditor-ui-tabs {
    background-color: #0D5F59;
    border-left: 1px solid white;
    border-top: 1px solid white;
}

.wikiEditor-ui-tabs div {
    background-color: #5F65E7;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.wikiEditor-ui-tabs div a {
     background: #8670e8;  /* you can use a gradient here if you want to match your vector tabs or get fancy */
     color: white;
}

.wikiEditor-ui-tabs div.current {
    background-color: #8670e8;
    border-bottom: 1px solid white;
}

.wikiEditor-ui-tabs div.current a {
    color: white; /* depends on your tabs bg & how different you wish the current tab and text to appear */
    font-weight: bold; /* optional to make it stand out */
}

.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid white;
}

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

.wikiEditor-ui-toolbar .group {
    border-right: 1px solid white;
}

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

.wikiEditor-ui-toolbar .group .label {
    color: white;
}

.tab {
    border-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: #a671ea;
    color: #FFFFFF;
}

.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #a671ea;
}

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

.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: #FFFFFF;
}

.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid white;
    color: black;
}

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

.wikiEditor-preview-contents {
    background-color: rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color white white;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

.editOptions {  
    background-color: rgba(255,255,255,0.5);
    border-color: -moz-use-text-color #8670e8 #8670e8;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #202020;
}

/* list styles */
ul {
	list-style-type: square;
	list-style-image: none;
	color: #5300FF !important;
}

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

/* INFOBOXES */
.infoboxtable {
    background-color: #f9f9f9;
    border: 2px solid #202020;
    border-radius: 4px;
    color: #000000;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

.infoboxtable td {
    vertical-align: top;
}

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

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

.infoboxdetails {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0em;
}

/* copyright images tweak */
.copyright-icon {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}

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

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

.navbox-list {
    border-color: #202020; /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: #5300ff;
    color: white;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #5300ff;
    color: white;
}

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

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

/* 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;
}
/* End of new Navbox styling */


/********************************/
/* Front page appearance styles */
/********************************/
.fpbox .heading,
.fpbox .mainheading {
	border: 0;
	border-bottom: 1px solid #5300FF;
        color:#5300FF;
        font-family: "OpenSans-ExtraBold", Arial, sans-serif;
}

.fpbox {
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid #505050;
        border-radius: 4px;
	box-shadow: 0 2px 5px #505050;
}

.fplink {
	background: rgb(241,231,103); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(237,137,66,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%,rgba(237,137,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(241,231,103,1) 0%,rgba(237,137,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#ed8942',GradientType=0 ); /* IE6-9 */
        border: 2px solid #202020;
	border-radius: 4px;
}


.fplink-fullwidth .fplink {
	background: rgba(0,0,0,0.4);
}

.linkslabel {
	border-bottom: 2px solid #505050;
}

.fplink a {
   display: table-cell;
   vertical-align: middle;
   color:white !important;
}

/* this CSS governs the responsive 2 column main page layout */
.fpmaybecols {
    overflow: hidden;
    margin: -5px 0;
}

.fpmaybecols + .fpmaybecols {
    margin: 0 0 -5px;
}

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

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

@media (min-width: 990px) {
    .fpmain {
        padding-right: 520px;
        width: auto;
    }

    #fpbottomsection,
    #fptopsection {
        float: left;
        width: 100%;
    }

    #fpflexsection {
        float: right;
        width: 520px;
        margin-right: -520px;
    }

    #fpbottomsection {
        margin-top: -5px;
    }
}

/* end of resp fp section */