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. -gRoBI-

Beiträge von -gRoBI-

  • Abstand der Lesezeichen

    • -gRoBI-
    • 18. April 2025 um 20:29
    Zitat von grisu2099
    Zitat von -gRoBI-

    ich verstehe nicht warum mozilla einem nicht die wahl lässt sein eigenes design zu gestalten.

    Kannst du doch: Mit Scripten und CSS... :/

    ich schätze 80% der benutzer wissen nicht mal was das ist... geschweige den das sie das beherschen...

    ich kann es auch nicht... ich kann mir maximal mit ferfigen code schnippseln etwas zusammen basteln und dan hoffen das e funzt

  • Abstand der Lesezeichen

    • -gRoBI-
    • 13. April 2025 um 23:07

    vielen lieben dank an alle...

    das macht mich voll happy... ^^:):):)


    ps.: ich verstehe nicht warum mozilla einem nicht die wahl lässt sein eigenes design zu gestalten.

    es kann doch nicht so schwer sein soetwas benutzerfreundlich mit einzubauen.


    gruß stephan

  • Abstand der Lesezeichen

    • -gRoBI-
    • 13. April 2025 um 20:53

    ahhh das funktioniert super... endlich ist es wieder so wie es mal war...

    das einzigste was ich noch hinzugefügt habe sind drei zeilen damit die tab leiste etwas schmaler ist...

    und zwar -->

    :root {
    --tab-min-height: 30px !important
    }

    ich hoffe das ist soweit richtig und an der richtigen stelle ?

    CSS
    menupopup > menuitem,
    menupopup > menu {
        padding-block: 2px !important;
        padding-inline-start: 14px !important;
        font-size: 14px !important;
    }
    
    :root {
        --tab-min-height: 30px !important
    }
    
    #TabsToolbar {
        order: 100 !important;
    }
    
    .tab-background {
        border-radius: 5px 5px 5px 5px !important;
        border-image: none !important;
    }
    
    .tab-line {
        display: none;
    }
    
    .tab-close-button {
        color: red!important;
    }
    
    @-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml") {  
    
    /*Zeilenabstände*/
    .sidebar-placesTree treechildren::-moz-tree-row  {
        min-height: 20px !important;
        height: 24px !important;
    }
    
    .sidebar-placesTree treechildren::-moz-tree-image {
        margin: -2px 2px !important;
    }
      
    .sidebar-placesTreechildren::-moz-tree-cell-text {
        font-size: 14px !important;            /* Font size */
        color: white !important;               /* Textfarbe */
        font-family: arial;                    /* Font Family */
    }
      
    /* Font size in the sidebar search bar */
    #search-box {
        font-size: 14px !important;             /* Font size */
        color: white !important;                /* Textfarbe */
        font-family: arial;                     /* Font Family */
     }
    } 
    Alles anzeigen
  • Abstand der Lesezeichen

    • -gRoBI-
    • 13. April 2025 um 16:01

    puuuhhhh.....

    also wenn ich das richtige deute ist es wohl besser wenn ich alles raus schmeiße und nochmal neu mache...?


    gruß stephan

  • Abstand der Lesezeichen

    • -gRoBI-
    • 12. April 2025 um 22:27

    hallo...

    der grüne zweig ist wie der thementitel schon sagt der abstand der lesezeichen in meinem fall speziel die lesezeichen sidebar

    verwendet wird der code aus beitrag #49 + den code aus beitrag #55 (was übrigens weiter oben alles schon zu lesen ist)

    hier noch mal der gesamt code -->

    CSS
    #TabsToolbar {
      order: 100 !important;
    }
    /* Tighten up drop-down/context/popup menu spacing */
    
    menupopup > menuitem, menupopup > menu {
    padding-block: 1px !important;
    padding-inline-start: 14px !important;
    font-size: 13px !important;
    }
    :root {
    --arrowpanel-menuitem-padding: 4px 8px !important;
    }
    
    /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0
    See the above repository for updates as well as full license text. */
     
    /* Modify to change window drag space width */
    /*
    Use tabs_on_bottom_menubar_on_top_patch.css if you
    have menubar permanently enabled and want it on top
    */
     
    /* IMPORTANT */
    /*
    Get window_control_placeholder_support.css
    Window controls will be all wrong without it.
    Additionally on Linux, you may need to get:
    linux_gtk_window_control_patch.css
    */
     
    :root{ --uc-titlebar-padding: 0px; }
    @media (-moz-os-version: windows-win10){
    :root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }
    }
    #toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
    #TabsToolbar > .titlebar-buttonbox-container{
    position: absolute;
    display: block;
    top: var(--uc-titlebar-padding,0px);
    right:0;
    height: 40px;
    }
    /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */
    @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
    :root{ --uc-titlebar-padding: 0px !important }
    .titlebar-buttonbox-container{ left:0; right: unset !important; }
    }
     
    :root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }
     
    #toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
     
    #navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }
     
    .titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
     
    #titlebar{
    order: 2;
    -moz-appearance: none !important;
    --tabs-navbar-shadow-size: 0px;
    }
     
    .titlebar-placeholder,
    #TabsToolbar .titlebar-spacer{ display: none; }
    /* Also hide the toolbox bottom border which isn't at bottom with this setup */
    #navigator-toolbox::after{ display: none !important; }
     
    @media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }
     
    /* These exist only for compatibility with autohide-tabstoolbar.css */
    toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
    #navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }
     
    /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0
    See the above repository for updates as well as full license text. */
     
    /* Menubar on top patch - use with tabs_on_bottom.css */
    /* Only really useful if menubar is ALWAYS visible */
     
    
    :root{ --uc-window-control-width: 0px !important }
     
    #navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
     
    #toolbar-menubar{
    position: fixed;
    display: flex;
    top: var(--uc-titlebar-padding,0px);
    height: 29px;
    width: 100%;
    overflow: hidden;
    }
     
    #toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
     
    #toolbar-menubar > [flex]{ flex-grow: 100; }
    #toolbar-menubar > spacer[flex]{
    order: 99;
    flex-grow: 1;
    min-width: var(--uc-window-drag-space-width,20px);
    }
     
    #toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
     
    #toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
    
    /* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 25px !important; /*adjust to set height or omit to use density*/
    --tab-min-width: 80px !important; /*adjust to set width or omit to use default*/
    
    #tabbrowser-tabs {
    width: 100vw !important;
    }
    #main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}
     
    .tab-background {
    border-radius: 8px 8px 0px 0px !important; border-image: none !important;
    }
    .tab-line {
    display: none;
    }
     
    .tab-close-button {
    color: red!important;
    }
    
    
    
    /* userChrome.css Tweak */
    /* Font_size_Sidebar_only.css */
    .sidebar-placesTreechildren::-moz-tree-cell-text {
        font-size: 13px !important;
        color: white !important;    /* you can comment or delete this string */
    }
    /* Font size in the sidebar search bar */
     #search-box {
        font-size: 13px !important;                /* Font size */
        color: white !important;                /* Font color */
        font-family: arial;                    /* Font Family */
     }
    Alles anzeigen


    in meinem screenshot sieht man das in der sidebar der abstand größer ist als im aufklappmenü.

    auch ist in der sidebar die schrift mittig in der zeile angeordnet wobei sie im aufklappmenü unten angebunden ist.


    gruß stephan

  • Abstand der Lesezeichen

    • -gRoBI-
    • 12. April 2025 um 20:52

    hallo leute...


    ich habe jetzt viel rum probiert aber igeentwie komme ich auf keinen grünen zweig...

    wäre schön wenn mir noch mal jemand helfen könnte...

    ich habe auch noch einen screenshot gemacht...



    gruß stephan

  • Abstand der Lesezeichen

    • -gRoBI-
    • 31. März 2025 um 20:23

    Hallo....

    danke erstmal für die schnellen antworten...

    es ist fast perfekt... nur der abstand zwischen den zeilen ist noch etwas zu groß...

    habe es mal mit padding-block: 1px !important; und padding-inline-start: 1px !important; probiert aber das änder nur die position der schrift zum symbol...

    der zeilenabstand müste quasi noch kleiner werden...


    gruß stephan

  • Abstand der Lesezeichen

    • -gRoBI-
    • 30. März 2025 um 23:14

    hallo leute...

    ich benutze gerade den code aus dem beitrag #49 und dieser macht genau das was ich haben will bis auf das die schrift in der lesezeichen sidebar für mich zu klein ist. ich habe den code auch schon etwas modifiziert mit etwas code aus einem anderen post allerding hat sich die schriftgröße nur im dropdown menü von der menüleiste lesezeichen vergrößert.

    wo muss ich etwas änder damit die schriftgröße auch in der lesezeichen sidebar größer wird ?


    gruß stephan

Unterstütze uns!

Jährlich (2025)

92,9 %

92,9% (604,17 von 650 EUR)

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