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

Beiträge von harff182

  • Hilfedialog (Anpassungen)

    • harff182
    • 5. Januar 2022 um 22:35

    Mira_Belle:

    Guck mal, ob Du damit was anfangen kanst:

    CSS
    /*    Mira_Belle-Ideen*/    
        #updateDeck #checkingForUpdates label {
            color: white !important;
            font-weight: 500 !important;
            font-size: 1.2em !important;
            margin-left: 1px !important;
            margin-top: 10px !important;
            margin-bottom: 5px !important;
        }
    
        /* Das Gif wird an richtiger Stelle angezeigt.*/
        #icons >.update-throbber{
            fill: transparent !important; 
            background-image: url("../icons/ajax-loader.gif") !important;
            background-repeat: no-repeat !important;   
            padding-top: 10px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 10px !important;
        }
        
        /*Blendet BEIDE Animationen aus!*/
        #icons > .update-throbber {
            visibility: hidden !important;
        }
    
        #updateDeck #checkingForUpdates > label {
            appearance: none !important;
            border: 2px solid darkgrey !important;
            border-radius: 10px !important;
            background: lightgreen url('../icons/ajax-loader.gif') no-repeat 10px 6px !important;
            background-size: 16px !important;
            color: black !important;
            font-size: 14px !important;
            min-height: 28px !important;
            margin: 10px 0 0 -40px !important;
            padding: 3px 20px 5px 37px !important;
        }
    Alles anzeigen

    Ich bin damit recht weit gekommen, muß aber jetzt Bubu machen :sleeping:

    Pfad zum Icon und einige Werte wirst Du anpassen müssen ;)

    Wenn Du das GIF möchtest:

  • Dialog Hilfe/Über Firefox

    • harff182
    • 5. Januar 2022 um 19:57
    Zitat von Dharkness

    Und mit Fehlern versehen

    :thumbup: Danke, schon korrigiert.

    Jetzt geh ich ans Aufräumen...

  • Hilfedialog (Anpassungen)

    • harff182
    • 5. Januar 2022 um 19:53
    Zitat von Mira_Belle

    Entweder hat keiner Lust,

    Lust hab ich schon, denn das wäre die vorletzte Baustelle in meinem Dialog.

    Ich will aber erst meinen Code noch aufräumen.

    Haste mal versucht, das icon zu löschen und Dein Gif mit ::bevor vor Deinem Text einzufügen?

  • Dialog Hilfe/Über Firefox

    • harff182
    • 5. Januar 2022 um 19:47

    Du hast mich auf eine Idee gebracht :thumbup:

    Damit:

    CSS
         #aboutDialogContainer::after {
            content: "Dialog-Design by harff182" !important;
            font-size: 10px !important;
            color: black !important;
            margin-left: 815px !important;
        }

    hab ich das so hinbekommen:

    Jappa Dappa Doooo :D

    Nu kann ich mich ans aufräumen machen ;)

  • Dialog Hilfe/Über Firefox

    • harff182
    • 5. Januar 2022 um 18:31

    :schäm: Da is aber noch viel durcheinander und unaufgeräumt drin ;(

    CSS
     /*     21_about_dialog.css */
    /*     Menu:         "Hilfe/Über Firefox"-Dialog 
        Herkunft:    https://www.camp-firefox.de/forum/thema/134024/?postID=1193840#post1193840
        211230:        Erster Versuch - Erfolgreich trotz Anpassung
        
        211231:        Andy:    https://www.camp-firefox.de/forum/thema/134044/?postID=1193987#post1193987
        220101:        Haken vor "Firefox ist aktuell"
                    Andy:    https://www.camp-firefox.de/forum/thema/134044/?postID=1194078#post1194078 
        
        220102-05:    Großes Aufräumen, was nicht notwedig scheint und richtige? Reihenfolge;)
                    Diverse optische Anpassungen, Umstellungen und Doku-Zeilen
        
        Anmerkung:    N++ hat Probleme mit den Klammern, Atom und Inet-Check nicht ;)
                    TRBL
    */
    
    @-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: 'PaulBecker' !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: 14px !important;
            color: black !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: underline !important; */
            text-decoration: none !important;
        }
    
        #aboutDialog,
        #aboutDialogContainer,
        #bottomBox,
        #clientBox,
        #trademark {
            background-color: gold !important;
        }
    
    /*    gesamter Innenbereich*/
        #aboutDialog{
            height: 350px !important;
            /* border: 5px solid blue !important; */
        }
    
    /*    Wasn das?
        Andy:    https://www.camp-firefox.de/forum/thema/134044/?postID=1194491#post1194491
        Für/vom Script addBuildIdToAboutDialogueBox.uc.js
        Könnte also eigentlich weg...
    */
    /*
            #agent{
            appearance: none !important;
            margin: 50px 40px 84px 10px !important;
            max-height: 56px !important;
            padding-top: 5px !important;
            text-align: center !important;
            border-radius: 14px !important;
            max-width: 1100px !important;
        }
    
        #agent .textbox-input-box{
            margin-top: -1px !important;
            margin-left: 12px !important;
        } 
    */
    
    /*    Das ist links die Box umd das FF-Logo*/
        #leftBox {
            margin-top: 60px !important;
            appearance: none !important;
            background: gold url('../icons/foxfav.png')no-repeat !important;
            background-position: center !important;
            background-size: contain !important;
        }
        
    /*    "Firefox Browser" in Blau und anderem Font*/
        #rightBox {
            background-image: none !important;
            padding-top: 0px !important;      
            margin-top: 10px !important;
        }
    
    /*    "Firefox Browser" durch ein eigenes GFX ersetzen */
        #rightBox::before {
            content: url("../icons/pocpart_1.png") !important;
            margin-left: -1px !important;
        }
    
    /*    GFX durch TXT ersetzen - mit Zeilenumbruch + 2 Fonts versuchen*/    
        #rightBox::before {
        content: "Firefox Workbench" !important;
        font-family: 'KeypressDB' !important;
        font-size: 47px !important;
        text-shadow: 3px 3px 4px red !important;
        color: black !important;
        }    
        #detailsBox::before {
        content: "In Memory of AmigaOS and Beos \A0 \A0  \A0 \A0  \A0 \A0  \A0 \A0 \A0 \A0  \A0 \A0  \A0 \A0  \A0 \A0 Dialog-Design by harff182" !important;
        white-space: pre !important;
        font-family: 'PaulBecker' !important;
        font-size: 16px !important;
        color: black !important;
        }
    
     
    /*    Rechts; der Updatebereich unter dem GFX */
        #updateBox > vbox:nth-child(2) > hbox:nth-child(2){
            margin-top: -25px !important;
            margin-bottom: 20px !important;    
        }
    
    /*    Update-Check und so....*/
        #updateButton {
            appearance: none !important;
            background: yellow url('../icons/ud16.png')no-repeat 13px 1px !important;
            color: black !important;
            min-width: 360px !important;
            padding-left: 30px !important;
            margin: 0 0 10px 0!important;
            border: 2px solid black !important;
        }
    
        #updateButton:hover{
            background: lightblue url('../icons/ud16.png')no-repeat 13px 3px !important;
        }
    
    /*    Dazugehörige default-GFX is im Weg...*/    
        #icons > .apply{
            display: none !important;
        } 
    
        #updateButton .button-box{
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            -moz-padding-start: 3px !important;
            -moz-padding-end: 3px !important;
        }
    
    /*    'Meine FF-Version ist:' */
        #version:before{
            content: 'Meine FF-Version ist:';
            font-size: 16px !important;
            font-weight: bold !important;
            color: Blue !important;
            margin-top: 10px !important;
            margin-right: 6px !important;
            margin-left: 0px !important;
        }
    
    /*    komplette Versionsnummer*/
        #version{
            font-size: 16px !important;
            font-weight: bold !important;
            margin-top: 30px !important;
            color: black !important;
        }
    
        #icons > .icon {
            margin-top: 8px !important;
        }
    /*    220103: 
        Grisu    https://www.camp-firefox.de/forum/thema/134044/?postID=1194360#post1194360
    */
    /*     Label: "Firefox ist aktuell" */
        #aboutDialog #noUpdatesFound > label:nth-child(1) {
            appearance: none !important;
            border: 2px solid darkgrey !important;
            border-radius: 10px !important;
            background: lightgreen url('../icons/check-50.png') no-repeat 10px 6px !important;
            background-size: 16px !important;
            color: black !important;
            font-size: 14px !important;
            min-height: 28px !important;
            margin: 10px 0 !important;
            padding: 3px 20px 5px 37px !important;
        }
    
    /*    220101:    Haken vor "Firefox ist aktuell"
        Andy:    https://www.camp-firefox.de/forum/thema/134044/?postID=1194078#post1194078 */    
        #icons > .noUpdatesFound {
            display: none !important;
    /*    Icon und Rest kann dank grisu weg ;)*/            
        }
    
    /*    Neue Funktionen und Änderungen */
        #releasenotes    {
            appearance: none !important;
            background: yellow url('../icons/bild1.png')no-repeat 6px 1px !important;  
            color: black !important;
            margin: 0 35px 0 10px !important;
            padding: 1px 20px 0 30px !important;
            border: 2px outset cadetblue !important;
            border-radius: 14px !important;
        }
    
        #releasenotes:hover{
            background-color: lightblue !important;
        }
    
    /*    "Firefox-Hilfe" und "Feedback senden" ausblenden */    
        #updateBox vbox description.text-blurb label.text-link    {
            /* visibility: hidden !important; */
            display: none !important;
        }  
        
    /*    unerwünschte Freifläche entfernen */    
        #updateBox {
            /* border: 2px outset cadetblue !important; */ /*nur zum verdeutlichen ;)*/
            margin-bottom: -25px !important;
        }
        
    /*    "Mozilla"*/
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog']
        { 
            appearance: none !important;
            background: yellow url('../icons/Moz.png') no-repeat 10px 3px !important;
            color: black !important;
            margin: 0 2px 0 -2px !important;
            padding: 0 15px 0 35px !important;
            border: 2px outset 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: lightblue url('../icons/Moz.png') no-repeat 10px 3px !important;
        }    
        
    /*    "globalen Community"*/
        [href='about:credits'] {
            appearance: none !important;
            background: yellow url('../icons/beos-people16.png') no-repeat 10px 3px !important;
            color: black !important;
            margin: 5px 0 5px -2px !important;
            padding: 0 15px 0 35px !important;
            border: 2px outset cadetblue !important;
            border-radius: 14px !important;
        }
    
        [href='about:credits']:hover{
            background: lightblue url('../icons/beos-people16.png') no-repeat 10px 3px !important;
        }
        
    /*    Hinter dem Komma einen Zeilenumbruch erzwingen
        220103:    Andy:    https://www.camp-firefox.de/forum/thema/134044/?postID=1194391#post1194391
        220104: abgerundeter Hintergrund
    */
        #communityDesc {
            background: lightgreen !important;
            border: 2px solid darkgrey !important;
            border-radius: 10px !important;
            max-width: 590px !important;
        }
    
    /*    "spenden sie" */
        #contributeDesc > label:nth-child(1){
            appearance: none !important;
            background: yellow url('../icons/spende16.png') no-repeat 10px 3px !important;
            color: black !important;
            margin: 0 -3px 0 -2px !important;
            padding: 0 15px 0 35px !important;
            border: 2px outset cadetblue !important;
            border-radius: 14px !important;
        }
    
        #contributeDesc > label:nth-child(1):hover{
            background: lightblue url('../icons/spende16.png') no-repeat 10px 3px !important;
       }
    
    /*     "machen sie mit" */
        #contributeDesc > label:nth-child(2){
            appearance: none !important;
            background: yellow url('../icons/daumen-hoch-16.png') no-repeat 10px 3px !important;
            color: black !important;
            margin: 0 10px 0 -2px !important;
            padding: 0 15px 0 35px !important;
            border: 2px outset cadetblue !important;
            border-radius: 14px !important;
        }
    
        #contributeDesc > label:nth-child(2):hover{
            background: lightblue url('../icons/daumen-hoch-16.png') no-repeat 10px 3px !important;
        }  
    
    /*    Bereich unten mit Lizensierung, Rechte und datenschutz...*/
        #bottomBox{
            margin-top: -30px !important;
            margin-bottom: 30px !important;
        }
    
    /*    Informationen zu Lizensierung*/
        [href='about:license']    {
            appearance: none !important;
            background: yellow url('../icons/bild1.png')no-repeat 10px 3px !important;
            color: black !important;
            margin-left: 10px !important;
            margin-top: 2px !important;
            padding: 0 20px 0 40px !important;
            border: 2px outset dodgerblue !important;
            border-radius: 14px !important;
        }
    
        [href='about:license']:hover{
            background: lightblue url('../icons/bild1.png')no-repeat 10px 3px !important;
        }
    
    /*    Endanwenderrechte */
        [href='about:rights']{
            appearance: none !important;
            background: yellow url('../icons/bild25.png')no-repeat 10px 3px !important;
            color: black !important;
            margin: 2px 10px 0 -30px !important;
            padding: 0 20px 0 40px !important;
            border: 2px outset red !important;
            border-radius: 14px !important;
        }
    
        [href='about:rights']:hover{
            background: lightblue url('../icons/bild25.png')no-repeat 10px 3px !important;
        }
    
    /*    Datenschutzbestimmungen*/    
        label.bottom-link:nth-child(3){
            appearance: none !important;
            background: yellow url('../icons/secure-mixed-16.png')no-repeat 10px 3px !important;
            color: black !important;
            margin: 2px -3px 0 -2px !important;
            padding: 0 20px 0 40px !important;
            border: 2px outset green !important;
            border-radius: 14px !important;
        }
    
        label.bottom-link:nth-child(3):hover    {
            background: lightblue url('../icons/secure-mixed-16.png')no-repeat 10px 3px !important;
        }
           
    /*    Text ganz unten, Logo und Warenzeichen und so... ;)
        220103:    Andy:    https://www.camp-firefox.de/forum/thema/134044/?postID=1194313#post1194313
    */
        #trademark{
            margin-top: 16px !important;
            margin-bottom: -40px !important;
            color: black !important;
            border-radius: 14px !important;
            background-color: lightblue !important;
            border: 2px solid red !important;
            max-width:  500px !important;
            margin-left: 268px !important;
            margin-right: 150px !important;
    
        }    
        
        #trademark::after
        {
            content: "Dialog-Design by harff182" !important;
            font-size: 10px !important;
            color: black !important;
        }
    
    }
    Alles anzeigen
  • Dialog Hilfe/Über Firefox

    • harff182
    • 5. Januar 2022 um 18:17

    Hab noch einen, bevor ich mit dem "Fine-Tuning" anfange:

    Mit diesem Code:

    CSS
        #trademark::after
        {
            content: "Dialog-Design by harff182" !important;
            font-size: 10px !important;
            color: black !important;
        }

    dieses Ergebnis:

    "Dialog-Design by harff182" hätte ich gerne dahinter, statt da drin.

    Wie gehts?

  • Dialog Hilfe/Über Firefox

    • harff182
    • 5. Januar 2022 um 16:48

    Sören Hentzschel :

    :thumbup: Danke, werde gleich mit rumexperimentieren, wenn ich die Wäsche aufgehangen habe ^^

  • Dialog Hilfe/Über Firefox

    • harff182
    • 5. Januar 2022 um 16:40
    Zitat von milupo

    Wenn du \A in content: einfügst, solltest du zusätzlich noch die Eigenschaft white-space mit dem Wert pre hinzufügen:

    Teste ich grade mit rum:

    CSS
    /*    GFX durch TXT mit Zeilenumbruch ersetzen versuchen*/    
        #rightBox::before {
            content: "Firefox Browser  \A Dialog-Design by me" !important;
            white-space: pre !important;
            font-size: 35px !important;
            text-shadow: 3px 3px 4px red !important;
            color: black !important;
        }

    Hat irgendwer eine Idee, wie ich der ersten und zweiten Zeile, also vor und dann nach dem Zeilenumbruch, jeweils verschiedene Fonts zuweisen kann?

  • Dialog Hilfe/Über Firefox

    • harff182
    • 5. Januar 2022 um 16:18
    Zitat von 2002Andreas

    addBuildIdToAboutDialogueBox.uc.js

    Habbichnich :)

    Werd ich mal auskommentieren und zur Löschung vormerken.

    :thumbup: Danke, 2002Andreas

  • Dialog Hilfe/Über Firefox

    • harff182
    • 5. Januar 2022 um 16:04

    Ist mir beim Auf-/Umräumen aufgefallen:

    CSS
        #agent{
            appearance: none !important;
            margin: 50px 40px 84px 10px !important;
            max-height: 56px !important;
            padding-top: 5px !important;
            text-align: center !important;
            border-radius: 14px !important;
            max-width: 1100px !important;
        }
    
        #agent .textbox-input-box{
            margin-top: -1px !important;
            margin-left: 12px !important;
        }
    Alles anzeigen

    Was ist das?

    Im Inspektor find ich nix...

  • Hilfe Dialog (über Firefox)

    • harff182
    • 5. Januar 2022 um 13:04
    Zitat von BarbaraZ-

    Dabei kommt folgendes Ergebnis zustande:

    Hab den Code aus #47 grad mal schnell getestet: sieht so aus wie bei BarbaraZ-

  • Dialog Hilfe/Über Firefox

    • harff182
    • 3. Januar 2022 um 22:12
    Zitat von 2002Andreas

    Schade, aber du hast nach milupo gerufen

    8| Boah, Du fiese Möpp, Du läst Mira_Belle so einfach im Regen stehn?

    Nicht daß sie sich noch was bricht, wenn sie von einem Fuß auf den andern hampelt :saint:

  • Dialog Hilfe/Über Firefox

    • harff182
    • 3. Januar 2022 um 21:47
    Zitat von harff182

    Wenns ums Updaten auf FF96 oder 95.irgendwas geht, grab ich den aber bestimmt wieder aus

    Hat sich auch schon erledigt, habn Backup-Archiv mit 9201 gefindet und solange rumgetrixt, bissich zufrieden war :D

    Zitat von Mira_Belle

    Allen ein gesundes und glückliches neues Jahr.

    Dir latürnich auch :)

    Zitat von Mira_Belle

    !! und genau hier sollte der Zeilenumbruch sein.

    Au ja, binnich auch für ;)

    milupo vor, noch ein Code :D

    BTW:

    Zitat von milupo

    wie wäre es mal mit einer Schiffsschaukel?

    Die is aber nur für Kinder oder Rentner, die überschlägt sich ja nichmal <X :evil:

  • Dialog Hilfe/Über Firefox

    • harff182
    • 3. Januar 2022 um 19:28

    Die Clown-Gewerkschaft ist bestimmt :cursing:+ :evil: , weil hier so viele im Neuen Jahr gefrühstückt wurden :D :saint:


    Zitat von FuchsFan

    Mal eine andere Sache, gefallen Dir die Unterstriche in den Button?

    Frei nach Radio Eriwan: Im Prinzip ja, aber.... .....wenn ich sie weg haben will, weis ich wie ;)

  • Dialog Hilfe/Über Firefox

    • harff182
    • 3. Januar 2022 um 19:18
    Zitat von milupo

    Ersetze mal \0D durch \A. Ob du da Leerzeichen davor und/oder dahinter machen musst, musst du mal ausprobieren.

    :thumbup: Danke, da hab ich in dem Zusammenhang auch wieder was zum Lernen ;)

    Ich hab mich aber anders entschieden, die Idee mit einer großen Grafik hat gewonnen, s.u. 8)

    Zitat von grisu2099

    So siehts aus...

    :thumbup: Habbich dann doch mal schnell adoptiert ^^

    Zwischen-Ergebnis (to be shurely fine-tuned):

    Durch die GFX hab ich auch eine Zusatzzeile in einem anderen Font und ohne Zeilenumbruch realisieren können ^^

    Alles in allem war dieser mittlerweile doch recht lustige Thread (r)echt lehrreich für meinereiner.

    Allen Beteiligten ein :thumbup: :thumbup: :thumbup:

    Spoiler anzeigen
    Wenns ums Updaten auf FF96 oder 95.irgendwas geht, grab ich den aber bestimmt wieder aus
  • Dialog Hilfe/Über Firefox

    • harff182
    • 3. Januar 2022 um 17:16
    Zitat von 2002Andreas

    Meinst du das so?

    :thumbup: Danke, hab ich hinbekommen

    Zitat von FuchsFan

    Damit kannst Du probieren:

    Soweit war ich auch schon ;)

    grisu2099 hat den Rahmen aber auch um das Icon davor - und das bekomme ich nicht hin :(

    Zitat von FuchsFan

    Den habe ich nur zur Kennung mit Paint darum gezwirbelt.

    Meinereiner fühlt sich verarscht :(

    Ich hab da Stundenlang dran gesessen, denn prinzipiell gehts ja, wie 2002Andreas in #74 vormacht.

    Allerdings schaffe ich es nicht, einen Zeilenumbrauch da reich zu bekommen.

    Mit diesem Code

    CSS
        #rightBox::before {
            content: "Firefox \0D Workbench : PoC " url("../icons/2do-30.png") !important;
            font-family: 'KeypressDB' !important;                
            font-weight: bold !important;
            font-size: 32px !important;
            color: blue !important;
            border: 3px solid red !important;
            border-radius: 10px !important;
            padding-left: 2px !important;
            padding-right: 2px !important;
    
        }
    Alles anzeigen

    sieht es dann so aus:

    Das ist momentan nur ein PoC (Proof of Concept).

    Ich versuche nacher mal etwas zu "malen", wie ich es mir vorstelle - jetzt muß runter und ich mich um meine Mom kümmern.

  • Dialog Hilfe/Über Firefox

    • harff182
    • 3. Januar 2022 um 14:57
    Zitat von FuchsFan

    Eine weitere Möglichkeit wäre die noch, eine Grafik dazwischen einzufügen.

    Hach, meine "Muse" hat wieder zugeschlagen :D

    Wie haste den roten Rand drummerum bekommen?

    Und wo wir grade dabei sind:

    Zitat von grisu2099

    verglichen mit meinem...

    Wie haste "Firefox ist aktuell" grün unterlegt und umrandet?

    @all:

    Wie bekomme ich um den letzten Text ganz unten in #trademarks  einen engen Rahmen wie bei den anderen?

    Ich brauch ja was für heute Abend um an meinem "PoC" zu spielen :P

  • Dialog Hilfe/Über Firefox

    • harff182
    • 2. Januar 2022 um 23:07
    Zitat von FuchsFan

    Du musst aber daran denken, dass dann der Text (Firefox Browser) verschwindet.

    :thumbup: Jepp, is mir schon klar

    Aber im Moment bastel ich an einer anderen Idee dran rum, das wäre dann nur eventuell eine Alternative...

  • Dialog Hilfe/Über Firefox

    • harff182
    • 2. Januar 2022 um 22:18

    milupo :

    Ich dachte als CSS-Dummy, das #rightBox würde reichen :(

    Vielleicht geh ich ja mit Börsi irgendwann auffe Uni zum lernen :D

    FuchsFan :

    :thumbup: Den Schnipsel Boomark ich mir mal, könnte ich ja mal brauchen, mir schwant da so eine Idee :D

  • Dialog Hilfe/Über Firefox

    • harff182
    • 2. Januar 2022 um 21:57

    Schade, das hatten wir ja neulich schonmal, war zwar eine etwas andere Situation, aber ich hake das dann auch ab.

Unterstütze uns!

Jährlich (2025)

92,9 %

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

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