1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. mcfly8888

Beiträge von mcfly8888

  • großer Leer-Raum unter der Adresszeile

    • mcfly8888
    • 16. November 2022 um 20:24

    ich danke dir, es funktioniert wieder. Wenn auch etwas anders als vorher. Wenn ich in der user mehr als 2 Zeilen anlegen will, dann kommt wieder der Leerraum, angepasst an die angezeigten Reihen.

    Aber damit kann ich gut leben, mehr als 2 Reihen ist ja auch Luxus.

    Also nochmals vielen Dank

  • großer Leer-Raum unter der Adresszeile

    • mcfly8888
    • 16. November 2022 um 17:47

    Hallo Andreas,

    ich habe auch dieses Leerfeld. Mit deinem Code funktioniert es bei mir nicht. Wenn ich weitere Tabs öffne, werden bis zum 6. Tab jeweils eine Leerzeile hinzugefügt.

    Wenn ich eine leere user css anlege und mit deinem Code fülle, werden 2 Leerzeilen angelegt.

    Meine user.css habe ich angehängt.

    Kanst du mir weiterhelfen?

    Dateien

    user.css.txt 5,68 kB – 214 Downloads
  • Suche über die Adressleiste ergibt nur sporadisch ein Ergebnis

    • mcfly8888
    • 12. Oktober 2021 um 10:06

    Dinole

    Moin, kann ich betätigen, läuft wieder wie gewohnt

  • Suche über die Adressleiste ergibt nur sporadisch ein Ergebnis

    • mcfly8888
    • 8. Oktober 2021 um 14:27

    stimmt, aber was ich nicht verstehe: habe eben auf dem großen Desktop PC geprüft, da läuft alles ok - auch mit Zoom Page, tritt nur auf dem Acer Aspire 5 auf.

  • Suche über die Adressleiste ergibt nur sporadisch ein Ergebnis

    • mcfly8888
    • 8. Oktober 2021 um 14:18

    andreas

    danke für den Hinweis in der Chrome. Gleich korrigiert, aber das war es nicht. Dein Link hat gholfen, bei mir ist es die Erweiterung Zoom Page WE. Soll wohl ein Update kommen....

    Danke Dir :thumbup:

  • Suche über die Adressleiste ergibt nur sporadisch ein Ergebnis

    • mcfly8888
    • 8. Oktober 2021 um 12:52

    Hallo,

    melde mich auch dazu, weil es bei mir auch so ist.

    Nein, im Fehlerbehebungsmodus passiert das nicht. Habe mal meine userchrome beigefügt. Vielleicht hilft es ja weiter....userChrome.txt

  • Tableiste mehrreihig unten

    • mcfly8888
    • 3. Juni 2021 um 15:49

    ganz ganz lieben Dank :thumbup: :thumbup: :) :)

  • Tableiste mehrreihig unten

    • mcfly8888
    • 3. Juni 2021 um 14:42

    Hallo,

    danke für das Bearbeiten. leider ist nur ein Tab oben, ich kann keinen weiteren Tab hinzufügen.

  • Tab Leiste unter der Lesezeichen Leiste

    • mcfly8888
    • 3. Juni 2021 um 14:19

    Hallo,

    versuch diesen mal, bei mir klappt es einwandfrei

    CSS
    /* Tableiste mehrreihig unten */
    
    @-moz-document url(chrome://browser/content/browser.xhtml) {
    
    
    /* Feste Tabbreite */
    
    .tabbrowser-tab:not([pinned]) {
    
    min-width: 150px !important;
    
    max-width: 150px !important;
    
    }
    
    
    /* Activer Tab schwarze Schrift */
    
    .tab-label[selected]{
    
    color: black !important;
    
    }
    
    
    /* Inaktiver Tab schwarze Schrift */
    
    .tab-label:not([selected]) {
    
    color: black !important;
    
    }
    
    .tab-close-button,
    
    #tabs-newtab-button {
    
    color: black !important;
    
    }
    
    #titlebar {
    
    -moz-box-ordinal-group: 2!important;
    
    }
    
    
    /* Abstand nach oben - unten, und Höhe der Tableiste */
    
    #titlebar {
    
    margin-top: -20px !important;
    
    margin-bottom: -20px;
    
    }
    
    
    /* Farbe der Tableiste weiss */
    
    #titlebar {
    
    appearance: none !important;
    
    background: #ffffff !important;
    
    }
    
    #toolbar-menubar {
    
    position: fixed;
    
    display: inline-flex;
    
    }
    
    
    [sizemode="maximized"]:not([tabsintitlebar="true"]) #toolbar-menubar,
    
    [sizemode="normal"] #toolbar-menubar {
    
    top: 1px;
    
    }
    
    [sizemode="maximized"] #toolbar-menubar {
    
    top: 8px;
    
    }
    
    #main-window[tabsintitlebar="true"] #navigator-toolbox:not([inFullscreen="true"]) {
    
    border-top: solid 39px transparent !important;
    
    }
    
    #main-window:not([tabsintitlebar="true"]) #navigator-toolbox:not([inFullscreen="true"]) {
    
    border-top: solid 34px transparent !important;
    
    }
    
    [tabsintitlebar="true"] #navigator-toolbox {
    
    -moz-window-dragging: drag;
    
    }
    
    #navigator-toolbox:not([style^="margin-top:"])[style=""][inFullscreen="true"] #window-controls,
    
    [tabsintitlebar="true"] .titlebar-buttonbox-container {
    
    display: block;
    
    position: fixed;
    
    right: 0;
    
    }
    
    [tabsintitlebar="true"][sizemode="normal"] .titlebar-buttonbox-container {
    
    top: 1px;
    
    }
    
    [tabsintitlebar="true"][sizemode="maximized"] .titlebar-buttonbox-container {
    
    top: 8px;
    
    }
    
    #navigator-toolbox:not([style^="margin-top:"])[style=""][inFullscreen="true"] #window-controls {
    
    top: 0;
    
    }
    
    #navigator-toolbox[inFullscreen="true"] #nav-bar {
    
    padding-right: 109px !important;
    
    }
    
    box[class="scrollbox-clip"][orient="horizontal"],
    
    tabs > arrowscrollbox {
    
    display: block;
    
    }
    
    
    /* Mehrzeilige Tableiste, bei mehr als 2 Zeilen erscheint eine Scrollbar */
    
    scrollbox[part][orient="horizontal"] {
    
    display: flex;
    
    flex-wrap: wrap;
    
    max-height: calc(var(--tab-min-height) * 2); /* Anzahl der Tabzeilen = 2 Zeilen */
    
    overflow-x: hidden;
    
    overflow-y: auto;
    
    }
    
    tabs tab[fadein]:not([pinned]) {
    
    flex-grow: 1;
    
    }
    
    tabs tab,.tab-background {
    
    height: var(--tab-min-height);
    
    overflow: hidden;
    
    }
    
    tab > .tab-stack {
    
    width: 100%;
    
    }
    
    box[class="scrollbox-clip"][orient="horizontal"] {
    
    -moz-window-dragging: no-drag;
    
    }
    
    hbox.titlebar-spacer,
    
    #alltabs-button,
    
    tabs tab:not([fadein]) {
    
    display: none; }
    
    }
    Alles anzeigen


    Edit 2002Andreas

    Text in Klammercode </> gesetzt, und fehlende Klammer am Ende hinzugefügt.

  • Tableiste mehrreihig unten

    • mcfly8888
    • 3. Juni 2021 um 14:13

    Ein gutgelauntes Hallo in die Runde,

    ich habe mich gerade erst angemeldet, um Euch um Hilfe zu bitten.

    Könnte einer bitte diesen Code umschreiben und hier einstellen, sodass die Tabs oben stehen wie im Original? Das wäre super.

    CSS
    /* Tableiste mehrreihig unten */
    
    @-moz-document url(chrome://browser/content/browser.xhtml) {
    
    
    /* Feste Tabbreite */
    
    .tabbrowser-tab:not([pinned]) {
    
    min-width: 150px !important;
    
    max-width: 150px !important;
    
    }
    
    
    /* Activer Tab schwarze Schrift */
    
    .tab-label[selected]{
    
    color: black !important;
    
    }
    
    
    /* Inaktiver Tab schwarze Schrift */
    
    .tab-label:not([selected]) {
    
    color: black !important;
    
    }
    
    .tab-close-button,
    
    #tabs-newtab-button {
    
    color: black !important;
    
    }
    
    #titlebar {
    
    -moz-box-ordinal-group: 2!important;
    
    }
    
    
    /* Abstand nach oben - unten, und Höhe der Tableiste */
    
    #titlebar {
    
    margin-top: -20px !important;
    
    margin-bottom: -20px;
    
    }
    
    
    /* Farbe der Tableiste weiss */
    
    #titlebar {
    
    appearance: none !important;
    
    background: #ffffff !important;
    
    }
    
    #toolbar-menubar {
    
    position: fixed;
    
    display: inline-flex;
    
    }
    
    
    [sizemode="maximized"]:not([tabsintitlebar="true"]) #toolbar-menubar,
    
    [sizemode="normal"] #toolbar-menubar {
    
    top: 1px;
    
    }
    
    [sizemode="maximized"] #toolbar-menubar {
    
    top: 8px;
    
    }
    
    #main-window[tabsintitlebar="true"] #navigator-toolbox:not([inFullscreen="true"]) {
    
    border-top: solid 39px transparent !important;
    
    }
    
    #main-window:not([tabsintitlebar="true"]) #navigator-toolbox:not([inFullscreen="true"]) {
    
    border-top: solid 34px transparent !important;
    
    }
    
    [tabsintitlebar="true"] #navigator-toolbox {
    
    -moz-window-dragging: drag;
    
    }
    
    #navigator-toolbox:not([style^="margin-top:"])[style=""][inFullscreen="true"] #window-controls,
    
    [tabsintitlebar="true"] .titlebar-buttonbox-container {
    
    display: block;
    
    position: fixed;
    
    right: 0;
    
    }
    
    [tabsintitlebar="true"][sizemode="normal"] .titlebar-buttonbox-container {
    
    top: 1px;
    
    }
    
    [tabsintitlebar="true"][sizemode="maximized"] .titlebar-buttonbox-container {
    
    top: 8px;
    
    }
    
    #navigator-toolbox:not([style^="margin-top:"])[style=""][inFullscreen="true"] #window-controls {
    
    top: 0;
    
    }
    
    #navigator-toolbox[inFullscreen="true"] #nav-bar {
    
    padding-right: 109px !important;
    
    }
    
    box[class="scrollbox-clip"][orient="horizontal"],
    
    tabs > arrowscrollbox {
    
    display: block;
    
    }
    
    
    /* Mehrzeilige Tableiste, bei mehr als 2 Zeilen erscheint eine Scrollbar */
    
    scrollbox[part][orient="horizontal"] {
    
    display: flex;
    
    flex-wrap: wrap;
    
    max-height: calc(var(--tab-min-height) * 2); /* Anzahl der Tabzeilen = 2 Zeilen */
    
    overflow-x: hidden;
    
    overflow-y: auto;
    
    }
    
    tabs tab[fadein]:not([pinned]) {
    
    flex-grow: 1;
    
    }
    
    tabs tab,.tab-background {
    
    height: var(--tab-min-height);
    
    overflow: hidden;
    
    }
    
    tab > .tab-stack {
    
    width: 100%;
    
    }
    
    box[class="scrollbox-clip"][orient="horizontal"] {
    
    -moz-window-dragging: no-drag;
    
    }
    
    hbox.titlebar-spacer,
    
    #alltabs-button,
    
    tabs tab:not([fadein]) {
    
    display: none;
    
    }
    Alles anzeigen

    Und dann noch eine Bitte: ich habe zufällig irgendwo in den Tiefen des Forums einen Code gesehen, der das Schließen-Kreuz nur bei aktivem Tab anzeigt. Bei den anderen inaktiven war das Kreuz weg. Könnte ich diese Code ebenfalls bekommen?

    Einengroßen Dank an Euch :)

    Edit 2002Andreas
    Text in Klammercode </> gesetzt.

Unterstütze uns!

Jährlich (2025)

65,5 %

65,5% (425,86 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon