Hurtworld Wiki
(GPE Bot Edit (0271bdd0aa3539e70ed4e269dfbe14c6e9b03ac1,e8aa86e41307875541f9e806fcba437d13587982))
No edit summary
Line 5: Line 5:
 
background: #212121;
 
background: #212121;
 
}
 
}
 
   
 
.nomobile {
 
.nomobile {
Line 52: Line 51:
 
}
 
}
   
#footer {
+
footer {
 
border-top: 1px solid #1a1a1a;
 
border-top: 1px solid #1a1a1a;
 
color: #ffffff;
 
color: #ffffff;
Line 58: Line 57:
 
}
 
}
   
#footer a {
+
footer a {
 
color: #c9c9c9;
 
color: #c9c9c9;
 
text-shadow: 1px 1px #000000;
 
text-shadow: 1px 1px #000000;
 
}
 
}
   
#footer h2 {
+
footer h2 {
 
color: #c9c9c9;
 
color: #c9c9c9;
 
text-shadow: 1px 1px #000000;
 
text-shadow: 1px 1px #000000;
  +
}
  +
  +
/* non-content area */
  +
.globalNotice {
  +
position: relative;
  +
color: white;
  +
}
  +
  +
.page-Main_Page.is-authenticated .pre-content {
  +
display: none;
  +
}
  +
  +
.notification-count {
  +
background: transparent;
 
}
 
}
   

Revision as of 14:10, 15 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 */
.overlay {
    background: rgba(198, 177, 152, 0.85);
}

.overlay .overlay-header-container {
    background: rgba(198, 177, 152, 0.85) !important;
}

.search-overlay .overlay-header,
.search-overlay .results {
    background-color: rgba(198, 177, 152, 0.85) !important;
    color: #E0E0E0;
}

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

ul.suggestions-results,
ul.suggestions-results li {
    background: rgba(198, 177, 152, 0.85);
    color: #E0E0E0;
}

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

/* general header */
#mw-mf-header form,
#mw-mf-sq {
    background: rgba(198, 177, 152, 0.85);
}

/* non-content area */
body {
    background-attachment: fixed;
    background-color: #C6B198;
}

footer {
    border-top: 1px solid #1a1a1a;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

footer a {
    color: #c9c9c9;
    text-shadow: 1px 1px #000000;
}

footer h2 {
    color: #c9c9c9;
    text-shadow: 1px 1px #000000;
}

/* non-content area */
.globalNotice {
    position: relative;
    color: white;
}

.page-Main_Page.is-authenticated .pre-content {
    display: none;
}

.notification-count {
   background: transparent;
}

/* content area */
#content_wrapper {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #c6b198;
    clear: both;
    color: #c6b198;
    margin: 0 8px;
    padding: .25em;
}

.overlay-enabled, #content {
    background-color: #c6b198;
}

a {
    color: #A38369;
}

a:link {
    color: #5F5954;
}

div#content a:visited, a:visited {
    color: #634B38;
}

a:hover, div#content a:visited:hover, a:visited:hover {
    color: #634B38;
}

div#content a.extiw, div#content a.external {
    color: #2f29a9;
}

div#content a.extiw:visited, div#content a.external:visited {
    color: #5650d9;
}

div#content a.extiw:hover, div#content a.external:hover, div#content a.extiw:visited:hover, div#content a.external:visited:hover {
    color: #FFFFFF;
}

a:active {
    color: #634B38;
}

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

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

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

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

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

table.wikitable th {
    background: #c6b198;
    border: none;
    padding: 3px;
}

.mwm-notice,
#searchbox {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #1a1a1a;
    border-radius: 5px 5px 5px 5px;
}

.divclearable,
a.watch-this-article,
.jsEnabled #mw-mf-main-menu-button {
    background-color: rgba(0, 0, 0, 0.7);
}

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