Fandom Developers Wiki
Advertisement

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 or MediaWiki:Fandomdesktop.css), as it would violate Fandom's Terms of Use.
(See the customization policy)

AdaptiveProfile styles the profile, resize on full width with remove padding page and adapts to the theme. Also can be added banner to profile.

Installation

Additionally

You can also install your banner above your profile. For it, add the following code only to your personal CSS:

.skin-fandomdesktop #userProfileApp {
	--banner-ratio: 20%;
	--banner-image: url('https://image_link_here.png');
	--banner-bg-pos: center;
}
  • For all wikis on your profile — in Username/global.css, and add [class*=Your_Nickname]. Characters and spaces are replaced "_".
[class*=Nick_name].skin-fandomdesktop #userProfileApp {
	...
}

Customize parameters: banner ratio, image link and positioning.

Changelog

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.
Text above can be found here (edit)
Advertisement