Moon Hunters Wiki
No edit summary
No edit summary
Line 22: Line 22:
   
 
/* content area */
 
/* content area */
  +
body {
body.mediawiki #mw-mf-page-center {
 
 
background: #595893 url("http://hydra-media.cursecdn.com/moonhunters.gamepedia.com/3/3a/Bg.png") repeat-x fixed;
 
background: #595893 url("http://hydra-media.cursecdn.com/moonhunters.gamepedia.com/3/3a/Bg.png") repeat-x fixed;
 
color: #000000;
  +
}
  +
 
body.mediawiki #mw-mf-page-center {
  +
background-color: rgba(255, 255, 255, 0.2);
 
border: none;
 
border: none;
 
box-shadow: 0 0.1em 0.75em #000000;
 
box-shadow: 0 0.1em 0.75em #000000;
color: #000000;
 
 
}
 
}
   

Revision as of 13:18, 26 February 2016

/* CSS placed here will affect users of the mobile site */
.nomobile {
    display: none;
}

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

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

body.mediawiki #mw-mf-page-center {
    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;
}

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