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

Beiträge von edvoldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 18. Mai 2020 um 13:30

    Hallo Büsen,

    ändere einmal diesen Code

    CSS
    body{background-color: #ffffff !important; margin-left: 200px !important;
    overflow-x: hidden !important; }

    in diesen

    CSS
        body{ background-color: #ffffff !important;
        overflow-x: hidden !important;
        }
        .app__sidebar {
        margin-left: 20px !important;
        }


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 17. Mai 2020 um 18:38
    Zitat von Büssen

    Soll es so sein?

    ja.

    Zur Zeit sieht das bei mir so aus:

    Wie schon geschrieben schaffe ich es nicht für jede Gruppe ein eigenes Bild einzufügen und die Rahmen sind bei mir genauso wie bei Endor oben hell und unten dunkel.


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 17. Mai 2020 um 17:09
    Zitat von Büssen

    die Umrandung in gleicher Farbe

    richtig, der erste Code ist hell, der zweite dunkel.

    Und noch eine kleine Änderung,

    table bitte in .aboutPageWideContainer > table ändern.


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 17. Mai 2020 um 16:40

    Hallo Büssen,

    Zitat von Büssen

    fehlen evtl. noch Icons?

    ich bekommen nur ein Icon für alle 3 Bereiche hin, schauen wir einmal was die Profis sagen.:)

    Zitat von Büssen

    (gleiche Farbe)

    Meinst Du das so?

    CSS
    /*   AGENT_SHEET **********************/
    /*   Geändert von EDV-Oldie ***********/
    /*   Letzte Änderung am 17.05.2020 ****/
    
    /*   about:Cache   */
    
        html {
        background: silver !important;
        }
    
        .aboutPageWideContainer::before {
        content: "Design by EDV-Oldie";
        font-size: 24px !important;
        font-weight: bold !important;
        color: red !important;
        margin-right: 10px !important;
        margin-top: -20px !important;
        }
    
        .aboutPageWideContainer > h1 {
        color: #057A7A !important;
        font-weight: bold !important;
        }
        
        .aboutPageWideContainer > h2 {
        -moz-appearance: none !important;
        background: #F0F0F0 !important;
        max-width: 80px !important;
        padding-left: 20px !important;
        padding-bottom: 5px !important; 
        background-position: 10px 3px !important;
        font-size: 14.0px !important;
        border-style: outset !important;
        border-left-color: lightblue!important;
        border-top-color: lightblue!important;
        border-right-color: lightblue!important;
        border-bottom-color: lightblue!important;
        border-width: 2px !important;
        border-radius: 12px !important;
        color: black !important;
        }
    
        table {
        background: #FDF5E6 !important;
        border-style: outset !important;
        border-left-color: lightblue!important;
        border-top-color: lightblue!important;
        border-right-color: lightblue!important;
        border-bottom-color: lightblue!important;
        border-width: 2px !important;
        border-radius: 24px !important;
        }
        
        
    /*   about:Cache Ende   */
    Alles anzeigen


    Gruß
    EDV-Oldi


    Oder lieber diese Farbe:

    CSS
    /*   AGENT_SHEET **********************/
    /*   Geändert von EDV-Oldie ***********/
    /*   Letzte Änderung am 17.05.2020 ****/
    
    /*   about:Cache   */
    
        html {
        background: silver !important;
        }
    
        .aboutPageWideContainer::before {
        content: "Design by EDV-Oldie";
        font-size: 24px !important;
        font-weight: bold !important;
        color: red !important;
        margin-right: 10px !important;
        margin-top: -20px !important;
        }
    
        .aboutPageWideContainer > h1 {
        color: #057A7A !important;
        font-weight: bold !important;
        }
        
        .aboutPageWideContainer > h2 {
        -moz-appearance: none !important;
        background: #F0F0F0 !important;
        max-width: 80px !important;
        padding-left: 20px !important;
        padding-bottom: 5px !important; 
        background-position: 10px 3px !important;
        font-size: 14.0px !important;
        border-style: outset !important;
        border-left-color: dodgerblue!important;
        border-top-color: dodgerblue!important;
        border-right-color: dodgerblue!important;
        border-bottom-color: dodgerblue!important;
        border-width: 2px !important;
        border-radius: 12px !important;
        color: black !important;
        }
    
        table {
        background: #FDF5E6 !important;
        border-style: outset !important;
        border-left-color: dodgerblue!important;
        border-top-color: dodgerblue!important;
        border-right-color: dodgerblue!important;
        border-bottom-color: dodgerblue!important;
        border-width: 2px !important;
        border-radius: 24px !important;
        }
        
        
        
        
        
        
    
    /*   about:Cache Ende   */
    Alles anzeigen
  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 17. Mai 2020 um 15:47

    Ich habe auch ein wenig gebastelt.

    about:Cache

    css Code

    CSS
    /*   AGENT_SHEET **********************/
    /*   Geändert von EDV-Oldie ***********/
    /*   Letzte Änderung am 17.05.2020 ****/
    
    /*   about:Cache   */
    
        html {
        background: silver !important;
        }
    
        .aboutPageWideContainer::before {
        content: "Design by EDV-Oldie";
        font-size: 24px !important;
        font-weight: bold !important;
        color: red !important;
        margin-right: 10px !important;
        margin-top: -20px !important;
        }
    
        .aboutPageWideContainer > h1 {
        color: #057A7A !important;
        font-weight: bold !important;
        }
        
        .aboutPageWideContainer > h2 {
        -moz-appearance: none !important;
        background: #F0F0F0 !important;
        max-width: 80px !important;
        padding-left: 20px !important;
        padding-bottom: 5px !important; 
        background-position: 10px 3px !important;
        font-size: 14.0px !important;
        border-style: outset !important;
        border-left-color: lightblue!important;
        border-top-color: lightblue!important;
        border-right-color: dodgerblue!important;
        border-bottom-color: dodgerblue!important;
        border-width: 2px !important;
        border-radius: 12px !important;
        color: black !important;
        }
    
        table {
        background: #FDF5E6 !important;
        border-style: outset !important;
        border-left-color: lightblue!important;
        border-top-color: lightblue!important;
        border-right-color: dodgerblue!important;
        border-bottom-color: dodgerblue!important;
        border-width: 2px !important;
        border-radius: 24px !important;
        }
        
        
        
        
        
        
    
    /*   about:Cache Ende   */
    Alles anzeigen

    wer möchte kann es noch verbessern.


    Gruß
    EDV-Oldi

  • About Seiten mit CSS Codes anpassen

    • edvoldi
    • 15. Mai 2020 um 14:43

    Hallo Endor,

    Zitat von Endor

    Grafikkarte kaputt

    das hast Du wohl zu viel gebastelt;)


    Gruß
    EDV-Oldi

  • µBlock Origin Ad-Blocker -Diskussionsthread

    • edvoldi
    • 14. Mai 2020 um 14:32

    Was willste machen, alte Leute eben;)

    Ich hasse Outlook auch, bin nie mit richtig gut zurecht gekommen, aber alle fragen mich wenn sie Probleme haben.


    Gruß
    EDV-Oldi

  • µBlock Origin Ad-Blocker -Diskussionsthread

    • edvoldi
    • 13. Mai 2020 um 19:53

    Ich sollte jemanden beim einrichten einer AOL Mail in Outlook helfen. Darum habe ich mich bei meiner Testmail bei AOL angemeldet und bin auf das Problem gestoßen. Leider habe ich wieder einmal uBlock und uMatrix verwechselt . ?

  • µBlock Origin Ad-Blocker -Diskussionsthread

    • edvoldi
    • 13. Mai 2020 um 18:55

    Das wird alles nicht gespeichert, ich muss das jedes mal wieder neu freigeben
    Cookies werden nie freigegeben.

  • µBlock Origin Ad-Blocker -Diskussionsthread

    • edvoldi
    • 13. Mai 2020 um 18:38
    Zitat von Boersenfeger

    Oder gibst du die Seite frei, wie ich schrieb?

    Richtig, ich habe einfach ein Script frei gegeben., es fehlte wohl noch einer.
    Da ich sehr selten auf aol gehe kann das schon einmal vorkommen.

  • µBlock Origin Ad-Blocker -Diskussionsthread

    • edvoldi
    • 13. Mai 2020 um 17:34
    Zitat von Boersenfeger

    uBlock - Thread

    Entschuldige habe ich den falschen ausgewählt.
    Ich habe es wieder einmal verwechselt, uBlock und uMatrix.
    Hat sich damit auch erledigt.


    Gruß
    EDV-Oldi

  • µBlock Origin Ad-Blocker -Diskussionsthread

    • edvoldi
    • 13. Mai 2020 um 17:27
    Zitat von Boersenfeger

    Du siehst sicher auch dies

    nein, bei mir heißt die Seite anders, dürfte aber egal sein.


    Gruß
    EDV-Oldi

  • µBlock Origin Ad-Blocker -Diskussionsthread

    • edvoldi
    • 13. Mai 2020 um 17:17

    Hallo,

    eine Frage, warum sperrt uMatrix diese Seite aol.com ?


    Gruß
    EDV-Oldi

  • Über Firefox anpassen

    • edvoldi
    • 13. Mai 2020 um 09:57

    Hallo Boersenfeger,

    um diesen Button geht es nicht.

    Den habe ich schon lange.


    Gruß
    EDV-Oldi



    Das ist das Problem, ich möchte gerne nur den roten Text mit einem Rahmen umgeben.
    Für diese Darstellung habe ich jetzt diesen Code verwendet:

    CSS
        #downloading {
        -moz-appearance: none !important;
        color: red !important;
        border: 3px solid cadetblue !important;
        }  


    Gruß
    EDV-Oldi


    Und so mit diesem Code

    CSS
        #downloading {
        -moz-appearance: none !important;
        color: red !important;
        border-radius: 14px !important;
        border-color: cadetblue !important;
        border-style: outset !important;
        border-width: 2px !important;
        } 


    Gruß
    EDV-Oldi

    Bilder

    • Zwischenablage02.png
      • 26,63 kB
      • 788 × 308
    • Zwischenablage01.png
      • 16,35 kB
      • 776 × 171
  • Über Firefox anpassen

    • edvoldi
    • 13. Mai 2020 um 09:33

    Farbig habe ich den Text schon hinbekommen, aber leider kein Rahmen.

    CSS
    /*   Update wird heruntergeladen   */
        #downloading    {
        -moz-appearance: none !important;
        color: red !important;
        border-radius: 14px !important;
        border-color: cadetblue !important;
        border-style: outset !important;
        border-width: 2px !important;
        }     
    /*     @-m

    Mit diesem Code ist der Text farbig, aber kein Rahmen.


    Gruß
    EDV-Oldi

  • Über Firefox anpassen

    • edvoldi
    • 12. Mai 2020 um 19:34

    Hallo Andreas,

    es gab doch noch ein Update heute, Dein Code sieht so aus:


    So hatte ich es auch schon.


    Gruß
    EDV-Oldi

  • Über Firefox anpassen

    • edvoldi
    • 12. Mai 2020 um 18:17

    Werde ich testen und melde mich dann, wird wohl auch erst morgen soweit sein.


    Gruß
    EDV-Oldi

  • Über Firefox anpassen

    • edvoldi
    • 12. Mai 2020 um 17:34

    Hallo zusammen,

    leider schaffe ich es nicht, hier:


    um den Text Update wird heruntergeladen — eine Rahmen zu erstellen.
    Hat da einer eine Idee?


    Gruß
    EDV-Oldi

  • Url-Bar farbiger Balken beim laden.

    • edvoldi
    • 18. April 2020 um 15:24

    Hallo Endor,

    Zitat von Endor

    Habe es selber versucht, aber da habe ich keine Chance.

    ich benutze mittlerweile die Erweiterung "load-progress-bar" die erzeugt einen Ladebalken unterhalb Lesezeichen Symbolleiste.

    Da im Firefox Preview der Ladebalken so ähnlich ist, habe ich mich schon daran gewöhnt.


    Gruß
    EDV-Oldi

  • "vergrösserte" Adresszeile abstellen - FF 75.0

    • edvoldi
    • 14. April 2020 um 16:19

    Bei mir sieht das im aktuellem Nightly vom 14.04.2020 so aus.


    Gruß
    EDV-Oldi

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