Out of Reach Wiki
No edit summary
No edit summary
Line 92: Line 92:
   
 
.skin-hydradark .oo-ui-labelElement-label {
 
.skin-hydradark .oo-ui-labelElement-label {
color: #fff;
+
color: #fff !important;
 
}
 
}
   

Revision as of 17:27, 21 May 2020

/* CSS placed here will affect users of the Hydradark skin */
/* For elements which only display in the mobile view */

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

.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Out_of_Reach_Wiki h1.firstHeading {
    display:none;
}

body {
    background: url("https://outofreach.gamepedia.com/media/outofreach.gamepedia.com/9/98/Bg.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
    background-size: cover;
}


#pageWrapper {
    margin-right: 1em;
}

#mw-page-base {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

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

#right-navigation {
    float: right;
    margin-right: 1em;
    margin-top: 5em;
}

#left-navigation {
    display: inline;
    float: left;
    margin-bottom: -2.5em;
    margin-left: 11em;
    margin-top: 5em;
}

/* content styles */
div#content {
    border: none;
    background-color:rgba(0,0,0,0.8);
    direction: ltr;
    margin-top: 81px;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    overflow: hidden;
}

div#content h1, 
div#content #firstHeading {
    color: #E7BA54;
    font-family: "1529 Champ Fleury W01 Regular";
    font-size: 1.8em;
    border-bottom: 1px solid #E7BA54;
}

div#content h2 {
    color: #E7BA54;
    font-family: "1529 Champ Fleury W01 Regular";
    font-size: 1.5em;
    margin-top: 1em;
    border-bottom: 1px solid #E7BA54;
}

.skin-hydradark .oo-ui-labelElement-label {
	color: #fff !important;
}

/***************
/* Logo styles *
/***************/
#p-logo {
}

#p-logo a {
   height:100px;
   width: 25em;
}

/* sidebar styles */

div#mw-panel {
    z-index: 1000;
}

.skin-hydradark div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: #E7BA54;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    font-family: "1529 Champ Fleury W01 Regular";
    font-size: 100%;
}


div#mw-panel div.portal div.body ul li a:hover, 
div#mw-panel div.portal div.body ul li a:focus, 
div#mw-panel div.portal div.body ul li a:visited {
    color: white;
}

div#mw-panel div.portal div.body ul li a:link, 
div#mw-head a {
    color: white;
}

.vectorTabs li a span, 
div#mw-head div.vectorTabs a, 
div#mw-head div.vectorMenu a {
    color: #E7BA54;
    font-family: "1529 Champ Fleury W01 Regular";
}


/* links */
a {
	color: #FFD700;
}
 
a:visited,
div#content a.external:visited,
div#content a.extiw:visited {
	color: Orange;
}

/*tabber menu */
div.vectorTabs, div.vectorTabs span, 
div.vectorTabs li a, div.vectorMenu h3 a {
    background-image: none;
}

div.vectorTabs ul li {
    background-color: #101010;
    background-image: none;
}

/* Tables */
.skin-hydradark table.wikitable > tr > th, 
.skin-hydradark table.wikitable > * > tr > th {
    background-color: #63371a;
}

/* That Share button */
div#mw-head div.vectorMenu h4, 
div#p-variants.vectorMenu #mw-vector-current-variant {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #E7BA54;
    display: inline-block;
    float: left;
    font-family: "1529 Champ Fleury W01 Regular";
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 0.5em;
    padding-top: 1.375em;
}

/* code */
code {
    background-color: #303030;
    color:#FFFFFF;
}

div#footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #202020;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    direction: ltr;
    margin-top: 0;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: 0.75em;
    overflow-y: hidden;
}

/* img styles */
img.thumbborder {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dddddd;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
}


ul {
   list-style-type: square;
   list-style-image: none;
}

body.skin-hydradark img.thumbborder {
    border: 1px solid #FFD700;
}

div.vectorTabs, div.vectorTabs ul, div.vectorTabs span, div#mw-head div.vectorMenu h3 {
    background-image: none;
}

div.vectorMenu h3 a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png");
    background-position: 50% 50%;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    background-repeat: no-repeat;
    height: 2.5em;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: background-position;
    transition-timing-function: ease;
    width: 20px;
}


.skin-hydradark .mw-search-profile-tabs {
   background:#505050;
   border:1px solid black;
}


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


/* Page history tweaks */
td.diff-addedline .diffchange {
    background: none;
    color: #bfd959;
}

td.diff-deletedline .diffchange {
    background: none;
    color: #e62444;
}

td.diff-addedline,
td.diff-deletedline {
    border-color: transparent;
}

/* Interwiki page legend tweak */
.mw-collapsible-toggle.mw-collapsible-toggle-expanded a,
.mw-collapsible-toggle.mw-collapsible-toggle-collapsed a {
    color: #ffffff;
}

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

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
    color: #ffffff;
    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: #181818; 
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

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

.infoboxdetails {
    padding: 0em;
}

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

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

/* Navbox template style */
table.navbox {
    border: 1px solid #505050;
    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;
}
/* End of new Navbox styling */


/********************************/
/* Front page appearance styles */
/********************************/
.fpbox .heading,
.fpbox .mainheading {
    border: 0;
    border-bottom: 1px solid #E7BA54;
    color: #E7BA54;
    font-family: "1529 Champ Fleury W01 Regular";
}

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

.fplink {
    background: rgba(0,0,0,0.3);
    border: 1px solid #505050;
}

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

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

/* This CSS governs the responsive 3 column main page layout */
.fpmidsections {
    float: left;
    width: 100%;
    overflow: hidden;
}

.fpsection1,
.fpsection2,
.fpsection3,
.fpsection4 {
    float: left;
    clear: both;
    width: 100%;
}

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

@media (min-width: 790px) {
    .fpsection1,
    .fpsection4 {
        float: left;
        clear: none;
        width: 50%;
    }

    .fpmidsections {
        float: right;
        clear: none;
        width: 50%;
    }
}

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

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

@media (min-width: 1390px) {
    .fpmidsections {
        clear: none;
        float: right;
        width: 66.667%;
    }

    .fpsection1 {
        clear: none;
        width: 33.333%;
    }

    .fpsection2,
    .fpsection3 {
        clear: none;
        width: 50%;
    }

    .fpsection4 {
        clear: left;
        width: 33.333%;
    }
}


/* recent changes */
.mw-widget-dateInputWidget-handle, .skin-hydradark .mw-widget-dateInputWidget-handle label, .oo-ui-radioInputWidget [type="radio"] + span, .ui-autocomplete-input, .oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover, .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle, .skin-hydradark .oo-ui-dropdownWidget-handle .oo-ui-labelElement-label, .oo-ui-dropdownWidget, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, .oo-ui-textInputWidget .oo-ui-inputWidget-input {
	background-color: black;
	color: white;
}

/* VE */
.skin-hydradark .oo-ui-labelElement-label {
	color: black;
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active {
	background-color: #505050;
}

.oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-tool-active {
	background-color: #d19627;
}

.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
	background-color: #505050;
	color: #36c;
}

.oo-ui-popupToolGroup-tools {
	background-color: #505050;
	min-width: 16em;
	margin: 0 -1px;
	border: 1px solid #c8ccd1;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
}

.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover {
	background-color: #D19627;
	color: #000;
}