Re-Legion Wiki
(More specificity on selflink)
No edit summary
Line 1,464: Line 1,464:
 
* End responsive resizing tweaks *
 
* End responsive resizing tweaks *
 
**********************************/
 
**********************************/
  +
  +
/*******************************
  +
* Used by [[Template:Spoiler]] *
  +
********************************/
  +
.mw-customtoggle-spoiler:not(.inline) {
  +
color: #3AFFFF;
  +
text-shadow: -1px 1px 1px #FF0000,1px -1px 1px #3017FF,0 0 5px #000;
  +
background: url(https://relegion.gamepedia.com/media/6/63/Box_decoration.png) top left repeat-x;
  +
background-size: contain;
  +
border: 1px ridge #34E5E5;
  +
border-radius: 0;
  +
padding:0.25em 0.5em;
  +
display:inline-block;
  +
}
  +
  +
.spoiler-hidden {
  +
background-color:#000;
  +
color:#000 !important;
  +
overflow:auto;
  +
line-height:1.6;
  +
padding:0.1em;
  +
}
  +
  +
.spoiler-shown {
  +
background-color:rgba(0,0,0,0.75);
  +
overflow:auto;
  +
filter:grayscale(50%);
  +
}
  +
/***********************
  +
* End Template:Spoiler *
  +
************************/

Revision as of 02:07, 13 February 2019

/* CSS placed here will affect users of the Hydradark skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Re-Legion_Wiki h1.firstHeading {
    display:none;
}

/* Visual editor */
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
    background-color: #282828;
    border: 1px solid #383838;
    box-shadow: 0 2px 2px 0 rgba(255,255,255,0.2);
}

.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
    color: #e0e0e0;
}

.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-widget.oo-ui-widget-enabled.oo-ui-optionWidget.oo-ui-decoratedOptionWidget.oo-ui-outlineOptionWidget.oo-ui-outlineOptionWidget-level-0.oo-ui-iconElement.oo-ui-labelElement:hover {
    background-color: rgba(255,255,255,0.2);
}

.oo-ui-decoratedOptionWidget .oo-ui-iconElement-icon,
.oo-ui-decoratedOptionWidget .oo-ui-indicatorElement-indicator,
.oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header > .oo-ui-iconElement-icon {
    filter: invert(100%);
}

.oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-iconElement-icon {
    filter: unset;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
    border-color: #ffffff;
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active {
    background-color: rgba(255,255,255,0.2);
}

.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label,
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
    filter: invert(100%);
}

.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button:hover {
    background-color: #282828;
}

.oo-ui-indicator-down {
    background-image: linear-gradient(transparent,transparent),url(https://commons.gamepedia.com/media/commons.gamepedia.com/0/00/Light_down_arrow.svg);
    filter: unset;
}

.ve-ui-mwSaveDialog-options {
    background-color: #282828;
}

.ve-ui-mwSaveDialog-license {
    color: #e0e0e0;
}

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

/* this section governs the responsive 3 column main page layout */
.fpmain {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpbanner {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    color: #e0e0e0;
    margin: 0 5px 5px 5px;
    padding: 5px;
    min-height: 80px;
}

.fpbannertable {
    display: table;
    border: none;
    background: transparent;
    width: 100%; 
    min-height: 75px;
    margin: 0;
    padding: 5px;
}

.fpbannercell {
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
}

.fpbannerblock {
    border: none;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
    font-size: 132%;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpmidsections {
    float: left;
    width: 100%;
    overflow: hidden;
}

.fpbox {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    color: #B3B4B7;
    margin: 5px;
    padding: 5px;
    overflow: auto;
}

.fpbox .mainheading {
    border: none;
    border-bottom: 1px solid #505050;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

.fpbox .heading {
    border: none;
    border-bottom: 1px solid #505050;
    text-align: center;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

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

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

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

div.fp2columnonly, div.fp3columnonly {
    display: none; 
}

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

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

  .fpsection4 {
    float: left;
    clear: none;
    width: 50%;
  }

  div.fp2columnonly {
    display: block; 
  }
}

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

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

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

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

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

  .fpsection3 {
    clear: none;
    width: 50%;
  }
 
  .fpsection4 {
    clear: left;
    width: 33.333%;
  }

  div.fp2columnonly {
    display: none; 
  }

  div.fp3columnonly {
    display: block; 
  }
}

.fpbox.plain {
    background: transparent;
    border: none;
    box-shadow: none;
}

.fpimagelist ul {
    list-style-type: none;
    list-style-image: none;
}

.fpvideos {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.fpvideo {
    display: inline-block;
    margin: 0 5px;
}

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

/* Base framework */
body {
  background:url(/media/9/98/Bg.jpg);
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-color:#091231;
  background-position-y:-120px;
}

@media only screen and (min-width:1272px) {
  body {
      background-size:cover;
  }
}

#mw-page-base {
 background:transparent !important 
}

div#content {
  position:relative; 
  background-color:rgba(6,14,41,0.9);
  border:2px solid #34E5E5;
  box-shadow:inset 1px 1px 2px #FF0000,
    inset -1px -1px 2px #3017FF,
    1px 1px 2px #ff0000,
    -1px -1px 2px #3017FF,
    0 0 30px 0px rgba(100,60,250,0.5);
  color:#2EC4CC;
  margin-top:5em;
  border-radius:1px;
}

div#content::after,
div#footer::after {
  position:absolute;
  height:100%;
  width:calc(100% + 12px);
  top:0;
  left:-5px;
  content:"";
  background:url(/media/4/4c/Border_left_decoration.png) left top repeat-y,
    url(/media/d/d0/Border_right_decoration.png) right top repeat-y;
  pointer-events:none;
}

div#content table {
  color:#2EC4CC;
}

