The Age of Decadence Wiki
m (important, fix search)
m (fix .AoD background)
Line 130: Line 130:
 
/* Custom heading */
 
/* Custom heading */
 
.AoD {
 
.AoD {
background#535353;
+
background: #535353;
 
background:-moz-linear-gradient(top, #535353, #000 100%);
 
background:-moz-linear-gradient(top, #535353, #000 100%);
 
background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #535353), color-stop(100%,#000 ));
 
background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #535353), color-stop(100%,#000 ));

Revision as of 23:00, 9 November 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;
}

/* non-content area */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url('https://ageofdecadence.gamepedia.com/media/ageofdecadence.gamepedia.com/9/98/Bg.jpg') repeat-x top #482C21;
    color: #FFFFFF;
}

.notification-count {
    background: transparent;
}

.header-container h1 {
    border: none;
}

.search-overlay {
    background: url(https://ageofdecadence.gamepedia.com/media/ageofdecadence.gamepedia.com/1/1f/Background.jpg) repeat top !important;
}

#footer {
    border-top: 1px solid #D4B576;
    color: #FFFFFF;
}

#footer a {
    color: #D4B576;
}

#footer h2 {
    color: #C9B472;
}

/* content area */
#content_wrapper {
    background-color: unset;
}

.overlay-enabled, #content {
    background: url("https://ageofdecadence.gamepedia.com/media/ageofdecadence.gamepedia.com/1/1f/Background.jpg");
}

a,
a:visited {
    color: #D4B576;
}

a.external {
    color: #D4B576 !important;
}

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

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

.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;
}

/* Custom heading */
.AoD {
    background: #535353;
    background:-moz-linear-gradient(top,  #535353, #000 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #535353), color-stop(100%,#000 ));
    background:-webkit-linear-gradient(top, #535353 0%, #000 100%);
    background:-o-linear-gradient(top, #535353 0%, #000  100%);
    background:-ms-linear-gradient(top, #535353 0%, #000  100%);
    background:linear-gradient(to bottom, #535353 0%, #000  100%);
    border: 1px solid #000;
    box-shadow: rgba(104, 116, 120, 1) 0 0.1em 0.75em;
}