personnaliser Firefox avec le userChrome.css

Vos requêtes concernant Mozilla Firefox, le navigateur Gecko alternatif, ne trouvèrent point de réponses lorsque vous cherchâtes ? Toute l'équipe Geckozone est prête à vous aider.

Modérateurs : nico@nc, Mori, jpj, myahoo

pirlouy
Tyrannosaurus Rex
Messages : 3648
Inscription : 03 nov. 2005, 05:05

Message par pirlouy »

background-color: white !important;
Avatar de l’utilisateur
ottomar
Varan
Messages : 1145
Inscription : 09 janv. 2005, 07:31

Message par ottomar »

salut, ben il me semble bien que par défaut le fond est blanc, non ?
tu as un thème installé ?
ou un bout de code sur l'alternance de couleur des lignes du style

Code : Tout sélectionner

treechildren::-moz-tree-row(even) 
{
	background-color: #2d2d2d !important;
}
Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20061010 Firefox/2.0

☎ Edith : regarde dans http://www.geckozone.org/forum/viewtopi ... 286#297286 (alternance avec le fond computé), avec ses titres à la con, il retrouve rien mon ottomar

☎ ottomar : le 24 étant apparemment censuré par Mori, on hurle en 18 maintenant
Avatar de l’utilisateur
ottomar
Varan
Messages : 1145
Inscription : 09 janv. 2005, 07:31

Message par ottomar »

d'abord, quelque considération hors sujet... [certaine mauvaise langue susurerrait : 'comme d'hab']

le compliment me coi quoique, bien sûr, il ne me déplait point et il me faut un certain temps à le diriger : merci SilentBob, j'ai particulièrement apprécié et le 'overwhelming' et le 'pure blend', et la maîtrise graphique, qui me l'y laisse (dans la coïtitude, sissi) :lol:

Récalcitrance (sissi en 24)
'Le sourire, impossible [chez les femmes belges] à cause de la récalcitrance des muscles (BAUDEL., Pauvre Belg., 1867, p. 711)' TLFI
l'extension dowload manager tweak ajoute dans la fenêtre des préférences un onglet, si vous l'avez personnalisée (la fenêtre et ses onglets) vous vous apercevrez vite que l'icône ne répond pas au code courant, cause que le dévelopeur a lié son image à un src (du html, en fait) et non pas à du css (list-style-image, dans le cas présent), donc :

Contournage (sissi en 24)

Code : Tout sélectionner

/* éradication */
radio[pane=paneDownloads] image
{
	display: none !important;
}
/* régalage */
radio[pane=paneDownloads] label
{
	margin-top: 50px !important;
}
/* rhabillage et plaçage */
radio[pane=paneDownloads]
{
  	background-image: url("http://www.enregistrersous.com/images/190325832220070902152441.png") !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;	
	-moz-image-region: auto !important;
}
Image

☎ Edith : icônes comic icons
☎ Edith : pour vos codes image en base 64 The data: URI kitchen


Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20061010 Firefox/2.0
pirlouy
Tyrannosaurus Rex
Messages : 3648
Inscription : 03 nov. 2005, 05:05

Message par pirlouy »

ottomar a écrit :☎ Edith : pour vos codes image en base 64 The data: URI kitchen
Image
Plus maintenant. Stylish fait l'affaire (Insérer > Données URI > chemin vers l'image)

Enfin, chacun ses choix. Si ça se trouve, tu n'utilises même pas Stylish, ottomar, 'spèce de loser ! :mrgreen:
Avatar de l’utilisateur
ottomar
Varan
Messages : 1145
Inscription : 09 janv. 2005, 07:31

Message par ottomar »

pirlouy !
pourquoi voudrais-tu donc que j'utilise stylish ?
une extension de plus pour le plaisir ? faut dire que la surcharge, tu connais, hin ? :mrgreen:

Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20061010 Firefox/2.0
pirlouy
Tyrannosaurus Rex
Messages : 3648
Inscription : 03 nov. 2005, 05:05

Message par pirlouy »

ottomar a écrit :pourquoi voudrais-tu donc que j'utilise stylish ?
Bin pour le plaisir de cliquer sur Appliquer, et Hop ! :mrgreen:
Bon, c'est vrai, des fois ça marche pas toujours, et il faut lancer une autre fenêtre (mais pas besoin de couper firefox !)
C'est du temps de gagné, Stylish te permet de pré remplir et trier tes styles ! Indispensables, dès que tu en utilises plus de 5 !
faut dire que la surcharge, tu connais, hin ? :mrgreen:
La surcharge de conneries ? C'est possible :mrgreen:

