ArcheAge Wiki
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 23: Line 23:
 
}
 
}
   
#mw-mf-page-center {
+
#mw-mf-page-center,
  +
body .animations #mw-mf-page-center {
 
background: rgba(87,111,118,.9);
 
background: rgba(87,111,118,.9);
 
color: #ffffff;
 
color: #ffffff;

Revision as of 17:42, 16 August 2016

/* CSS placed here will affect users of the mobile site */

.nomobile {
    display: none; /* if you require sections that are not displayed in the mobile view, this should be paired with a "mobileonly" class specified in the main css file */
}

.search-overlay {
    background: rgba(0,0,0,0.6);
}

.header,
.header > *:first-child,
.header > *:nth-child(3),
#section_0,
.pre-content,
#footer ul ul li, #footer ul.footer-places li {
    border-color: #41db88;
}

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

#mw-mf-page-center,
body .animations #mw-mf-page-center {
    background: rgba(87,111,118,.9);
    color: #ffffff;
}

#footer {
    border-color: #41db88;
    color: #ffffff;
}

#footer a {
    color: #c8f4ff;
}

#footer h2 {
    color: #ffffff;
}

/* content area */
#content_wrapper {
    background: rgba(87,111,118,.9);
    border: none;
    color: #ffffff;
}

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

.content table th {
    background-color: transparent;
}

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

h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #ffffff;
}

.client-js .section_heading,
.client-js .content_block,
.client-js .section_heading.openSection,
.content .edit-page {
    border-color: #41db88;
}

.thumb,
#content_wrapper .thumb {
    background: rgba(0,0,0,.15);
    border: none;
}

table.wikitable {
    background: none;
    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, .15);
}

table.wikitable th {
    background: rgba(0, 0, 0, .3);
    border: none;
    padding: 3px;
}

.content table.infobox {
    background: none;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

.content table.infobox th {
    background: rgba(0,0,0,.3);
    text-align: left;
}

.content table.infobox td {
    background: rgba(0,0,0,.15);
    text-align: right;
}

.mwm-notice,
#searchbox {
    background: transparent;
    border: 2px solid #41db88;
    border-radius: 5px 5px 5px 5px;
}

.divclearable,
a.watch-this-article,
.jsEnabled #mw-mf-main-menu-button {
    background-color: transparent;
}

a.back_to_top,
a.back_to_top:visited {
    margin-top: 7px;
}

pre {
    background: rgba(0,0,0,.15);
    border: 1px dashed #41db88;
}