StarCrawlers Wiki
(GPE Bot Edit (e6213bf9c0c1c0d10db67b30767fbda57d4a7d60,d7ad79db02db3b376037b07c88ae4206def2fb8a))
(GPE Bot Edit (ed44644f38c7d2193db866d373f391ad0c3d0803,23d9ad2b2ef7cf26064f870b515c63a3b965daa6))
Line 78: Line 78:
   
   
  +
.overlay-enabled, #content {
body.mediawiki #mw-mf-page-center {
 
 
background: rgba(0, 0, 0, 0.85);
 
background: rgba(0, 0, 0, 0.85);
 
}
 
}

Revision as of 21:50, 8 August 2017

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

@font-face {
  font-family: "Orbitron";
  src: url("http://hydra-media.cursecdn.com/hydra/fonts/orbitron-black.ttf") format('truetype'), url("http://hydra-media.cursecdn.com/hydra/fonts/orbitron-bold.ttf") format('truetype'), url("http://hydra-media.cursecdn.com/hydra/fonts/orbitron-light.ttf"), url("http://hydra-media.cursecdn.com/hydra/fonts/orbitron-medium.ttf") format('truetype');
}

a.watch-this-article {
    background-image: url("http://hydra-media.cursecdn.com/commons.gamepedia.com/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
}

/* search header */
.pre-content #page-actions {
    background: rgba(0, 0, 0, 0.85) !important;
}

.overlay {
    background: rgba(0, 0, 0, 0.85);
}

.overlay .overlay-header-container {
    background: rgba(0, 0, 0, 0.85) !important;
}

.search-overlay .overlay-header,
.search-overlay .results {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: #c0c0c0;
}

.search-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important; 
}

ul.suggestions-results,
ul.suggestions-results li {
    background: rgba(0, 0, 0, 0.85);
    color: #c0c0c0;
}

ul.suggestions-results li.suggestions-result {
    color: #c0c0c0;
}

/* general header */
#mw-mf-header form,
#mw-mf-sq {
    background: rgba(0, 0, 0, 0.85);
}

/* non-content area */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("http://hydra-media.cursecdn.com/starcrawlers.gamepedia.com/9/98/Bg.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #c0c0c0;
}

#footer {
    border-top: 1px solid #49afd5;
    color: #ffffff;
}

#footer a {
    color: #49afd5;
}

#footer h2 {
    color: #49afd5;
}

/* content area */


.overlay-enabled, #content {
    background: rgba(0, 0, 0, 0.85);
}

a,
a:visited,
a.external {
    color: #49afd5;
}

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

.content table td,
.content table th {
    border: medium none;
    padding: 3px;
}

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

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

.thumb,
#content_wrapper .thumb {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

table.wikitable {
    border: none;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    margin: auto;
    margin-bottom: 1em;
}

table.wikitable td {
    border: none;
    padding: 3px;
    background: rgba(0, 0, 0, 0);
}

table.wikitable th {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 3px;
}

.mwm-notice,
#searchbox {
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
}

.divclearable,
a.watch-this-article,
.jsEnabled #mw-mf-main-menu-button {
    background-color: rgba(0, 0, 0, 0);
}

a.back_to_top,
a.back_to_top:visited {
    margin-top: 7px;
}