« Utilisatrice:Mysbidule/common.css » : différence entre les versions

De Poképédia
m (le safari des amis)
m (c'est mieux si ça marche)
 
Ligne 1 : Ligne 1 :
.pixelart {
.pixelart {
    image-rendering: pixelated;
image-rendering: pixelated;
    image-rendering: crisp-edges;
image-rendering: crisp-edges;
}
}


Ligne 14 : Ligne 14 :
/* MagearnaDex */
/* MagearnaDex */


.pkmn img, .SLicon img {
.pkmn img, .safari img {
padding: 10px;
padding: 10px;
}
}
.Ep img, .Bo img, .Ep-dlc img, .Bo-dlc img, .EBicon img, .pkmnS img {
.Ep img, .Bo img, .Ep-dlc img, .Bo-dlc img, .EBicon img {
padding: 0;
padding: 0;
}
}

Dernière version du 29 avril 2024 à 17:46

.pixelart {
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

.hoverOpac img {
	opacity: 1;
}
.hoverOpac img:hover {
	opacity: 0;
}


/* MagearnaDex */

.pkmn img, .safari img {
	padding: 10px;
}
.Ep img, .Bo img, .Ep-dlc img, .Bo-dlc img, .EBicon img {
	padding: 0;
}