Tree of Life Wiki
No edit summary
No edit summary
Line 26: Line 26:
 
background: transparent;
 
background: transparent;
 
height: 200px;
 
height: 200px;
  +
}
  +
  +
/* Logo */
  +
#p-logo a {
  +
width: 416px;
  +
height: 150px;
 
}
 
}
   

Revision as of 00:26, 3 April 2016

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Tree_of_Life_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url('http://hydra-media.cursecdn.com/treeoflife.gamepedia.com/e/ea/Map.jpg') no-repeat fixed center top / cover rgba(0, 0, 0, 0);
}

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

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

/* Logo */
#p-logo a {
    width: 416px;
    height: 150px;
}

/* Tabs */
#mw-head {
    margin-top: 120px;
}

div#mw-head-base {
    background: rgba(212, 188, 152, 0.95);
    border-color: #3A2313;
    border-style: solid;
    border-width: 2px 2px 0 2px;
    border-bottom: 1px solid #3A2313;
    height: 2.5em;
    margin-right: 10px;
    margin-top: -2.5em;
}

#right-navigation {
    margin-right: 7px;
}

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.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited,
div.vectorMenu h3 span {
    color: #498B40;
    font-weight: bold;
    text-transform: uppercase;
}

div.vectorMenu div.menu {
    background: #D4BC98;
    border: 2px solid #3A2313;
}

div#mw-head div.vectorMenu a {
    color: #498B40;
}

/* Sidebar */
div#mw-panel {
    margin-top: 0px;
}

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

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(212, 188, 152, 0.95);
    border: 2px solid #3A2313;
    margin-bottom: 15px;
}

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

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

/* Content */
div#content {
    background: rgba(212, 188, 152, 0.95);
    border-color: #3A2313;
    border-style: solid;
    border-width: 0 2px 2px;
    color: #000000;
}

h1, h2 {
    color: #3A2313;
    border-bottom: 1px solid #3A2313;
}

h3, h4, h5, h6 {
    color: #3A2313;
}

#catlinks,
div#toc,
div.toc,
div.toc h2,
.mw-warning,
ul#filetoc {
    background: #3A2313;
    border-color: #000000;
    color: #FBE399;
}

.CategoryTreeEmptyBullet {
    color: #F5F5F5;
}

.CategoryTreeToggle {
    color: #498B40;
}

code {
    background: #3A2313;
    color: #FBE399;
}

pre, .mw-code {
    background: rgba(255, 255, 255, 0.5);
    border: 1px dashed #3A2313;
}

fieldset {
    border: 1px solid #3A2313;
}

.mw-changeslist-legend {
    border-color: #3A2313;
}

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

/* Footer */
div#footer {
    background: rgba(212, 188, 152, 0.95);
    border: 2px solid #3A2313;
    overflow-y: hidden;
}

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

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

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

li.gallerybox div.thumb {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #3A2313;
    border-radius: 2px;
}

html .thumbimage {
    border: 1px solid #3A2313;
    border-radius: 2px;
}

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

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

/* Preferences */
#preftoc,
#preftoc li,   
#preftoc li a {
    background-image: none;
    background-color: transparent;
}

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

#preftoc li a {
    color: #498B40;
}

#preftoc li.selected a {
    background: #3A2313;
    border: 1px solid #000000;
    color: #498B40;
}

#preferences {
    background: #D4BC98;
    border: 1px solid #000000;
}

#preferences fieldset {
    border-color: #3A2313;
}

/* Notification window */
.mw-notification {
    background: #D4BC98;
    border: 2px solid #3A2313;
}

/* Page history */
#pagehistory li.selected {
    background: transparent;
    border: 1px dashed #3A2313;
}

table.diff {
    background-color: transparent;
}

td.diff-context {
    background: transparent;
}

/* Color fix for advanced search options box */
.mw-search-profile-tabs {
    border-color: #3A2313;
    background: #3A2313;
}

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

fieldset#mw-searchoptions {
    background: #D4BC98;
    border-color: #3A2313 !important;
}

fieldset#mw-searchoptions .divider {
    border-color: #3A2313 !important;
}

/* Tables */
table.wikitable {
    background: #D4BC98;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: #3A2313;
    border: 1px solid #000000;
    color: #FBE399;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    border: 1px solid #000000;
}

