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

Beiträge von Herman4

  • Leszeichen Symbole sind anders

    • Herman4
    • 19. April 2023 um 14:44

    Die zeile löschen?

    nun dann werden die Lesezeichen Symbole grau ich will sie ja gelb haben

    das da

    Du musst dann den Inhalt der Datei 'bookmark_icons_colorized.css' in dem angegeben Verzeichnis gegen diese hier austauschen. Da ich deine Ordnerstruktur nicht kenne und ich nicht weiß, was du alles von Aris eingebunden hast, musst du u.U. noch die Pfade zum Image Ordner in dieser CSS-Datei anpassen.

    nun im Ordner Lokaler Ordner über about:profiles, da habe ich keinen ordner bookmark oder eine Datei

    anbei alle Dateien die ich im Ordner habe, oder ich habe einen Fehler gemacht

    der Wurzel ORdner und der Lokale Ordner ist am 1. Blick identisch bei mir

    Bilder

    • 1.jpg
      • 113,31 kB
      • 714 × 799
    • 2.jpg
      • 128,29 kB
      • 652 × 812
    • 3+.jpg
      • 130,35 kB
      • 668 × 810
  • Google Translate ist irgendiwe kaputt?

    • Herman4
    • 19. April 2023 um 14:39

    Hoppla mein Fehler ich habe den Thread verwechselt, sorry

    ich habe das gemacht mit dem öffnen und leider geht das nicht weil ich hier keine Black Bar habe wo ich auswähle bei More - Translate dann das fehlt mir hier darum kann ich das nicht so gut testen

  • Google Translate ist irgendiwe kaputt?

    • Herman4
    • 19. April 2023 um 14:35

    Danke

    habe ich gemacht

    die Lesezeichen werden schön aber weiß durchsichtig angezeigt

    also nicht so komisch wie hier sondern schön umrandet und weiß statt gelb

  • Leszeichen Symbole sind anders

    • Herman4
    • 19. April 2023 um 14:20

    ach herrje was du alles weißt

    danke für die HIlfe

    nun ich will ja gelbe icons haben

    das hatte ich

    es ist einfach so von heute auf morgen anders geworden die Ordner bei Lesezeichen

    früher waren sie gelb und schön und gut zu sehen jetzt sind sie so durchsichtig

    es gibt nur 1 Problem

    ich kapier nicht gerade was der code oben soll

    2. Problem muß ich gesehen dass ich meinen Code ewig hatte, er funktioniert immer bis auf einmal jetzt

    3. Problem, ich habe dne vermurksten ja, ich weiß nicht was ich ändern soll und was da geändert werden sollte dass es paßt

    4. Problem ja ich muß auch gestehen das ich 0 weiß was da in dem Code anders gehört damit es irgenceine Wirkung vollzieht

    ich will ja dass sie gelb bleiben

    bei meinem andern Win 10 Computer habe ich das in Gelb da habe ich auch du wirst lachen den selben vermurksten Code soviel ich weiß und es geht das mit den gelben Ordnern sang und klang los und auch das mit dem Übersetzer aus dem andern Thread, die Anzeige ist in ordnung

    also ich steh gerade leider, entschuldige auf der Leine und weiß gerade nicht was machen

    soll ich deinen gnazen code kopieren in meinen?

    was ist bei meinem falsch?

    das ist für mich gerade ein rätsel

    CSS
    /* AGENT_SHEET */
    
    /* Tabs unter Adresszeile */
    /* @import url(./classic/css/tabs/tabs_below_navigation_toolbar_classic_grey.css); */
    
    /* Gelbe statt graue Ordnericons */
    @import url(./classic/css/generalui/bookmark_icons_colorized.css); /**/
    
    
    /* Ab hier keine @imports mehr! */
    /********************************/
    
    
    /* Tabs mit abgerundeten Ecken */
    :root {
        --tab-curve-width: 30px;
        --tabs-border: transparent !important;
    }
    .arrowscrollbox-scrollbox {
        padding-inline-start: 10px !important;
    }
    
    /* To be able to see the top border of the tab */
    .tab-stack {
        margin-top: 2px !important;
    }
    
    /* When the window is maximized, the first pinned tab is properly displayed. */
    #TabsToolbar {
        padding-inline-start: 15px !important;
    }
    .titlebar-placeholder {
        border: none !important;
    }
    
    /* Remove unneeded styles from Photon */
    .tabbrowser-tab::before,
    .tabbrowser-tab::after {
        border: none !important;
    }
    .tabbrowser-tab > .tab-stack > .tab-background {
        background-image: none !important;
        -moz-box-orient: horizontal !important;
        background-color: transparent !important;
        margin-top: 1px !important;
    }
    .tab-background[selected="true"] {
        border: none !important;
    }
    .tab-line {
        display: none !important;
    }
    .tab-bottom-line {
        display: none !important;
    }
    
    /* Match height of new tab button (right svg) on hover */
    .tabs-newtab-button {
        margin: 0 !important;
    }
    
    /* overlap the tab curves */
    .tab-background {
        -moz-margin-end: -15px !important;
        -moz-margin-start: -15px !important;
    }
    
    /* Begin tab background customizations */
    .tab-background[selected="true"]::before {
        border: none !important;
        content: "" !important;
        width: 30px !important;
        min-height: 30px !important;
        display: -moz-box !important;
        background-repeat: no-repeat !important;
    }
    .tab-background[selected="true"]::after {
        border: none !important;
        content: "" !important;
        width: 30px !important;
        min-height: 30px !important;
        display: -moz-box !important;
        background-repeat: no-repeat !important;
    }
    .tab-background[selected="true"] > spacer {
        margin-top: 0px !important;
    }
    #new-tab-button,
    .tabs-newtab-button {
        width: calc(36px + 30px) !important;
        margin-inline-start: -15px !important;
        margin-top: 1px !important;
    }
    
    /* Tab hover customizations */
    
    /* Regular tabs */
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::before {
        display: -moz-box !important;
        background-repeat: no-repeat !important;
        content: "" !important;
        width: 30px !important;
        min-height: 30px !important;
        background-color: transparent !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::after {
        display: -moz-box !important;
        background-repeat: no-repeat !important;
        content: "" !important;
        width: 30px !important;
        min-height: 30px !important;
        background-color: transparent !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) > spacer {
        margin-top: 0px !important;
    }
    #TabsToolbar[brighttext] > #tabbrowser-tabs > .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]),
    .tabs-newtab-button:hover,
    .tabs-newtab-button:hover::before,
    .tabs-newtab-button:hover::after {
        background-color: transparent !important;
    }
    
    /* New tab hover customizations */
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]),
    .tabs-newtab-button:hover {
        background-position: 0px 2px, 30px 4px, 36px 2px !important;
        background-repeat: no-repeat !important;
        background-size: 30px 30px, calc(100% - (2 * 30px)) 30px, 30px !important;
    }
    .tabs-newtab-button:hover > .toolbarbutton-icon {
        background: none !important;
        background-color: transparent !important;
    }
    
    /* Color specific customizations */
    :root {
        --svg-selected-before: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-start)'><div id='tab-background-fill' style='background-color:rgb(249,249,250);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
        --svg-selected-after: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-end)'><div id='tab-background-fill' style='background-color:rgb(249, 249, 255);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
        --background-selected-middle: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient( transparent 2px, rgb(249, 249, 255) 2px, rgb(249, 249, 255)), none;
        --svg-hover-before: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='30px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='30' clip-path='url(%23tab-curve-clip-path-start)'><div id='tab-background-fill' style='background-color:rgba(255, 255, 255, .1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
        --svg-hover-after: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-end)'><div id='tab-background-fill' style='background-color:rgba(255, 255, 255,.1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
        --background-hover-middle: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient( transparent 2px, rgba(255, 255, 255, .1) 2px, rgba(255, 255, 255, .1)), none;
        --newtab-hover: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='30px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-start)'><div id='tab-background-fill' style='background-color:rgba(255,255,255,.1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>"), linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-end)'><div id='tab-background-fill' style='background-color:rgba(255,255,255,.1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
    }
    
    /* OS-specific color variables */
    @media screen and (-moz-windows-theme) {
         :root {}
    }
    @media not screen and (-moz-windows-theme) {
         :root {}
    }
    .tab-background[selected="true"]::before {
        background-image: var(--svg-selected-before) !important;
    }
    .tab-background[selected="true"]::after {
        background-image: var(--svg-selected-after) !important;
    }
    .tab-background[selected="true"] > spacer {
        background-image: var(--background-selected-middle) !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::before {
        background-image: var(--svg-hover-before) !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::after {
        background-image: var(--svg-hover-after) !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) > spacer {
        background-image: var(--background-hover-middle) !important;
    }
    .tabs-newtab-button:hover {
        background-image: var(--newtab-hover) !important;
    }
    
    
    * {
        font-size: 1em !important;
    Alles anzeigen
  • Google Translate ist irgendiwe kaputt?

    • Herman4
    • 18. April 2023 um 19:25

    naja es ging ja vor einem Monat das ist ja das arge, aber auf einmal nicht

  • Leszeichen Symbole sind anders

    • Herman4
    • 18. April 2023 um 19:24

    Tschuldigung mein Fehler

    die Lesezeichen Ordner sehen noch immer so aus

  • Leszeichen Symbole sind anders

    • Herman4
    • 18. April 2023 um 19:20

    Danke habe jetzt das Update 112.0.1

    das Translate geht immer noch nicht

    lustig ist vor 1 Monat ging es ohne Update da ging es immer, es hat einfach so angefangen.

    so die User Chrome css

    CSS
    /* AGENT_SHEET */
    
    /* Tabs unter Adresszeile */
    /* @import url(./classic/css/tabs/tabs_below_navigation_toolbar_classic_grey.css); */
    
    /* Gelbe statt graue Ordnericons */
    @import url(./classic/css/generalui/bookmark_icons_colorized.css); /**/
    
    
    /* Ab hier keine @imports mehr! */
    /********************************/
    
    
    /* Tabs mit abgerundeten Ecken */
    :root {
        --tab-curve-width: 30px;
        --tabs-border: transparent !important;
    }
    .arrowscrollbox-scrollbox {
        padding-inline-start: 10px !important;
    }
    
    /* To be able to see the top border of the tab */
    .tab-stack {
        margin-top: 2px !important;
    }
    
    /* When the window is maximized, the first pinned tab is properly displayed. */
    #TabsToolbar {
        padding-inline-start: 15px !important;
    }
    .titlebar-placeholder {
        border: none !important;
    }
    
    /* Remove unneeded styles from Photon */
    .tabbrowser-tab::before,
    .tabbrowser-tab::after {
        border: none !important;
    }
    .tabbrowser-tab > .tab-stack > .tab-background {
        background-image: none !important;
        -moz-box-orient: horizontal !important;
        background-color: transparent !important;
        margin-top: 1px !important;
    }
    .tab-background[selected="true"] {
        border: none !important;
    }
    .tab-line {
        display: none !important;
    }
    .tab-bottom-line {
        display: none !important;
    }
    
    /* Match height of new tab button (right svg) on hover */
    .tabs-newtab-button {
        margin: 0 !important;
    }
    
    /* overlap the tab curves */
    .tab-background {
        -moz-margin-end: -15px !important;
        -moz-margin-start: -15px !important;
    }
    
    /* Begin tab background customizations */
    .tab-background[selected="true"]::before {
        border: none !important;
        content: "" !important;
        width: 30px !important;
        min-height: 30px !important;
        display: -moz-box !important;
        background-repeat: no-repeat !important;
    }
    .tab-background[selected="true"]::after {
        border: none !important;
        content: "" !important;
        width: 30px !important;
        min-height: 30px !important;
        display: -moz-box !important;
        background-repeat: no-repeat !important;
    }
    .tab-background[selected="true"] > spacer {
        margin-top: 0px !important;
    }
    #new-tab-button,
    .tabs-newtab-button {
        width: calc(36px + 30px) !important;
        margin-inline-start: -15px !important;
        margin-top: 1px !important;
    }
    
    /* Tab hover customizations */
    
    /* Regular tabs */
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::before {
        display: -moz-box !important;
        background-repeat: no-repeat !important;
        content: "" !important;
        width: 30px !important;
        min-height: 30px !important;
        background-color: transparent !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::after {
        display: -moz-box !important;
        background-repeat: no-repeat !important;
        content: "" !important;
        width: 30px !important;
        min-height: 30px !important;
        background-color: transparent !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) > spacer {
        margin-top: 0px !important;
    }
    #TabsToolbar[brighttext] > #tabbrowser-tabs > .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]),
    .tabs-newtab-button:hover,
    .tabs-newtab-button:hover::before,
    .tabs-newtab-button:hover::after {
        background-color: transparent !important;
    }
    
    /* New tab hover customizations */
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]),
    .tabs-newtab-button:hover {
        background-position: 0px 2px, 30px 4px, 36px 2px !important;
        background-repeat: no-repeat !important;
        background-size: 30px 30px, calc(100% - (2 * 30px)) 30px, 30px !important;
    }
    .tabs-newtab-button:hover > .toolbarbutton-icon {
        background: none !important;
        background-color: transparent !important;
    }
    
    /* Color specific customizations */
    :root {
        --svg-selected-before: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-start)'><div id='tab-background-fill' style='background-color:rgb(249,249,250);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
        --svg-selected-after: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-end)'><div id='tab-background-fill' style='background-color:rgb(249, 249, 255);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
        --background-selected-middle: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient( transparent 2px, rgb(249, 249, 255) 2px, rgb(249, 249, 255)), none;
        --svg-hover-before: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='30px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='30' clip-path='url(%23tab-curve-clip-path-start)'><div id='tab-background-fill' style='background-color:rgba(255, 255, 255, .1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
        --svg-hover-after: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-end)'><div id='tab-background-fill' style='background-color:rgba(255, 255, 255,.1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
        --background-hover-middle: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient( transparent 2px, rgba(255, 255, 255, .1) 2px, rgba(255, 255, 255, .1)), none;
        --newtab-hover: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='30px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-start)'><div id='tab-background-fill' style='background-color:rgba(255,255,255,.1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>"), linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='30px' height='31px' preserveAspectRatio='none'><defs><svg:clipPath id='tab-curve-clip-path-start' clipPathUnits='objectBoundingBox'><svg:path d='m 1,0.0625 0.05,0 0,0.938 -1,0 0,-0.028 C 0.32082458,0.95840561 0.4353096,0.81970962 0.48499998,0.5625 0.51819998,0.3905 0.535,0.0659 1,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-curve-clip-path-end' clipPathUnits='objectBoundingBox'><svg:path d='m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z'/></svg:clipPath><svg:clipPath id='tab-hover-clip-path' clipPathUnits='objectBoundingBox'><svg:path d='M 0,0.2 0,1 1,1, 1,0.2 z'/></svg:clipPath></defs><foreignObject width='30' height='31' clip-path='url(%23tab-curve-clip-path-end)'><div id='tab-background-fill' style='background-color:rgba(255,255,255,.1);background-repeat:no-repeat;height:100%;width:100%;' xmlns='http://www.w3.org/1999/xhtml'></div></foreignObject></svg>");
    }
    
    /* OS-specific color variables */
    @media screen and (-moz-windows-theme) {
         :root {}
    }
    @media not screen and (-moz-windows-theme) {
         :root {}
    }
    .tab-background[selected="true"]::before {
        background-image: var(--svg-selected-before) !important;
    }
    .tab-background[selected="true"]::after {
        background-image: var(--svg-selected-after) !important;
    }
    .tab-background[selected="true"] > spacer {
        background-image: var(--background-selected-middle) !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::before {
        background-image: var(--svg-hover-before) !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true])::after {
        background-image: var(--svg-hover-after) !important;
    }
    .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) > spacer {
        background-image: var(--background-hover-middle) !important;
    }
    .tabs-newtab-button:hover {
        background-image: var(--newtab-hover) !important;
    }
    
    
    * {
        font-size: 1em !important;
    Alles anzeigen

    hoffentlich war das jetzt nicht falsch gepostet

    aus der user chrome

  • Google Translate ist irgendiwe kaputt?

    • Herman4
    • 17. April 2023 um 15:41

    hallo anbei dieAnsicht

    das war früher nie so da war immer links ein Fenster und rechts wo man sprachen auswählen kann

    wie kreigt man das wieder hin bitte


    normal sieht es so aus, siehe bild

    es ändert aber nach 1 sekunde

    Bilder

    • 1.jpg
      • 65,8 kB
      • 1.788 × 955
    • 1.jpg
      • 129,17 kB
      • 1.791 × 1.050
  • Leszeichen Symbole sind anders

    • Herman4
    • 17. April 2023 um 15:40

    Hallo

    leider sind die Lesezeichen Symbole anders und schlecht zu sehen gegenüber Früehr

    wieso?

    Bilder

    • 1.jpg
      • 7,81 kB
      • 38 × 506
  • Google Translate ist irgendiwe kaputt?

    • Herman4
    • 1. April 2023 um 19:47

    hallo

    Google Übersetzer

    die Seite hat was

    siehe Bild

    wer kann helfen bitte?

  • welchen Ordner kopieren

    • Herman4
    • 11. Januar 2023 um 20:18

    profilordner habe ich gesicher

    ich helfe auch Leute wenn cih kann die oft dasselbe fragen ja und?

    also nur Profil ok danke

    Profilordner übertrug ich habe ich gemacht danke

  • welchen Ordner kopieren

    • Herman4
    • 8. Januar 2023 um 18:17

    hallo was meinst du damit?

    ich habe den Lokalen Ordner und Wurzelordner gesichert

    bei about:Profiles

  • welchen Ordner kopieren

    • Herman4
    • 8. Januar 2023 um 11:50

    Hallo

    es gibt Lokale und Wurzenordner

    wo ist da der Unterschied und bei was muß ich eine Sicherheitskopie anlegen wenn der Firefox kaputt ist

    ich meinen Computer mein System vom Firefox auf den 2. Computer speichere welchen ordner brauche ich da bitte?

  • Profil Ordner Frage

    • Herman4
    • 15. Dezember 2022 um 11:48

    Hallo, Kleines Problem

    Ich starte Firefox,Auf einmal geht's nicht, da steht dann Bereinigen

    Hä? was ist das, Kenn ich gar nicht

    Dann öffnet er als super neuer Firefox ohne nix

    Alles ist weg

    Ich gehe auf about:profiles

    Dann auf Lokaler Ordner öffnen und verschiebe die gespeicherten alle Einstellungen sind tausende einzelne kleine Dateien die Ich habe vom Firefox in den Lokalen Ordner

    Öffne Firefox

    Wieder sieht er aus wie neu

    Dann sehe ich einen Ordner Alter Firefox Dateien am Desktop

    Verschiebe da das in den lokalen Ordner unter about:Profiles

    Wieder nix

    So was mache ich falsch?

  • Sucheinstellungen bei Google funktionieren nicht gut

    • Herman4
    • 6. November 2022 um 19:32

    hallo ganz eigenartig

    gebe ich ein Tec Channel oder sonstwas

    da werden eine Menge Sucheinstellungen angezeigt

    sieht man bei Bild 1

    gebe ich ein Lawrence von Arabien werden viel weniger angezeigt

    obwohl bei den Sucheinstellungen immer alles gepaßt hat und rechts sieht man ja das am Balken und am Foto 3 dass da nicht alles angezeigt wird

    wer kennt sich da bitte aus

    Bilder

    • 1.jpg
      • 168,04 kB
      • 1.682 × 1.010
    • 2.jpg
      • 214,65 kB
      • 1.682 × 1.010
    • 3.jpg
      • 162,84 kB
      • 1.682 × 1.010
  • Einige darstellungsprobleme bei Google Maps

    • Herman4
    • 15. Oktober 2022 um 16:56

    hallo

    siehe bild

    das mit dem schwarzen Balken das ist englisch statt deutsch

    die Karte ist zu klein wenn man das Fenster vergrößert

    die Schrift und die Darstellung links ist mir zu gorß

    wie kann ich das bitte ändern alles

    Bilder

    • 1.jpg
      • 299,96 kB
      • 1.712 × 947
  • Profilordner 2 Ordner unter Firefox

    • Herman4
    • 8. Mai 2022 um 12:47

    hallo

    2 ordner hab ich im Profilordner

    bei

    Klicken Sie auf die Start-Schaltfläche von Windows und geben Sie in das Eingabefeld am unteren Rand des Startmenüs die Zeichenfolge %APPDATA%\Mozilla\Firefox\Profiles\ ein, ohne die Eingabetaste zu drücken. Daraufhin wird im Startmenü eine Liste der verfügbaren Profile angezeigt.

    da fand ich siehe bild

    was bitte ist das der unterschied?

    und bei

    about:support im Ordner öffnen finde ich

    siehe Bild 2

    jetzt weiß ich gerade nicht was was ist

  • Ansicht bei Google Maps ist verstellt

    • Herman4
    • 30. März 2022 um 22:53

    nun die schwarze Liste habe ich und die gefällt mir

    das lustige ist beim win 7 system ist es das gleiche und da ist nix so wie hier vrestellt

    erklär mir das dann bitte

    ich soll also hier am win 10 computer greas monkey löschen?

  • Ansicht bei Google Maps ist verstellt

    • Herman4
    • 30. März 2022 um 13:39

    danke fürs verschieben

  • Ansicht bei Google Maps ist verstellt

    • Herman4
    • 30. März 2022 um 10:59

    hallo

    sieht man am Bild

    das ist jedes Mal wenn ich auf Maps gehe das man links da so Schriftzüge sieht

    ich muß immer auf F 5 drücken damit das verschwindet

    wieso geht das nicht gleich wenn ich auf Maps drücke?

    bild 2 ist wenn ich auf das Haus Symbol verschwinde

    wenn ich dann auf F 5 drücke hab ich oben das im schwarzen Balken was ich will und dann verschwindet die Schrift

    siehe Bild 3

    Bilder

    • 1.jpg
      • 317,09 kB
      • 1.919 × 1.105
    • 2.jpg
      • 141,97 kB
      • 1.919 × 1.105
    • 3.jpg
      • 137,16 kB
      • 1.919 × 1.105

Unterstütze uns!

Jährlich (2025)

59,1 %

59,1% (384,24 von 650 EUR)

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