Planet Centauri Wiki
Register
Advertisement

In other languages: DeutschFrançais


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: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/*********************
/* Front page styles *
/*********************/
#mf-left {
    float: left;
    width: 59%;
    margin-right: 1%;
}

#mf-right {
    float: right;
    width: 39%;
    margin-left: 1%;
}

/******************
/* General styles *
/******************/

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("http://hydra-media.cursecdn.com/planetcentauri.gamepedia.com/3/3a/Bg.png") no-repeat fixed top center / cover  #000000;
}
     
div#mw-page-base {
  height: 80px;
  background-image: none;
  background-color: transparent;
}

/***************
/* Logo styles *
/***************/
#p-logo {
    position: absolute;
    top: -80px;
    width: 145px !important;
    height: 87px !important;
    padding: 0;
    z-index: 4;
}

#p-logo a {
    width: 145px !important;
    height: 87px !important;
}


/*****************
/* Header styles *
/*****************/
div#mw-head-base {
  display: none;
}

div#mw-head {
  height: 80px;
}

/**************************
/* Article navigation bar *
/**************************/
#left-navigation {
  margin: 40px 0 0 160px;
  padding: 0;
}

#right-navigation {
  margin: 40px 18px 0 0;
  padding: 0;
}

div.vectorTabs {
  border: none;
  background: transparent;
  height: 40px;
  margin: 0 0 0 0;
  padding: 0;
}

div.vectorTabs ul {
  border: none;
  background: transparent;
}

div.vectorTabs ul li { 
  border: none;
  background: transparent;
}

div.vectorTabs ul li,
div.vectorTabs ul li.selected {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

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

div.vectorTabs li span a {
  color: #ffffff;
  text-transform: uppercase;
  height: 22px;
  line-height: 22px;
  padding: 3px 6px 0 6px;
  margin: 15px 0 0 0;
}

div.vectorTabs li.selected span a {
  background: #2a559a;
  color: #cbc8c8 !important;
}

div.vectorTabs span a:visited,
div.vectorTabs li.new span a,
div.vectorTabs li.new span a:visited,
div.vectorTabs li.new.selected span a,
div.vectorTabs span a:active {
  color: #ffffff !important;
}

div.vectorMenu {
  height: 25px;
  line-height: 25px;
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
}

div#p-cactions {
  width: 22px;
  padding-right: 6px;
}

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

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

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

div.vectorMenu h4 {
  color: #ffffff;
  text-transform: uppercase;
  height: 22px;
  line-height: 22px;
  padding: 3px 0 0 6px !important;
  margin: 0 0 0 0 !important;
}

div#mw-head div.vectorMenu h3 {
  background: transparent;
  margin: 15px 0 0 0;
  height: 25px;
  line-height: 25px;
}

div#mw-head div.vectorMenu h3 a {
  border: none;
  background-position: 100% 0%;
}

div.vectorMenu div.menu {
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3) inset,
              0 -1px 0 0 rgba(160, 160, 160, 0.1) inset;
  background: #ffffff;
  margin: 0;
  padding: 0;
  top: 25px;
  z-index: 3000;
}

div#p-sharing div.menu {
  left: -90px;
}

div.vectorMenu div.menu ul {
  border: none;
  background: transparent;
}

div#p-cactions div.menu ul li a {
  color: #4b9ab4;
  margin: 2px 5px;
  padding: 3px 0;
}

div#p-cactions div.menu ul li a:visited {
  color: #c07340;
}

div#p-cactions div.menu ul li a:active {
  color: #cbc8c8;
}

#p-search {
  height: 35px;
  line-height: 35px;
  vertical-align: center;
  margin: 5px 2px 0 2px;
  padding: 0;
}

#p-search form {
  line-height: 33px;
  vertical-align: center;
  margin-bottom: 2px;
}

div#simpleSearch { 
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3) inset,
              0 -1px 0 0 rgba(160, 160, 160, 0.1) inset;
  background: #454545;
  color: #cccccc;
  margin: 0 6px;
  padding: 2px;
  line-height: 1.4em;
}

div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton, div#simpleSearch #searchButton:hover, div#simpleSearch #mw-searchButton:hover, div#simpleSearch #searchButton:active, div#simpleSearch #mw-searchButton:active {
  color: transparent;
  box-shadow: none;
}

div#simpleSearch #searchInput {
  border: none;
  backgrouhd: transparent;
  color: #cccccc;
}

#searchInput {
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3) inset,
              0 -1px 0 0 rgba(160, 160, 160, 0.1) inset;
  background: #454545;
  color: #cccccc;
  margin: 0 6px;
  padding: 2px;
}

div.suggestions,
html > body div.suggestions {
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3) inset,
              0 -1px 0 0 rgba(160, 160, 160, 0.1) inset;
  color: #cccccc;
}
 
.suggestions-results {
  border: none;
  background: #252525;
  color: #cccccc;
}
 
.suggestions-special {
  border: none;
  border-top: 1px solid rgba(160, 160, 160, 0.1);
  background: #252525;
  color: #cccccc;
}
 
