Déplacer la barre d'outils firefox 71 avec le fichier ''Chrome.ccs'' [Résolu/Fermé]
Signaler
cpmr
pistouri
- Messages postés
- 1061
- Date d'inscription
- lundi 22 décembre 2008
- Statut
- Membre
- Dernière intervention
- 2 février 2021
pistouri
- Messages postés
- 14357
- Date d'inscription
- dimanche 14 juin 2015
- Statut
- Contributeur
- Dernière intervention
- 7 mars 2021
A voir également:
- Déplacer la barre d'outils firefox 71 avec le fichier ''Chrome.ccs''
- Déplacer la barre d'outils firefox 71 avec le fichier ''Chrome.ccs'' ✓ - Forum - Mozilla Firefox
- Comment mettre la barre d'outils firefox en français ? - Conseils pratiques - Mozilla Firefox
- Barre d outils firefox ✓ - Forum - Internet / Réseaux sociaux
- Barre d'outils firefox ✓ - Forum - Windows 10
- Personnaliser la barre d'outils de Firefox - Conseils pratiques - Mozilla Firefox
3 réponses
pistouri
- Messages postés
- 14357
- Date d'inscription
- dimanche 14 juin 2015
- Statut
- Contributeur
- Dernière intervention
- 7 mars 2021
cpmr
- Messages postés
- 1061
- Date d'inscription
- lundi 22 décembre 2008
- Statut
- Membre
- Dernière intervention
- 2 février 2021
Re
Sur la page que tu m'a donner il y a la réponse à ma demande, le fichier Chrome fonctionne et le menu est bien en haut et les onglets en bas.
La solution viens de "pommy28 " que je remercie!!
Pour ton info voila le fichier:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
/* TABS: on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}
#TabsToolbar {
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;
}
#tabbrowser-tabs {
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}
/* TABS: height */
:root {
--tab-toolbar-navbar-overlap: 0px !important;
--tab-min-height: 33px !important; /* adjust to suit your needs */
}
:root #tabbrowser-tabs {
--tab-min-height: 33px !important; /* needs to be the same as above under :root */
--tab-min-width: 80px !important;
}
#TabsToolbar {
height: var(--tab-min-height) !important;
margin-bottom: 1px !important;
box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important;
background-color: var(--toolbar-bgcolor) !important;
}
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
min-height: var(--tab-min-height) !important;
max-height: var(--tab-min-height) !important;
}
/* drag space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
width: 40px;
}
/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
padding-bottom: unset !important;
}
#navigator-toolbox[movingtab] #tabbrowser-tabs {
padding-bottom: unset !important;
margin-bottom: unset !important;
}
#navigator-toolbox[movingtab] > #nav-bar {
margin-top: unset !important;
}
/* hide windows-controls */
#TabsToolbar #window-controls {display:none!important;}
/* move caption buttons to right of Tab bar */
#main-window[tabsintitlebar]:not([inFullscreen="true"]) #toolbar-menubar[autohide="true"] ~ #TabsToolbar .titlebar-buttonbox-container {
position: fixed !important;
right: 0 !important;
top: calc(6px + var(--tab-min-height)) !important;
display: block !important;
visibility: visible !important;
}
#toolbar-menubar[autohide="true"] ~ #TabsToolbar {padding-right: 100px !important;}
/* TABS on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
-moz-box-ordinal-group: 10;
}
#TabsToolbar {
-moz-box-ordinal-group: 1000 !important;
}
#TabsToolbar {
display: block !important;
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {
padding-bottom: var(--tab-min-height) !important;
}
#tabbrowser-tabs {
width: 100vw !important;
}
#TabsToolbar #window-controls {
display: none !important;
}
/////////////////////////////////
Encore merci pour ton aide!! "pistouri "
Sur la page que tu m'a donner il y a la réponse à ma demande, le fichier Chrome fonctionne et le menu est bien en haut et les onglets en bas.
La solution viens de "pommy28 " que je remercie!!
Pour ton info voila le fichier:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
/* TABS: on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}
#TabsToolbar {
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;
}
#tabbrowser-tabs {
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}
/* TABS: height */
:root {
--tab-toolbar-navbar-overlap: 0px !important;
--tab-min-height: 33px !important; /* adjust to suit your needs */
}
:root #tabbrowser-tabs {
--tab-min-height: 33px !important; /* needs to be the same as above under :root */
--tab-min-width: 80px !important;
}
#TabsToolbar {
height: var(--tab-min-height) !important;
margin-bottom: 1px !important;
box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important;
background-color: var(--toolbar-bgcolor) !important;
}
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
min-height: var(--tab-min-height) !important;
max-height: var(--tab-min-height) !important;
}
/* drag space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
width: 40px;
}
/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
padding-bottom: unset !important;
}
#navigator-toolbox[movingtab] #tabbrowser-tabs {
padding-bottom: unset !important;
margin-bottom: unset !important;
}
#navigator-toolbox[movingtab] > #nav-bar {
margin-top: unset !important;
}
/* hide windows-controls */
#TabsToolbar #window-controls {display:none!important;}
/* move caption buttons to right of Tab bar */
#main-window[tabsintitlebar]:not([inFullscreen="true"]) #toolbar-menubar[autohide="true"] ~ #TabsToolbar .titlebar-buttonbox-container {
position: fixed !important;
right: 0 !important;
top: calc(6px + var(--tab-min-height)) !important;
display: block !important;
visibility: visible !important;
}
#toolbar-menubar[autohide="true"] ~ #TabsToolbar {padding-right: 100px !important;}
/* TABS on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
-moz-box-ordinal-group: 10;
}
#TabsToolbar {
-moz-box-ordinal-group: 1000 !important;
}
#TabsToolbar {
display: block !important;
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {
padding-bottom: var(--tab-min-height) !important;
}
#tabbrowser-tabs {
width: 100vw !important;
}
#TabsToolbar #window-controls {
display: none !important;
}
/////////////////////////////////
Encore merci pour ton aide!! "pistouri "
pistouri
- Messages postés
- 14357
- Date d'inscription
- dimanche 14 juin 2015
- Statut
- Contributeur
- Dernière intervention
- 7 mars 2021
Merci à '' pommy28 ''
Je n'avais pas testé les lignes de ce UserChrome car j'ai mon propre fichier'' Chrome'' avec par exemple une croix rouge pour fermer les onglets
Content pour toi.
Je vais l'ajouter sur l'autre post si un intervenant tombe dessus.
N 'oublies pas de mettre en résolu ce post.
Bonne journée.
Je n'avais pas testé les lignes de ce UserChrome car j'ai mon propre fichier'' Chrome'' avec par exemple une croix rouge pour fermer les onglets
Content pour toi.
Je vais l'ajouter sur l'autre post si un intervenant tombe dessus.
N 'oublies pas de mettre en résolu ce post.
Bonne journée.