/******* à partir de Fx71 *******/ /*===================== barre MENU en haut =======================*/ /*!!!!! barre de titre désactivée !!!!!*/ /*** fenêtre maxi ***/ #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar { position: fixed !important; top: 8px !important; } /*** fenêtre redimentionnable ***/ #main-window[tabsintitlebar][sizemode="normal"] #toolbar-menubar { position: fixed !important; top: 0 !important; } /*!!!!! barre de titre active !!!!!*/ #main-window:not([tabsintitlebar]) #toolbar-menubar { position: fixed !important; top: 0px !important; } /* ajuster position verticale barre d'outils */ #main-window:not([tabsintitlebar]) > #navigator-toolbox { margin-top: 20px !important; } /*================== FIN barre menu en haut ====================*/ /*==================== barre ONGLET dessous ===================*/ #titlebar { -moz-box-ordinal-group: 3 !important; } /*** réduire l'espace avec barre perso ***/ /* règle en fenêtre maxi utile seulement pour windows */ #main-window[tabsintitlebar][sizemode="maximized"] > #navigator-toolbox > #titlebar { -moz-appearance: -moz-window-titlebar !important; } :root[extradragspace][tabsintitlebar]:not([inFullscreen]) { --space-above-tabbar: -10px !important; } /*** ajuster position verticale barre d'outils ***/ #main-window[tabsintitlebar][sizemode="maximized"] > #navigator-toolbox { margin-top: 30px !important; } #main-window[tabsintitlebar][sizemode="normal"] > #navigator-toolbox { margin-top: 20px; } /*** déplacer décalage de la barre d'onglets pour l'espace des boutons fenêtre ***/ /*sans thème (fenêtre redimentionnable)*/ #main-window[tabsintitlebar][sizemode="normal"]> #navigator-toolbox:not(:-moz-lwtheme) > #titlebar .titlebar-buttonbox-container{ display: none } /*avec thème*/ #main-window[tabsintitlebar][sizemode="normal"]> #navigator-toolbox:-moz-lwtheme > #titlebar .titlebar-buttonbox-container{ position: fixed !important; top: 0; right: 0; margin-top: -15px; } /* (fenêtre maxi) */ #main-window[tabsintitlebar][sizemode="maximized"] > #navigator-toolbox > #titlebar .titlebar-buttonbox-container{ position: fixed !important; top: 0; right: 0; margin-top: -5px; } /*** ajuster position horizontale barre d'onglets ***/ #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[inactive="true"] + #TabsToolbar { margin-right: -40px; } #main-window[tabsintitlebar][sizemode="normal"] #toolbar-menubar[inactive="true"] + #TabsToolbar { margin-left: -40px; margin-right: -40px; } /*======================= FIN barre onglet dessous ==========================*/