.suggestions-result,
.suggestions-special  .special-query,
.suggestions a.mw-searchSuggest-link,
.suggestions a.mw-searchSuggest-link:hover,
.suggestions a.mw-searchSuggest-link:active,
.suggestions a.mw-searchSuggest-link:focus {
  color: #cccccc;
}
 
.suggestions-special .special-label {
  color: #999999;
}
 
.suggestions-result-current .special-label {
  color: #aaaaaa;
}
 
.suggestions-result-current {
  background: #454545 !important;
  color: #4b9ab4;
}
 
.suggestions-result-current .special-query,
.suggestions-result-current a.mw-searchSuggest-link,
.suggestions-result-current a.mw-searchSuggest-link:hover,
.suggestions-result-current a.mw-searchSuggest-link:active,
.suggestions-result-current a.mw-searchSuggest-link:focus {
  color: #4b9ab4;
}

/**********************
/* Site notice styles *
/**********************/
#localNotice {
  border: 2px solid #ffff00;
  background: #ffffff;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

/* Sidebar */
div#mw-panel {
  position: relative;
  float: left;
  top: 0;
  margin-left: -160px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-right: 0;
  width: 160px;
  overflow: visible;
}

div#mw-panel div.portal, 
div#mw-panel div.portal div.body,
#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:visited {
    color: #ffffff;
    text-shadow: 1px 1px 0.1em #999999;
}

#mw-panel.collapsible-nav .portal.collapsed h3 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEikUI775dwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y9WTUQrAIAxDE9H7H3jC2wnqxKqw/OeRpq0BZVSU1FEAOxKwYwRs11QHwBNBpkuMIPfWaLsBfQkQmSWpzvhH5/6VwJkO/I9negFpGhkjDUKRdAAAAABJRU5ErkJggg==");
    background-position: left center;
    background-repeat: no-repeat;
    color: #ffffff;
}

#mw-panel.collapsible-nav .portal h3 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEiskN1GrWQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y+2TOwrAMAxD9Upy/wsH1KlQQlRcskabjSX/sa0dXNrEEZDaZFdXQqqAP+TUAlVynAHQK74oYHu8CUC3PZbJvk4ZaI9gjDm/oBt1WxYtuhHX/wAAAABJRU5ErkJggg==");
    background-position: left center;
    background-repeat: no-repeat;
    color: #ffffff;
}


div#mw-panel div.portal h3,
div#mw-panel div.portal h3:visited,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 0.1em #999999;
    text-transform: uppercase;
}

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

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

/******************
/* Article styles *
/******************/
#pageWrapper {
  margin: 0;
  padding-left: 160px;
  padding-right: 20px;
}

body.page-Planet_Centauri_Wiki h1#firstHeading {
  display: none;
}

div#content {
  float: right;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #b5b5b5;
  background: rgba(200,200,200,0.8);
  color: #333333;
  margin: 0 0 0 0;
  padding: 10px 20px 10px 20px;
}

/* anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
    color: #2a559a;
}

h1, h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #808080;
    color: #000000;
}

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


#toc,
.toc,
.mw-warning {
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
}

.catlinks,
ul#filetoc {
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
}

/* Footer */
div#footer {
    float: right;
    clear: right;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-y: hidden;
    margin: 0;
}

div#footer ul li {
    color: #ffffff;
    text-shadow: 1px 1px 0.1em #999999;
}

div#footer ul li a {
    color: #8bd1e8;
    text-shadow: 1px 1px 0.1em #999999;
}

/* WikiClaims tool dropdown fix */
#claimlist .controls_container > .dropdown {
    right: 24px;
    top: -24px;
}

/* tables */
table.wikitable {
    background: none repeat scroll 0 0 transparent;
}

table.wikitable > caption {
    color: #000000;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: #879dd6;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    text-align: center;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    border: 1px solid #cccccc;
    padding: 0.2em;
}

.wikitable th {
    background-color: #879dd6;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    padding: 0.2em;
}

.wikitable td {
    border: 1px solid #cccccc;
    color: #000000;
    padding: 0.2em;
}

table.mw_metadata th {
    background: #879dd6;
    border: 1px solid #cccccc;
    color: #FFFFFF;
}

table.mw_metadata td {
    background-color: transparent;
    border: 1px solid #cccccc;
    color: #000000;
}

.mw-datatable th {
    border: 1px solid #cccccc;
}

.mw-datatable,
.mw-datatable td {
    border: 1px solid #cccccc;
}

.TablePager {
    border:1px solid #cccccc;
    color: #000000;
    padding:0 0.15em;
}

.TablePager th {
    background-color: #879dd6;
    color: #ffffff;
    border:1px solid #cccccc;
    padding:0 0.15em;
}

.TablePager tr:hover td {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF;
}

.TablePager th a {
    background-color: #879dd6;
    color: #FFFFFF !important;
}
 
.TablePager td {
    background: transparent !important;
    border: 1px solid #cccccc;
    color: #000000;
}

/* colour fix for advanced search options box */
fieldset#mw-searchoptions {
    background-color: rgba(0, 0, 0, 0);
    border-color: #cccccc !important;
}