div#footer {
  position:relative;
  background-color:rgba(6,14,41,0.9);
  border:2px solid #34E5E5;
  box-shadow:inset 1px 1px 2px #FF0000,
    inset -1px -1px 2px #3017FF,
    1px 1px 2px #ff0000,
    -1px -1px 2px #3017FF,
    0 0 30px 0px rgba(100,60,250,0.5);
  margin-top:4em;
  margin-bottom:2em;
}

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

footer#footer .footer-box {
  flex:unset;
}

footer#footer ul li {
  white-space:nowrap;
}

#pageWrapper {
  margin-right: 10px;
}


#p-logo {
  position:absolute;
  height: 8.75em;
  width: 20em;
  background-size: contain;
  background-repeat:no-repeat;
  left:calc(50vw - 160px);
  top:-170px;
}

#p-logo a {
  background-size: contain;
  width: 20em;
  height: 8.6em;
}

fieldset {
  border-color:#2EC4CC;
}
/* End base framework */

/* Links */
#content a,
div#footer a,
a:visited,
div#content a:not(.new),
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external,
div#content a.external:visited,
#mw-indicator-mw-helplink a,
.pseudo-link {
  color:#966ECC;
  font-weight:bold;
}

div#content a.mw-selflink {
  color:#A78ECC;
}

div#content a:not(.new):not(.mw-selflink):hover,
div#footer a:not(.new):not(.mw-selflink):hover{
  color:#000;
  text-shadow:0 0 3px #fff;
  text-decoration:none;
}

div#content a.new {
  text-shadow:none;
}

.suggestions a {
  text-shadow:none;
}
/* End links */

/* Headers */
h1#firstHeading {
	font-family: 'Earth Orbiter Extra Bold', sans-serif;
  color: #3AFFFF;
  text-shadow:-1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
  font-weight: bold; 
  border-color:#1D7F7F;
}

.mw-body-content h2 {
  font-size:1.4em;
}

.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
  color: #3AFFFF;
  text-shadow:-1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
}

span.mw-editsection {
  text-shadow:none;
}
/* end headers */

/* vector tabs */
#right-navigation,
#left-navigation {
  margin-top:8em
}

div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
  background:none;
  height: 1.1em;
  text-align: center;
  text-transform:uppercase;
	font-family: 'Earth Orbiter Extra Bold', sans-serif;
  letter-spacing:1px;
  padding:2px;
}

div.vectorTabs li span a {
  margin-top:-2px;
  padding-top:2.5px;
  padding-bottom:2.5px;
  height:1.3em;
}

div.vectorTabs li a,
#mw-head div.vectorTabs li.new a,
div.vectorTabs li a span,
div.vectorMenu h3 span {
  color: #3AFFFF;
  text-shadow:-1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
  font-weight: bold;
}

#mw-head div.vectorTabs li:not(.selected) span:hover a {
  color:transparent;
  text-shadow: -1px 0.5px 0px #3AFFFF, 2px -0.5px 1px #3AFFFF, -2px 1px 1px #FF0000, 3px -1px 1px #3017FF, 0 0 5px #000;
}

