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 estiliza el perfil, redimensiona en ancho completo con la página de quitar el relleno y se adapta al tema. También se puede añadir banner al perfil.
Installation
Adicional
También puedes instalar tu banner encima de tu perfil. Para ello, añade el siguiente código sólo a tu CSS personal:
.skin-fandomdesktop #userProfileApp {
--banner-ratio: 20%;
--banner-image: url('https://image_link_here.png');
--banner-bg-pos: center;
}
- Para un wiki específico - en Username/common.css
- Para todas las wikis de tu perfil - en Username/global.css, y añade
[class*=Username]. Los caracteres y espacios se sustituyen "_".
[class*=Nick_name].skin-fandomdesktop #userProfileApp {
...
}
Personalice los parámetros: proporción del banner, enlace de la imagen y posicionamiento.
Registro de actualización
| 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. |