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

Beiträge von Boersenfeger

  • Thunderbird-Profilordner jetzt im Daily unter Roaming/Mozilla statt direkt unter Roaming

    • Boersenfeger
    • 27. Februar 2025 um 14:46
    Zitat von Sören Hentzschel

    Das ist der Klassiker: Änderungen für Firefox, in dem Fall am Build-System, die sich dann auf Thunderbird auswirken, ohne, dass das vorausgesehen wurde. ;) Eine Korrektur ist mittlerweile in Arbeit.

    Man kann also davon ausgehen, das das nicht der Weg ist, auf den wir uns einstellen müssen? Denn dann hätte ich ein großes Problem mit all meinen Scripts und Codes, da diese auf Grafiken hinweisen, die sich im jetzigen Profil befinden.

  • In memoriam

    • Boersenfeger
    • 26. Februar 2025 um 17:59

    :( Der war lustig...

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 25. Februar 2025 um 17:41

    ok, dann hat das eine mit dem anderen nichts zu tun. Thema fertig! :)

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 25. Februar 2025 um 17:35

    stimmt, aber was möchte dann die Aussage von Sören Hentzschel bedeuten? :P

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 25. Februar 2025 um 17:32

    Danke, aber about:rights ist rechts noch zu finden :/

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 25. Februar 2025 um 17:11

    Ein Missverständnis.. ;)

    Der about ; Dialog ist schon in Ordnung aus # 13

    Ich meinte diesen Code:

    CSS
            /* AGENT_SHEET */
            @namespace url(http://www.w3.org/1999/xhtml); 
            @-moz-document url("about:about") {
            
            html {background: #FFFFFF !important;
    		}
            
            ul.columns {
            column-count: 3 !important;
            column-gap: 20px !important;
            margin: 0 !important;
            }
            
            body{ 
            background-color: #fffff0 !important;
            max-width: 1590px !important;
            min-height: 620px !important;
            height: auto !important; 
            margin-top: 70px !important;
            margin-bottom: 30px !important;
            margin-left: 80px !important;
            padding-top: 45px !important;
            padding-left: 25px !important;
            padding-right: 25px !important;
            padding-bottom:  65px !important;
            border-left-color:  lightblue!important;
            border-top-color:  lightblue!important;
            border-right-color:  dodgerblue!important;
            border-bottom-color:  dodgerblue!important;
            border-radius: 20px !important;
            border-width:  4px !important;
            border-style: outset !important;
    		}
            
            
            .container > h1:nth-child(1){
            margin-left: 150px !important;
            color: blue !important; 
            font-size: 24px !important; 
            font-weight: bold !important;
    		}
            
            ul{list-style: none !important;
    		}
                            
            #abouts{
            min-width: 1320px !important;
            background-color: #ffffff !important;
            margin-left: -300px !important;
            margin-top: 25px !important;
            padding-top: 25px !important;
            padding-left: 25px !important;
            padding-right: 25px !important;
            padding-bottom:  25px !important;
            border-left-color:  lightblue!important;
            border-top-color:  lightblue!important;
            border-right-color:  dodgerblue!important;
            border-bottom-color:  dodgerblue!important;
            border-radius: 20px !important;
            border-width:  4px !important;
            border-style: outset !important;
    		}
            
            p {margin-left: 160px !important; font-size:15px!important;
    		}
            
            h1::before {
            content: "Boersenfegers Firefox:    "; 
            font-weight:bold !important;  
            color:red !important;
            margin-left: 80px !important;
    		}
    
            a{
            text-decoration:none!important;
            color:black!important;
    		}
        
            /* Breite der Schaltflächen */
    
            #abouts > li:nth-child(n+1){
            min-width: 190px !important;
            max-width: 190px !important;
            }
            
            /* Die ersten 14 */
    		
            #abouts > li:nth-child(-n+15){
            appearance:none!important;
            background: #929dc2 url("..//icons/Bild3.png")no-repeat !important;
            color:transparent!important;
            font-size:14px!important;
            text-decoration:none!important;
            margin-top:3px!important;
            margin-bottom: 5px !important;
            margin-right:20px!important;
            margin-left: 55px !important;
            padding-right: 45px !important;
            padding-left:40px!important;
            padding-top: 1px!important;
            padding-bottom: 2px!important;
            border-left-color:  lightblue!important;
            border-top-color:  lightblue!important;
            border-right-color:  dodgerblue!important;
            border-bottom-color:  dodgerblue!important;
            border-style: outset !important;
            border-width:2px !important;
            background-position:14px 2px!important;
            border-radius:14px!important;
    		}
    
    
            /* Die ersten 14 hover */
    
            #abouts > li:nth-child(-n+15):hover{
            appearance:none!important;
            background: #B2EDFA url("..//icons/Bild3.png")no-repeat !important;
            color:transparent!important;
            font-size:14px!important;
            text-decoration:none!important;
            border-left-color:  #bbddff !important;
            border-top-color:  #bbddff !important;
            border-right-color:  #11508d !important;
            border-bottom-color:  #11508d !important;
            border-style: outset !important;
            border-width:2px !important;
            background-position:14px 2px!important;
            border-radius:14px!important;
    		}
            
            
            /* Die mittleren 15 */
    
            #abouts > li:nth-child(n+15){
            appearance:none!important;
            background: #dfbdbd url("..//icons/Bild3.png")no-repeat !important;
            color:transparent!important;
            font-size:14px!important;
            text-decoration:none!important;
            margin-top:3px!important;
            margin-bottom: 5px !important;
            margin-right:5px!important;
            margin-left: 45px !important;
            padding-right: 25px !important;
            padding-left: 50px!important;
            padding-top: 1px!important;
            padding-bottom: 2px!important;
            border-left-color:  #79d279 !important;
            border-top-color:  #79d279 !important;
            border-right-color:  #009900 !important;
            border-bottom-color:  #009900 !important;
            border-style: outset !important;
            border-width:2px !important;
            background-position:14px 2px!important;
            border-radius:14px!important;
    		}
    
    
            /* Die mittleren 15 hover */
    
            #abouts > li:nth-child(n+30):hover{
            appearance:none!important;
            background: #B2EDFA url("..//icons/Bild3.png")no-repeat !important;
            color:transparent!important;
            font-size:14px!important;
            text-decoration:none!important;
            border-left-color:  #bbddff !important;
            border-top-color:  #bbddff !important;
            border-right-color:  #11508d !important;
            border-bottom-color:  #11508d !important;
            border-style: outset !important;
            border-width:2px !important;
            background-position:14px 2px!important;
            border-radius:14px!important;
    		}
        
            
            /* Die letzten */
    
            #abouts > li:nth-child(n+30){
            appearance:none!important;
            background: #d6cf4e url("..//icons/Bild3.png")no-repeat !important;
            color:transparent!important;
            font-size:14px!important;
            margin-top:3px!important;
            margin-bottom: 5px !important;
            margin-right:45px!important;
            padding-left:70px!important;
            padding-top: 1px!important;
            padding-bottom: 2px!important;
            border-left-color:  #ffb2b2 !important;
            border-top-color:  #ffb2b2 !important;
            border-right-color:  #8d0000 !important;
            border-bottom-color:  #8d0000 !important;
            border-style: outset !important;
            border-width:2px !important;
            background-position:14px 2px!important;
            border-radius:14px!important;
    		}
    
            /* Die letzten hover */
    
            #abouts > li:nth-child(n+15):hover{
            appearance:none!important;
            background: #B2EDFA url("..//icons/Bild3.png")no-repeat !important;
            color:transparent!important;
            font-size:14px!important;
            border-left-color:  #bbddff !important;
            border-top-color:  #bbddff !important;
            border-right-color:  #11508d !important;
            border-bottom-color:  #11508d !important;
            border-style: outset !important;
            border-width:2px !important;
            background-position:14px 2px!important;
            border-radius:14px!important;
    		}
    		
    		.container > p:nth-child(2) > em:nth-child(1) {
    		font-size: 0 !important;
    		}
    
    		.container > p:nth-child(2) > em:nth-child(1)::after {
    		content: "Dies ist eine Übersicht der vorhandenen about:Seiten!"!important;
    		font-family: Arial !important;
    		font-style: normal !important;
    		font-size: 19px !important;
    		margin-left: 10px !important;
    		}
    
    		#abouts {
    		margin-top: 20px !important;
    		}
            }
    Alles anzeigen

    Und auch die Ordnung muss dann wieder hergestellt werden :D

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 25. Februar 2025 um 16:37
    Zitat von Sören Hentzschel

    Das eigentliche Problem ist, dass der CSS-Code mehrfach diesen Selektor verwendet:

    CSS
    [href='about:rights']

    Und about:rights gibt es nicht mehr.

    Endor

    Dann müsste auch der CSSCode für about:about wohl angepasst werden...

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 25. Februar 2025 um 15:58

    2002Andreas

    Da heute nach der Aktualisierung der Fehler immer noch vorlag, habe ich den Code getestet. Damit ist der Fehler ausgemerzt. 8o

    Ohne jetzt suchen zu müssen: Was wurde geändert?

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 24. Februar 2025 um 18:31

    Oh, danke grisu2099 , dann warte ich erstmal mit Reparaturarbeiten!

    Dank auch an 2002Andreas :thumbup:

  • In memoriam

    • Boersenfeger
    • 24. Februar 2025 um 18:28

    RIP Roberta Flack :(

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 24. Februar 2025 um 18:25

    Also ist deine ID identisch? Oder ist es die von heute Morgen?

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 24. Februar 2025 um 18:12

    Ich nutze das neueste Nightly, siehe Screenshot.. :/

  • Im Nightly CSS Missfunktion bei "Über Nightly"

    • Boersenfeger
    • 24. Februar 2025 um 17:58

    Moin, diesen Code nutze ich bisher ohne Fehler im Nightly:

    CSS
            /* About : Dialog */
    
        @-moz-document url-prefix("chrome://browser/content/aboutDialog.xhtml") {
    
        #aboutDialog,
        #aboutDialogContainer,
        #agent .textbox-input-box,
        #agent,
        #bottomBox,
        #clientBox,
        #leftBox,
        #trademark,
        #updateBox > vbox:nth-child(2) > hbox:nth-child(2),
        #updateButton,
        #version,
        #version::before
        {
            font-family: 'Comic Sans MS' !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;
        }
    
    
        #contributeDesc > label:nth-child(1),
        #contributeDesc > label:nth-child(2),
        #releasenotes,
        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']
        {
            text-decoration: none !important;
        }
    
        #aboutDialog,
        #aboutDialogContainer,
        #bottomBox,
        #clientBox,
        #trademark
        {
            background-color: #202340 !important;
        }
    	
        #updateDeck::before
        {
            content: 'Boersenfeger seine Nightly-Version ist:';
            font-size: 17px !important;
            font-weight: bold !important;
            color: #f08080 !important;
            margin-right: 6px !important;
            margin-left: 0px !important;
        }
    
        #version
        {
            font-size: 16px !important;
            margin-top: 30px !important;
            color: #fff !important;
        }
    
        #aboutDialog
        {
          max-height: 600px !important;
          min-width: 1100px !important;     
        }
    
        #agent
        {   appearance: none !important;
            margin: 50px 40px 84px -1px !important;
            max-height: 50px !important;
            padding: 5px 10px 0 10px !important;
            text-align: center !important;
            border-radius: 14px !important;
            max-width: 1300px !important;
        }
    
        #clientBox {
            margin-left: -50px !important;
            margin-right: 50px !important;
            }
        #agent .textbox-input-box
        {
            margin-top: 12px !important;
            margin-left: 12px !important;
        }
    
        #bottomBox
        {
            margin-left: 60px !important;
            margin-top: -15px !important;
            margin-bottom: 40px !important;
        }
    
        #updateBox > vbox:nth-child(2) > hbox:nth-child(2)
        {
            margin-top: -25px !important;
            margin-bottom: 20px !important;
        }
    
        #trademark
        {
            margin-top: 16px !important;
            margin-bottom: -40px !important;
        }
    
        #leftBox
        {
            margin-top: 60px !important;
            margin-left: 80px !important;
            max-width: 200px !important;
            min-width: 200px !important;
    
        }
    
        /* Build ID about Dialog css, Text mittig.*/
    
        #rightBox textarea
        {
            background-color: white !important;
            color: black !important;
            text-align: center !important;
            margin-top: 30px !important;
            margin-bottom: 10px !important;
            min-width: 715px !important;
            min-height: 70px !important;
        }
    
        #icons > .icon
        {
            margin-top: 8px !important;
        }
    
        #updateButton
        {
            appearance: none !important;
            background: gainsboro url('file:///g:/Martin/A_INSTALLATIONSDATEIEN/Downloads/Icons/index1.gif') 
            no-repeat !important;
            background-color: gainsboro !important;
            background-position: 13px 3px !important;
            min-width: 360px !important;
            padding-left: 30px !important;
            border-radius: 14px !important;
            border: 2px solid red!important;
            color: black !important;
        }
    
        #updateButton:hover
        {
            background-color: #b2edfa !important;
        }
    
        #updateButton .button-box
        {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            padding-start: 3px !important;
            padding-end: 3px !important;
        }
    
    
        #updateBox vbox description.text-blurb label.text-link
        {
            display: none !important;
        }
    
        [href='about:license']
        {
            background: gainsboro url('file:///g:/Martin/A_INSTALLATIONSDATEIEN/Downloads/Icons/index1.gif')
            no-repeat !important;
            background-position: 10px 3px !important;
            color: black !important;
            margin: 0 30px 0 70px !important;
            padding: 0 20px 0 40px !important;
            border: 2px solid dodgerblue !important;
            border-radius: 14px !important;
        }
    
        [href='about:license']:hover
        {
            background-color: #b2edfa !important;
        }
    
        [href='about:rights']
        {
            background: gainsboro url('file:///g:/Martin/A_INSTALLATIONSDATEIEN/Downloads/Icons/index3.gif')
            no-repeat !important;
            background-position: 10px 3px !important;
            color: black !important;
            margin: 0 29px 0 -30px !important;       
            padding: 0 20px 0 40px!important;
            border: 2px solid red!important;
            border-radius: 14px !important;
        }
    
        [href='about:rights']:hover
        {
            background-color: #b2edfa !important;
        } 
    
        label.bottom-link:nth-child(3)
        {
            background: gainsboro url('file:///g:/Martin/A_INSTALLATIONSDATEIEN/Downloads/Icons/index4.png')
            no-repeat !important;
            background-position: 10px 3px !important;
            color: black !important;
            margin: 0 -30px 0 -30px!important;
            padding: 0 20px 0 40px !important;
            border: 2px solid green!important;
            border-radius: 14px !important;
        }
    
        label.bottom-link:nth-child(3):hover
        {
            background-color: #b2edfa !important;
        }
    
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog']
        {        
            background: gainsboro url('file:///g:/Martin/A_INSTALLATIONSDATEIEN/Downloads/Icons/Fuchs2.png') 
            no-repeat !important;
            background-position: 10px 3px !important;
            color: black !important;
            margin: 0 -2px 0 -2px !important;
            padding: 0 15px 0 35px!important;
            border: 2px solid cadetblue !important;
            border-radius: 14px !important;
        }
    
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog']:hover
        {
            background-color: #b2edfa !important;
        }
    
        [href='about:credits']
        {
            background: gainsboro url('file:///g:/Martin/A_INSTALLATIONSDATEIEN/Downloads/Icons/index8.png') 
            no-repeat !important;
            background-position: 10px 3px !important;
            color: black !important;
            margin: 0 5px 0 5px !important;
            padding:0 15px 0 35px !important;
            border: 2px solid cadetblue !important;
            border-radius: 14px !important;
        }
    
        [href='about:credits']:hover
        {
            background-color: #b2edfa !important;
        }
    
        #contributeDesc > label:nth-child(1)
        {
            background: gainsboro url('file:///g:/Martin/A_INSTALLATIONSDATEIEN/Downloads/Icons/index10.png') 
            no-repeat !important;
            background-position: 10px 3px !important;
            color: black !important;
            margin: 0 3px 0 3px !important;
            padding: 0 15px 0 35px  !important;
            border: 2px solid cadetblue !important;
            border-radius: 14px !important;
        }
    
        #contributeDesc > label:nth-child(1):hover
        {
            background-color: #b2edfa !important;
        }
    
        #contributeDesc > label:nth-child(2)
        {
            background: gainsboro url('file:///g:/Martin/A_INSTALLATIONSDATEIEN/Downloads/Icons/index9.png') 
            no-repeat !important;
            background-position: 10px 3px !important;
            color: black !important;
            margin: 0 -2px  0 10px !important;
            padding: 0 15px 0 35px !important;
            border: 2px solid cadetblue !important;
            border-radius: 14px !important;
        }
    
        #contributeDesc > label:nth-child(2):hover
        {
            background-color: #b2edfa !important;
        }
    
        #releasenotes
        {
            background: gainsboro url('file:///g:/Martin/A_INSTALLATIONSDATEIEN/Downloads/Icons/index11.png') 
            no-repeat !important;
            background-position: 10px 3px !important;
            color: black !important;
            margin: 0 20px 0 15px !important;
            padding: 0 25px 0 30px !important;
            border: 2px solid cadetblue !important;
            border-radius: 14px !important;
            margin-top: 25px !important;
        }
    
        #releasenotes:hover
        {
            background-color: #b2edfa !important;
        }
    	}
    Alles anzeigen

    Der Fehler ist seit Neuestem zu beobachten! Nur bei mir so?

  • Tableiste unten per CSS-Code, oder per Skript.

    • Boersenfeger
    • 23. Februar 2025 um 12:25

    Das freut mich ;)

  • Tableiste unten per CSS-Code, oder per Skript.

    • Boersenfeger
    • 23. Februar 2025 um 11:28
    CSS
    /* Tab-Icon etwas größer,
        * links weniger, unten etwas mehr Abstand zum TAB-Rand */
    	
        #TabsToolbar .tab-icon-image {
        height: 20px !important;
        width:  20px !important;
        margin-left: -2px !important;    
        margin-bottom: 2px !important;
        }
        
        /* Tab-Schließen-Button:
        * Rechts weniger Abstand zum TAB-Rand, etwas größer,
        * Textfarbe (Kreuz)
        * Hintergrundfarbe, an den Eckenradius des Buttons angepasst */
     
        #TabsToolbar .tab-close-button {
        margin-right: -6px !important; 
        font-weight: bold !important;    
        color: black !important; 
        }
    
        #TabsToolbar .tab-close-button .toolbarbutton-icon {
        height: 6px !important;
        width:  6px !important;    
        background-color: red !important;
        border-radius: 12px !important;
        }
        
        /* Aktiver Tab breiter */
        
        .tabbrowser-tab:not([pinned]):not([selected]) {
        min-width: 155px !important;
        flex-grow: 0 !important;
        }
    	
        .tabbrowser-tab:not([pinned])[selected] {
        min-width: 220px !important;
        flex-grow: 0 !important;
        }
    Alles anzeigen

    Bin nicht Andreas, aber gerade noch drauf... Größe anpassen ;)

  • Tableiste unten per CSS-Code, oder per Skript.

    • Boersenfeger
    • 23. Februar 2025 um 11:22

    Parzival

    Vielleicht hätte ich noch ein paar Modalitäten

    CSS
        /* Schliessen-Button nur wenn angewählt */
    
        tab:not([selected]) .tab-close-button {
    	display: none !important; 
        }
    
        /* Schriftgröße Tabs */
    
        .tab-text {
        font-size: 17px !important;
        }
    
        /* Damit wird der Tabtext am Ende schleichend ausgeblendet */
    
        .tab-label-container[textoverflow][labeldirection=ltr]:not([pinned]),
        .tab-label-container[textoverflow]:not([labeldirection]):not([pinned]):-locale-dir(ltr) {
        direction: ltr;
        mask-image: linear-gradient(to left, transparent, black 1em) !important; 
        }
        
        /* Aktiver Tab breiter */
        
        .tabbrowser-tab:not([pinned]):not([selected]) {
        min-width: 150px !important;
        flex-grow: 0 !important;
        }
    	
        .tabbrowser-tab:not([pinned])[selected] {
        min-width: 220px !important;
        flex-grow: 0 !important;
        }
        
        /* Schriftgröße Tabs */
    
        .tab-text {
        font-size: 18px !important;
        }
    Alles anzeigen

    Größen ggf. anpassen :)

    Meine Tabs sind rund, der Code sollte aber auch für deine Auswahl der Form passen,

  • Firefox seit dem Update auf English

    • Boersenfeger
    • 18. Februar 2025 um 18:03

    // 2002Andreas Hatte doch meinen Beitrag wieder entfernt, da ich dies noch gesehen hatte...

  • In memoriam

    • Boersenfeger
    • 16. Februar 2025 um 10:19

    Der letzte der wahren Liberalen ist von Bord gegangen. RIP :(

  • Der Glückwunsch-Thread

    • Boersenfeger
    • 13. Februar 2025 um 15:05

    Moin ostsee,

    auch späte Glückwünsche sind Glückwünsche! Vielen Dank und Mast und Schotbruch! ;)

  • Der Glückwunsch-Thread

    • Boersenfeger
    • 12. Februar 2025 um 11:59

    Auch Dir herzlichen Dank! :)

Unterstütze uns!

Jährlich (2025)

108,6 %

108,6% (705,72 von 650 EUR)

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