Master of Orion 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-Master_of_Orion_Wiki h1.firstHeading {
    display:none;
}

/* fonts */
@font-face {
	font-family: 'Segoeui';
	src: local('Segoeui'), local('Segoeui'), url(http://hydra-media.cursecdn.com/hydra/fonts/segoeui.ttf) format('truetype');
}


/* body */
body {
  background: black;
}



div#mw-head {
    background: rgba(0, 0, 0, 0) url("http://hydra-media.cursecdn.com/masteroforion.gamepedia.com/9/98/Bg.jpg") no-repeat scroll 0 75% / 2000px auto;
    height: 6.8em;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


#mw-page-base {
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    height: 6.8em;
}

/* nav */
#right-navigation {
    float: right;
    margin-top: 4.4em;
}


#left-navigation {
    float: left;
    margin-top: 4.4em;
}


div.vectorTabs {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    height: 2.5em;
    padding-left: 1px;
}


div.vectorTabs li a {
    color: #0645ad;
    cursor: pointer;
    font-family: ge;
    font-size: 0.8em;
    height: 1.9em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-family: "Segoeui";
    background-image: none;
}

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


div.vectorMenu h3 a {
  background-image: none;
}


div.vectorTabs ul li {
    background-color: #202020;
    background-image: none !important;
}


div#mw-head div.vectorMenu h4, div#p-variants.vectorMenu #mw-vector-current-variant {
    border: medium none;
    color: white;
    display: inline-block;
    float: left;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 0.5em;
    padding-top: 1.375em;
    font-family: "Segoeui";
}

/* logo */

#p-logo {
    height: 160px;
    left: 50%;
    margin-bottom: 1em;
    margin-left: -90px;
    position: absolute;
    top: -30px;
    width: 10em;
}


/* side nav */
div#mw-panel {
    float: left;
    margin-bottom: 5em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1em;
    position: inherit;
    width: 10em;
    z-index: 1000;
}


#mw-panel.collapsible-nav .portal h3 a {
    color: white;
    text-decoration: none;
    font-size: 120%;
    font-family: "Segoeui";
    -webkit-filter: drop-shadow(0px 0 3.5px #A6CAD0) drop-shadow(1px 1px 1px #A6CAD0);
    filter: drop-shadow(0px 0 3.5px #A6CAD0) drop-shadow(1px 1px 1px #A6CAD0);
}

#mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: white;
    text-decoration: none;
    font-size: 120%;
    font-family: "Segoeui";
    filter: none;
}


div#mw-panel.collapsible-nav div#p-socialProfiles.portal {
    background-image: none;
    margin: 0 0 1.5em;
}

div#mw-panel div.portal div.body ul li a {
    color: white;
}


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


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


/* content */
div#content {
    background-color: #202020;
    border-color: none !important;
    border: none;
}

/* MsUpload text colour tweak */
#upload-list .green {
    color: #000000;
}

#upload-list .file {
	background-color: #353535;
	border-top: #333;
	border-bottom: #444;
}

#upload-list .file .file-title,
#upload-list .file .file-size,
#upload-list .file .file-warning {
	color: #cccccc;
}

.check-span {
    color: #ffffff;
}

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



.skin-hydradark table.wikitable > tr > th, .skin-hydradark table.wikitable > * > tr > th {
    background-color: black;
    background: rgba(0, 0, 0, 0) url("http://hydra-media.cursecdn.com/masteroforion.gamepedia.com/9/98/Bg.jpg") no-repeat scroll 0 75% / 2000px auto;
}


.header {
   font-family: "Segoeui";
}

.wiki-content { 
   valign: top; 
   padding-top: 10px; 
   padding: 1em;
}

.row {
   padding: 0.7em;
   height: 200px;
}


.spacebg {
   background: rgba(0, 0, 0, 0) url("http://hydra-media.cursecdn.com/masteroforion.gamepedia.com/9/98/Bg.jpg") no-repeat scroll 0 75% / 2000px auto;
}


code {
   background:orange;
   color:#37119E;
}
Advertisement