MediaWiki:Hydradark.css

From Pathologic Wiki
Jump to navigation Jump to search

In other languages: Русский


CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Hydra Dark skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

p {
    font-family: "Helvetica", Helvetica, Helvetica;
    color: #dcdccf;
}

/* Framework */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("https://static.wikia.nocookie.net/pathologic_gamepedia/images/1/1d/P2Background.jpg/revision/latest") repeat fixed top center / cover #040404; /* [[File:P2Background.jpg]] */
}

#pageWrapper {
    margin-right: 10px;
}

.mw-editform #wpTextbox1 {
    background: #282a36;
    color: #f8f8f2;
}

#mw-page-base {
    background: transparent !important;  
}
 
/* Logo */
#p-logo {
    position: absolute;
    left: 170px;
    top: -144px;
    height: 110px;
    width: 326px;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

#p-logo a {
    height: 110px;
    width: 326px;
}

/***********************
/* Special edits *
/***********************/
.editOptions {
    background-color: rgba(75,  75, 75, 1);
    border-right: 1px solid #C0C0C0;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #C0C0C0 #C0C0C0;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 1em 1em 1.5em;
    margin-bottom: 2em;
}

div.editOptions {
    background-color: transparent;
    border: 1px solid rgba(6, 6, 6, .5);
}

#ca-watch.icon a {
    margin: 0px;
    padding: 30px 0px 0px;
    display: block;
    width: 26px;
    height: 0px;
    overflow: hidden;
    background-position: 5px 60%;
}

.skin-hydradark #preferences fieldset {
    border-right: medium none;
    border-width: 1px medium medium;
    border-style: solid none none;
    border-color: #CCC -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: #fff;
}

#mw-head-base {
    background: transparent;
    bottom: 0;
    height: 145px;
    margin-right: 10px;
}

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

#left-navigation {
  top: 90px;
  margin-top: 1em;
  left: 160px;
}
 
#right-navigation {
  margin: 90px 10px 0 0;
  margin-top: 1em;
  padding: 0;
}

div.vectorTabs {
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

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

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

div.vectorTabs li span {
    background: rgba(5,0,0,0.7);
    box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3073', endColorstr='#435e8e',GradientType=0 ); /* IE6-9 */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 3px 0 3px;
    height: 19px;
    text-align: center;
}

div#mw-head div.vectorMenu h3 {
    background: rgba(5,0,0,0.7);
    box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3073', endColorstr='#435e8e',GradientType=0 ); /* IE6-9 */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    padding: 2px 10px;
    margin: 0.5em 3px 0;
    height: 19px;
    text-align: center;
}

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

div.vectorMenu h3 span::after {
  top:0.5em;
}

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

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

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
  padding: 1.5em 0 0;
}

.vectorMenu {
  height:3em;
}

div.vectorTabs span {
    background-image: none;
}

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

div.vectorTabs ul { 
    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,
div.vectorMenu h3 span {
    color: #ffffff;
    font-weight: bold;
}

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

div.vectorMenu div.menu {
    background-color: #352722;
    border: 1px solid #aaaaaa;
}

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

div.vectorMenu li a {
    color: #ffffff;
}

div.vectorMenu h3 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://static.wikia.nocookie.net/commons_hydra/images/8/80/Vector_menu_downarrow_white.png") !important;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

div#mw-panel div.portal h5 {
    border: medium none;
    color: #ffffff;
    cursor: default;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 0 1.25em;
    text-transform: uppercase;
}

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

.skin-hydradark div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(5,0,0,0.7);
    box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75);
    margin: 5px;
}

#mw-panel.collapsible-nav .portal .body {
    margin: 0 0 0 9px;
}

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

.skin-hydradark div#mw-panel div.portal div.body ul li a,
.skin-hydradark div#mw-panel div.portal div.body ul li a:visited {
    color: #FFFDFB;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 {
   background-image: url(https://gamepedia.cursecdn.com/pathologic_gamepedia/4/47/Hand2.png);
   background-position: left center;
   background-repeat: no-repeat;
}

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 {
   background-image: url(https://gamepedia.cursecdn.com/pathologic_gamepedia/4/47/Hand2.png);
   background-position: left center;
   background-repeat: no-repeat;
}

div#mw-panel div.portal h3 {
   margin: 0 0 0 7px;
}

.skin-hydradark div#mw-panel div.portal h3,
.skin-hydradark div#mw-panel div.portal h3:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
}

.skin-hydradark div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

div#content {
    background: rgba(5,0,0,0.7);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75);
    color: #f1eee9;
}

/**************
* Link styles *
***************/
a,
a:visited,
.pseudo-link{
  color: #caa976;
}

a.stub {
  color:#e0bea2;
}