.wikitable th {
    background: #3A2313;
    border: 1px solid #000000;
    color: #FBE399;
    padding: 0.2em;
}

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

table.mw_metadata th {
    background: #3A2313;
    color: #FBE399;
    border: 1px solid #000000;
}

table.mw_metadata td {
    background: #D4BC98;
    border: 1px solid #000000;
}

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

.TablePager th {
    background-color: #3A2313;
    color: #FBE399;
    border:1px solid #000000;
    padding:0 0.15em;
}

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

.TablePager th a {
    background-color: #3A2313;
    color: #498B40 !important;
}
 
.TablePager td {
    background: #D4BC98 !important;
    border: 1px solid #000000;
}

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

.wikiEditor-ui-tabs {
    border-left: 1px solid #3A2313;
    border-top: 1px solid #3A2313;
}

.wikiEditor-ui-tabs div {
    border-bottom: 1px solid #3A2313;
    border-right: 1px solid #3A2313;
    background: #D4BC98;
}

.wikiEditor-ui-tabs div a {
    color: #498B40;
}

.wikiEditor-ui-tabs div.current {
    background: #3A2313;
    border-bottom: 1px solid #3A2313;
}

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

.wikiEditor-ui-view {
    border-color: #3A2313 !important;
}

.wikiEditor-ui-toolbar {
    background: #D4BC98;
}

.wikiEditor-ui-toolbar a {
    color: #498B40 !important;
}

.wikiEditor-ui-toolbar .group {
    border-color: #3A2313;
}

.wikiEditor-ui-toolbar .sections .section {
    background: #D4BC98;
    border-top: 1px solid #3A2313;
}

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

.wikiEditor-ui-toolbar .booklet .index .current {
    background: #3A2313;
    color: #FBE399;
}

.wikiEditor-ui-toolbar .booklet .pages {
    background: #D4BC98;
}

.wikiEditor-ui-toolbar .page-characters div span {
    border-color: #3A2313;
}

.wikiEditor-ui-toolbar .page-characters div span:hover {
    border-color: #3A2313;
    background: #3A2313;
    color: #FBE399;
}

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

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

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

.editOptions {
    background: #D4BC98;
    border-color: #3A2313;
}


/* copyright images tweak */
.copyright-icon {
    background: url(http://hydra-media.cursecdn.com/commons.cursetech.com/thumb/b/b6/Copyright.png/32px-Copyright.png) transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 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 {
    background-color: #eeeeee;
    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;
}

/* Navbox */
.navbox {
    clear: both;
    background-color: #D4BC98;
    border: 1px solid #000000;
    text-align: center;
    padding: 0.2em;
    margin-top: 10px;
    margin: auto;
    width: 70%;
}

.navbox th,
.navboxcat {
    background-color: #3A2313;
    color: #FBE399;
}

/* Infobox template style */
.infobox {
    background: #483D4E;
    color: #FFFFFF;
    font-weight: bold;    
    border: 2px solid #000000;
    margin-bottom: 0.5em;
    float: right;
}

.infobox td,
.infobox th {
    vertical-align: top;
}

.infobox td > div {
    background: #141217;
    color: #FBE399;
    font-weight: bold;
    text-align: right;
    padding: 0.5px 7px;
}

.infoboxname {
    background: #141217;
    color: #FBE399;
    font-size: 120%;
    font-weight: bold;
    border: 3px ridge #483d4e;    
    padding: 0.5em;
}
/*********************
/* Front page styles *
/*********************/
.fpmain {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.fpbanner {
  border: 1px solid #6c9b11;
  box-shadow: rgba(25, 35, 41, 1) 0 0.1em 0.5em;
  background: rgba( 0, 0, 0, .2 );
  color: #000000;
  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;
}

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

.fpbox {
  border: 1px solid #6c9b11;
  box-shadow: 0 2px 5px #687478;
  background: rgba(0, 0, 0, 0.10);
  color: #000000;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  overflow: auto;
}

.fpbox .mainheading {
  border: none;
  border-bottom: 1px solid #6c9b11;
  color: #6c9b11;
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  overflow: auto;
}

.fpbox .heading {
  border: none;
  border-bottom: 1px solid #6c9b11;
  color: #ffffff;
  font-size: 132%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 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;
}