Wenn ich die Titelleiste ausblende siehts ja noch aus, aber ich hätte die gerne. Ausserdem sind dann rechts oben das X und die Fensterfunktionsbuttons halbiert... XD XD
Beiträge von Sambatiger
-
-
Sry mein Fehler.
Also neues Profil ohne userchrome.css sieht völlig normal aus. Alle Abstände wie sie sein sollen.
Sobald ich aber Andreas' "Tabs unten" Code nutze, siehts wieder schäbig aus. XD
-
-
Es ist völlig wurscht,ob ich Deinen,seinen oder gar keinen Code einfüge. Es sieht immer gleich verschoben aus.
-
CSS
Alles anzeigen#titlebar { -moz-box-ordinal-group: 100 !important; } /* space above tabs toolbar */ #main-window[tabsintitlebar][sizemode="maximized"] * #titlebar { margin-top: -8px !important; } /* space for menubar above navigation toolbar (Firefox titlebar) */ #main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #nav-bar { margin-top: 40px !important; } #main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav- bar { margin-top: 6px !important; } /* add 'drag' feature to space above navigation toolbar */ #main-window[tabsintitlebar] #navigator-toolbox, #main-window[tabsintitlebar] #nav-bar { -moz-window-dragging: drag !important; } /* move menubar to the top and extend its with to full window width */ #toolbar-menubar { position: fixed !important; width: 100vw !important; -moz-window-dragging: drag !important; } /* move menubars / tab toolbars caption buttons to windows top right position */ #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container { position: fixed !important; right: 0 !important; visibility: visible !important; display: block !important; } /* menubar postion after moving to the top */ #toolbar-menubar { top: 10px !important; } /* Linux/macOS */ /* space above navigation toolbar (OS titlebar) */ /* set to '0', if no menubar is used */ #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar { margin-top: 18px !important; } /* menubar postion in maximized mode after moving to the top */ #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar { top: 0px !important; } /* caption button position in maximized mode after moving to the top */ #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container, #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container { top: 4px !important; } /* Windows */ [user='47512']Media[/user] (-moz-os-version:windows-win10), (-moz-os-version:windows-win8), (-moz-os- version:windows-win7) { /* set to '0', if no menubar is used */ #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar { margin-top: 8px !important; } /* set to '0', if no menubar is used */ #main-window[tabsintitlebar][sizemode="maximized"]:not ([sizemode="fullscreen"]) #nav-bar { margin-top: 4px !important; } #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar { top: 8px !important; } #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox- container { top: 0px !important; } #main-window[tabsintitlebar][sizemode="maximized"]:not ([inDOMFullscreen="true"]) .titlebar-buttonbox-container { top: 8px !important; } } /* hide line above navigation toolbar appearing in some cases */ #main-window:not([tabsintitlebar]) #nav-bar, #main-window:not([tabsintitlebar]) #navigator-toolbox { border-top: 0 !important; box-shadow: unset !important; } /* tweaks for fullscreen mode */ #main-window[tabsintitlebar][sizemode="fullscreen"] * #TabsToolbar { -moz-padding-start: 0px !important; } /* tweaks for fullscreen mode */ #main-window[tabsintitlebar][sizemode="fullscreen"]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container, #main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar[autohide="true"] ~ #TabsToolbar .titlebar-buttonbox-container, #main-window[tabsintitlebar][sizemode="fullscreen"] #navigator-toolbox #PanelUI-button, #main-window #TabsToolbar #window-controls { display: none !important; } /* hide non-required items */ #TabsToolbar .private-browsing-indicator, #TabsToolbar #window-controls, #TabsToolbar *[type="caption-buttons"], #TabsToolbar *[type="pre-tabs"], #TabsToolbar *[type="post-tabs"] { display: none !important; } /* Windows 7 extra tweaks */ [user='47512']Media[/user] (-moz-os-version: windows-win7) { [user='47512']Media[/user] all and (-moz-windows-compositor) { #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) * .titlebar- buttonbox-container { display: none !important; } } [user='47512']Media[/user] not all and (-moz-windows-compositor) { #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox- container { top: -8px !important; } #main-window[tabsintitlebar][sizemode="maximized"]:not ([inDOMFullscreen="true"]) .titlebar-buttonbox-container { top: 0px !important; } } } /* Windows 10 extra tweaks */ [user='47512']Media[/user] (-moz-os-version: windows-win10) { #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme):hover:not ([disabled="true"]), #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme)[_moz- menuactive="true"]:not([disabled="true"]) { background-color: Highlight !important; color: HighlightText !important; } } /* disable Mozillas tab jumping nonsense when moving tabs */ #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; } #context_toggleMuteTab, #context_pinTab, #context_duplicateTab, #context_selectAllTabs, #context_bookmarkTab, #context_moveTabOptions, #context_sendTabToDevice, #context_closeTabsToTheEnd, #context_closeOtherTabs{ display: none !important; } .tab-close-button { display: -moz-box !important; } #TabsToolbar .tab-background[selected="true"] { background: grey !important; border-radius: 80px !important; border:none!important; } .tabbrowser-tab::after, .tabbrowser-tab::before { margin-inline-start: 0px!important; border-left: 0px solid!important; border-image:none!important; border-image-slice: 0!important; width: 0px!important; box-sizing: border-box; opacity: 0!important; } .tab-line[selected=true] { display:none!important } #PersonalToolbar{ min-height:40px!important; }
Edit 2002AndreasText in Klammercode </> gesetzt.
-
Ne, war schon richtig, aber kein Erfolg.
Die Toolbar wird zwar größer oder kleiner,je nach px, aber der Abstand zur Menüleiste bleibt gleich. Und sieht scheisse aus. XD
-
-
-
#TabsToolbar .tabbrowser-tab{
background: lightblue !important;
border-radius: 80px !important;
border:none!important;
}
.tab-background[selected="true"] {
background: orange !important;
border-radius: 80px !important;
border:none!important;
}
.tabbrowser-tab::after, .tabbrowser-tab::before {
margin-inline-start: 0px!important;
border-left: 0px solid!important;
border-image:none!important;
border-image-slice: 0!important;
width: 0px!important;
box-sizing: border-box;
opacity: 0!important;
}
.tab-line[selected=true] {
display:none!important
}
1. Schriftart änderbar ?
2. Schriftgröße ?
3. Auch per Farbcode,also anstelle von black = #11111 ?
-
Ok, dadurch kann ich nicht mehr auf die Toolbar zugreifen,als ob die Icons nicht da wären. Auch das Kontextmenü funzt nicht.
Nebenbei gefragt,kann man auch kleinere Leerräume einfügen oder Trennsymbole ?
-
Danke, kann ich auch "Alle Tabs neu laden" einfügen ?
-
Wo füge ich das denn ein ?!?
-
@-moz-document url-prefix(chrome://browser/content/browser.xul){
#back-button > .toolbarbutton-icon{
filter:none!important;
list-style-image: url("file:///C:/Users/xxxx/Ficons/back.png") !important;
-moz-image-region: rect(0px 16px 16px 0px) !important;}
#forward-button > .toolbarbutton-icon{
filter:none!important;
list-style-image: url("file:///C:/Users/xxxx/Ficons/for.png") !important;
margin-left:-3px!important;
-moz-image-region: rect(0px 16px 16px 0px) !important;}
}
-
-
Ne,leider nicht,es ändert sich nichts. Es sieht weiterhin so aus.
-
Funktioniert leider nicht,die Buttons habe keine Funktion.
-
-
Wie kann ich das X am rechten Tabrand immer dahaben ?
Es verschwindet leider,wenn ich zuviele Tabs offen habe und / oder auf einen anderen Tab wechsele.
-
-