Moon Hunters Wiki
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  +
.skin-minerva .globalNotice {
  +
background: transparent !important;
  +
color: white !important;
  +
}
  +
 
/* Header and footer */
 
/* Header and footer */
 
.header-container.header-chrome,
 
.header-container.header-chrome,

Revision as of 21:35, 24 October 2017

/* CSS placed here will affect users of the mobile site */
.skin-minerva .globalNotice {
    background: transparent !important;
    color: white !important;
}

/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: transparent;
}

.overlay #secondary-button.user-button,
.header #secondary-button.user-button,
.overlay .user-button,
.header .user-button {
    background: transparent;
}

/* end header and footer */

.nomobile {
    display: none;
}

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #3e274f !important;
}

.mw-ui-button,
.last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
}

/* content area */
body {
    background: #595893 url("https://moonhunters.gamepedia.com/media/moonhunters.gamepedia.com/3/3a/Bg.png") repeat-x fixed;
    color: #000000;
}

.overlay-enabled, #content {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    box-shadow: 0 0.1em 0.75em #000000;
}

a,
a:visited,
a.external {
    color: #ffffff;
    text-shadow: 0 0.1em 0 #3E274F;
}

.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #3e274f;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: 1px solid #3e274f;
    padding: 3px;
}

.content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

.content table.wikitable > tr > th,
.content table.wikitable > tr > td,
.content table.wikitable > * > tr > th,
.content table.wikitable > * > tr > td {
    border: 1px solid #3e274f;
}

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: inherit;
    padding: 3px;
}

/* Responsive main page stuff */
/********************
/* Main menu styles *
/********************/
.primary-navigation-enabled {
  border-left: 12px solid #3e274f !important;
  background: #101010 !important;
}

#mw-mf-page-left {
  border-left: 12px solid #3e274f;
  background: transparent;
}

#mw-mf-page-left ul {
  background: transparent;
}

#mw-mf-page-left ul:first-child {
  border-bottom: 12px solid #3e274f;
}

#mw-mf-page-left ul li {
  border-top: 1px solid #3e274f;
  border-bottom: 1px solid #3e274f;
  background: transparent;
  text-shadow: none;
}

#mw-mf-page-left ul li a,
#mw-mf-page-left ul.hlist li a {
  border: none;
  color: #3674b3;
}

#mw-mf-page-left ul li:hover {
  border-left: 12px solid #aaaaaa;
  background: #3e274f;
}

#mw-mf-page-left ul.hlist li:hover {
  border: none;
}

#mw-mf-page-left ul li:hover a,
#mw-mf-page-left ul.hlist li:hover a {
  color: #ffffff;
}



/* non-content area */
#footer {
    border-top: 1px solid #aaaaaa;
    color: #ffffff;
    text-shadow: 0.3em 0.3em 0.2em #000000;
}

#footer a {
    color: #9A99FF;
    text-shadow: 0.3em 0.3em 0.5em #000000;
}

#footer h2 {
    color: #9A99FF;
    text-shadow: 0.3em 0.3em 0.5em #000000;
}



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

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

.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #595893;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: 1px solid #595893;
    padding: 3px;
}

.content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

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

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: #595893;
    color: #ffffff;
    padding: 3px;
}