div.vectorTabs li:not(.selected) span a:hover,
div#mw-head div.vectorMenu h3 span:hover {
    text-decoration:none;
}

div.vectorTabs li.selected span a {
    color:#000 !important;
    text-shadow:2px 0 1px #fff, 0 0 5px #fff;
}

div.vectorTabs,
div.vectorMenu {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-top:5px;
}

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

div.vectorTabs li span {
    margin: 0 3px;
}

div#p-search {
  margin-top:-6px;
  margin-right:10px;
}

div#mw-head div.vectorMenu h3 {
    margin: 0 3px;
}

div#mw-head div.vectorMenu h3 span {
  margin-top:-2px;
  margin-right:0.4em;
  padding:2.5px 6.4px;
  padding-top:0.2em;
  font-size:0.8em;
}

div.vectorMenu h3 span::after {
  top:0.4em;
  right:-0.6em;
}

div.vectorMenu h3 a {
    display: none;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #fff;
    font-weight: bold;
}

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

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
  padding: 1.5em 0 0;
  padding-bottom:4px;
  margin-top:-2px;
  color:transparent
  text-shadow:none
}

#ca-unwatch.icon a:hover,
#ca-watch.icon a:hover {
  background-repeat:no-repeat;
  color:transparent;
}

div.vectorMenu div.menu {
  border:2px solid #34E5E5;
  box-shadow:inset 1px 1px 2px #FF0000,
    inset -1px -1px 2px #3017FF,
    1px 1px 2px #ff0000,
    -1px -1px 2px #3017FF;
  background-color:rgb(20,20,40);
  top:2em;
}

div.vectorMenu div.menu ul {
 background-color:transparent;
}

div.vectorMenu div.menu a {
  color:#34E5E5;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}

div.vectorMenu div.menu li:hover a {
  color:transparent;
  text-shadow: -1px 0.5px 0px #3AFFFF, 2px -0.5px 1px #3AFFFF, -2px 1px 1px #FF0000, 3px -1px 1px #3017FF, 0 0 5px #000;
}

div.vectorMenu div.menu a:hover {
  text-decoration:none;
}

div#mw-head div.vectorMenu h3 {
    background: none;
    height:1.95em;
}

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

div#p-sharing.vectorMenu div.menu {
    height: 13.8em;
    padding-top:5px;
}

/* end vector tabs */

/* Sidebar */
div#mw-panel {
  padding-left:.25em;
  padding-bottom:20px;
  margin-left:0.2em;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles) {
  padding:0;
  margin-left:0;
  margin-right:0.1em;
  margin-bottom:1em;
  border:2px ridge #EFEFEF;
  background-color:rgba(0,0,0,0.2);
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a:link,
#mw-panel.collapsible-nav a:visited,
#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 {
  font-weight:bold;
  color:#3affff;
}

div#mw-panel div.portal div.body ul li a:hover,
div#mw-panel div.portal div.body ul li a:focus {
  color:#fff;
  text-shadow:2px 2px 1px #000;
}

#mw-panel.collapsible-nav .portal div.body ul,
#mw-panel .portal div.body ul{
  margin-left: -0.75em; 
  margin-right:0.5em;
  margin-bottom:0.3em;
}

#mw-panel.collapsible-nav .portal div.body ul li,
#mw-panel .portal div.body ul li {
  padding-left:0.2em;
}

#mw-panel .portal div.body ul li a{
  margin-left:0.2em;
  font-size:1.1em;
}

div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  margin:0;
  font-weight:bold;
  font-size:0.9em;
}

div#mw-panel div.portal.collapsed h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  border-bottom:0;
}

div#mw-panel div.portal h3 a,
div#mw-panel div.portal h3  {
  font-weight:bold;
  color:#3affff !important;
	font-family: 'Earth Orbiter Extra Bold', sans-serif;
  font-variant:small-caps;
  text-align:center;
  padding:5px;
}

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

div#mw-panel {
    top:9em;
}

.skin-hydradark div#mw-panel div.portal div.body {
	background-image: url(/media/3/3b/Sidebar_separator.png);
}

.skin-hydradark #mw-panel.collapsible-nav .portal h3 {
	background-image: url(/media/1/1c/Sidebar_open.png);
}

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 {
	background-image: url(/media/e/e7/Sidebar_closed.png);
}
/* End Sidebar */

