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

  • Der tragische Niedergang von Firefox

    • Boersenfeger
    • 11. März 2025 um 18:07

    Is doch nun mal gut, du hast deine Meinung, andere haben eine andere. Die Argumente sind ausgetauscht.

    Diese Diskussion verstehe ich eh nicht. Google zahlt an Mozilla eine Summe, übrigens schon sehr lange. Punkt.
    Wenn du deine Beiträge von Tippfehlern befreist, wäre mir das übrigens sehr recht. Ich stocke immer beim Lesen. Oder bist du innerlich so aufgewühlt?
    Dann komm runter... ist gesünder.
    BTW: Ist das übrigens irgendwie wichtig, was du für Beratungen machst?

    Und fürs Protokoll, auch hier ist Google als Suchmaschine NICHT eingestellt, sogar gelöscht. Hier werkelt Quant!

  • Mozilla veröffentlicht Firefox 136

    • Boersenfeger
    • 11. März 2025 um 17:28

    Jo, jetzt wird geladen... und durchgeführt 8o

  • Mozilla veröffentlicht Firefox 136

    • Boersenfeger
    • 11. März 2025 um 17:22

    Ein manuelles Anstoßen auf der Suche nach einem UpDate ergibt den Hinweis, dass der Versuch fehlgeschlagen ist. Möglich also, dass die UpDates bereits auf den Server "geladen" werden.

    Kann ja wohl nur ein sicherheitsrelevantes Problem sein. :/

  • About Dialog Code ein bisschen anpassen

    • Boersenfeger
    • 11. März 2025 um 16:46

    :)

    CSS
    #updateIcon {
    		margin-top: -25px !important;
    	}

    Damit passt es! Vielen Dank! :thumbup::saint:

  • About Dialog Code ein bisschen anpassen

    • Boersenfeger
    • 11. März 2025 um 15:38

    Ich nutze diesen CSSCode

    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;
        }
    
        label.bottom-link:nth-child(2),
        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(2):hover,
        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

    Jetzt hätte ich gern den grünen Haken etwas höher platziert, so das dieser direkt vor "Nightly ist aktuell" erscheint.

    Meine Möglichkeiten dazu sind mal wieder nicht ausreichend!

    Wer kann helfen? :)

  • In memoriam

    • Boersenfeger
    • 10. März 2025 um 13:20

    Onkel Heini ist tot! RIP

  • Der Glückwunsch-Thread

    • Boersenfeger
    • 10. März 2025 um 12:53

    ...schließe mich den Vorrednern an und wünsche Dir viel Gesundheit und weiterhin viel Spaß im Ehrenamt.;)

  • Fx 136 downloadSoundPlay.uc.js funktioniert nicht mehr

    • Boersenfeger
    • 8. März 2025 um 15:48

    Dank auch von mir, hab mir das mal gemobst! :)

  • Der Glückwunsch-Thread

    • Boersenfeger
    • 7. März 2025 um 11:55

    Endor, du hast Post! :):thumbup:

  • Was hört Ihr gerade?

    • Boersenfeger
    • 6. März 2025 um 14:45

    In Erinnerung an Roy Ayers RIP

    Dont Stop the Feeling

  • In memoriam

    • Boersenfeger
    • 6. März 2025 um 14:37

    Roy Ayers, amerikanischer JazzFunk Musiker, ist in hohem Alter von 84 Jahren nach langer Krankheit gestorben.

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

    • Boersenfeger
    • 27. Februar 2025 um 15:18

    Na dann bin ich beruhigt... ;)

  • 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?

Unterstütze uns!

Jährlich (2025)

101,9 %

101,9% (662,48 von 650 EUR)

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