Conan Exiles Wiki
Sem resumo de edição
MannedTooth (discussão | contribs)
Sem resumo de edição
 
Linha 9: Linha 9:
 
display: none;
 
display: none;
 
}
 
}
 
a.watch-this-article {
 
background-image: url("http://hydra-media.cursecdn.com/commons.cursetech.com/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
 
}
 
 
 
/* search header */
 
/* search header */
 
.pre-content #page-actions {
 
.pre-content #page-actions {

Edição atual tal como às 02h07min de 23 de janeiro de 2019

/* 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: rgba(0, 0, 0, 0.85) !important;
}

.overlay {
    background: rgba(0, 0, 0, 0.85);
}

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

.search-overlay .overlay-header,
.search-overlay .results {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: #D5D4D4;
}

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

ul.suggestions-results,
ul.suggestions-results li {
    background: rgba(0, 0, 0, 0.85);
    color: #D5D4D4;
}

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

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

/* content area */
div#content {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #c6b198;
    margin-top: 1.5em;
    border-radius: 2px;
    box-shadow: 0 0.1em 0.75em #012437;
    color: #ffffff;
    box-sizing: border-box;
}

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

footer a {
    color: #ffffff;
}

footer h2 {
    color: #ffffff;
}

/* content area */


.overlay-enabled, #content {
    background-color: #7C684F;
    color: #000000;
    border: 1px solid #c6b198;
}

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

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

.content table td,
.content table th {
    border: 1px solid #404040;
    padding: 3px;
}

h1, 
h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #404040;
    color: #D5D4D4;
}

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

.thumb,
#content_wrapper .thumb {
    background: transparent;
    border: 1px solid #ffffff;
}

li.gallerybox div.thumb {
    text-align: center;
    border: 1px solid #ffffff;
    background-color: transparent;
    margin: 2px;
}

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 #394147;
    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;
}

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

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

.notification-count {
   background: transparent;
}

footer .last-modified-bar {
  background: transparent;
}