MediaWiki:Common.css

De Tribalwars Wiki FR
Aller à la navigation

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.
#mf-menu { 
display: none; 
} 
/*
body
{
background: url("https://i.gyazo.com/14dbd1cadc8849df6ac943169bc98777.jpg") no-repeat top right;
}
*/
/*p
{
border: 3px black inset;
border-radius: 10px;
box-shadow: 8px 8px 8px black;
}
*/

th, td {
	background: none !important;
}

.couleurLVL
{
color: red;
}

.infinitum { 
background-color: #F9F9F9;
border: 1px solid #AAAAAA;
font-size: 95%;
padding: 5px;
}

.infinirow {
border-bottom: 1px solid #AA9977 !important;
border-left: medium none currentColor !important;
border-right: 1px solid #AA9977 !important;
border-top: medium none currentColor !important;
padding: 2px 3px;
}

.tilt {
-webkit-transition: all 20s ease;
-moz-transition: all 20s ease;
-o-transition: all 20s ease;
-ms-transition: all 20s ease;
transition: all 20s ease;
}
 
.tilt:hover {
-webkit-transform: rotate(-20160deg);
-moz-transform: rotate(-20160deg);
-o-transform: rotate(-20160deg);
-ms-transform: rotate(-20160deg);
transform: rotate(-20160deg);
}

.tiltright {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.tiltright:hover {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}

.move {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.move:hover {
-webkit-transform: translate(0px,-50px); 
-moz-transform: translate(0px,-50px); 
-o-transform: translate(0px,-50px); 
-ms-transform: translate(0px,-50px); 
transform: translate(0px,-50px); 
}


.grow img {
  height: 285px;
  width: 214px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 304px;
  height: 405px;
}