div#pageWrapper a.extiw,
div#pageWrapper a.extiw:visited,
div#pageWrapper a.external,
div#pageWrapper a.external:visited {
  color:#aa7a53;
}

a:hover {
  color: #c9c9c9;
}

/******************
* End link styles *
*******************/



h1, h2 {
    color: #fafafa;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
    border-bottom-color: rgba(136,115,16,0.5);
}

.fakeh2 {
  font-size: 1.5em;
  color: #fafafa;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
  border-bottom: 1px solid rgba(136,115,16,0.5);
  line-height: 1.3;
  margin-bottom: 0.25em;
  margin-top: 1em;
  padding: 0;
}

#catlinks,
.skin-hydradark #toc,
.skin-hydradark .toc,
.mw-warning,
ul#filetoc {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
}

.skin-hydradark div#simpleSearch {
    display: block;
    padding-right: 1.5em;
    margin-top: 0.50em;
}

.skin-hydradark div#simpleSearch {
    border: none;
    background: rgba(5,0,0,0.7);
    box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75);
}

.skin-hydradark div#simpleSearch #searchInput {
    color: #ffffff;
}

#simpleSearch #searchInput::placeholder { 
    color: #a0a0a0; 
}

div.wikiEditor-ui {
    background-color: transparent;
    border: 1px solid #505050;
}

.skin-hydradark .mw-search-profile-tabs {
    background-color: transparent;
    margin-top: 1em;
    border: 1px solid silver;
}

.CategoryTreeEmptyBullet {
    color: #c0c0c0;
}

.catlinks li {
    border-left: none;
}

.CategoryTreeToggle {
    color: #E0B87B;
}

.skin-hydradark #preferences {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #181818;
    clear: both;
    float: left;
    margin: -2px 0 0;
}

.skin-hydradark #preferences fieldset.prefsection fieldset {
    background-color: rgba(0, 0, 0, 0.4);
}

.skin-hydradark #preftoc li.selected a {
    background-image: none;
    color: #FFFFFF;
    text-decoration: none;
}

.skin-hydradark #preftoc {
    background-image: none;
}

.skin-hydradark #preftoc a, .skin-hydradark #preftoc a:active {
    background-image: none;
    color: #caa976;
}

.skin-hydradark #preftoc li {
    background-image: none;
}

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

.skin-hydradark #preferences td.htmlform-tip {
    color: #DDDDDD;
}


.catlinks {
    background-color: #0f0f0f;
    border: 1px solid #2c74ae;
}

#toc, .toc, .mw-warning {
    background-color: #0f0f0f;
    border: 1px solid #dddad3;
    font-size: 95%;
    padding: 5px;
}

.wikitable th, .wikitable td {
    border: 1px solid #7f7f7f;
}

table.wikitable {
    border: 1px solid #7f7f7f;
    background: rgba(0, 0, 0, 0);
    color: #160E01;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 3px 6px;
}

table.wikitable th, table.wikitable tr th, table.wikitable > tr > th, table.wikitable > * > tr > th {
    border: 2px ridge #7f7f7f;
    background: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bolder;
}

table.wikitable td, table.wikitable tr td, table.wikitable > tr > td, table.wikitable > * > tr > td {
    border: 1px ridge #7f7f7f;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
}

table.wikitable > caption {
    color: #fff;
    padding: 10px;
}

table.jquery-tablesorter th.headerSort {
    min-height: 19px;
    background: rgba(0, 0, 0, 0.47) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAJCAYAAADdA2d2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIWBRk1pr5RogAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAqklEQVQoz83SMUpDQRSF4e9ZBQJWcSNapRkEy9nAhFcKKRQEV2AjbiARQvrAbGA2MEK6pMkyFKwES5tUKR6Pl8ZTXu75uYdzGz2US73HCgfcpRi+u/YvegAfsMYbLvGRS50MhuZSn7HEU4rhBVM02J5z6Q/aFMM7pBg+cYO9f6Vc6jyXOjuZjXKp+Zz4Y2xyqY9H4BV2uO4yNT3bX+AVLX5xm2L4Ggwd8qd/zMM1lneDQd8AAAAASUVORK5CYII=") no-repeat center right;
}

table.jquery-tablesorter th.headerSortDown {
    min-height: 19px;
    background: rgba(0, 0, 0, 0.47) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAECAYAAABhnXSoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIWBRgFmXxQTwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAaklEQVQY06XMoQ2DUABF0fM7QBWbVGFqKrsACRKHIGGCOiagSdMJWIAFaFKJYYyKKnwNSD6iV70n7g0idP2wzgIPTLjgm13Pm97BPiWeaHDEC0lM2IvWaFHhhhQB73+iM3Lcl//BCWNM+gEMVw86l1AbpwAAAABJRU5ErkJggg==") no-repeat center right;
}

