Différences entre les versions de « Firefox »

De dieudo.fr
Aller à la navigation Aller à la recherche
(Walnut2)
 
(4 versions intermédiaires par le même utilisateur non affichées)
Ligne 2 : Ligne 2 :


* [https://addons.mozilla.org/fr/firefox/addon/2109 FEBE] Exporter/importer/rétablir un profil complet (+extenssions) firefox
* [https://addons.mozilla.org/fr/firefox/addon/2109 FEBE] Exporter/importer/rétablir un profil complet (+extenssions) firefox
* [https://addons.mozilla.org/fr/firefox/addon/10610 Walnut2]
* https://addons.mozilla.org/fr/firefox/addon/wood-class/
*Changer l'image de fond de la page vierge à l'appel d'un nouvel onglet : https://support.mozilla.org/en-US/questions/1336566
** fichier userContent.css placé dans le dossier "chrome" du dossier utilisateur de Firefox
@-moz-document url-prefix(about:home), url-prefix(about:newtab) {
.click-target-container *, .top-sites-list * {
color: #fff !important ;
text-shadow: 2px 2px 2px #000 !important ;
}
body {
background: url(/usr/share/backgrounds/IMG_20210824_211713_HDR.jpg) !important ;
background-size: cover !important ;
}
}
** [[File:IMG_20210824_211713_HDR.jpg|50px]] : l'image de fond évoquée dans le fichier UserContent.css , rangée dans le même dossier
** Open the url about:config, and change the option "toolkit.legacyUserProfileCustomizations.stylesheets" to true
** Restart firefox. It should look more awesome now!

Version actuelle datée du 8 novembre 2023 à 00:59

Astuces

@-moz-document url-prefix(about:home), url-prefix(about:newtab) {
	.click-target-container *, .top-sites-list * {
		color: #fff !important ;
		text-shadow: 2px 2px 2px #000 !important ;
	}
	body {
		background: url(/usr/share/backgrounds/IMG_20210824_211713_HDR.jpg) !important ;
		background-size: cover !important ;
	}
}
    • IMG 20210824 211713 HDR.jpg : l'image de fond évoquée dans le fichier UserContent.css , rangée dans le même dossier
    • Open the url about:config, and change the option "toolkit.legacyUserProfileCustomizations.stylesheets" to true
    • Restart firefox. It should look more awesome now!