Minecraft Wiki
S'inscrire
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.
/* Le CSS placé ici sera appliqué à tous les habillages. */

/* Logo */
#p-logo a {
	background-image: url(http://www.minecraftwiki.net/images/b/bc/Wiki.png) !important; }

#pt-userpage, #pt-anonuserpage, #pt-login {
	background: url("/extensions/Curse/Icons/Flame.png") left top no-repeat;
	padding-left: 10px !important;
}

/*  Footer */

#ft {
	background: none;
}

#ft div {
	width: 1100px;
}

#ft h1, #ft a, #ft {
	color: #5F5F5F;
	font-size: 10px;
}

#ft .site-navigation {
	list-style: none;
	margin-left: 160px;
	padding-bottom: 5px;
	font-size: 10px;
}

#ft .site-navigation ul {
	list-style: none;
}

#ft .network-navigation {
	margin-left: 160px;
	margin-bottom: 140px !important;
}

#ft .network-navigation ul {
	float: left;
	width: 110px;
}

#ft .network-navigation ul.double {
	width: 280px;
}

#ft .network-navigation ul.curse li.header a {
	background: url("/w/extensions/Curse/Icons/Gray.png") repeat scroll 0 0 transparent;
	display: block;
	text-indent: -999em;
	height: 18px;
	width: 140px;
}

#ft .network-navigation ul li {
	float: left;
	list-style: none;
	width: 140px;
	margin-bottom: 2px;
}

#ft .network-navigation ul li.header {
	font-size: 12px;
	clear: both;
	font-weight: bold;
	color: #FF6015;
	width: 100%;
}

/* Lignes grisées alternativement pour tableaux */
.alternaterows tr: nth-child(odd),
.alternatecells: nth-child(odd) {
	background-color: #F2F2F2
}

/* Apparence des liens vers les pages d'homonymie */
.homonymie {
	padding-left: 2em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	font-style: italic;
	border-bottom: 1px #AAA solid;
}

/* Apparence des liens vers les pages principales */
.detail{
	margin: 0 0 .7em 2em;
	border: solid #E7E7E7;
	border-width: 1px 0;
	text-align: left;
	font-size: 95%;
	background: #FDFDFD;
	padding: 1px 4px 1px 4px;
	overflow: hidden;
}

/* Le bandeau bleu utilisé un peu partout sur le wiki */
.mcwiki-header {
	background: #729FCF;
	border: 1px solid #ccc;
	border-bottom: 4px groove #999999;
	border-right: 4px groove #999999;
	padding: 5px;
}

/* Pour [[Modèle:Grille]] */
.grid-single {
	display: inline-block;
	background: url("/images/c/c1/Grille_fond_case_vide_(petite).png") no-repeat;
	text-align: left !important;
	width: 36px;
	height: 36px
}
.grid-single img {
	display: inline;
	padding: 2px 0 0 2px
}

/* Pour [[Modèle:Grille/Établi]] et [[Modèle:Grille/Four]] */
.grid-input {
	top: 2px;
	left: 2px;
	position: absolute;
	z-index: 1
}

.grid-output {
	top: 10px;
	left: 10px;
	position: absolute;
	z-index: 1
}

.grid-input-number {
	top: 17px;
	left: 22px;
	position: absolute;
	z-index: 2
}

.grid-input-number2 {
	top: 17px;
	left: 10px;
	position: absolute;
	z-index: 2
}

.grid-output-number {
	top: 25px;
	left: 30px;
	position: absolute;
	z-index: 2
}

.grid-output-number2 {
	top: 25px;
	left: 18px;
	position: absolute;
	z-index: 2
}

div.grid-input-slide > span.grid-input,div.grid-input-slide > span.grid-input-numbers, div.grid-output-slide > span.grid-output,div.grid-output-slide > span.grid-output-numbers
{
	display: none
}

/* Alignement tableaux */
table.centre {
	margin: auto;
}

table.gauche {
	float: left;
}

table.droite {
	float: right;
}

/* Mise en évidence de la transparence sur les pages d'images */
.filehistory a img, #file img {
	background: url("/images/5/5d/Checker-16x16.png");
}

#file button img {
	background: none !important;
}

.infobox button {
	width: 184px;
}

pre {
	overflow: auto;
}


/* [[Modèle:Navbox]] */
.navbox {
	border: 1px solid #CCCCCC;
	margin: 1em auto 0;
	clear: both
}

.navbox table {
	width: 100%;
	background: #FFFFFF
}

.navbox-top {
	white-space: nowrap;
	background-color: #CCCCCC;
	padding: 0 3px;
	text-align: center
}

.navbox-navbar, .navbox-navbar-mini {
	float: left;
	font-size: 80%
}

.navbox-title {
	padding: 0 10px;
	font-size: 110%
}

.navbox-group {
	background-color: #EEEEEE;
	padding: 0 10px;
	white-space: nowrap;
	text-align: right
}

.navbox-list {
	width: 100%;
	padding: 0 0 0 2px
}

.navbox ul {
	margin: 0
}
.navbox li {
	display: inline-block;
	white-space: nowrap;
	margin: 0
}
.navbox li:after {
	content: " •"
}
.navbox li:last-child:after, .navbox li.last-child:after {
	content: ""
}

/* This won't work until HTMLTidy is enabled
.navbox ul ul:first-child:before {
	content: "("
}
.navbox ul ul:last-child:after {
	content: ")"
} */

/* Style the sitenotice and fix up its awful spacing (why is it even a table!?) */
#siteNotice #localNotice,
.page-MediaWiki_Sitenotice .mw-content-ltr {
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	margin-bottom: 12px;
	text-align: center
}

#siteNotice #mw-dismissable-notice #localNotice {
	/* Note to other languages: Change this to the same width as the "dismiss" button in your language, this makes the sitenotice centred better */
	padding-left: 55px
}

#siteNotice td:first-child {
	width: 100%
}

/* [[MediaWiki:CollapsibleTables.js]] */
table.expanded tr.expandable {
    display: none
}
Advertisement