Wiki À vous de jouer au Japon
Advertisement

Note : après avoir publié 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 appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
@font-face {
    font-family: "Tahoma";
}

body {
    font-family: "Tahoma";
	font-size: 14px;
	line-height: 1.5;
}

/*
	td {
    font-family: "Tahoma";
	font-size: 14px;
	line-height: 21px;
}
*/

/* ==UserStyle==
@name        Fandom - Remove Garbage
@description Makes fandom wiki pages great again (removes top video, sidebar, bottom bar, bottom feeds, fandom navigation, and extends main content to fill container).
@namespace   https://greasyfork.org/users/317698
@author jurassicplayer
@version     1.0.0
@license     unlicense
==/UserStyle== */

  #mixed-content-footer, #WikiaRailWrapper, div[itemprop="video"], .wds-global-footer, #WikiaBarWrapper, .wds-global-navigation__content-bar-left {
    display:none;
  }

  #WikiaMainContent {
	width: 100%;
    font-family: "Tahoma";
	font-size: 14px;
	line-height: 1.5;
  }

  .WikiaMainContent {
	width: 100%;
    font-family: "Tahoma";
	font-size: 14px;
	line-height: 1.5;
  }
Advertisement