Squad Wiki
Pcj (talk | contribs)
No edit summary
(Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
 
Line 13: Line 13:
   
 
a.watch-this-article {
 
a.watch-this-article {
background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
+
background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
 
}
 
}
   
Line 57: Line 57:
 
/* non-content area */
 
/* non-content area */
 
body {
 
body {
background: #000000 url("https://squad.gamepedia.com/media/squad.gamepedia.com/0/0f/Squad_wiki_BG.jpg") no-repeat fixed center 30px / 100% auto;
+
background: #000000 url("https://static.wikia.nocookie.net/squad_gamepedia/images/0/0f/Squad_wiki_BG.jpg/revision/latest") no-repeat fixed center 30px / 100% auto;
 
color: white;
 
color: white;
 
}
 
}

Latest revision as of 15:05, 23 February 2021

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

/* Edited for Squad-Wiki by TomNedry*/

.nomobile {
    display: none;
}

a.watch-this-article {
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/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 {
    background: #000000 url("https://static.wikia.nocookie.net/squad_gamepedia/images/0/0f/Squad_wiki_BG.jpg/revision/latest") no-repeat fixed center 30px / 100% auto;
    color: white;
}

#footer {
    border-top: 1px solid #666668;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

#footer a {
    color: #af946e;
    text-shadow: 1px 1px #000000;
}

#footer h2 {
    color: #af946e;
    text-shadow: 1px 1px #000000;
}

/* content area */


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

a,
a.external {
    color: #af946e;
}

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

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

.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;
}
/* Fix black on black section arrows */
.mw-ui-icon-arrow::before {
    filter: invert(100%);
}