.mw-search-profile-tabs {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    margin-top: 1em;
}

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

/* other elements */
fieldset {
    border: 1px solid #00ff00;
}

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

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

#pagehistory li.selected {
    background-color: rbga(0,0,0,0);
    background-image: none;
    border: 1px dashed #cccccc;
    padding: 3px;
}

table.diff {
    background: transparent;
}

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

td.diff-deletedline {
    background-color: #FFE49C;
    border-color: #FFE49C;
    color: #000000;
}

td.diff-addedline {
    background-color: #A3D3FF;
    border-color: #A3D3FF;
    color: #000000;
}

/* thumbnails and galleries and image file history */
div.thumb {
    border: 1px solid #cccccc;
    margin: 2px;
    margin-left: 6px;
}

img.thumbborder {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px;
}

div.thumbinner {
    background-color: rgba(0, 0, 0, 0.1);
    border: medium none;
}

li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #cccccc;
    border-radius: 5px;
}

html .thumbimage {
    border: 1px solid #cccccc;
    border-radius: 5px;
}

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

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

/* Preferences */
#preftoc {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px;
    margin: 0 0 4px !important;
}

#preftoc,
#preftoc li,  
#preferences, 
#preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #666666;
}

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

#preftoc li.selected a {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    border-color: #cccccc #cccccc rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px;
    color: #000000;
}

#preferences {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #cccccc;
    border-radius: 5px;
}

#preferences fieldset {
    border-color: #cccccc;
}

/********************
/* Interface styles *
/********************/

button, input[type="submit"], input[type="button"], input[type="reset"] {
  border-radius: 4px;
  border: none;
  background: #888888;
  box-shadow: 0 1px 0 0 rgba(96, 96, 96, 0.5) inset,
              0 -1px 0 0 rgba(0, 0, 0, 0.5) inset,
              1px 4px 11px -6px rgba(255, 255, 255, 0.9) inset;
  color: #ffffff;
  text-shadow: -1px -1px 1px #555555,
               1px 1px 1px #555555;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 1px 6px;
}

/* buttons */
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background: #999999;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background: #666666;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5) inset,
              0 -1px 0 0 rgba(96, 96, 96, 0.5) inset,
              1px -4px 11px -6px rgba(255, 255, 255, 0.3) inset;
}

/* wiki editor styling */
.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: none;
}

.wikiEditor-ui-tabs {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

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

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

.wikiEditor-ui-tabs div a {
    background: none repeat scroll 0 0 #2a559a;
    color: #efefef;
    display: inline-block;
}

.wikiEditor-ui-tabs div.current a {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 0.1em #999999;
}

.wikiEditor-ui-buttons {
    background: rgba(0, 0, 0, 0);
    border-top: none;
    margin-right: 5px;
}

.wikiEditor-ui-toolbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

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

.wikiEditor-ui-toolbar .tabs span.tab a.current,
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
    color: #000000;
    font-weight: bold;
}

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

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

.wikiEditor-ui-toolbar .booklet .pages {
    background-color: rgba(255, 255, 255, 0.2);
}

.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(255, 255, 255, 0.2);
    color: #0645ad;
}

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

.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #cccccc;
    color: #ffffff;
}

.wikiEditor-ui-toolbar .page-table th,
.wikiEditor-ui-toolbar .page-table td {
    color: #000000;
}

.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #cccccc;
}

.wikiEditor-preview-contents {
    background: rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #cccccc;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #000000;
}

.wikiEditor-ui-controls {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #cccccc;
}

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

.editOptions {  
    background-color: rgba(255, 255, 255, 0.2);
    border-color: -moz-use-text-color #cccccc #cccccc;
    border-image: none;
    border-radius: 0 0 5px 5px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

input#wpSummary {
    margin-bottom: 1em;
    margin-top: 1em;
    width: 80%;
}

/* multi-upload screen font colour fix */
#upload_list .file .file-title {
    color: #000000;
}

.check_span {
    color: #1D1D1D;
    float: right;
}

/* Notice templates */
.topNotice {
  border: 2px solid #ff9900;
  background: rgba(0, 0, 0, 0);
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: 2px solid #ff0000;
}

.topNotice.move,
.topnotice.merge,
.topnotice.split {
  border: 2px solid #bb8800;
}

.topNotice.pagestub,
.topNotice.imagerequest,
.topNotice.nowalkthrough {
  border: 2px solid #008000;
}

/* Claim wiki button - this section can be removed if you remove the claim button from the main page */
.claimwikibutton {
  text-align: center;
}

.claimwikibutton a {
    background: url("http://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    height: 57px;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

.claimwikibutton a:hover {
    background: url("http://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
}

/* widget */
.ui-widget-content, .ui-menu {
  border: 1px solid #aaaaaa;
  background: #f9f9f9;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

/* abuselog */
table.mw-abuselog-details {
  border: none;
  background: transparent;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw-abuselog-details tr th {
  border: 1px solid #cccccc;
  background: #f2f2f2;
  color: #111111;
}

table.mw-abuselog-details tr td {
  border: 1px solid #cccccc;
  background: #f9f9f9;
  color: #333333;
}
Advertisement