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

Beiträge von Dharkness

  • Download-Speicher-Ort abhängig vom Filetyp einstellbar?

    • Dharkness
    • 24. November 2021 um 22:56

    Hallo harff182,

    von Haus aus kann Fx das nicht, ich verwende für solche Zuordnungen #XDM mit der zugehörigen #Erweiterung.

  • Abhängigkeit der userChrome.css ....

    • Dharkness
    • 24. November 2021 um 07:39

    Hallo Mira_Belle,

    ich denke, in den entsprechenden CSS-Einträgen fehlt appearance: none !important;.

  • Anzahl Unterordner und Lesezeichen im Ordner anzeigen.

    • Dharkness
    • 23. November 2021 um 21:50
    Zitat von aborix

    Vielleicht, ich weiß es noch nicht.

    Lass Dir Zeit, ich bin geduldig.

  • Lesezeichen-Symbolleiste missbrauchen

    • Dharkness
    • 23. November 2021 um 20:19
    Zitat von omar1979

    hab extra die Sidebar ausgeblendet bei mir, weil es Platz verschwendet.

    Das ist nicht die Sidebar, das ist eine Leiste die durch ein Javascript eingefügt wird, diese Leiste ist einer der Hauptgründe, warum ich nun auch seit geraumer Zeit Javascripts einsetze.

  • Lesezeichen-Symbolleiste missbrauchen

    • Dharkness
    • 23. November 2021 um 20:15
    Zitat von 2002Andreas

    einen anständigen Firefox

    Hm, wie gewöhnlich der doch ist. :whistling: :saint:

  • Lesezeichen-Symbolleiste missbrauchen

    • Dharkness
    • 23. November 2021 um 20:13
    Zitat von omar1979

    Kann ich unter der Adress-Leiste (URL-Bar) eine 2.te Zeile machen für nur die Icons von den Erweiterungen und Codes/Scripts?

    Es muss ja keine Leiste unter der Adressleiste sein, wie wäre es mit einer Leiste rechts oder links vom Content?

  • Bilder werden im Beitrag nicht angezeigt

    • Dharkness
    • 23. November 2021 um 19:38
    Zitat von omar1979

    sich über mich lustig macht?

    Ach nicht doch, ein kleiner Scherz hier und da muss einfach mal sein, das lockert das ganze doch so schön auf. :)

  • Selektor für "Neu" gesucht

    • Dharkness
    • 23. November 2021 um 19:36
    Zitat von omar1979

    Übrigens: Danke Dharkness für die Code im Beitrag-Nr: #12

    Aber gerne doch.

  • Bilder werden im Beitrag nicht angezeigt

    • Dharkness
    • 23. November 2021 um 19:29
    Zitat von 2002Andreas

    Auch Test Nr. 5678 bestanden

    Du kleiner Schelm Du. :whistling:

  • Bilder werden im Beitrag nicht angezeigt

    • Dharkness
    • 23. November 2021 um 19:00
    Zitat von omar1979

    Wie kann ich einen leeren neuen Profil anlegen?

    Guckst Du da #Neues Profil erstellen.

  • Bilder werden im Beitrag nicht angezeigt

    • Dharkness
    • 23. November 2021 um 18:52
    Zitat von omar1979

    Dann liegt das Problem bei Firefox 94.0.2 da alle bis gestern meine Bilder sahen.

    Nope, ich kann die Grafiken weder in Fx, noch in Vivaldi sehen.

  • Bilder werden im Beitrag nicht angezeigt

    • Dharkness
    • 23. November 2021 um 18:45
    Zitat von omar1979

    Kann es sein, dass das Problem evtl bei dir liegt?

    Es liegt nicht bei 2002Andreas, hier sind die Grafiken auch nicht zu sehen.


    Zitat von 2002Andreas

    Es wäre nett, wenn andere User das bitte mal überprüfen können

    Von Dir angefordert, von mir ausgeführt. :saint:

  • Bilder werden im Beitrag nicht angezeigt

    • Dharkness
    • 23. November 2021 um 18:44
    Zitat von FuchsFan

    Sorry, dass ich jetzt erst antworte. Das funktioniert, habe es gestern noch probiert. Danke!

    Antworte wann Du zeit hast, ansonsten war es gerne geschehen. :)

  • Windows bittet um Genehmigung für Firefox Updates

    • Dharkness
    • 23. November 2021 um 18:42
    Zitat von Martha77

    du kennst das also auch?

    Ist bei einem Lokalem Konto normal, ich bekomme das bei wirklich jeder Programminstallation.

  • Windows bittet um Genehmigung für Firefox Updates

    • Dharkness
    • 23. November 2021 um 18:27
    Zitat von Msfreak

    Das habe ich noch nie beim Fx gesehen und wird sicherlich auch nicht von dem stammen.

    Du verwendest kein einfaches Lokales Konto, sondern ein Administratorkonto?

  • About Seiten mit CSS Codes anpassen

    • Dharkness
    • 22. November 2021 um 21:11

    Hi FuchsFan,

    für h2 (memory und disk) sollte das reichen, das müsste auch h1 erfassen.

    CSS
    body {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    }
  • About Seiten mit CSS Codes anpassen

    • Dharkness
    • 22. November 2021 um 00:13

    So ↓ sieht es hier aus.

  • About Seiten mit CSS Codes anpassen

    • Dharkness
    • 21. November 2021 um 23:55

    Hm,

    ich frage mich gerade, warum in dem ↓ Abschnitt überhaupt ein Wert für die Höhe gesetzt wird, in meinem CSS für about:about gibt es keine Höhenanpassung.

    CSS
            body{ 
            background-color: #fffff0 !important;
            max-width: 1200px !important;
            min-height: 550px !important;
            height: auto !important; 
            margin-top: 5px !important;/*
            margin-bottom: 5px !important;*/
            margin-left: 80px !important;
            padding-top: 5px !important;
            padding-left: 25px !important;
            padding-right: 25px !important;
            padding-bottom:  5px !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;}
    Alles anzeigen

    Hier mal mein CSS für about:about.

    CSS
    @-moz-document url("about:about") {
    div.container {
        border: 2px solid #B2B2B2 !important;
        background-color: #2A2A2E !important;
    }
    div.container h1 {
        font-size: 1.8em !important;
        border-bottom: 2px solid #B2B2B2 !important;
        background-color: #2A2A2E !important;
        color: #FFF !important;
        padding: 2px 8px !important;
        margin-bottom: 0 !important;
    }
    div.container > p {
        border-bottom: 2px solid #B2B2B2 !important;
        background-color: #2A2A2E !important;
        padding: 2px 5px 5px 5px !important;
        margin: 0 !important;
    }
    div.container > p > em {
        font-style: normal !important;
        font-size: 14px !important;
        color: #FFF !important;
        padding: 2px 0 !important;
    }
    
    div.container > p:nth-child(2) > em:nth-child(1) {
        display: none !important
    }
    div.container > p:nth-child(2)::after {
        content: "Dies ist eine Übersicht der vorhandenen about:Seiten."!important;
        font-style: normal !important;
        font-size: 16px !important;
        margin-left: 10px !important;
    }
    
    ul.columns {
        column-count: 3 !important;
        column-gap: 10px !important;
        margin: 20px 10px !important;
    }
    ul {
        list-style: none !important;
    }
    ul > li {
        border: 2px solid #B2B2B2 !important;
        background-color: #2A2A2E !important;
    }
    ul > li > a {
        text-decoration: none !important;
        color: #FFF !important;
        padding: 1px 8px !important;
        padding-left: 35px !important;
    }
    ul > li:hover {
        background-color: #D1E2F2 !important;
    }
    ul > li:hover > a {
        text-decoration: none !important;
        color: #000 !important;
    }
    
    #abouts > li > a {
        min-width: 182px !important;
        max-width: 182px !important;
        display: block !important;
    }
    
    #abouts > li {
        -moz-appearance: none !important;
        display: block !important;
        font-size: 14px !important;
        text-decoration: none !important;
        border-radius: 0 !important;
        border: 1px solid #B2B2B2 !important;
        background: #4E4E54 url("..//chrome/icons/Bild3.png") no-repeat !important;
        background-position: 10px 2px !important;
        color: transparent !important;
        padding-top: 1px !important;
        padding-right: 0 !important;
        padding-bottom: 2px !important;
        padding-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    #abouts > li:hover {
        -moz-appearance: none !important;
        display: block !important;
        font-size: 14px !important;
        text-decoration: none !important;
        border-radius: 0 !important;
        border: 1px solid #B2B2B2 !important;
        background: #D1E2F2 url("..//chrome/icons/Bild3.png") no-repeat !important;
        background-position:10px 2px!important;
        color: #000 !important;
        padding-top: 1px !important;
        padding-right: 0 !important;
        padding-bottom: 2px !important;
        padding-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    
    #abouts > li:nth-child(5), /* about:certifikate */
    #abouts > li:nth-child(8), /* about:config */
    #abouts > li:nth-child(9), /* about:crashes */
    #abouts > li:nth-child(16), /* about:logins */
    #abouts > li:nth-child(21), /* about:networking */
    #abouts > li:nth-child(23), /* about:performance */
    #abouts > li:nth-child(34), /* about:serviceworkers */
    #abouts > li:nth-child(37), /* about:sync */
    #abouts > li:nth-child(41) /* about:unloads */ {
        -moz-appearance: none !important;
        border-radius: 0 !important;
        display: block !important;
        font-size: 14px !important;
        border-color: #B2B2B2 !important;
        border-style: solid !important;
        border-width: 1px !important;
        background: #0082FC url("..//chrome/icons/Bild3.png") no-repeat !important;
        background-position: 10px 2px !important;
        color: #000 !important;
        padding-top: 1px !important;
        padding-right: 0 !important;
        padding-bottom: 2px !important;
        padding-left: 0 !important;
    }
    #abouts > li:nth-child(5):hover,
    #abouts > li:nth-child(8):hover,
    #abouts > li:nth-child(9):hover,
    #abouts > li:nth-child(16):hover,
    #abouts > li:nth-child(21):hover,
    #abouts > li:nth-child(23):hover,
    #abouts > li:nth-child(34):hover,
    #abouts > li:nth-child(37):hover,
    #abouts > li:nth-child(41):hover {
        -moz-appearance: none !important;
        border-radius: 0 !important;
        display: block !important;
        font-size: 14px !important;
        border-color: #B2B2B2 !important;
        border-style: solid !important;
        border-width: 1px !important;
        background: #D1E2F2 url("..//chrome/icons/Bild3.png") no-repeat !important;
        background-position: 10px 2px !important;
        color: #000 !important;
        padding-top: 1px !important;
        padding-right: 0 !important;
        padding-bottom: 2px !important;
        padding-left: 0 !important;
    }
    }
    Alles anzeigen
  • MP3-Dateien incl. Front Cover anzeigen und abspielen

    • Dharkness
    • 21. November 2021 um 17:39
    Zitat von ALE23

    Also hat mein Browser sehr wohl etwas mit meinen installierten Programmen zu "tun".

    Nein, das ist nur eine Schnittstelle, um eventuell installierte Programme auf dem PC ansprechen zu können, um den eventuell installierten Programmen eine Datei übergeben zu können.

  • MP3-Dateien incl. Front Cover anzeigen und abspielen

    • Dharkness
    • 21. November 2021 um 16:55
    Zitat von 2002Andreas

    Mag ja sein, nur kein Browser zeigt ein Bild an.


    Google Chrome:

    So ist es, auch z.B. Vivaldi zeigt kein Bild an.

Unterstütze uns!

Jährlich (2026)

35,3 %

35,3% (273,24 von 775 EUR)

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