Numenera Wiki
Advertisement

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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-Numenera_Wiki h1.firstHeading {
    display: none;
}

/* Framework */
body {
    background: #262626 url(http://hydra-media.cursecdn.com/numenera.gamepedia.com/9/98/Bg.jpg) no-repeat fixed top center;
}

body #pageWrapper {
    margin-right: 10px;
}

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

/* Tabs */
div.vectorTabs,
div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected,
div#mw-head div.vectorMenu h3 {
    background: transparent;
    border: none;
}

div.vectorTabs li span a,
div.vectorTabs span a:visited,
div.vectorMenu h3 span {
    background: transparent;
    color: #B3B4B7 !important;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background: rgba(38, 38, 38, 0.8);
    border-color: #A2A2A2;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #FFFFFF;
}

div.vectorTabs .new a {
    color: #BA0000 !important;
}

div.vectorMenu div.menu {
    background: rgba(38, 38, 38, 0.8);
    border: 1px solid #A2A2A2;
}

div#mw-head div.vectorMenu a {
    color: #96ABC8;
}

/* Sidebar */
.skin-hydradark div#mw-panel div.portal,
.skin-hydradark #mw-panel.collapsible-nav div.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: #B3B4B7;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav div.portal h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}

/* Content */
div#content {
    background: rgba(38, 38, 38, 0.8);
    border: 1px solid #A2A2A2;
    color: #B3B4B7;
}

h1, h2 {
    color: #B3B4B7;
    border-bottom: 1px solid #A2A2A2;
}

h3, h4, h5, h6 {
    color: #B3B4B7;
}

div#toc,
div.toc,
.mw-warning {
    background: #262626;
    border: 1px solid #A2A2A2;
}

#userlogin, 
#userloginForm, 
.mw-warning, 
li.gallerybox, 
div.thumbinner,
.usermessage,
ul#filetoc {
    background-color: #262626;
    background-image: -moz-linear-gradient(center top , #262626 50%, #000000 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(50%,#262626), color-stop(100%,#000000));
    background:-webkit-linear-gradient(top, #262626 50%, #000000 100%);
    background:-o-linear-gradient(top, #262626 50%, #000000 100%);
    background:-ms-linear-gradient(top, #262626 50%, #000000 100%);
    background: linear-gradient(to bottom, #262626 50%, #000000 100%);
    border: 1px solid #A2A2A2;
}

.catlinks {
    background-color: #262626;
    background-image: -moz-linear-gradient(center top , #262626 50%, #000000 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(50%,#262626), color-stop(100%,#000000));
    background:-webkit-linear-gradient(top, #262626 50%, #000000 100%);
    background:-o-linear-gradient(top, #262626 50%, #000000 100%);
    background:-ms-linear-gradient(top, #262626 50%, #000000 100%);
    background: linear-gradient(to bottom, #262626 50%, #000000 100%);
    border: 1px solid #A2A2A2;
}

.CategoryTreeToggle {
    color: #96ABC8;
}

code {
    background: #202020;
    color: #BFC2BD;
}

pre,
.mw-code {
    background: #202020 !important;
    border: 1px dashed #A2A2A2 !important;
    color: #FFFFFF !important;
    overflow: auto;
}

fieldset {
    border: 1px solid #96ABC8;
}

/* Anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
    color: #96ABC8;
}

/* Footer */
div#footer ul li {
    color: #B3B4B7;
}

/* Thumbnails and galleries and image file history */
div.thumb {
    background: transparent !important;
    border: 1px solid #A2A2A2 !important;
    border-radius: 4px;
}

img.thumbborder {
    border: 1px solid #A2A2A2;
    padding: 5px;
}

div.thumbinner {
    background: transparent;
    border: none;
}

li.gallerybox div.thumb {
    background: transparent;
    border: 1px solid #A2A2A2;
    border-radius: 4px;
}

html .thumbimage {
    border: 1px solid #A2A2A2;
    border-radius: 4px;
}

div.tright div.tleft {
    border: 1px solid #A2A2A2 !important;
}

div.tright {
    clear: right;
    float: right;
}

/* Preferences */
.skin-hydradark #preferences {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #A2A2A2;
}

#preftoc li:first-child {
    margin-left: 5px;
}

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,
.skin-hydradark #preftoc li a {
    background: transparent !important;
}

.skin-hydradark #preftoc li a {
    color: #96ABC8;
}

.skin-hydradark #preftoc li.selected {
    background: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #A2A2A2;
}

.skin-hydradark #preftoc li.selected a {
    color: #FFFFFF;
}

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

#preferences fieldset {
    border-color: #A2A2A2 !important;
}

/* Page history */
table.diff,
td.diff-otitle,
td.diff-ntitle {
    background: transparent !important;
}

/* Color fix for advanced search options box */
.mw-search-profile-tabs {
    background: #3F3F3F;
    border: 1px solid #A2A2A2;
}

.mw-search-formheader div.search-types ul li a {
    color: #FFD96A;
}

.skin-hydradark fieldset#mw-searchoptions {
    background: rgba(0, 0, 0, 0.1);
    border-color: #A2A2A2 !important;
}

