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

Beiträge von Mira_Belle

  • Aktiver Tab

    • Mira_Belle
    • 28. Juni 2022 um 01:02
    Zitat von .DeJaVu

    Das Adressleiste.css ist extrem buggy

    pseudo und complex kannst du ignorieren, das ist Firefox-spezifisch, Stylus warnt nur.

    Aber fehlende Kommata, Farbangaben bei "box-shadow: transparent" sind zu beheben, scheint es nicht zu geben.


    Du solltest dazuschreiben, dass du die Menüleiste brauchst, sieht trotzdem suboptimal aus. Welches Theme nutzt du? "Dark"?

    Ohne die Zeile 19, deine Änderung.

    Alles anzeigen

    Die Kommafehler sind behoben.

    Der Fehler mit "box-shadow: transparent" habe ich auch korrigiert! box-shadow:  1px 1px 10px rgba(0, 0, 0, 0) !important;

    Auch die Fehler in der "aboutDialog.css" sind, bis auf den Letzten beseitigt.

    Ich erkenne nicht, was da falsch sein sollte.

    Danke für die Hinweise.

    Ja, das mit der Menüleiste hätte ich erwähnen sollen, sorry, habs einfach vergessen.

    Als Theme kommt bei mir "abstract Orange-and-blue" von Valou zum Einsatz.

    Das Ganze schaut dann so aus:

    Gruß

    Mira

  • Aktiver Tab

    • Mira_Belle
    • 27. Juni 2022 um 21:21

    Habe es gerade mit einem neuen Profil ausprobiert!

    Allen Code in der Stilbearbeitung kopiert.

    Da gibt es keinen Rahmen, auch nicht, wenn ich die Farbe ändere.

    Bin der Meinung, dass es was mit dem Theme zu tun hat.

    Gruß

    Mira

    Nachtrag!

    Bin meinem Verdacht weiter nachgegangen.

    Habe verschiedene Themes ausprobiert und siehe da,

    einige generieren beim aktiven Tab einen Rahmen.

    Wie lässt sich das verhindern?

    Ich möchte, dass ein Theme lediglich nur das "Hintergrundbild" zur Verfügung stellt.

    Gruß

    Mira

  • Aktiver Tab

    • Mira_Belle
    • 27. Juni 2022 um 20:27
    Zitat von .DeJaVu

    Da wäre es hilfreich, das gesamt CSS von dir einzusehen, nicht nur die Schnipsel.

    Ohweh.

    Du hast es so gewollt!

    Die userChrome.css

    CSS
    @import url("aboutDialog.css");
    @import url("Hamburgermenü.css");
    @import url("Lesezeichen.css");
    @import url("Tabs.css");
    @import url("Adressleiste.css");
    
    
    @-moz-document url(chrome://browser/content/browser.xhtml)              
    {
        
        /*----------------------------------------------------*/
        /* Anpassungen der Navigations- und Lesezeichenleiste */
        /*----------------------------------------------------*/
    
        /* Navigationsleiste Farbe */
    
        #nav-bar {
            background-color: transparent !important;
        }
    
        /* Menüleiste Farbe */
        
        #PersonalToolbar {
            background-color: transparent !important;
        }
    
        /* Breite des Leerzeichens ganz am Anfang */
        
        #customizableui-special-spring117 {
        max-width: 20px !important;
        }
        
    /************** Flexibler Leerraum (Anpassen-Menue), die Breite ist anpassbar ***********************/
    
    toolbarpaletteitem[id^="wrapper-customizableui-special-spring"] {
        min-width: 10px!important;
        max-width: 15px!important;
    }
    
    toolbarspring {
        -moz-box-flex: 1;
        min-width: 15px!important;
        max-width: 15px!important;
    }
        /*----------------------------------*/
        /********** Line entfernen **********/
        /*----------------------------------*/
    
        /* Ich hatte eine helle Linie zwischen Tab- & Adressleiste */
    
        :root { --tabs-navbar-shadow-size: 0 !important; 
        }
    
        /*---------------------------------------------------*/
        /**** Anpassungen an der Lesezeichen-Symbolleiste ****/
        /*---------------------------------------------------*/
    
        /* "Breite" der Separatoren */
        
        #PlacesToolbarItems > toolbarseparator {
            padding-inline: 5px !important;
        }
    
        /* "Sichtbarkeit" der Separatoren */
        
        #PlacesToolbarItems > toolbarseparator::before {
            border-image-slice: 0 !important;
        }
    
        /*---------------------------------------------------*/
        /****     Anpassungen an dem Lesezeichen-Popup    ****/
        /*---------------------------------------------------*/
    
        #PlacesToolbar menuitem, #PlacesToolbar menu {
            color: #e1e1e1 !important;                                            /* Farbe Schrift */
        }
    
        #PlacesToolbar menupopup[placespopup="true"] menuseparator::before {
            border-top: 1px solid #5b5b66 !important;                           /* Farbe Separator */
        }
    
        :root[lwtheme-image]:-moz-lwtheme-brighttext {
        text-shadow: none !important;
        }
    
        .browser-toolbar:not(.titlebar-color) {
        color: rgba(225, 225, 225, 0.9) !important;
        }
    
        /*---------------------------------------------*/
        /****     Anpassungen an der Linkanzeige    ****/
        /*---------------------------------------------*/
    
        #statuspanel-label {
            background-color: #292c2f  !important;
            color: #e1e1e1 !important;
            font-weight: bold !important;
            font-size: 10px !important;        
            border: 2px solid #ff9600 !important;
            border-radius: 8px !important;
    /*        border-width:3px !important;        */
    /*        border-color: #ff9600 !important;        */    
    /*        border-style: outset !important;        */
        }
    
    
    
        /* Markierter Text  */    
        
        ::selection {
            color: #ffffff !important;
            background: #ff8000 !important;
        }
    
    
      }
    Alles anzeigen

    Hamburgermenü.css

    CSS
    @-moz-document url(chrome://browser/content/browser.xhtml)
    {
        /*---------------------------------------------------*/
        /********* Anpassungen des "Hamburgermenüs" **********/
        /*---------------------------------------------------*/
    
        .foo {    /* nur wegen der Klammern */
        }
    
        :root {
            --arrowpanel-menuitem-padding: 0px 8px !important;                    /* Zeilenabstand */
        }
        
        #appMenu-protonMainView {                                                /* Menübreite */
            width: 320px !important;            
        }    
    
        /* Farbe der Separatoren */
     
        #editBookmarkPanel toolbarseparator, 
        .cui-widget-panel toolbarseparator {
            appearance: none !important;
            background: #5b5b66 !important;                                    /* Helles Mausgrau */
        }
    
        /* Farbe der Schrift & Hintergrund */
        
        panelview,
        #appMenu-popup  .panel-subview-body {
            background: #292c2f !important;                                          /* Dunkles Grau */
            border: 1px solid #ff9600 !important;
            border-radius: 8px !important;
        }
    
        :is(menupopup, panel)[type="arrow"] {
        
            --panel-color: #e1e1e1 !important;                                 /* Schriftfarbe */        /* Hellgrau */
            --panel-border-color:#292c2f !important;                             /* Rahmenfarbe */
            --panel-border-radius: 8px !important;                                 /* Rahmenradius */
        } 
    }
    Alles anzeigen

    Lesezeichen.css

    CSS
    @-moz-document url(chrome://browser/content/browser.xhtml)            
    {
        /* ----------------------------------------------------------------------------*/
        /***** Abstände der Einträge in den Menüs und Lesezeichen wieder schmaler ******/
        /* ----------------------------------------------------------------------------*/
    
        /* Abstände */ 
        menupopup > menuitem,
        menupopup > menu {
            appearance: none !important;
            padding-block: 2px !important;
            padding-inline-start: 25px !important;
        }
        /* Anpassungen der Popups */
        menupopup {
            appearance: none !important;
            --panel-color: #e1e1e1 !important;                                    /* Hellgrau, Schrift */
            --panel-background: #292c2f !important;                                /* Dunkles Grau, Hintergrund */    
            --panel-border-color:transparent !important;                        /* Rahmenfarbe */
            --panel-border-radius: 4px !important;                                /* Rahmenradius */
            background-color: #292c2f !important;                             /* Hintergrund */
        border: 3px solid #ff9600 !important;
    /*    border: 3px solid #ff9600 !important;    */
        border-radius: 8px !important;
        }
      
        /* Nur für anderes Windowstheme */
        #context-navigation {
            background-color: transparent !important;
        }
    
        #context-navigation:not([hidden]) {
            appearance: none !important;
            padding: 0 25px 4px !important;
        }
    
        menu[id="file-menu"],
        menu[id="edit-menu"],
        menu[id="view-menu"],
        menu[id="history-menu"],
        menu[id="bookmarksMenu"],
        menu[id="tools-menu"],
        menu[id="helpMenu"]  {
            appearance: none !important; 
            background:transparent !important;    
            color: #e1e1e1  !important;                                        /* Hellgrau, Schrift */
        }
        menu[id="file-menu"]:hover,
        menu[id="edit-menu"]:hover,
        menu[id="view-menu"]:hover,
        menu[id="history-menu"]:hover,
        menu[id="bookmarksMenu"]:hover,
        menu[id="tools-menu"]:hover,
        menu[id="helpMenu"]:hover {
            appearance: none !important; 
            background: rgba(225, 225, 225, 0.2) !important;                    /* Hellgrau, Feld */
        }
    
    }
    Alles anzeigen

    Tabs.css

    CSS
    @-moz-document url(chrome://browser/content/browser.xhtml)              
    {
    
        /* -------------------------------------------------*/
        /************* aktiven Tab einfärben ****************/
        /* -------------------------------------------------*/
    
        .tab-background[selected="true"] {                                                                                            
            background:rgba(255, 148, 0, 0.4) !important;                        /* Aktiver Tab: Hintergrundfarbe (Orange)*/                                                        
            box-shadow: inset  0px 0px 5px 0px #ff9400 !important;                /* Aktiver Tab: Schatten Breite, Art und Farbe (Orange) */
            border: hidden !important;                                            /* Aktiver Tab: Rahmen ausblenden */ 
    /*    border: 1px solid #D4D4D4 !important;    */                                /* Aktiver Tab: Rahmen Breite, Art und Farbe */
        }
    
        .tab-label[selected]  {
            color: #ffffff !important;                                            /* Aktiver Tab: Schriftfarbe (Weiß) */
        }
        
        .tabbrowser-tab:-moz-lwtheme {
            color: rgba(255, 148, 0, 0.1) !important;                            /* Weißer Rahmen um aktiven Tab entfernen (Orange)    */
    }
    
        /* --------------------------------------------------*/
        /************* passiven Tab einfärben ****************/
        /* --------------------------------------------------*/
    
        .tab-background:not([selected]):not([multiselected]) {
            background:rgba(225, 225, 225, 0.2) !important;                        /* Inaktiver Tab: Hintergrundfarbe (Hellgrau) */
            box-shadow: inset 0px 0px 5px 0px #e1e1e1 !important;                /* Inaktiver Tab: Schatten Breite, Art und Farbe (Hellgrau) */
            border: hidden !important;                                            /* Inaktiver Tab: Rahmen ausblenden */
    /*    border: 1px solid #D4D4D4 !important;    */                                /* Inaktiver Tab: Rahmen Breite, Art und Farbe */
        }
    
        .tab-label:not([selected]):not([multiselected]) {
            color: #D4D4D4 !important;                                            /* Inaktiver Tab: Schriftfarbe (Hellgrau) */
        }
        
        /*---------------------------------------------------*/
        /************** Tab schließen X hover  ***************/
        /*---------------------------------------------------*/
    
        .tab-content > .tab-close-button:hover {
            background:rgba(255, 0, 0, 0.4) !important;                            /* Rot */
            box-shadow: 0 0 1em rgba(255, 0, 0, 0.7) !important;                /* Rot, glow */
    /*      background: #E81123 !important;                            */            /* Kirschrot rgb(232, 17, 35) */
    /*        box-shadow: inset 0px 0px 4px 0px #ff0000 !important;    */            /* Hellrot rgb(255, 0, 0) */
        }
        
        /*Tab schließen Button verschoben*/
        
        .tab-close-button{
            flex-shrink: 0 !important;
            margin-right: -6px !important;
        }
    
        /*Symbol für Schließen (X) wieder sichtbar gemacht*/
    
    .close-icon {
        color: rgba(255, 255, 255, 0.9) !important;                                /* Weiß, nur leicht tranzparent, für ALLE    */
    }
    
        
        /*---------------------------------------------------*/
        /***************** New Tab Icon  *********************/
        /*---------------------------------------------------*/
     
        /* Dies ist das Pluszeichen um einen neuen Tab zuöffnen */
     
        :is(.tabs-newtab-button,#tabs-newtab-button) {
            list-style-image: url("./image/newtab-inverted.png") !important;
            -moz-image-region: rect(2px, 15px, 16px, 1px) !important;
        }
        
        /*-----------------------------------------------*/
        /****     Tabtext nicht verkürzt bei hover    ****/
        /*-----------------------------------------------*/
    
        /* Ein längerer Tabtext wird am Ende ja ausgeblendet. */
        /* Diese Verkürzung bei hover hätte ich gerne verhindert. */
    
        .tabbrowser-tab:not(:hover) > .tab-stack > .tab-content > .tab-close-button {
            padding-inline-start: 7px !important;
            width: 24px !important;
        }
      
        .tabbrowser-tab[visuallyselected=true]:not(:hover),
        #tabbrowser-tabs:not([closebuttons=activetab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:not([visuallyselected=true]):not(:hover) {
            --tab-label-mask-size: 1em !important;
        }
        
        /* Tabtext wird nicht ausgeblendet */
        
        .tab-label-container[textoverflow][labeldirection=ltr]:not([pinned]),
        .tab-label-container[textoverflow]:not([labeldirection]):not([pinned]):-moz-locale-dir(ltr) {
            mask-image: none !important;
        }    
        
        /*-------------------------------------------*/
        /****     Tabbar nach unten verschoben    ****/
        /*-------------------------------------------*/
        
        #navigator-toolbox {
            position: relative !important;
            padding-bottom: calc( var(--tab-min-height) + 10px ) !important;
        }
    
        #TabsToolbar {
            position: absolute !important;
            display: block !important;
            bottom: 0 !important;
        }
    
        #tabbrowser-tabs {
            width: 100vw !important;
        }
    
        /*---------------------------------------------------*/
        /****     Icon und Tabtext mittig ausgerichtet    ****/
        /*---------------------------------------------------*/
        
        .tab-content:not([pinned])::before{
            display: -moz-box;
            content: "";
            -moz-box-flex: 1;
        }
    
    
    }
    Alles anzeigen

    und zu guter Letzt

    Adressleiste.css

    CSS
    @-moz-document url(chrome://browser/content/browser.xhtml) {
        
        /*---------------------------------------------------*/
        /********** Anpassungen an der Adressleiste **********/
        /*---------------------------------------------------*/
        .foo {    /* nur wegen der Klammern */
        }
        /* Lesezeichen-Stern ungesetzt */
    
        #star-button:not([starred="true"]) {
            fill: #ff9600 !important; 
        /*    fill: rgb(80,160,225) !important;        */                           /* Hellblau */    
        }
        
        /* Lesezeichen-Stern gesetzt */
      
        #star-button[starred="true"] {
            fill: #ff9600 !important;                                            /* Orange */
        /*    fill: rgb(80,160,225) !important;        */                            /* Hellblau */    
        }
        
        /*  Download-Anzeige */
    
        #downloads-button[progress="true"] 
        #downloads-indicator-anchor 
        #downloads-indicator-icon {
            fill: #FFCC00 !important;                                            /* Orange */
        }
        #downloads-button {
            --toolbarbutton-icon-fill-attention: rgb(255,204,0) !important;        /* Orange */
        }
        #downloads-button > .toolbarbutton-badge-stack > #downloads-indicator-progress-outer { 
            border-color: #FFCC00 !important;                                    /* Orange */
        }
        #downloads-indicator-start-image {
            fill: #FFCC00 !important;                                            /* Orange */
        }
    
        /* Rahmen von Adressfeld und Suchfeld  */
    
        #urlbar-container {
            --toolbar-field-focus-border-color: transparent !important;
        }
        
        #urlbar {
            box-shadow: transparent !important;
            --toolbar-field-focus-border-color: transparent !important;
        }
    
    #urlbar[open] > #urlbar-background {
    
        border-color: transparent !important;
    /*    box-shadow: 0 0px 10px 10px rgba(41, 44, 47, 0.4);    */
        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    }
        
        #search-container {
            --toolbar-field-focus-border-color: transparent !important;
        }
        
        #searchbar {
            box-shadow: transparent !important;        
            --toolbar-field-focus-border-color: transparent !important;
        }
    
        #urlbar:not([focused="true"], [open]):-moz-lwtheme > #urlbar-background,
        #searchbar:not(:focus-within):-moz-lwtheme {
            border: none !important;
        }
    
        /* Markierter Text  */    
        
        ::selection {
            color: #ffffff !important;
            background: #ff8000 !important;                                    /* käftiges Orange */
        }
        
        /* Schriftfarbe im Adress- und Suchfeld */
        
        #urlbar-input, #urlbar-scheme, .searchbar-textbox {    
            color: #e6e6e6 !important;                                            /* Sehr helles Grau */
        }
        
        /* Symbolfarbe im Adress- und Suchfeld */
        
        #urlbar:-moz-lwtheme, #searchbar:-moz-lwtheme {    
            color: #e1e1e1 !important;                                            /* Hellgrau */
        }
        
        *****
        :root {
            --arrowpanel-border-color: transparent !important;                        /* Schatten um Adress- & Suchfeld */
        }                    
    
        /* Farbe Hintergrund & Schrift im Suchfeld */
    
        .search-panel-tree {
            background: #292c2f !important;                                    /* (Dunkelgrau) */
            color: #e1e1e1 !important;                                            /* (Hellgrau) */
        }
        #PopupSearchAutoComplete {
            --panel-background: #292c2f !important;                            /* (Dunkelgrau) */
            --panel-color: #e1e1e1 !important;                                    /* (Hellgrau) */
        }
    
        /* Farbe der Felder (transparent) */
    
        #urlbar-results {
            background-color: #292c2f !important;
        }
    
        .urlbarView {
            background-color: #292c2f !important;
        }
    
        .search-panel-tree {
            background: #292c2f !important;
            color: #e1e1e1 !important;
        }
    
        #urlbar-background, #searchbar {
            background-color: transparent !important;
        }
        
        /* Farbe URL */
        
        .urlbarView-url {
            overflow: hidden !important;
            color: rgba(255, 204, 0, 0.7)!important;                            /* Helles Orange , Eidottergelb */
        }
        
        /* Schriftzug " -- Mit "Google" suchen" & Hintergrund */
        
        .urlbarView-row:not([type="tip"], [type="dynamic"])[selected] > .urlbarView-row-inner, .urlbarView-row-inner[selected] {
             background-color: #484a4d  !important;                            /* Mausgrau */
            color: #e1e1e1 !important;                                        /* Hellgrau */
        }
        
    }
    Alles anzeigen

    Ach nee halt

    aboutDialog.css

    gibt es auch noch.

    CSS
    @-moz-document url-prefix("chrome://browser/content/aboutDialog.xhtml")
    {
    
        /*---------------------------------------------------*/
        /****       Anpassungen an dem About:Dialog       ****/
        /*---------------------------------------------------*/
    
        #aboutDialog {
            margin-top: 20px !important;
            margin-bottom: 20px !important;
            line-height: 1.5 !important;
    }
    
        #aboutDialog vbox,
        #aboutDialogContainer hbox,
        #clientBox vbox,
        #contributeDesc > label:nth-child(1),
        #contributeDesc > label:nth-child(2),
        #releasenotes,
        #trademark,
        #updateButton,
        label.bottom-link:nth-child(3),
        [href='about:credits'],
        [href='about:license'],
        [href='about:rights'],
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'] 
        {
                font-size: 15px !important;
        }
    
    /*    Das ist Links das FF-Logo */
    #leftBox {
        appearance: none !important;
        border-radius: 10px !important;
        background-image: url("file:///C:/Users/Andreas/image/index_test.png") !important;
        background-repeat: no-repeat !important;
        background-color: #292c2f !important;
        background-position: center center !important;
        background-size: 225px !important;
        min-width: 225px !important;
        margin-top: 80px !important;
    }
    
    
    /*    Das ist Rechts die Box    */
        #rightBox::before {
            content: "Firefox Browser" !important;
            font-size: 40px !important;
            font-weight: 700 !important;
            color: #fff582 !important;
            text-shadow: 4px 4px red !important;
        }
    
        #rightBox {
            background-image: none !important;
            padding-top: 1px !important;      
            margin-top: 1px !important;
        }
    
        #aboutDialog,
        #bottomBox,
        #clientBox {
            background-color: #292c2f !important;
        }
    
        #icons  .icon {
            margin: 10px !important;
        }
    
    /*    Update-Check ohne Erwartung ;)*/
    /*    Blendet Original-Animationen aus!*/
    #icons > .update-throbber {
        visibility: hidden !important;
    }
    
    #updateDeck #checkingForUpdates > label {
        appearance: none !important;
        border-radius: 10px !important;
        background-image: url("./image/sample_3.gif") !important;
        background-repeat: no-repeat !important;
        background-color: #292c2f !important;
        background-position: 0% center !important;
        background-size: 36px !important;
        color: #eee8aa !important;
        font-size: 1.2em !important;
        font-weight: 200 !important;
        min-height: 28px !important;
        margin-top: 0 !important;
        margin-right: -10px !important;
        margin-bottom: 10px !important;
        margin-left: -40px !important;
        padding-top: 7px !important;
        padding-right: 25px !important;
        padding-bottom: 0 !important;
        padding-left: 45px !important;
    }
    
    /*    Blendet Original-Icon aus!*/
    #icons > .noUpdatesFound {
        visibility: hidden !important;
    }
    
    #noUpdatesFound > label:nth-child(1) {
        appearance: none !important;
        border-radius: 10px !important;
        background-image: url("./image/tick_2.png") !important;
        background-repeat: no-repeat !important;
        background-color: #292c2f !important;
        background-position: 0 center !important;
        background-size: 36px !important;
        color: #ff9600 !important;
        font-size: 1.5em !important;
        font-weight: 400 !important;
        min-height: 28px !important;
        margin-top: 0 !important;
        margin-right: -10px !important;
        margin-bottom: 12px !important;
        margin-left: -40px !important;
        padding-top: 2px !important;
        padding-right: 25px !important;
        padding-bottom: 0 !important;
        padding-left: 45px !important;
    }
    
    /*  Das muss noch gecheckt werden   */
    
    
    #downloadAndInstallButton    {
        appearance: none !important;
        border-radius: 10px !important;
    /*    background-image:  url("./image/herz.png") !important;        */
        background-repeat: no-repeat !important;
        background-color: #5b5b66 !important;
        background-position: 0% center !important;
        background-size: 16px !important;
        color: #e1e1e1 !important;
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 10px !important;
        padding-top: 0px !important;
        padding-right: 10px !important;
        padding-bottom: 2px !important;
        padding-left: 10px !important;
    
            
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 5px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;
        }
        
        #downloadAndInstallButton:hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
        
        
    
        
        #updateButton    {
            appearance: none !important;
            border-radius: 10px !important;
            background-image:  url("./image/herz.png") !important;
            background-repeat: no-repeat !important;
            background-color: #5b5b66 !important;
            background-position: 0% center !important;
            background-size: 16px !important;
            color: #e1e1e1 !important;
            margin-top: 0px !important;
            margin-right: 0px !important;
            margin-bottom: 0px !important;
            margin-left: 10px !important;
            padding-top: 0px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            padding-left: 10px !important;      
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 5px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;
        }
            #updateButton:hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    /*
        #icons > .apply    {
            visibility: hidden !important;
        }
    */    
        
           
    }
    
    
    /*-------------------------------------------------------------------------------*/
    
        /*    Versionsanzeige        */
        
        #version.update {
            margin-left: 10px !important;
            font-size: 19px !important;
            color: orchid !important;
            padding-top: 5px !important;
            }
    
        /*     ohne Unterstrich    */
    
        #releasenotes,                                              /*     Neue Funktionen und Änderungen    */  
        #submit-feedback,                                         /*     Feedback senden    */ 
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'],
        [href='about:credits'],                                      /*     globalen Comunity    */  
        #contributeDesc > label:nth-child(1),                      /*     Spenden Sie    */  
        #contributeDesc > label:nth-child(2),                      /*     machen Sie mit!    */  
        [href='about:license'],                                      /*     Information zur Lizensierung    */  
        [href='about:rights'],                                       /*     Endanwenderrechte    */  
        label.bottom-link:nth-child(3)                              /*     Datenschutzbestimmungen    */  
        {
            text-decoration: none !important;
        }
        
        description.text-blurb:nth-child(3) > label:nth-child(1)  {
            text-decoration: none !important;
        }
    
        /*    Text    */
        
        .text-blurb
        {
            font-size: 15px !important;
            color: #e1e1e1 !important;
            padding-right: 1px !important;
        }
    
        /*     Neue Funktionen und Änderungen    */
        
        #releasenotes {
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            margin-top: 2px !important;
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;
        }
        #releasenotes:hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    
        /*     Firefox-Hilfe    */
        
        description.text-blurb:nth-child(3) > label:nth-child(1) {
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-top: 35px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;      
        }
        description.text-blurb:nth-child(3) > label:nth-child(1):hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    
        /*     Feedback senden    */
        
        #submit-feedback {
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-top: 35px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;      
        }
        #submit-feedback:hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    
        /*     Mozilla    */
        
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'] {
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 10px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 1px !important;     
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;          
        }
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog']:hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    
        /*     globalen Comunity    */
        
        [href='about:credits'] {
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 10px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 1px !important;     
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        [href='about:credits']:hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    /*    Hinter dem Komma einen Zeilenumbruch erzwingen    */
    
        #detailsBox > description#communityDesc {
            max-width: 570px !important;
        }
    
        /*     Spenden Sie    */
        
        #contributeDesc > label:nth-child(1) {
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 2px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        #contributeDesc > label:nth-child(1):hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    
        /*     machen Sie mit!    */
        
        #contributeDesc > label:nth-child(2) { 
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 2px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        #contributeDesc > label:nth-child(2):hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    
        /*     Information zur Lizensierung    */
        
        [href='about:license'] {
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
            margin-top: 1px !important;
            margin-bottom: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;             
        }
        [href='about:license']:hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    
        /*     Endanwenderrechte    */
        
        [href='about:rights'] {
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
            margin-top: 1px !important;
            margin-bottom: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        [href='about:rights']:hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    
        /*     Datenschutzbestimmungen    */
        
        label.bottom-link:nth-child(3) {
            appearance: none !important;
            background: #5b5b66 !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
            margin-top: 1px !important;
            margin-bottom: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #ff9600 !important;
            border-style: outset !important;
            border-width: 3px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        label.bottom-link:nth-child(3):hover {
            background: #e1e1e1 !important;
            background-position: 12px 4px !important;
            color: #292c2f !important;
        }
    /*    Text ganz unten, Logo und Warenzeichen    */
        
        #trademark {
            padding-top: 10px !important;
            text-align: center !important;
            color: #e1e1e1 !important;
            margin-block: 15px !important;
            font-size: 13px !important;    
            font-weight: 700 !important;  
            
        }
        
    /*    Den Text "design by me ©" will ich ganz unten rechts inne Ecke.... */    
    #bottomBox::after {
      display: flex !important;
      content: "design by me ©" !important;
      font-size: 11px !important;
      margin-left: 850px !important;
      color: #e1e1e1 !important;
    /*  border: 2px solid yellow !important;    */
    /*  border-radius: 15px !important;    */
      padding-left: 12px !important;
        }    
            
    #aboutDialog {
        margin-bottom: 0px !important;
        }
    
    }
    Alles anzeigen

    Gruß

    Mira

  • Aktiver Tab

    • Mira_Belle
    • 27. Juni 2022 um 20:03

    Kann ich Dir auch nicht erklären, ist aber so!

    ABER, ich habe mein Problem gelöst.

    CSS
        .tabbrowser-tab:-moz-lwtheme {
            color: rgba(255, 148, 0, 0.2) !important;                            /* Weißer Rahmen um aktiven Tab entfernen (Orange)    */
    }

    Bringt den erwünschten Effekt.

    Danke für Deine Mühe.

    Gruß

    Mira

  • Aktiver Tab

    • Mira_Belle
    • 27. Juni 2022 um 19:51

    Ok, bin, war verwirrt!

    Nutze ich "Deinen" abgewandelten Code ...

    CSS
    .tabbrowser-tab:is([selected], [multiselected]):-moz-lwtheme {
        color: rgba(255, 148, 0, 0.2)) !important;            /* Weißer Rahmen um aktiven Tab entfernen (Orange)    */    
    }

    ... habe ich einen weißen Rahmen!

    Nehme ich aber ...

    CSS
    .tabbrowser-tab:is([selected], [multiselected]):-moz-lwtheme {
        color: var(--lwt-tab-text, rgba(255, 148, 0, 0.2)) !important;            /* Weißer Rahmen um aktiven Tab entfernen    */    
    }

    ... ist der Rahmen "natürlich" orange!

    ACHTUNG!

    Verändere ich die Farbe ...

    CSS
    .tabbrowser-tab:is([selected], [multiselected]):-moz-lwtheme {
        color: var(--lwt-tab-text, rgba(255, 0, 0, 0.8)) !important;            /* Weißer Rahmen um aktiven Tab entfernen    */    
    }

    so wie hier, Rot, fast keine Transparenz,

    habe ich klaro einen roten Rahmen.

  • Aktiver Tab

    • Mira_Belle
    • 27. Juni 2022 um 15:10
    Zitat von Sören Hentzschel

    Und welchen Druck hast, dass du nicht einen Tag warten kannst? Das Update kommt so oder so automatisch, du musst Updates nie manuell installieren. Dass es mehrere sogenannte Release Candidates gibt, kommt andauernd vor. Neue Versionen gelten dann freigegeben, wenn sie über die Website, d.h. auf http://www.mozilla.org, und/oder via Update verteilt werden. Bis dahin befindet sich eine neue Version noch in der Test- und Vorbereitungsphase und kann immer noch verändert werden.

    Keinen! War einfach nur etwas ungeduldig.

    Jetzt ist er halt drauf.

    Zitat von Sören Hentzschel

    Der zweite Parameter einer var()-Funktion in CSS ist ein Fallback für den Fall, dass der Inhalt der im ersten Parameter angegebenen Variable ungültig ist. Die Variable --lwt-tab-text wird (optional) durch Themes gesetzt (das entspricht tab_text in einem Theme) und kann daher auch leer sein. Nur wenn das der Fall ist, greift var(--toolbar-color).

    Ok, ich wiederhole.

    Die erste Anweisung ist für ein Theme und falls das Theme da nichts angibt, greift zweite Anweisung!

    Da ich im Code nun aber Weiß angegeben habe, ist da auch kein Parameter, bzw. halt eben "Weiß".

    Nur wie verändere ich den Code, dass erst gar nicht auf das Theme gewartet wird, sondern NUR auf meine Vorgaben reagiert wird?

    Das hat dann, so glaube ich etwas mit diesem Stück Code zu tun, oder?

    CSS
    .tabbrowser-tab:is([selected], [multiselected]):-moz-lwtheme

    Gruß

    Mira

  • Aktiver Tab

    • Mira_Belle
    • 27. Juni 2022 um 14:46
    Zitat von Sören Hentzschel

    Hallo,

    Du nutzt eine Beta-Version? Denn die finale Version Firefox 102 ist noch überhaupt nicht veröffentlicht worden. Veröffentlichungs-Tag für Major-Relases ist seit Jahren immer ein Dienstag.

    Nunja, mag sein, dennoch war, bzw. ist diese Version schon auf dem Server.

    Denkst Du, Mozilla könnte diese Versionen noch verändern oder zurückziehen?

    Wenn ja, stellen wir die Problemlösung hinten an und warten bis nach der offiziellen Veröffentlichung.

    Gruß

    Mira

  • Aktiver Tab

    • Mira_Belle
    • 27. Juni 2022 um 14:37

    Mh.

    Hatte folgende Anpassung für den aktiven Tab.

    CSS
        .tab-background[selected="true"] {                                                                                            
            background:rgba(255, 148, 0, 0.4) !important;                        /* Aktiver Tab: Hintergrundfarbe (Orange)*/                                                        
            box-shadow: inset  0px 0px 5px 0px #ff9400 !important;                /* Aktiver Tab: Schatten Breite, Art und Farbe (Orange) */
            border: hidden !important;                                            /* Aktiver Tab: Rahmen ausblenden */ 
        }

    Tab wurde angezeigt wie gewünscht!

    Nach dem Update gab es einen feinen weißen Rahmen um den aktiven Tab.

    Auch das Symbol "X" im Schließenbutton war kaum mehr zu erkennen.

    Um das Symbol "X" wieder "sichtbar" zu machen, habe ich ...

    CSS
    .close-icon {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    ... hinzugefügt.

    Beeinflusst aber auch das Symbol "X" in anderen, nicht aktiven Tabs. (muss ich mir merken!)

    Für den Rahmen nachfolgenden Code genutzt.

    CSS
    .tabbrowser-tab:is([selected], [multiselected]):-moz-lwtheme {
        color: var(--lwt-tab-text, rgba(255, 148, 0, 0.2)) !important;
    }

    Diesen verstehe ich aber nicht!

    So war das Original

    color: var(--lwt-tab-text, var(--toolbar-color));

    Was hat es mit var(--lwt-tab-text auf sich?

    var(--toolbar-color)); war für die Farbe.

    Wie kann der Code anders geschrieben werden, ohne das "Text-Ding"?

    Ich habe es nicht hinbekommen.

    Gruß

    Mira

  • Unerwünschte Weiterleitung auf russische Aliexpress Seite

    • Mira_Belle
    • 13. Juni 2022 um 11:54

    Adresse https://de.aliexpress.com/

    &

    Adresse https://de.aliexpress.com/

    Funktionieren hier, ohne Umleitung.

    Gruß

    Mira

  • Verbesserung userChrome.css (Saubere Programmierung)

    • Mira_Belle
    • 13. Juni 2022 um 11:46
    Zitat von FireBugs

    Aber ganz so sauber dürfte es nicht sein:

    => Wenn man in der userChrome.css die Import-Zeile ganz nach unten setzt, klappt es nicht mehr: Die Import-Datei wird nicht ausgeführt...

    Wenn ich jetzt nicht total falsch liege, muss das so sein!

    Import immer zu Anfang andere Anweisungen danach.

    Bitte um Korrektur, wenn ich Blödsinn erzähle.

    Gruß

    Mira

  • Firefox Translations kann in finaler Firefox-Version getestet werden

    • Mira_Belle
    • 3. Juni 2022 um 11:31

    Cool, Danke für diesen Hinweis.

    Gruß

    Mira

  • Vorschaubilder für installierte Themes fehlen...

    • Mira_Belle
    • 15. Mai 2022 um 19:58
    Zitat von .DeJaVu

    Ne, KFZ-Kennzeichnung für Canada.

    Hat Dir schon mal jemand gesagt, dass Du ein ganz schöner ..... sein kannst?

    Ist Dir das Fragezeichen aufgefallen?

    Das war eine Frage!

    Ich weiß es nicht! Deshalb fragte ich nach und Google gab dutzende Antworten, von denen auch durchaus

    etwas anderes hätte zutreffen können.

    Nagut, dann zensiere ich mal selber!

    Mir ist es schon, wie oft passiert, dass so geantwortet wird!

    Du, lieber Sören, magst es Sarkasmus nennen und auch so verstehen,

    aber wenn einem das dauernd passiert, oder wenn ich mich als Kerl ausgebe, gar nicht,

    dann kann man schon so manches dahinter vermuten.

  • Vorschaubilder für installierte Themes fehlen...

    • Mira_Belle
    • 15. Mai 2022 um 10:55
    Zitat von .DeJaVu

    CDN muss ich dir nicht erklären?

    Content Delivery Network ?

    Gruß

    Mira

  • Text und Icons in der Mitte von Tabs

    • Mira_Belle
    • 15. Mai 2022 um 10:49
    Zitat von Horstmann

    Ich hoffe es funktioniert ; der Dank geht aber an den Reddit User der ihn zur Verfügung gestellt hat . :)

    Bestens, absolut!

    Du hast den Code aber hier veröffentlicht, also Danke.

    Kannst ja, weil Du auf Reddit ja registriert bist, ja den "Dank" hier verlinken. ;)

    Wenn Du möchtest.

    Grüß

    Mira

  • Text und Icons in der Mitte von Tabs

    • Mira_Belle
    • 14. Mai 2022 um 11:10

    Ich war so frei und habe mir den nachfolgenden Codeschnipsel mal "ausgeborgt"!

    CSS
    .tab-content:not([pinned])::before{
        display: -moz-box;
        content: "";
        -moz-box-flex: 1;
    }

    Danke.

    Gruß

    Mira

    Apropos Süchtig,

    ja, ich denke, ich bin's.

  • Firefox 100, Windows 10 Pro, Menübar, hover Effekt

    • Mira_Belle
    • 6. Mai 2022 um 14:34
    CSS
    /* Hintergrundfarbe (hellblaugrau=#C6E2FF) aktives Menü und Aufklappmenü */
    
    #main-menubar > menu:hover,
    menupopup.textbox-contextmenu :is(menu,menuitem)[_moz-menuactive="true"],
    popupset > menupopup  :is(menu,menuitem)[_moz-menuactive="true"],
    popupset > menupopup  menupopup :is(menu,menuitem)[_moz-menuactive="true"],
    popupset >*:not(menupopup) menupopup :is(menu,menuitem)[_moz-menuactive="true"],
    menupopup :is(menu,menuitem)[_moz-menuactive="true"] {
    background: #C6E2FF !important;
    color: black !important;
    appearance: none !important;
    }
    Alles anzeigen
  • Statusleiste mit Fortschrittsanzeige?

    • Mira_Belle
    • 29. April 2022 um 23:49

    Was Gabbo Dir sagen wollte,

    mit der js-Datei erstellst Du Dir Deine Funktion und deren Wirkweise,

    mit der css-Datei kannst Du das Aussehen beeinflussen.

    Und nun viel Erfolg.

    Gruß

    Mira

  • Tabtext am Ende bei hover nicht verkürzen

    • Mira_Belle
    • 21. April 2022 um 18:41

    Hab mir mal den Code aus geborgt.

    Danke

    Gruß

    Mira

  • Neuer Tab

    • Mira_Belle
    • 31. März 2022 um 22:22

    Könnte etwas mit Cookies zu tun haben.

  • Ich komme mit meinen Anpassungen nicht weiter

    • Mira_Belle
    • 6. März 2022 um 08:46

    Nun ja, und er fragte, was der Code in Zeile 212 bewirken soll.

    Diese Antwort bist Du schuldige geblieben.

    CSS
    <img src="https://www.camp-firefox.de/images/smilies/emojione/1f618.png" alt=":*" class="smiley" srcset="https://www.camp-firefox.de/images/smilies/emojione/1f618@2x.png 2x" loading="eager" data-tooltip="kiss" aria-label="kiss" id="wscSmiley_0_0" width="23" height="23">    }

    Gruß

    Mira

Unterstütze uns!

Jährlich (2026)

69,4 %

69,4% (538,17 von 775 EUR)

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