table.jquery-tablesorter th.headerSortUp {
    min-height: 19px;
    background: rgba(0, 0, 0, 0.47) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAECAYAAABhnXSoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIWBRcdDYjU1gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAZ0lEQVQY06XMIQ6CYABA4Y9NNzYbmx6GQCFyATY71zE42R9pcAG68woehECRZjFQ+Am++Lb3EhGG8dVgRr/SKbq6Kuqt7iDOCQEZHjjjiWMs2pvesOCOC674IP9nCu1vHPBGiSkWfAFQfRAc6X/KMwAAAABJRU5ErkJggg==") no-repeat center right;
}

pre, code {
    border: none;
    background: rgba(0,0,0,1);
    color: #fafafa;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: rgba(5, 0, 0, 0.5);
}

div.thumbinner {
    background-color: rgba(0,0,0,0.4);
    border: 1px solid #15110D;
}

li.gallerybox {
    border: none;
    background: rgba(21, 17, 13, 0.4);
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 3px 6px;
}

li.gallerybox div.thumb {
    border: none;
    background: rgba(21, 17, 13, 0.6);
    color: #ffffff;
}

ul#filetoc {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #2c74ae;
}

table.mw_metadata td {
    background-color: rgba(0, 0, 0, 0.4);
}
table.mw_metadata th {
    background-color: rgba(0, 0, 0, 0.4);
}
table.mw_metadata td, table.mw_metadata th {
    border: 1px solid #2c74ae;
}

/******************
/*  Page history  *
/******************/
table.diff {
    background: transparent;
}

td.diff-context {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
}

td.diff-deletedline {
    background-color: rgba(52, 55, 93, 0.2);
    border-color: #fff;
    color: #fff;
}

td.diff-deletedline .diffchange {
    background: rgba(129, 127, 255, 0.3);
}

td.diff-addedline {
    background-color: rgba(187, 136, 119, 0.1);
    border-color: #ffffff;
    color: #ffffff;
}

td.diff-addedline .diffchange {
    background: rgba(80, 27, 9, 0.7);
}

#pagehistory li {
    background-color: transparent;
    border: none;
    padding: 3px;
}

#pagehistory li.selected {
    background-color: rgba(0, 0, 0, 0.75);
    background-image: none;
    border: 1px dashed #A38369;
    box-shadow: 0 0.1em 0.75em #000000;
    padding: 3px;
}

.skin-hydradark .TablePager {
    border: 1px solid #2c74ae;
}

.skin-hydradark .TablePager th {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #2c74ae;
}
.skin-hydradark .TablePager tr, .skin-hydradark .TablePager td {
    background-color: transparent;
    border: 1px solid #2c74ae;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: rgba(0, 0, 0, 0.4);
}
.skin-hydradark .mw-datatable th {
    background-color: rgba(0, 0, 0, 0.4);
}
.skin-hydradark .mw-datatable, .skin-hydradark .mw-datatable td, .skin-hydradark .mw-datatable th {
    border: 1px solid #2c74ae;
}

/* Footer */
div#footer {
    background: rgba(5,0,0,0.7);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75);
    margin-top: 10px;
    overflow-y: hidden;
}

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

/*****************
/* amboxes fixes *
/*****************/
.ambox {
    background-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.2);
    border-right-color: rgba(0,0,0,0.2);
    border-top-color: rgba(0,0,0,0.2);
    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.4);
    border: 1px solid #15110D;
    color: #FFFFFF;
    float: right;
    font-size: 11px; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
    border-radius: 3px;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background-color: rgba(0, 0, 0, 0.6);
    color: #C1916B;
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    background-color: rgba(0, 0, 0, 0.6);
    color: #C1916B;
    font-size: 13px;
    font-style: italic;
    padding: 0;
    border-radius: 5px;
}

/* interwiki table bg fix for active entries */
.mw-interwikitable-local,
.mw-interwikitable-trans {
    text-shadow: 1px 1px 1px #000000;
}

.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 #67676;
    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 */


/* copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

/*********************
/* Front page styles *
/*********************/
.fpmain {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.fpbanner {
  border: 1px solid #82a8af;
  box-shadow: 0 2px 5px #687478;
  background: rgba(0, 0, 0, 0.25);
  color: #9ccad2;
  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;
}

.fpbanner1 .fpbannertable {
  background: url("https://soma.gamepedia.com/media/soma.gamepedia.com/f/f2/Fpbox_left_1.png") left center no-repeat, 
              #ffffff url("https://soma.gamepedia.com/media/soma.gamepedia.com/5/5c/Fpbox_right_1.png") right center no-repeat;
}

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

.fpbox {
  margin: 10px 5px auto;
  padding: 10px;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

.fpbox .mainheading {
  border: none;
  border-radius: 2px;
  width: 100%;
  background-color: rgba(5,0,0,0.5);
  text-align: center;
  color: #c38959;
  font-size: 130%;
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 2px 2px rgba(5,0,0,1);
  font-variant: small-caps;
  margin: 0 0 10px;
  padding: 3px 0;
  overflow: auto;
}

.fpbox .heading {
  border: none;
  border-radius: 2px;
  width: 100%;
  background-color: rgba(5,0,0,0.5);
  text-align: center;
  color: #c38959;
  font-size: 110%;
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 2px 2px rgba(5,0,0,1);
  font-variant: small-caps;
  margin: 0 0 10px;
  padding: 2px 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 {
  border: none;
  box-shadow: none;
  background: transparent;
}

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

/******************
/* General styles *
/******************/
.contentbox {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

ul {
  list-style-image: url("https://gamepedia.cursecdn.com/pathologic_gamepedia/4/47/Hand2.png");
}

span.bullet {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAYAAAAPU20uAAAABmJLR0QAyABSAAPWF7MBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QsOBhAmaTkIbQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAOklEQVQY02NgGETg////DP///2/4////hv///ztgU2DwHwEuwMSZcBgogMuKBf///7/w////AKLdBgAxZiodAGVkaAAAAABJRU5ErkJggg==") no-repeat center 60%;;
  width: 9px;
  font-size: 11px;
  vertical-align: baseline;
}

ol.references, div.reflist, div.refbegin {
    font-size: 95%;
    margin-bottom: .5em;
}
ol.references li:target, sup.reference:target {
    background-color: rgba(240,215,150,0.06);
}

/******************
/* Spoiler Links  *
/******************/
a.spoilerLink {
  color: #ffffff;
  padding: 2px 4px 2px 4px;
  border: solid black 1px;
  text-decoration: underline;
}

div.spoiler {
  border: 1px dashed #000000;
  padding: 3px;
}


/* Tabber styling */
.tabberlive .tabbertab,
.tabber .tabbertab {
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 3px;
}

.tabber .tabbertab {
    padding: 8px 15px;
}

ul.tabbernav {
	border-bottom: none;
}

ul.tabbernav li a {
	background-color: rgba(5, 0, 0, 0.5);
	border: 1px solid #000;
	border-bottom: none;
	border-radius:2px 2px 0 0;
	margin-left: 3px;
	padding: 3px 0.5em;
}

ul.tabbernav li {
	display: inline;
	list-style: none outside none;
	margin: 0 0 0 7px;
}

ul.tabbernav li a:link {
  color: #caa976;
}

ul.tabbernav li a:hover {
	background: none repeat scroll 0 0 #000000;
	border-color: #505050
	color: #FFFFFF;
}

ul.tabbernav li.tabberactive a {
	background-color: #000000;
	color: #FFFFFF;
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover,
ul.tabbernav li.tabberactive a:link {
	background-color: #000000;
	border-bottom: 1px none;
	padding: 2px 0.5em 4px;
}

/********************************************
* Improved responsiveness for narrow widths *
*********************************************/
.mw-body {
  margin-left:11em;
}

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

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

#fpimages .slideboxlightshow,
#fpimages .slideboxlightshow a.sbls-image,
#fpimages .slideboxlightshow img {
  max-width:100%;
}

@media screen and (max-width:720px) {
  div#content {
    margin-top:3em;
  }
  
  #mw-head-base {
    height:3em;
  }
  
  #pageWrapper {
    margin-right:0;
  }

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

  div#left-navigation {
    margin-left:5px;
    left:0;
  }
  
  div#right-navigation {
    margin-right:5px;
  }

  div#p-namespaces,
  div#p-views,
  div#p-variants,
  div#p-cactions,
  div#p-sharing,
  div#mw-panel {
    top:0;
  }

  div#p-search {
    top:-3em;
  }

  div#right-navigation div#p-search {
    margin-right:0;
  }
  
  div.vectorTabs li span {
    padding:2px 5px;
  }

  div#mw-navigation div#mw-panel .portal {
    width:auto;
    text-align:center;
  }
  
  div#mw-navigation div#mw-panel {
    margin: auto;
  }
}

@media screen and (max-width:950px) {
  .headerImage {
    display:none;
  }
}

@media screen and (max-width:912px) and (min-width:720px) {
  div#left-navigation {
    margin-left:11em;
  }
  li#ca-watch,
  li#ca-unwatch,
  li#ca-view {
    display:none;
  }
}
/******************************
* end improved responsiveness *
*******************************/