Swaps and Traps Wiki
Register
No edit summary
Mr Pie 5 (talk | contribs)
No edit summary
Line 989: Line 989:
 
border:1px solid #000;
 
border:1px solid #000;
 
color:#FEFE9A;
 
color:#FEFE9A;
text-shadow:-1px -1px 0 #000, 1px 1px 0 #000;
+
text-shadow:-1px -1px 0 #000,1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000;
 
}
 
}
   

Revision as of 20:05, 25 January 2018

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

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

/* 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: 'D3Stonism';
	src: local('D3Stonism'), local('D3Stonism'), url(/media/hydra/fonts/D3Stonism.ttf) format('truetype');
}

/* Base framework */
body {
 background-attachment:fixed !important;
 background: url(/media/swapsandtraps.gamepedia.com/9/98/Bg.jpg);
 background-repeat:repeat;
 background-size:cover;
 background-color:#3F5763;
}

div#content {
  position:relative;
  background:url("/media/swapsandtraps.gamepedia.com/b/bb/Border_bottom.png") repeat-x scroll bottom left border-box;
  background-color:rgba(60,88,62,0.9);
  border:0;
  color:#D6C6AF;
  padding-left:1.2em;
  padding-bottom:2em;
  margin-bottom:1em;
  background-size:125px;
}

div#content::before {
  background:
     url("/media/swapsandtraps.gamepedia.com/a/a9/Border_left.jpg") repeat-y scroll left top border-box,
     url("/media/swapsandtraps.gamepedia.com/f/f8/Border_right.jpg") repeat-y scroll right top border-box;
  background-size:12px;
  position:absolute;
  content:"";
  left:0;
  top:0;
  width:100%;
  height:100%;
  border-bottom:4px solid #9F9947;
  pointer-events:none;
}

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

#pageWrapper {
  margin-right: 10px;
}

/* end base framework */

/* Footer */
div#footer {
  background-color:rgba(60,88,62,0.9);
  padding-left:1.2em;
  margin-top:2em;
  margin-bottom:1em;
  border:2px solid #539B4E;
}

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

/* Links */
a.new,
div#content a.new,
#p-personal a.new {
  color:#ff0000;
}

a,
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external,
div#content a.external:visited,
a.stub,
.skin-hydradark #mw-indicator-mw-helplink a {
    color:#FFB731;
}
/* end links */

/* Main logo */
#p-logo {
  top:-130px;
  height:120px;
}
#p-logo a {
    background-size:contain;
    height:120px;
}
/* End main logo */

/* Headings */
h1#firstHeading {
  font-family: 'D3Stonism';
  /* some cool webkit effects with a fallback to a solid color */
  background: -webkit-linear-gradient(#FFB731, #FD9613, #D75D00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #511A04;
  color:#FFB731;
  border-color:#A9ADAD;
  padding-left:10px;
}
/* end Headings */

/* Vector tabs */
div#left-navigation, div#right-navigation {
    margin-top:1.5em;
}

div.vectorTabs,
div.vectorMenu {
    background: none;
    padding-top:1em;
}

div.vectorMenu {
  padding-top:1.3em;
}

div#mw-head div.vectorTabs ul li:not(#ca-unwatch):not(#ca-watch):not(.selected) a,
div#mw-head div.vectorTabs ul li.new a,
h3#p-sharing-label span,
h3#p-cactions-label span {
  color:#FEFE9A;
  font-size:1.3em;
  font-weight:bold;
  font-family: 'D3Stonism';
  text-decoration:none;
  padding-top:0;
  line-height:1.9em;
  /* some cool webkit effects with a fallback to a solid color */
  background: -webkit-linear-gradient(#FFB731, #FD9613, #D75D00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #511A04;
  color:#FFB731;
}

div#mw-head div.vectorTabs ul li.selected a {
  background:none;
  font-size:1.3em;
  font-weight:bold;
  font-family: 'D3Stonism';
  text-decoration:none;
  padding-top:0;
  line-height:1.9em;
  color: #73AB45 !important;
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1F360C;
  text-shadow:1px 1px 0 #1F360C, -1px -1px 0 #1F360C, -1px 1px 0 #1F360C, 1px -1px 0 #1F360C;
}