.skin-hydradark fieldset#mw-searchoptions div.divider {
    border-color: #A2A2A2;
}

/* Tables */
.skin-hydradark table.wikitable {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #A2A2A2;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background-color: #3F3F3F;
    border: 1px solid #A2A2A2;
    color: #FFFFFF;
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
    border: 1px solid #A2A2A2;
}

.skin-hydradark .wikitable th {
    background-color: #3F3F3F;
    border: 1px solid #A2A2A2;
    color: #FFFFFF;
    padding: 0.2em;
}

.skin-hydradark .wikitable td {
    border: 1px solid #A2A2A2;
    padding: 0.2em;
}

table.mw_metadata th {
    background: #3F3F3F;
    border: 1px solid #A2A2A2;
    color: #FFFFFF;
}

table.mw_metadata td {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #A2A2A2;
}

.TablePager {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #A2A2A2;
    padding: 0 0.15em;
}

.TablePager th {
    background: #3F3F3F;
    border: 1px solid #A2A2A2;
    color: #FFFFFF;
    padding: 0 0.15em;
}

.TablePager tr:hover td {
    background-color: rgba(255, 255, 255, 0.15) !important;
}
 
.TablePager td {
    background: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #A2A2A2;
}

/* Wiki editor fixes */
div.wikiEditor-ui,
div.wikiEditor-ui-buttons,
div.wikiEditor-ui-controls,
div.wikiEditor-ui-tabs,
div.wikiEditor-ui-tabs div {
    background: transparent;
    border: none;
}

div.wikiEditor-ui-tabs div a,
div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .booklet .index div {
    color: #96ABC8;
}

div.wikiEditor-ui-tabs div:first-child {
    margin-left: 5px;
}

div.wikiEditor-ui-tabs div.current {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #A2A2A2;
}

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

div.wikiEditor-ui .wikiEditor-ui-view,
div.wikiEditor-ui-toolbar .group,
div.wikiEditor-ui-toolbar .sections .section,
div.wikiEditor-ui-toolbar .page-characters div span,
div.wikiEditor-ui-toolbar .page-table td {
    border-color: #A2A2A2;
}

div.wikiEditor-ui-toolbar,
div.wikiEditor-ui-toolbar .sections .section,
div.wikiEditor-ui-toolbar .booklet .pages {
    background: rgba(0, 0, 0, 0.1);
}

div.wikiEditor-ui-toolbar .booklet .index .current,
div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background: #3F3F3F;
    border-color: #A2A2A2;
    color: #FFFFFF;
}

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

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

div.editOptions {
    background: rgba(0, 0, 0, 0.1);
    border-color: #A2A2A2;
}

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

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