/* Preferences */
.client-js div#preferences {
  background:rgba(20,20,30,0.5);
  border:1px solid #3affff;
  margin-top:1px;
}

.client-js #preftoc,
.client-js #preftoc li,
.client-js #preftoc li a,
.client-js #preftoc li {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
  font-size:1em;
  font-family: 'Uglyqua', sans-serif;
}

.client-js #preftoc li a:active {
  font-size:1em;
}

.client-js ul#preftoc {
  margin-left:-0.1em;
  margin-bottom:5px;
}

.client-js #preftoc li.selected a {
  background-image: none;
  color: #000;
  text-shadow: 1px 0 1px #fff, 0 0 5px #fff;
  text-decoration:none;
}

.client-js #preftoc li.selected {
  border:0;
  padding-right:0;
  height:2.3em;
}

.client-js #preftoc li:not(.selected) a:hover {
  color: transparent;
  text-shadow: -1px 0.5px 0px #3AFFFF, 2px -0.5px 1px #3AFFFF, -2px 1px 1px #FF0000, 3px -1px 1px #3017FF, 0 0 5px #000;
  text-decoration:none;
}

.skin-hydradark #preferences legend {
  color: #fff;
}

.skin-hydradark #preferences fieldset {
  border-color:#1D7F7F;
}

.htmlform-tip {
  color:#BFBFBF;
}
/* End Preferences */

/* Page History */
ul#pagehistory > li {
  border:none;
}

#pagehistory li.selected {
  background-color:rgba(100,64,64,0.2);
  border:1px solid #2EC4CC;
  padding:1px;
}

table.diff {
  background-color:rgba(0,0,0,0.3)
}

.mw-plusminus-pos {
    color:#009100;
}

.mw-plusminus-neg {
    color:#C60000;
}
/* End Page History */

/* wikitable styling */
table.wikitable {
  border:2px solid #34E5E5;
  box-shadow:inset 1px 1px 2px #FF0000,
    inset -1px -1px 2px #3017FF,
    1px 1px 2px #ff0000,
    -1px -1px 2px #3017FF,
    0 0 10px 0px rgba(100,60,250,0.5);
  background-color:rgba(0,0,0,0.2);
  border-radius:1px;
}

table.wikitable tbody tr th
table.wikitable > tr > th,
table.wikitable > * > tr > th {
  background:rgba(50,50,100,0.5);
  box-shadow:inset 0 0 10px 5px rgba(105,5,235,0.5);
  font-family: 'Earth Orbiter Extra Bold', sans-serif;
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
  font-weight: bold;
  letter-spacing:1px;
  border:1px solid #34E5E5;
  font-size:1.2em;
}

table.wikitable tbody tr td {
  border:1px solid #34E5E5;
}
/* End wikitable styling */

/* tablepager styling */
.skin-hydradark table.TablePager td {
  border:1px solid #666;
}

.skin-hydradark table.TablePager tr th {
  background:rgba(50,50,100,0.5);
  box-shadow:inset 0 0 10px 5px rgba(105,5,235,0.5);
  font-family: 'Earth Orbiter Extra Bold', sans-serif;
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
}

.skin-hydradark table.TablePager tbody tr:hover td {
  background:rgba(105,5,235,0.4);
  box-shadow:inset 0 0 5px #000;
}
/* end tablepager styling */

/* search styling */
.skin-hydradark div.mw-search-profile-tabs {
  border:2px solid #34E5E5;
  box-shadow:inset 1px 1px 2px #FF0000,
    inset -1px -1px 2px #3017FF,
    1px 1px 2px #ff0000,
    -1px -1px 2px #3017FF,
    0 0 10px 0px rgba(100,60,250,0.5);
  background-color:rgba(0,0,0,0.2);
}

.skin-hydradark fieldset#mw-searchoptions {
  border:2px solid #34E5E5;
  box-shadow:inset 1px 1px 2px #FF0000,
    inset -1px -1px 2px #3017FF,
    1px 1px 2px #ff0000,
    -1px -1px 2px #3017FF,
    0 0 10px 0px rgba(100,60,250,0.5);
  background-color:rgba(0,0,0,0.2);
}

.skin-hydradark .mw-search-profile-tabs .search-types {
  padding-left:0;
}