div#mw-head div.vectorTabs ul li:not(.selected):not(#ca-unwatch):not(#ca-watch) span a:hover {
  /* some cool webkit effects with a fallback to a solid color */
  background: -webkit-linear-gradient(#D6C6AF, #9A958F, #645F59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1f1f1f;
  color:#FFB731;
}

h3#p-sharing-label span, h3#p-cactions-label span {
  margin-top:-0.4em;
}

div#p-sharing, div#p-cactions {
  margin-top:0.2em !important;
}

div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected   {
    background: none;
}

div#right-navigation div#p-search {
  margin-top:0.8em;
  margin-right:10.5px;
}

div.vectorMenu h3#p-cactions-label {
  padding-bottom:1em;
}

div.vectorMenu div.menu {
 border:4px solid #9F9947;
 box-shadow: 2px 2px rgba(0,0,0,0.5);
 margin-top:0.6em;
 background-color:#549D4D;
}

div.vectorMenu div.menu ul {
 background-color:#549D4D;
}

div.vectorMenu div.menu a {
  color:#FFB731;
  text-shadow:-1px -1px 1px #000;
  font-weight:bold;
  text-decoration:none;
}
div.vectorMenu div.menu a:hover {
  color:#D6C6AF;
  text-decoration:none;
  background-color:rgba(0,0,0,0.3);
}
div#p-sharing .menu {
  margin-left: 20px;
  min-width: 0px;
  width: 48px;
}

div#mw-head div.vectorMenu h3 {
    background: none;
}
/* End Vector Tabs */

/* Sidebar */
div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos),
div#mw-panel div.portal.collapsed {
 background:
     url("/media/swapsandtraps.gamepedia.com/7/75/Sidebar_corner_top_left.png") no-repeat scroll left top border-box,
     url("/media/swapsandtraps.gamepedia.com/d/d5/Sidebar_corner_top_right.png") no-repeat scroll right top border-box,
     url("/media/swapsandtraps.gamepedia.com/b/be/Sidebar_corner_bottom_left.png") no-repeat scroll left bottom border-box,
     url("/media/swapsandtraps.gamepedia.com/3/3c/Sidebar_corner_bottom_right.png") no-repeat scroll right bottom border-box,
     url("/media/swapsandtraps.gamepedia.com/7/72/Sidebar_border_y.png") repeat-y scroll left top border-box,
     url("/media/swapsandtraps.gamepedia.com/7/72/Sidebar_border_y.png") repeat-y scroll right top border-box,     
     url("/media/swapsandtraps.gamepedia.com/4/40/Sidebar_border_x.png") repeat-x scroll left top border-box,
     url("/media/swapsandtraps.gamepedia.com/4/40/Sidebar_border_x.png") repeat-x scroll left bottom border-box;
  background-color:rgba(60,88,62,0.9);
  margin-bottom:0.5em;
}

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,
#mw-panel.collapsible-nav a:visited {
  font-weight:bold;
  color:#D6C6AF;
}

div#mw-panel div.portal div.body ul li a:hover {
  background:none;
  color: #73AB45 !important;
  -webkit-text-fill-color: initial;
  text-decoration:none;
}

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

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

div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  margin-top:0.1em;
  font-weight:bold;
  font-size:0.9em;
  padding-right:20px;
}

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

div#mw-panel div.portal h3 a,
div#mw-panel div.portal h3  {
  position:relative;
  /* some cool webkit effects with a fallback to a solid color */
  background: -webkit-linear-gradient(#FFB731, #FD9613, #D75D00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:1.2em;
  color:#FFB731;
  font-weight:bold;
}

