CHKN Wiki
(GPE Bot Edit (0271bdd0aa3539e70ed4e269dfbe14c6e9b03ac1,e8aa86e41307875541f9e806fcba437d13587982))
No edit summary
Line 11: Line 11:
   
 
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 66: Line 66:
 
-moz-background-size: cover;
 
-moz-background-size: cover;
 
-o-background-size: cover;
 
-o-background-size: cover;
background: url("http://hydra-media.cursecdn.com/chkn.gamepedia.com/9/98/Bg.jpg") no-repeat fixed center center / cover #5a7097;
+
background: url("/media/9/98/Bg.jpg") no-repeat fixed center center / cover #5a7097;
 
color: #e0e0e0;
 
color: #e0e0e0;
 
}
 
}

Revision as of 15:49, 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;
}

a.watch-this-article {
    background-image: url("/media/7/7b/Watch_lighter.png") !important;
}

/* search header */
.pre-content #page-actions {
    background: none repeat scroll 0 0 #01060c !important;
}

.overlay .overlay-header-container {
    background: none repeat scroll 0 0 #01060c !important;
}

.search-overlay .overlay-header,
.search-overlay .results {
    background-color: #01060c !important;
    color: #ffffff;
}

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

ul.suggestions-results,
ul.suggestions-results li {
    background: #01060c;
    color: #ffffff;
}

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

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid <border-color> !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: #01060c;
}

/* non-content area */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("/media/9/98/Bg.jpg") no-repeat fixed center center / cover #5a7097;
    color: #e0e0e0;
}

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

#footer a {
    color: #ff9900;
}

#footer h2 {
    color: #ff9900; /* 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: #ff9900;
}

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

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

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: transparent;
    border: 2px solid #505050;
}

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 #505050;
    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;
}

.heading {
    background: #f9c667; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9c667 0%, #f79621 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9c667 0%,#f79621 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9c667 0%,#f79621 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9c667 0%,#f79621 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9c667 0%,#f79621 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */
    border: none;
    border-bottom: 1px solid #ff9900;
    color: #000000;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
    text-align: center;
}