.skin-hydradark div#content .mw-search-profile-tabs .search-types ul li a {
  color:#8F8C8C;
  font-family: 'Earth Orbiter Extra Bold', serif;
}

.skin-hydradark div#content .mw-search-profile-tabs div.search-types ul li.current a{
  font-family: 'Earth Orbiter Extra Bold', serif;
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
}

.skin-hydradark .mw-search-profile-tabs ul li.current {
  background:rgba(50,50,100,0.5);
  box-shadow:inset 0 0 10px 5px rgba(105,5,235,0.5);
}

.skin-hydradark .mw-search-profile-tabs ul li:not(.current) a:hover {
  color:#fff !important;
}

.skin-hydradark .mw-search-profile-tabs ul li:last-child {
  border-bottom:0;
}
/* end search styling */

/* Editor Styling */
div.wikiEditor-ui .wikiEditor-ui-view {
  border-color:#34E5E5;
}
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border:0;
}
div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top:0;
    margin-right: 5px;
}
div.wikiEditor-ui-controls,
div.wikiEditor-ui-tabs {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom:-1px;
  border-color:#34E5E5;
}
div.wikiEditor-ui-tabs div {
  font-weight:bold;
  border-bottom:0;
  border-color:#34E5E5;
}
div.wikiEditor-ui-tabs div a {
  background-color:rgba(0,0,0,0);
  color:#fff;
  font-family: 'Earth Orbiter Extra Bold', serif;
  letter-spacing:0.05em;
}
div.wikiEditor-ui-tabs div:not(.current) {
  background:rgba(50,50,100,0.5);
}
div.wikiEditor-ui-tabs div.current {
  border: 1px solid #34E5E5;
  border-bottom:0;
  background:rgba(50,50,100,0.5);
  box-shadow:inset 0 0 10px 5px rgba(105,5,235,0.5);
}
#content div.wikiEditor-ui-tabs div.current a {
  font-family: 'Earth Orbiter Extra Bold', serif;
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
}
div.wikiEditor-ui-toolbar {
  background: none;
  background:rgba(50,50,100,0.5);
}
div.wikiEditor-ui-toolbar .group {
  border-right: 1px solid #34E5E5; 
}
div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #34E5E5;
   border-right: none;
}

.tab {
   border-color: transparent;
}

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

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

div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #000000;
}

div.wikiEditor-ui-toolbar .sections .section {
  background:rgba(50,50,100,0.5);
  border-top: 1px solid #34E5E5;
}

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

div.wikiEditor-ui-toolbar .booklet .index .current {
  background-color: rgba(100,100,100,0.4);
  color: #3AFFFF;
  text-shadow: 0.5px 0.5px 0 #C78132, 0 0 5px #000;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: rgba(0,0,0,0.3);
}

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
}

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

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

div.wikiEditor-ui-toolbar div.oo-ui-widget {
  background-color:rgba(0,0,0,0);
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  color:#e7e7e7;
}

div.editOptions {  
    background-color: transparent;
    border-color: -moz-use-text-color #505050 #505050;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
/* End Editor Styling */

/* Code tweaks */
code {
  background-color:#3B0059;
}
/* end code styling*/

/* Category bar and filetoc */
#catlinks,
ul#filetoc {
  background:rgba(50,50,100,0.5);
  box-shadow:inset 0 0 5px 5px rgba(105,5,235,0.5);
  border:1px solid #34E5E5;
}
/* end Category bar */

/* Table of contents (toc) styling */
div#toc {
  background:rgba(50,50,100,0.5);
  box-shadow:inset 0 0 15px 2px rgba(105,5,235,0.5);
  border:1px solid #34E5E5;
}
/* end toc */

/* FP (front page) tweaks */
.fpbox {
  border:1px solid #3AFFFF;
  border-radius:0;
  background:rgba(86,51,53,0.2);
}

.fpbox .heading,
.fpbox .welcome,
.fplinks .linkslabel {
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000,1px -1px 1px #3017FF,0 0 5px #000;
  font-family: 'Earth Orbiter Extra Bold',sans-serif;
  border-color:#1D7F7F;
}

div.fplink.plainlinks div.box div.row div.cell {
  background:url(/media/6/63/Box_decoration.png) top left repeat-x;
  background-size:contain;
  border: 1px ridge #34E5E5;
  border-radius:0;
}

