Conan Exiles Wiki
Advertisement

Autres langues: DeutschEnglishItalianoPolskiPortuguês do Brasil中文


CSS and Javascript changes must comply with the wiki design rules.


Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Videz le cache dans Outils → Préférences.
/* CSS placed here will affect users of the mobile site */

.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 */
div#content_wrapper {
    background-color: unset;
    border: 1px solid #394147;
    color: #D5D4D4;
}

body.mediawiki #mw-mf-page-center {
    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;
}


/* BACKGROUND */
#content {
    background-image: url("https://conanexiles.gamepedia.com/media/conanexiles.gamepedia.com/7/7a/Backg.jpg")
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #856b5e;
}
Advertisement