personnaliser Firefox avec le userChrome.css
Modérateurs : nico@nc, Mori, jpj, myahoo
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;
}
☎ 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
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)

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;
}

☎ 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
ottomar a écrit :☎ Edith : pour vos codes image en base 64 The data: URI kitchen

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 !

Bin pour le plaisir de cliquer sur Appliquer, et Hop !ottomar a écrit :pourquoi voudrais-tu donc que j'utilise stylish ?

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 !
La surcharge de conneries ? C'est possiblefaut dire que la surcharge, tu connais, hin ?![]()

Stylish fait partie des indispensables selon moi-même !
Edith presents a pulchritudinous & peated oTTomar's code about:bookmarks
Iconic & :hover-zoomed down-labellised bookmarks







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;
}





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;
}



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






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;
}

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 ! ******** */
/* ************************************************************** */


☎ Edith
L'index page 1 de ce post est à jour
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;
}
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
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

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>

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
Moe
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;}
Code : Tout sélectionner
{visibility: hidden !important;}
☎ Edith pour le =
Qui est en ligne ?
Utilisateurs parcourant ce forum : wiroth et 5 invités