div#content div.fplink.plainlinks div.box div.row div.cell a {
  color:#3AFFFF;
  text-shadow: -1px 1px 1px #FF0000,1px -1px 1px #3017FF,0 0 5px #000;
}

div.fplink.plainlinks div.box div.row div.cell:hover,
div.fplink.plainlinks div.box div.row div.cell a:focus {
  background-color:#28184C;
  box-shadow:inset 0 0 15px #000;
}

div.fplink.plainlinks div.box div.row div.cell:hover a,
div.fplink.plainlinks div.box div.row div.cell a:focus {
  color:#fff !important;
}

div.fplink.plainlinks div.box div.row div.cell:hover a {
  text-decoration:none;
}
/* end fp tweaks */

/* Infobox styles */
.infobox {
  float: right;
  width: 23em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 2px;
  border:2px solid #34E5E5;
  box-shadow:inset 1px 1px 2px #FF0000,
    inset -1px -1px 2px #3017FF,
    1px 1px 2px #ff0000,
    -1px -1px 2px #3017FF,
    0 0 10px 0px rgba(100,60,250,0.5);
  background-color:rgba(0,0,0,0.2);
  border-radius:1px;
}

.infobox-table {
  width: 100%;
  padding: 0;
  background-color:transparent;
  border: 0;
}

.infobox-header {
  padding:0.5em;
  font-size: 150%;
  letter-spacing:0.05em;
  text-align: center;
  background: url(https://relegion.gamepedia.com/media/6/63/Box_decoration.png) top left repeat-x;
  background-size:auto 85%;
  border: 1px ridge #34E5E5;
  font-family: 'Earth Orbiter Extra Bold', sans-serif;
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
  box-shadow:inset 0 0 10px 3px rgba(105,5,235,0.5);
}

.infobox-section {
  letter-spacing:0.05em;
  text-align: center;
  background: url(https://relegion.gamepedia.com/media/6/63/Box_decoration.png) top left repeat-x;
  background-size:auto 85%;
  font-family: 'Earth Orbiter Extra Bold', sans-serif;
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000, 1px -1px 1px #3017FF, 0 0 5px #000;
  border: 1px ridge #34E5E5;
  box-shadow:inset 0 0 10px 2px rgba(105,5,235,0.5);
}

.infobox-centered {
  text-align: center;
}

.infobox-row {
  vertical-align: top;
}

.infobox-row-name {
  text-align: left;
  white-space: nowrap;
}

.infobox-spacer {
  height: 0.5em;
}
/* End infobox styles */

/*****************************
* Responsive resizing tweaks *
******************************/
@media screen {
  .mw-body,
  div#footer{
    margin-left:11em;
  }  
}

@media screen and (max-width:720px) {
  div#content {
    margin-top:1em;
    width:calc(100% - 2.5em);
  }
  
  #pageWrapper {
    margin-right:0;
  }

  div#left-navigation,
  div#right-navigation {
    margin-top:1em;
  }

  div#left-navigation {
    margin-left:0;
  }
  
  div#p-sharing {
    top:2.4em;
  }
  
  div#simpleSearch {
    margin:auto;
  }
  
  div#mw-panel::before {
    display:none;
  }
  
  div#mw-navigation div#mw-panel {
    margin-left:0;
    width:calc(100% - 0.3em);
  }
  
  div#footer {
    margin-top:8em;
    margin-left:0;
    width:calc(100% - 2em);
  }
}

/*********************************
* End responsive resizing tweaks *
**********************************/

/*******************************
* Used by [[Template:Spoiler]] *
********************************/
.mw-customtoggle-spoiler:not(.inline) {
  color: #3AFFFF;
  text-shadow: -1px 1px 1px #FF0000,1px -1px 1px #3017FF,0 0 5px #000;
  background: url(https://relegion.gamepedia.com/media/6/63/Box_decoration.png) top left repeat-x;
  background-size: contain;
  border: 1px ridge #34E5E5;
  border-radius: 0;
  padding:0.25em 0.5em;
  display:inline-block;
}

.spoiler-hidden {
  background-color:#000;
  color:#000 !important;
  overflow:auto;
  line-height:1.6;
  padding:0.1em;
}

.spoiler-shown {
  background-color:rgba(0,0,0,0.75);
  overflow:auto;
  filter:grayscale(50%);
}
/***********************
* End Template:Spoiler *
************************/