Counter Spell Wiki
(GPE Bot Edit (0271bdd0aa3539e70ed4e269dfbe14c6e9b03ac1,e8aa86e41307875541f9e806fcba437d13587982))
No edit summary
Line 12: Line 12:
 
/* *** Begin section mainly for dark wikis *** */
 
/* *** Begin section mainly for dark wikis *** */
 
a.watch-this-article {
 
a.watch-this-article {
background-image: url("http://hydra-media.cursecdn.com/commons.cursetech.com/7/7b/Watch_lighter.png") !important;
+
background-image: url("/media/7/7b/Watch_lighter.png") !important;
 
}
 
}
   
Line 60: Line 60:
 
/* non-content area */
 
/* non-content area */
 
body {
 
body {
background: #000000 url(http://hydra-media.cursecdn.com/counterspell.gamepedia.com/1/1f/Background.jpg) no-repeat fixed center top;
+
background: #000000 url(/media/1/1f/Background.jpg) no-repeat fixed center top;
 
-webkit-background-size: cover;
 
-webkit-background-size: cover;
 
-moz-background-size: cover;
 
-moz-background-size: cover;

Revision as of 15:52, 11 April 2018

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

/* *** Begin section mainly for dark wikis ***  */
a.watch-this-article {
    background-image: url("/media/7/7b/Watch_lighter.png") !important;
}

/* search header */
.overlay .overlay-header-container {
    background-color: none repeat scroll 0 0 rgba(0, 0, 0, 0.85) !important;
}

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

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

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

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

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #505050 !important;
}

.mw-ui-button,
.last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
    color: #e0e0e0;
}

/* general header */
#mw-mf-header form,
#mw-mf-sq {
    background-color: rgba(0, 0, 0, 0.85);
}
/* *** End section mainly for dark wikis *** */

/* non-content area */
body {
    background: #000000 url(/media/1/1f/Background.jpg) no-repeat fixed center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #e0e0e0;
}

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

#footer a {
    color: #efeb70;
}

#footer h2 {
    color: #efeb70; /* this is the sitename in the footer */
}

/* content area */


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

a,
a:visited,
a.external {
    color: #efeb70;
}

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

.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
}

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

.content table td,
.content table th {
    border: 1px solid #505050;
    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 #505050;
}

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: #000000;
    padding: 3px;
}