Stylish fait partie des indispensables selon moi-même !
Avatar de l’utilisateur
ottomar
Varan
Messages : 1145
Inscription : 09 janv. 2005, 07:31

Message par ottomar »

arfff ! un userchrome bien agencé et restart, la rapidité je demande !
pour ce qui est de la surcharge, je pensais surtout à tes charges sabre au clair ! :lol:

Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a7) Gecko/2007080209 GranParadiso/3.0a7
pirlouy
Tyrannosaurus Rex
Messages : 3648
Inscription : 03 nov. 2005, 05:05

Message par pirlouy »

Je me méfis des agences , quelles qu'elles soient ! Surtout que j'ai affaire à la police dans le cas ici présent ... :mrgreen:

Oui, mais tu n'as pas le changement à la volée, qui devient vite indispensable lorsque qu'on veut comparer les différents effets :!:
Avatar de l’utilisateur
ottomar
Varan
Messages : 1145
Inscription : 09 janv. 2005, 07:31

Message par ottomar »

Oui, mais tu n'as pas le changement à la volée, qui devient vite indispensable lorsque qu'on veut comparer les différents effets
... ouiap ! pour ceux qui chargent à l'aveuglette, hin ! :lol:

Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a7) Gecko/2007080209 GranParadiso/3.0a7
Avatar de l’utilisateur
ottomar
Varan
Messages : 1145
Inscription : 09 janv. 2005, 07:31

Message par ottomar »

Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20061010 Firefox/2.0


Edith presents a pulchritudinous & peated oTTomar's code about:bookmarks
Iconic & :hover-zoomed down-labellised bookmarks



Image

Image



Image

Image




Image

Image
Image

Code : Tout sélectionner

#bookmarks-ptf toolbarbutton[container="true"] > image
{
	height: 32px !important;
	width: 32px !important;
	padding-top: 0 !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Fun"],
#bookmarks-ptf .bookmark-item[container="true"][label="Prog's"]
{
	-moz-appearance: none !important;
	-moz-box-orient: vertical !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Fun"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/38710653520070909091007.png") !important;	
}
#bookmarks-ptf .bookmark-item[container="true"][label="Prog's"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/39082818620070909091740.png") !important;	
}

#bookmarks-ptf .bookmark-item[container="true"][label="Fun"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Prog's"] > image
{
/* moz-region : ordonnée début > abscisse fin > ordonnée fin > abscisse début */
	-moz-image-region: rect(0px 32px 32px 0px) !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Fun"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Prog's"]:hover > image
{
/* moz-region : ordonnée début > abscisse fin > ordonnée fin > abscisse début */
	-moz-image-region: rect(0px 64px 32px 32px) !important;
}
Image

Image



Image

Image
Image

Code : Tout sélectionner

#bookmarks-ptf .bookmark-item
{
-moz-appearance: none !important;
-moz-box-orient: vertical !important;
}

#bookmarks-ptf .bookmark-item > image
{
visibility: hidden !important;
}

#bookmarks-ptf .bookmark-item > label
{
margin-top: 16px !important;
}

#bookmarks-ptf .bookmark-item[label="Zone"] 
{
-moz-appearance: none !important;
	background-image: url("http://www.enregistrersous.com/images/145531364720070909094621.png") !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
}

#bookmarks-ptf .bookmark-item[label="Zone"]:hover  
{
-moz-appearance: none !important;
	background-image: url("http://www.enregistrersous.com/images/55781882220070909094648.png") !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
}
Image

Image


Image

Code : Tout sélectionner

?

#bookmarks-ptf .bookmark-item
#bookmarks-ptf menu .bookmark-item
#bookmarks-ptf menupopup .bookmark-item
#bookmarks-ptf popup .bookmark-item
#bookmarks-ptf menu .bookmark-item > label
#bookmarks-ptf menupopup .bookmark-item > label
#bookmarks-ptf popup .bookmark-item > label
#bookmarks-ptf toolbarbutton[container="true"] > image



Image

Image


Image

Image


Image

Image

Code : Tout sélectionner

#bookmarks-chevron > image
{
	list-style-image: url("http://www.enregistrersous.com/images/206684342120070909104413.png") !important;
/* moz-region : ordonnée début > abscisse fin > ordonnée fin > abscisse début */
	-moz-image-region: rect(0px 64px 32px 32px) !important;
}
#bookmarks-chevron:hover > image
{
/* moz-region : ordonnée début > abscisse fin > ordonnée fin > abscisse début */
	-moz-image-region: rect(0px 32px 32px 0px) !important;
}

Image