#mw-panel.collapsible-nav .portal.collapsed h3::after {
  position:absolute;
  content:"";
  left:0;
  top:0;
  width:97%;
  height:100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/extensions/CollapsibleVector/modules/images/arrow-collapsed-ltr.png?bc514);
	background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20width%3D%2216%22%0A%20%20%20height%3D%2216%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20inkscape%3Aversion%3D%220.48.5%20r10040%22%0A%20%20%20sodipodi%3Adocname%3D%22arrow-collapsed-ltr.svg%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20%2F%3E%0A%20%20%3Csodipodi%3Anamedview%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220.0%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2232.38%22%0A%20%20%20%20%20inkscape%3Acx%3D%226.8257888%22%0A%20%20%20%20%20inkscape%3Acy%3D%228.9115288%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22layer1%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221366%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%22705%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%2F%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20inkscape%3Alabel%3D%22Layer%201%22%0A%20%20%20%20%20inkscape%3Agroupmode%3D%22layer%22%0A%20%20%20%20%20id%3D%22layer1%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20d%3D%22m%206.001%2C2.998%205.001%2C5%20-5.001%2C5%20z%22%0A%20%20%20%20%20%20%20id%3D%22path2997%22%0A%20%20%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23797979%22%20%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
	background-image: -o-linear-gradient(transparent,transparent),url(/extensions/CollapsibleVector/modules/images/arrow-collapsed-ltr.png?bc514);
}

#mw-panel.collapsible-nav .portal.expanded h3::after {
  position:absolute;
  content:"";
  left:0;
  top:0;
  width:97%;
  height:100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/extensions/CollapsibleVector/modules/images/arrow-expanded.png?49d1f);
	background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20width%3D%2216%22%0A%20%20%20height%3D%2216%22%0A%20%20%20id%3D%22svg2%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20inkscape%3Aversion%3D%220.48.5%20r10040%22%0A%20%20%20sodipodi%3Adocname%3D%22arrow-expanded.svg%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4%22%20%2F%3E%0A%20%20%3Csodipodi%3Anamedview%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220.0%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2232.38%22%0A%20%20%20%20%20inkscape%3Acx%3D%2211.605029%22%0A%20%20%20%20%20inkscape%3Acy%3D%2211.06141%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22layer1%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221366%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%22705%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%20%2F%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20inkscape%3Alabel%3D%22Layer%201%22%0A%20%20%20%20%20inkscape%3Agroupmode%3D%22layer%22%0A%20%20%20%20%20id%3D%22layer1%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23797979%22%0A%20%20%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20%20%20d%3D%22m%2013.002%2C6.001%20-5%2C5.001%20-5%2C-5.001%20z%22%0A%20%20%20%20%20%20%20id%3D%22path2997%22%20%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
	background-image: -o-linear-gradient(transparent,transparent),url(/extensions/CollapsibleVector/modules/images/arrow-expanded.png?49d1f);
}

div#mw-panel.collapsible-nav .portal h3,
div#mw-panel.collapsible-nav .portal.collapsed h3 {
   background-position: right center;
   padding-left:10px;
}

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

div#mw-panel div.portal div.body {
    background-image:none;
}
div#mw-panel {
    top:9em;
    padding-top:0;
}

div#mw-panel div.claimSidebar {
    margin-left:0.3em;
}
/* End Sidebar */

/* FP (front page) tweaks */
.fpbox {
  color:#D6C6AF;
}

.fplink .box .row .cell {
  background:url(/media/swapsandtraps.gamepedia.com/c/ca/Button.jpg) repeat-x scroll left top border-box;
  border-color:#9F9947;
  border-radius:1px 1px 20px 20px;
}

.fplink .box .row .cell:hover {
  background-position-x:75px;
}

div#content .fplink .box .row .cell a {
  color: #8FC657;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000,-1px -1px 1px #000;
}

.fpbox .welcome,
.fpbox .heading,
.fpbox .linkslabel {
  font-family: 'D3Stonism';
  /* some cool webkit effects with a fallback to a solid color */
  background: -webkit-linear-gradient(#FFB731, #FD9613, #D75D00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #511A04;
  color:#FFB731;
  border-color:#A9ADAD;
}

.fpbox .linkslabel {
  font-size:132%;
  border-width:0.5px;
}

/* end FP tweaks */

/* Preferences */
.client-js div#preferences {
    background:rgba(50,50,50,0.2);
    border:3px solid #DED7A4;
    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:#FFB731;
    text-shadow:-1px -1px 0 #501904, 1px 1px 0 #501904;
    font-size:1em;
}

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

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

