Chronicles of Elyria Wiki


This game is currently in development. There is no download or playable content. All information is based Developer Journals, the Kickstarter, and community discussions with developers.

READ MORE

Chronicles of Elyria Wiki
(GPE Bot Edit (b85c8f4c0129ea8c7dbf1a15793aa982996bb446,e8aa86e41307875541f9e806fcba437d13587982))
No edit summary
Line 47: Line 47:
 
}
 
}
   
#footer {
+
footer {
 
border-top: 1px solid #000000;
 
border-top: 1px solid #000000;
 
color: #000024;
 
color: #000024;
 
}
 
}
   
#footer a {
+
footer a {
 
color: #d22828;
 
color: #d22828;
 
}
 
}
   
#footer h2 {
+
footer h2 {
 
color: #000024; /* this is the sitename in the footer */
 
color: #000024; /* this is the sitename in the footer */
 
}
 
}

Revision as of 02:52, 10 August 2017

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

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

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

.search-overlay .overlay-header,
.search-overlay .results {
    background-color: #d1c8b4 !important;
    color: #000024;
}

ul.suggestions-results,
ul.suggestions-results li {
    background: #d1c8b4;
    color: #000024;
}

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

/* general header */
#mw-mf-header form,
#mw-mf-sq {
    background: #d1c8b4;
}

/* non-content area */
body {
    background: #d1c8b4;
}

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

footer a {
    color: #d22828;
}

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

/* content area */
#content_wrapper {
    background: #d1c8b4;
    border: 1px solid #000000;
    color: #000024;
}

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

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

.thumb,
#content_wrapper .thumb {
    background: transparent;
    border: 2px solid #000000;
}

table.wikitable {
    background: #ccbca5;
    color: #000024;
}

table.wikitable td {
    border: 1px solid #000000;
    padding: 0.2em;
}

table.wikitable th {
    background: #000000;
    border: 1px solid #000000;
    color: #000000;
    padding: 0.2em;
}

.mwm-notice,
#searchbox {
    background: #ccbca5;
    border: 2px solid #000000;
    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;
}