Code : Tout sélectionner

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* ************************************************************** */
/* ********************* CODE COMPLET *************************** */
/* ******Ajuster les labels de dossiers et de marque-pages ****** */
/* ****** Iconic & :hover-zoomed down-labellised bookmarks ****** */
/* ************************************************************** */

#bookmarks-ptf toolbarbutton[container="true"] > label
{
	margin-top: 0px !important;
}
#bookmarks-ptf toolbarbutton[container="true"] > image
{
	visibility: visible !important;
	height: 32px !important;
	width: 32px !important;
	padding-top: 0 !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Gimp"],
#bookmarks-ptf .bookmark-item[container="true"][label="Fox"],
#bookmarks-ptf .bookmark-item[container="true"][label="Prog's"],
#bookmarks-ptf .bookmark-item[container="true"][label="Topic's"],
#bookmarks-ptf .bookmark-item[container="true"][label="Css"],
#bookmarks-ptf .bookmark-item[container="true"][label="Gecko"],
#bookmarks-ptf .bookmark-item[container="true"][label="Google"],
#bookmarks-ptf .bookmark-item[container="true"][label="Fun"],
#bookmarks-ptf .bookmark-item[container="true"][label="Fire"],
#bookmarks-ptf .bookmark-item[container="true"][label="Ubuntu"]
{
	-moz-appearance: none !important;
	-moz-box-orient: vertical !important;
}

/* ====== ICONES DES DOSSIERS MARQUE-PAGES ====== */

#bookmarks-ptf .bookmark-item[container="true"][label="Ubuntu"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/96242875020070909113431.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Gecko"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/102014931320070909113517.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Google"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/121815545620070909113548.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Fire"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/15555255320070909113617.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Fun"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/134364046720070909113640.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Css"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/158788227820070909113707.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Topic's"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/48001492320070909113752.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Prog's"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/66250831620070909113821.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Fox"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/81452857520070909113949.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Gimp"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/84133955720070909114019.png") !important;
}

#bookmarks-ptf .bookmark-item[container="true"][label="Gimp"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Fox"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Prog's"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Topic's"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Css"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Gecko"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Google"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Fun"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Fire"] > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Ubuntu"] > image
{
/* moz-region : ordonnée début > abscisse fin > ordonnée fin > abscisse début */
	-moz-image-region: rect(0px 32px 32px 0px) !important;
}
#bookmarks-ptf .bookmark-item[container="true"][label="Gimp"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Fox"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Prog's"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Topic's"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Css"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Gecko"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Google"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Fun"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Fire"]:hover > image,
#bookmarks-ptf .bookmark-item[container="true"][label="Ubuntu"]:hover > image
{
/* moz-region : ordonnée début > abscisse fin > ordonnée fin > abscisse début */
	-moz-image-region: rect(0px 64px 32px 32px) !important;
}

/* la chevrette */
#bookmarks-chevron > image
{
	list-style-image: url("http://www.enregistrersous.com/images/129422461220070909114048.png") !important;
/* moz-region : ordonnée début > abscisse fin > ordonnée fin > abscisse début */
	-moz-image-region: rect(0px 64px 32px 32px) !important;
}
#bookmarks-chevron:hover > image
{
/* moz-region : ordonnée début > abscisse fin > ordonnée fin > abscisse début */
	-moz-image-region: rect(0px 32px 32px 0px) !important;
}

/* marque-pages simples */
#bookmarks-ptf .bookmark-item
{
	-moz-appearance: none !important;
	-moz-box-orient: vertical !important;
}
#bookmarks-ptf menu .bookmark-item,
#bookmarks-ptf menupopup .bookmark-item,
#bookmarks-ptf popup .bookmark-item
{
	-moz-box-orient: horizontal !important;
}
#bookmarks-ptf .bookmark-item > image
{
	visibility: hidden !important;
}
#bookmarks-ptf .bookmark-item > label
{
	margin-top: 16px !important;
}
#bookmarks-ptf menu .bookmark-item > label,
#bookmarks-ptf menupopup .bookmark-item > label,
#bookmarks-ptf popup .bookmark-item > label
{
	margin-top: 2px !important;
}
#bookmarks-ptf .bookmark-item[label="Zone"] 
{
-moz-appearance: none !important;
	background-image: url("http://www.enregistrersous.com/images/106755015620070909114126.png") !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
}
#bookmarks-ptf .bookmark-item[label="Zone"]:hover  
{
-moz-appearance: none !important;
	background-image: url("http://www.enregistrersous.com/images/113379015420070909114150.png") !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
}

