Hide and Shriek Wiki
(Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
Pcj (talk | contribs)
mNo edit summary
Line 180: Line 180:
 
div#content a.external:visited:hover {
 
div#content a.external:visited:hover {
 
color: #dea032;
 
color: #dea032;
}
 
 
div#content a.external {
 
background-image: url(https://static.wikia.nocookie.net/hideandshriek_gamepedia_en/images/6/64/Icon_External_Link.png/revision/latest);
 
}
 
 
div#content a.external[href ^="https://"],
 
.link-https {
 
background-image: url(https://static.wikia.nocookie.net/hideandshriek_gamepedia_en/images/b/b0/Lock-icon.png/revision/latest);
 
 
}
 
}
   

Revision as of 14:04, 1 April 2021

/* 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-Hide_and_Shriek_Wiki h1.firstHeading {
    display:none;
}

/* Head */
div#mw-page-base {
    background: transparent;
}

div#mw-head-base {
    background: none;
}

div#mw-head {
    background: none;
}

/* Framework */
body {
    background-color: #000;
    background-image: url("https://static.wikia.nocookie.net/hideandshriek_gamepedia_en/images/6/65/BG.jpg/revision/latest");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

/* Top Tabs */
#left-navigation {
}

#right-navigation {
    margin-right: 1em;
}

div#mw-head div.vectorTabs,
div#mw-head div.vectorTabs ul,
div#mw-head div.vectorTabs ul li,
div#mw-head div.vectorTabs ul li.selected,
div#mw-head div.vectorTabs ul li:not(#ca-unwatch):not(#ca-watch) a,
div#mw-head div.vectorTabs ul li.selected a,
div#mw-head div.vectorTabs ul li span,
div#mw-head div.vectorTabs ul li.selected span {
    background: none;
}

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

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

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

div#mw-head div.vectorMenu {
    background-image: url(https://static.wikia.nocookie.net/commons_hydra/images/0/0b/Vector_menu_downarrow.png);
}

div#mw-head div.vectorMenu h4 {
    color: #fff;
}

div#mw-head div.vectorMenu h3,
div#mw-head div.vectorMenu h3 a {
    background: none;
}

div.vectorMenu div.menu {
    background: #000;
    border: solid 2px #d68900;
}

div#mw-head div.vectorMenu div.menu ul {
    background: none;
    border: none;
}

div#mw-head div.vectorMenu div.menu li a,
div#mw-head div.vectorMenu div.menu li a:visited {
    color: #fff;
}

div#mw-head div.vectorMenu div.menu li a:hover,
div#mw-head div.vectorMenu div.menu li a:visited:hover {
    color: #fff;
}

div#simpleSearch {
    background: rgba(0, 0, 0, 0.9);
    border: solid 2px #d68900;
}

#p-search input[type="submit"] {
}

#p-search input[type="search"] {
}

#p-search input:focus {
}

/* Sidebar */
div#mw-panel {
    margin-top: 1.6em;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(0, 0, 0, 0.9);
    border: solid 2px #d68900;
    margin: 0 9px 10px 0;
    padding: 0.25em 0 !important;
    width: 150px;
    margin-right: 1em;
}

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

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

div#mw-panel div.portal h3,
.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: #53bf1e;
    font-weight: bold;
}

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

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

/* Link styles */
a,
div#content a.external {
    color: #d68900;
}

a:visited,
div#content a.external:visited {
    color: #dea032;
}

a:hover,
a:visited:hover,
div#content a.external:hover,
div#content a.external:visited:hover {
    color: #dea032;
}

/* Content */
div#content {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border: solid 2px #d68900;
    margin-right: 1em;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, hr {
    color: #53bf1e;
    border-color: #d68900;
}

div#toc,
div.toc,
div.mw-warning,
ul#filetoc,
#catlinks {
    background: #000;
    border: solid 1px #d68900;
}

/* Footer */
div#footer {
    margin-right: 1em;
}

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

div#footer a {
    color: #d68900;
    font-weight:bold;
}

/* Tables */
.skin-hydradark table.wikitable {
    background: none;
    border: 1px solid #d68900;
    color: #fff;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background-color: #000;
    border: 2px solid #d68900;
    color: #d68900;
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
    background: none;
    border: 1px solid #d68900;
    padding: 0.2em;
}

/* Infoboxes */
.infobox {
    background: none;
    border: 1px solid #d68900;
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 300px;
    clear: right;
}

.infobox table {
    background-color: #f0f0f0;
    width: 100%;
}

.infobox th {
    padding: 3px;
    text-align: left;
}

table.infobox > tr > th,
table.infobox > * > tr > th {
    padding-left: .5em;
    padding-right: .5em;
}

table.infobox > tr > td,
table.infobox > * > tr > td {
    text-align: right;
} 

.infobox th.header, .infobox th.title {
    background-color: #000;
    border: 2px solid #d68900;
    color: #d68900;
    text-align: center;
}

.infobox th.title {
    font-size: 120%;
    padding: 0.5em;
}

.infobox td {
    padding: 3px;
}

.infobox td.image {
    padding: 1em;
    text-align: center;
}

.infobox.infobox-content-left  > tr > td,
.infobox.infobox-content-left  > * > tr > td {
    text-align: left;
}

/* Interface */
fieldset {
    border-color: #d68900;
}