.client-js #preftoc li:not(.selected) a:hover {
    color:#D6C6AF;
    text-decoration:none;
}

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

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

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

#pagehistory li.selected {
  background-color:rgba(0,0,0,0.3);
  border:none;
}

#pagehistory li.selected:first-child {
  border-bottom:2px solid #000;
}

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

td.diff-ntitle,
td.diff-otitle {
  background-color:transparent;
}
/* End Page History */

/* wikitable styling */
table.wikitable {
    border:4px ridge #000;
    background-color:rgba(255,255,255,0.1);
}

table.wikitable tbody tr th
table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color:#FEA823;
    font-size:1.3em;
    font-family: D3stonism, sans-serif;
    border:1px solid #000;
    color:#FEFE9A;
    text-shadow:-1px -1px 0 #000,1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000;
}

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

/* Editor Styling */

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

div.wikiEditor-ui-buttons {
    background-color: transparent;
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-tabs div {
    font-weight:bold;
    background-color: rgb(83,54,36);
    border:1px solid #9F9947;
    border-bottom:0;
}

div.wikiEditor-ui-tabs div a {
    background-color:transparent;
    color:#D6C6AF;
    text-shadow: -1px -1px 2px #000, 1px 1px 2px #000;
}

div.wikiEditor-ui-tabs div.current {
    border: 2px outset #9F9947;
    background-color: rgb(129,84,56);
}

#content div.wikiEditor-ui-tabs div.current a {
   color:#FFB731;
}

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

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

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

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited,
div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited,
div.wikiEditor-ui-toolbar .group .tool-select .label,
div.wikiEditor-ui-toolbar .page-table th,
div.wikiEditor-ui div.menu a, a.label,
div.wikiEditor-ui-toolbar .booklet .index div,
div.wikiEditor-ui-toolbar .group .label {
   color: #D6C6AF;
}

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(129,84,56,0.7);
    color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: rgb(117,111, 51);
}

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(0,0,0,0.1);
    border-color: #505050;
    font-weight:bold;
}

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

div.editOptions {  
    background-color: transparent;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

.oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-widget-enabled,
.oo-ui-popupToolGroup.oo-ui-widget-enabled,
.oo-ui-popupWidget-popup {
  background:none;
}

.skin-hydradark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  background-color:#d6d7d8;
  color:#000;
}
/* End Editor Styling */

/* Category bar */
#catlinks {
  background-color:#331E10;
  border:2px solid #1A0F07;
}
/* end Category bar */

/* search styling */
.skin-hydradark div.mw-search-profile-tabs {
  background-color:#48583c;
  border:2px solid #000;
}

.skin-hydradark fieldset#mw-searchoptions {
  background-color:#48583c;
  border:2px solid #000;
  border-top:0;
  border-radius: 1px 1px 0 0;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a{
  color:#73AB45;
}

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

.skin-hydradark .mw-search-profile-tabs ul li.current {
  background-color:#2A373F;
}
/* end search styling */

/* Thumbnail styling */
li.gallerybox div.thumb,
div.thumbinner {
    background-color:rgba(25, 46, 48, 0.6);
}
/* end thumbnail styling */

/* Table of contents (toc) styling */
div#toc {
  background-color:rgba(60,88,62,0.9);
  border:2px solid #000;
}
/* end Table of contents */

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

.skin-hydradark table.TablePager tr th {
  background-color:rgba(25, 46, 48, 0.9);
  border:1px solid #000;
}

.skin-hydradark table.TablePager tr > td {
  background-color:rgba(0,0,0,0.1);
}

.skin-hydradark table.TablePager tbody tr:hover td:nth-child(2) {
  background-color:rgba(0,0,0,0.5);
}
/* end tablepager styling */

/* diff colors */
.mw-plusminus-pos {
    color:#009100;
}

.mw-plusminus-neg {
    color:#C60000;
}
/* end diff colors */

/* Filetoc */
ul#filetoc {
    background-color: #331E10;
    border: 2px solid #1A0F07;
}
/* end filetoc */