LawBreakers Wiki
No edit summary
Tags: Mobile edit Mobile web edit
Pcj (talk | contribs)
No edit summary
Line 15: Line 15:
 
-moz-background-size: cover;
 
-moz-background-size: cover;
 
-o-background-size: cover;
 
-o-background-size: cover;
background: url('http://lawbreakers.gamepedia.com/f/f4/Art-Mount-Rushmore-Station-Concept.jpg') no-repeat fixed top left / cover #000000;
+
background: url('/media/f/f4/Art-Mount-Rushmore-Station-Concept.jpg') no-repeat fixed top left / cover #000000;
 
color: #999999;
 
color: #999999;
 
}
 
}

Revision as of 13:27, 26 February 2019

/* CSS placed here will affect users of the mobile site */
/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
}

.nomobile {
    display: none;
}

/* non-content area */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url('/media/f/f4/Art-Mount-Rushmore-Station-Concept.jpg') no-repeat fixed top left / cover #000000;
    color: #999999;
}

#footer {
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-shadow: 1px 1px 0.5em #000000;
}

#footer a {
    color: #00A1E1;
    text-shadow: 1px 1px 0.5em #000000;
}

#footer h2 {
    color: #FFFFFF;
    text-shadow: 1px 1px 0.5em #000000;
}

/* content area */


.overlay-enabled, #content {
    background: rgba(17, 17, 17, 0.95);
}

a,
a:visited {
    color: #00A1E1;
}

a.external {
    color: #00A1E1 !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 #FFFFFF;
    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;
}