.mw-ui-button.mw-ui-progressive,
.mw-ui-button.mw-ui-primary,
.mw-ui-button.mw-ui-progressive:hover,
.mw-ui-button.mw-ui-primary:hover,
.mw-ui-button.mw-ui-progressive:checked,
.mw-ui-button.mw-ui-primary:checked,
.mw-ui-button.mw-ui-progressive:active,
.mw-ui-button.mw-ui-primary:active,
.mw-ui-button.mw-ui-progressive.mw-ui-checked,
.mw-ui-button.mw-ui-primary.mw-ui-checked {
    background-color: #d68900;
    border: none;
}

ul {
    list-style-image: url(https://static.wikia.nocookie.net/hideandshriek_gamepedia_en/images/7/7a/Bullet.png/revision/latest);
}

div#mw-js-message {
    background: #000;
    border: solid 1px #d68900;
}

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

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

.skin-hydradark fieldset#mw-searchoptions div.divider {
    border-bottom: solid 1px #d68900;
}

.skin-hydradark fieldset#mw-searchoptions {
    border-color: #d68900 !important;
    background: #000;
}

div.mw-warning-with-logexcerpt {
    border: solid 1px #d68900;
}

.skin-hydradark table.mw_metadata {
    background: none;
    border: 1px solid #d68900;
}

.skin-hydradark table.mw_metadata th {
    background: #000;
    border: 1px solid #d68900;
}

.skin-hydradark table.mw_metadata td {
    background: none;
    border: 1px solid #d68900;
}

.skin-hydradark .mw-datatable {
    background: none;
    border: 1px solid #d68900;
}

.skin-hydradark .mw-datatable th {
    background: #000;
    border: 1px solid #d68900;
}

.skin-hydradark .mw-datatable td {
    background: none;
    border: 1px solid #d68900;
}

.skin-hydradark .mw-datatable tr:hover td {
    background: rgba(214,137,0,.15);
}

li.gallerybox {
    border-color: transparent;
}

.thumb,
div.thumbinner,
li.gallerybox div.thumb {
    background: rgba(214,137,0,.15);
    border: solid 1px #d68900;
}

/* Wiki editor */
div.wikiEditor-ui {
    background: transparent;
    border: none;
}

div.wikiEditor-ui-buttons {
    background-color: transparent;
    border: none;
}

div.wikiEditor-ui-controls {
    background-color: transparent;
    border-bottom: none;
}

div.wikiEditor-ui-tabs {
    background-color: #000000;
    border-left: 1px solid #d68900;
    border-top: 1px solid #d68900;
}

div.wikiEditor-ui-tabs div {
    background-color: rgba(214,137,0,.15);
    border-right: 1px solid #d68900;
    border-bottom: 1px solid #d68900;
}

div.wikiEditor-ui-tabs div a {
    color: #fff;
	 background: none;
}

div.wikiEditor-ui-tabs div.current {
    background-color: rgba(214,137,0,.3);
    border-bottom: 1px solid #d68900;
}

div.wikiEditor-ui-tabs div.current a {
    color: #dea032;
    font-weight: bold;
}

div.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid #d68900;
}

div.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #d68900;
}

div#wikiEditor-ui-toolbar {
    background: linear-gradient( to bottom, rgba(214,137,0,0), rgba(214,137,0,.15) 26px);
}

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

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

div.wikiEditor-ui-toolbar .group .label {
    color: #fff;
}

.tab {
    border-color: transparent;
}

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

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

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

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

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(214,137,0,.3);
    color: #ffffff;
    font-weight: bold;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: transparent;
}

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(214,137,0,.15);
    border-color: #d68900;
    color: #dea032;
}

div.wikiEditor-ui-toolbar .page-table th {
    color: #ffffff;
}

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

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

div.wikiEditor-preview-contents {
    background-color: transparent;
    border: none;
	overflow-y: hidden;
}

div.editOptions {
    background-color: rgba(214,137,0,.3);
    border: 1px solid #d68900;
	border-top: none;
}

/* Page history */
.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
    background: transparent;
    color: #fff;
}

.skin-hydradark td.diff-context {
    background: rgba(0,0,0,.1);
    color: #fff;
}

.skin-hydradark .diffchange {
    color: #fff;
}

/* Preferences */
.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,
.skin-hydradark #preferences,
.skin-hydradark #preftoc li a {
    background-color: rgba(0,0,0,0);
    background-image: none;
    color: #fff;
}

.skin-hydradark #preftoc li:first-child,
.skin-hydradark #preftoc li:first-child {
    margin-bottom: 4px;
    margin-left: 5px;
}

.skin-hydradark #preftoc li.selected a,
.skin-hydradark #preftoc li.selected a {
    background: rgba(0,0,0,.4);
    border-color: #d68900 #d68900 #000;
    border-style: solid;
    border-width: 1px;
    color: #d68900;
    font-weight: bold;
}

.skin-hydradark #preferences {
    background-color: rgba(0,0,0,.4);
    border: 1px solid #d68900;
}

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

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

/* Curse profile */
.curseprofile .section {
    background: none;
    border: 1px solid #d68900;
    color: #fff;
}

.curseprofile .section.borderless {
    border: none;
    background: none;
}

.commentdisplay.public,
.commentdisplay.public .replyset .commentdisplay.add-reply {
    background: rgba(214,137,0,.15);
}

.commentdisplay textarea {
    background: none;
    border: 1px solid #d68900;
    color: #fff;
}

/* 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://static.wikia.nocookie.net/commons_hydra/images/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

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