/* ************************************************************** */
/* ////// Iconic & :hover-zoomed down-labellised bookmarks ////// */
/* ******** ottomar souvent à bahhhh mais peut à ohhhh ! ******** */
/* ************************************************************** */
Image





Image


☎ Edith
L'index page 1 de ce post est à jour
Avatar de l’utilisateur
ottomar
Varan
Messages : 1145
Inscription : 09 janv. 2005, 07:31

Message par ottomar »

Encore about:marque-pages
Glance-enticing & flickering bookmark
sissi !

et je le m'en suis léché...

attendez-vous à savoir dès aujourd'hui, qu'il est des évidences tellement manifestes dans ce firefox que le mon durillon du grêle intestin de ma pensée pourtant psychrothérapisée m'empêchait de concevoir une telle maniabilité dans le dédale absolu de ma barre personnelle sur trois niveaux accueillent 26 dossiers et 17 marque-pages simples représentant 1578 adresses que le tiers de la moitié du quart me sont parfaitement indifférentes ! mais je suis un conservateur puissant et névrotique (toqué dit Edith)

donc
1/ j'admire le throbber qui tourne,
2/ j'admire la beauté et la régularité de son mouvement
3/ j'admire la puissante attraction de cette seule convulsion de mon écran

ahhh ! me dis-je, si ma 'zone', mon 'gecko' et mon 'ubuntu' pouvaient eux aussi attirer mon regard !

Pour que la démonstration soit flagrante, créez-vous un profil vierge et sans crainte à la berge de l'eau glacée, créez un dossier marque-pages 'Gecko' et un marque-page 'zone', un dossier 'chrome' dans votre profil et un fichier 'userChrome.css' dans le suce-dit dossier ; dans le suce-dit fichier :

Code : Tout sélectionner

#bookmarks-ptf .bookmark-item[label="zone"]
{
-moz-appearance: none !important;
	color: firebrick !important;
	background-image: url("http://www.enregistrersous.com/images/6252582020070910203406.gif") !important;
	background-repeat: no-repeat !important;
	background-position: 0px 3px !important; 
}
#bookmarks-ptf .bookmark-item[container="true"][label="Gecko"] > image
{
	list-style-image: url("http://www.enregistrersous.com/images/100480360420070910203455.gif") !important;
	-moz-image-region : auto !important;
}
hin !! dorénavant au contraire d'auparavant, je file à la zone les yeux quasi coi !
et sachez que le même format peut s'appliquer aux boutons de navigation et d'extensions

... l'oeil, bien sûr


Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20061010 Firefox/2.0
pirlouy
Tyrannosaurus Rex
Messages : 3648
Inscription : 03 nov. 2005, 05:05

Message par pirlouy »

Moi ça m'agace. Je le regarde sans arrêt clignoter en me demandant si le train va bien finir par passer ! :mrgreen:
Dernière modification par pirlouy le 15 sept. 2007, 11:54, modifié 1 fois.
Diogene
Salamandre
Messages : 29
Inscription : 20 févr. 2007, 11:42

Message par Diogene »

Salut,

j'ai customizé ma page d'accueil google et c'est nickel mais de temps en temps j'ai le mot france qui apparait je sais pas pourquoi et ca me m'énerve, j'ai essayé de le masquer mais je n'y arrive pas :? , voici le code à quoi il correspond :

Code : Tout sélectionner

<div nowrap="" style="color: rgb(102, 102, 102); font-size: 16px; font-weight: bold; left: 208px; position: relative; top: 78px;">France</div>
quelqu'un saurait comment faire pourqu'il ne s'affiche plus :D

Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
"C'est l'histoire la plus naze que j'ai jamais entendu de ma vie et pourtant j'ai lu toute la collection du club des 5."

Moe
Avatar de l’utilisateur
ottomar
Varan
Messages : 1145
Inscription : 09 janv. 2005, 07:31

Message par ottomar »

salut,
si tu fais

Code : Tout sélectionner

div[style="color: rgb(102, 102, 102); font-size: 16px; font-weight: bold; left: 208px; position: relative; top: 78px;"] 
{display: none !important;}
ou

Code : Tout sélectionner

{visibility: hidden !important;}
Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20061010 Firefox/2.0

☎ Edith pour le =
Diogene
Salamandre
Messages : 29
Inscription : 20 févr. 2007, 11:42

Message par Diogene »

le premier fonctionne parfaitement, merci de l'aide :wink: :P

Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
"C'est l'histoire la plus naze que j'ai jamais entendu de ma vie et pourtant j'ai lu toute la collection du club des 5."

Moe
Répondre

Qui est en ligne ?

Utilisateurs parcourant ce forum : Google [Bot], Semrush [Bot] et 3 invités