ARK: Survival Evolved Wiki
Advertisement

Dans d’autres langues: EnglishEspañolItaliano日本語PolskiPortuguês do BrasilРусский


Tous changements apportés au fichiers CSS et Javascript doivent être conforme aux règles de design du wiki.


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 : allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d’exploration → Images et fichiers en cache.
/* CSS placed here will affect users of the mobile site */
/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
}

/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
}


.nomobile {
    display: none;
}

/* search header */
.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: #E0E0E0;
}

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

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

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

/* non-content area */
body {
    background: url('https://hydra-media.cursecdn.com/ark.gamepedia.com/e/ef/Mobile_bg.jpg') repeat top left #7c8975;
}



a,
a:visited,
a.external {
    color: #397d75;
}

.overlay-enabled, #content {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

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

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

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

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: #ebba8d;
    border: none;
    padding: 3px;
}

.mwm-notice,
#searchbox {
    background: rgba(0, 0, 0, 0);
    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);
}

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

/* Infobox style */
.infobox {
  float: left;
  width: 23em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 2px;
  background-color: #111111;
  border: 1px solid #ffffff;
  overflow-x: scroll;
}

.infobox-table {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.infobox-header {
  padding: 0.1em;
  color: #ffffff;
  background-color: #13473f;
  font-size: 130%;
  text-align: center;
}

.infobox-section {
  background-color: #dddddd;
}

.infobox-centered {
  text-align: center;
}

.infobox-row {
  vertical-align: top;
}

.infobox-row-name {
  text-align: left;
  white-space: nowrap;
}

.infobox-spacer {
  height: 0.5em;
}

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

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

.notification-count {
   background: transparent;
}

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

footer a, footer h2 {
    color: #c3c3c3;
}

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


/* -------------------------- */
/* "ARKITEXURE"-STYLE INFOBOX */
/* -------------------------- */

/* arkitexure rounded borders */
.arkitex {
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;
}
.arkitex-left {
  border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px; -khtml-border-radius: 10px 0 0 10px; -icab-border-radius: 10px 0 0 10px; -o-border-radius: 10px 0 0 10px;
}
.arkitex-right {
  border-radius: 0 10px 10px 0; -moz-border-radius: 0 10px 10px 0; -webkit-border-radius: 0 10px 10px 0; -khtml-border-radius: 0 10px 10px 0; -icab-border-radius: 0 10px 10px 0; -o-border-radius: 0 10px 10px 0;
}

/* arkitexure full container */
.framework {
  float:left; text-align:center; width:412px; background:#68a090; border:2px solid #44685e; margin:0 8px 8px 0; padding:5px;
}

/* arkitexure individual module (sub-container) */
.module {
  position:relative; display:inline-block; width:399px; background:#9dc1b7; border:6px solid #9dc1b7;
}
.mobile-spacing { margin-top:5px; }

/* arkitexure "sub-module" component */
.unit {
  width:399px; min-width:399px; max-width:399px; margin:-2px; border-collapse:separate; border-spacing:2px;
}
.unit-caption { text-align:center; }
.unit-content { vertical-align:top; }
.unit-arkitexure { margin:-3px; }
.unit-comment { text-align:left; padding:0 !important; margin:0; background:none !important; }
.unit-divider { min-height:5px; max-height:5px; width:399px; padding:0; margin:0; }
.canvas {
  width:395px; min-width:395px; max-width:399px; padding:2px; background:#fff;
}

/* arkitexure cell, intended for one total column, 100% width */
.X1-100 {
  min-width:395px; width:395px; padding:3px 2px 5px 2px; background:#fff;
}

/* arkitexure cell, intended for two total columns, 25% width */
.X2-25 {
  min-width:95px; max-width:95px; min-height:50px; max-height:50px; background:#edf3eb; text-align:center; padding:2px;
}
/* arkitexure cell, intended for two total columns, 75% width */
.X2-75 {
  min-width:294px; max-width:294px; min-height:50px; max-height:50px; background:#fff; text-align:center; padding:2px;
}

/* arkitexure cell, intended for two total columns, 40% width */
.X2-40 {
  min-width:150px; max-width:150px; height:30px; max-height:30px; background:#edf3eb; text-align:right; padding:0; margin:0;
}
/* arkitexure cell, intended for two total columns, 60% width */
.X2-60 {
  min-width:229px; max-width:229px; height:30px; background:#fff; text-align:left; padding:0; margin:0;
}

/* arkitexure cell, intended for three total columns, 33% width */
.X3-33 {
  min-width:131px; max-width:131px; height:30px; background:#fff; padding:0; text-align:center;
}

/* arkitexure sound-box alignment and sound-fix is to prevent overflow on IE browsers (they don't read .ogg files and newer IE versions don't accept IE-specific comments) */
.sound-div {
  position:relative; display:inline-block; background:#68a090; height:28px; max-width:300px; top:10px;
}
.sound-fix { overflow:hidden; }

/* END "ARKITEXURE"-STYLE INFOBOX */



/* Creature Region Map */
.cr-region-map-marker{
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  border-radius: 2px;
}
.cr-region-map-markercave{
  border: 1px solid black;
}

.stripes {
 background: repeating-linear-gradient(
  45deg,
  transparent,
  transparent 5px,
  rgba(0, 0, 0, 0.3) 5px,
  rgba(0, 0, 0, 0.3) 10px
  );
}

.cr-region-map-very-common{
  -webkit-filter: hue-rotate(120deg) brightness(400%);
  filter: hue-rotate(120deg) brightness(400%);
}
.cr-region-map-common{
  -webkit-filter: hue-rotate(78deg) brightness(400%);
  filter: hue-rotate(78deg) brightness(400%);
}
.cr-region-map-uncommon{
  -webkit-filter: hue-rotate(60deg) brightness(400%);
  filter: hue-rotate(60deg) brightness(400%);
}
.cr-region-map-very-uncommon{
  -webkit-filter: hue-rotate(48deg) brightness(400%);
  filter: hue-rotate(48deg) brightness(400%);
}
.cr-region-map-rare{
  -webkit-filter: hue-rotate(24deg) brightness(400%);
  filter: hue-rotate(24deg) brightness(400%);
}
.cr-region-map-very-rare{
}

.cr-region-map-cl-very-common{
  background-color: hsl(120,100%,60%);
}
.cr-region-map-cl-common{
  background-color: hsl(78,100%,60%);
}
.cr-region-map-cl-uncommon{
  background-color: hsl(60,100%,63.3%);
}
.cr-region-map-cl-very-uncommon{
  background-color: hsl(48,100%,63.3%);
}
.cr-region-map-cl-rare{
  background-color: hsl(30,100%,56.7%);
}
.cr-region-map-cl-very-rare{
  background-color: hsl(0,100%,56.7%);
}
.cr-region-map-cl-unknown{
  background-color: #ccc;
}

.content a > img {
    max-width: none !important;
}

/* link-spanner */
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Tiles (Template:Tile) */
.tile_container {
  margin: 4px 0px 8px 8px;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 105px;
  height: 105px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid black;
  border-radius: 15px;
}

.tile_container:hover{
  background: #fff;
}

.tile_inner {
  position:relative;
  top:6px;
  left:0;
  font-size:14px;
  font-weight:bold;
}

/* Survivor Profile Table (Template:DTile) */
.dtile a:link, .dtile a:visited, .dtile_dlc a:link, .dtile_dlc a:visited{
  color: #a8b9ba !important;
}

.dtile img{
  -webkit-filter: 
      invert(100%) sepia(100%) hue-rotate(142deg) saturate(5000%) brightness(80%);
  filter: 
      invert(100%) sepia(100%) hue-rotate(142deg) saturate(5000%) brightness(80%);
}

.dtile_dlc img{
  -webkit-filter: 
      invert(100%) sepia(100%) hue-rotate(187deg) saturate(5000%) brightness(80%);
  filter: 
      invert(100%) sepia(100%) hue-rotate(187deg) saturate(5000%) brightness(80%);
}

/* Keyboard-Keys (Template:Key) */
kbd {
  font-family: monospace,Courier;
  background: linear-gradient(to right, #eaeaea 0%,#cecece 99%,#ffffff 99%,#ffffff 100%);
  border: 1px solid;
  border-color: #DDD #AAA #888 #CCC;
  border-radius: 2px;
  border-width: 1px 2px 3px 2px;
  padding: 0 .3em;
  text-shadow: 0 1px rgba(255,255,255,.5);
  white-space: nowrap;
}
Advertisement