Armored Warfare Wiki
m (fix search overlay bg)
m (fix search overlay bg (again))
Line 14: Line 14:
   
 
/* non-content area */
 
/* non-content area */
.search-overlay,
+
div.search-overlay.visible,
 
body {
 
body {
 
-webkit-background-size: cover;
 
-webkit-background-size: cover;

Revision as of 18:55, 14 May 2018

/* CSS placed here will affect users of the mobile site */
/* Header and footer */
#mw-mf-page-center {
    background: transparent !important;
}

.header-container.header-chrome {
    background: #121212 !important;
}

.nomobile {
    display: none;
}

/* non-content area */
div.search-overlay.visible,
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url('https://armoredwarfare.gamepedia.com/media/armoredwarfare.gamepedia.com/6/63/Warfare_background.PNG') no-repeat fixed left top / cover #000000;
    color: #FFFFFF;
}

#footer {
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
}

#footer a {
    color: #CE6A24;
}

#footer h2 {
    color: #D7D4C6;
}

/* content area */


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

a,
a:visited {
    color: #CE6A24;
}

a.external {
    color: #CE6A24 !important;
}

.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 #D7D4C6;
    color: #D7D4C6;
}

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

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

/* Main page heading */
.grad {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(20, 32, 37, 1) 0%, rgba(67, 106, 122, 1) 100%) repeat scroll 0 0;
}

.grad a {
    color: #D7D4C6;
}