dev

This script/stylesheet is for PERSONAL use only!

You are free to install this script/stylesheet for yourself, but it is not allowed to be used wiki-wide (e.g., in MediaWiki:ImportJS, MediaWiki:Common.js, MediaWiki:Common.css, MediaWiki:Fandomdesktop.js, MediaWiki:Fandomdesktop.css, or MediaWiki:FandomMobile.css), as it would violate Fandom's Terms of Use.
(See the customization policy)

AdaptiveProfile stylise le profil, le redimensionne en pleine largeur en supprimant le padding de la page et s'adapte au thème. Il est également possible d'ajouter une bannière au profil.

Installation

En complément

Vous pouvez également installer votre bannière au-dessus de votre profil. Pour cela, ajoutez le code suivant uniquement à votre CSS personnel :

.skin-fandomdesktop #userProfileApp {
	--banner-ratio: 20%;
	--banner-image: url('https://lien de l'image.png');
	--banner-bg-pos: center;
}
[class*=Votre_nom].skin-fandomdesktop #userProfileApp {
	...
}

Personnalisation des paramètres : ratio de la bannière, lien de l'image et positionnement.

Journal de modifications

Date Description
June 7, 2021 Initial release.
June 20, 2021 Added balanced view in small screen size.
July 28, 2021 Added the ability to add a personal banner.
May 17, 2022 Added the ability to add a personal avatar.