The Walking Dead: Road to Survival Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}

@font-face {
    font-family: 'Edosz';
    src: local('Edosz'), local('Edosz'), url(/media/hydra/fonts/edosz.ttf) format('truetype');
}

/* non-content area */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url('/media/2/22/Wiki_BG.jpg') fixed no-repeat top left /cover #000000;
    color: #FFFFFF;
}

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

#footer a {
    color: #EBDDAC;
}

#footer h2 {
    color: #FFFFFF;
}

/* content area */


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

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

a.external {
    color: #EBDDAC !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 #FFFFFF;
    color: #FFFFFF;
}

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

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

/* Main page heading */
.heading {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(129, 124, 120, 1) 0%, rgba(224, 222, 221, 1) 100%) repeat scroll 0 0;
    border-radius: 4px;
    color: #191919;
    font-family: 'Edosz';
    font-size: 18px;
    margin: 10px 0 10px;
    padding: 0 11px;
    width: auto;
}

/* Infobox template style */
table.infobox {
    background: #222222 !important;
    border: 1px solid #9A9A9A;
    border-radius: 4px;
    color: #FFFFFF;
    width: 18.6em !important;
    margin-bottom: 0.5em;
    padding: 0.2em;
    float: right;
}

.infobox td,
.infobox th {
    vertical-align: top;
}

.infobox td > div {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(129, 124, 120, 1) 0%, rgba(224, 222, 221, 1) 100%) repeat scroll 0 0;
    border-radius: 4px;
    color: #191919;
    font-weight: bold;
    text-align: right;
    padding: 0.5px 7px;
}

.infobox td > div a {
    color: #444444;
}

.infoboxname {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(129, 124, 120, 1) 0%, rgba(224, 222, 221, 1) 100%) repeat scroll 0 0;
    border-radius: 4px;
    color: #191919;
    font-family: 'Edosz';
    font-size: 24px;
    font-weight: bold;
    padding: 0.5em;
}

.infoboxdescription {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(129, 124, 120, 1) 0%, rgba(224, 222, 221, 1) 100%) repeat scroll 0 0;
    border-radius: 4px;
    color: #191919;
}

.infoboxdescription a {
    color: #444444;
}











.header .branding-box h1 {
    border-bottom: none;
}

.notification-count.notification-unseen,
.notification-count {
   background: transparent;
}
Advertisement