Automatisch wurde einfach alles geändert

  • das geht alles nicth
    ich hatte alles ok bei firefox quantum 64.0.2
    jetzt ist das update auf 65.0 rauf

    ich hatte bisher immer das sckrpt

    und ja das war gut
    tab unten
    die Ränder waren abgerundet
    fertig
    aber leider ging das nicht beim update
    und egal was ich eingebe das geht nicht

  • ja ich ahbe da wohl zu viel geschrieben sorry
    nun ja, es geht nicht leider
    siehe bild

    ich habe jeztt eingegeben

    habe jetzt Firefox quantum 65.0
    vorher beim 64.0.2 gings super

    im Ordner

    C - Benutzer - Mein Nam e- AppData - Roaming - Mozilla - Firefox - Profiles - 7a7ej4nx.mein Name - Chrome
    UserChrome

    [Code]

    #titlebar {
    -moz-box-ordinal-group: 100 !important;
    }
    /* space above tabs toolbar */
    #main-window[tabsintitlebar][sizemode="maximized"] * #titlebar {
    margin-top: -8px !important;
    }
    /* space for menubar above navigation toolbar (Firefox titlebar) */
    #main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 40px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav-
    bar {
    margin-top: 6px !important;
    }
    /* add 'drag' feature to space above navigation toolbar */
    #main-window[tabsintitlebar] #navigator-toolbox,
    #main-window[tabsintitlebar] #nav-bar {
    -moz-window-dragging: drag !important;
    }
    /* move menubar to the top and extend its with to full window width */
    #toolbar-menubar {
    position: fixed !important;
    width: 100vw !important;
    -moz-window-dragging: drag !important;
    }
    /* move menubars / tab toolbars caption buttons to windows top right position */
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    position: fixed !important;
    right: 0 !important;
    visibility: visible !important;
    display: block !important;
    }
    /* menubar postion after moving to the top */
    #toolbar-menubar {
    top: 10px !important;
    }
    /* Linux/macOS */
    /* space above navigation toolbar (OS titlebar) */
    /* set to '0', if no menubar is used */
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 18px !important;
    }
    /* menubar postion in maximized mode after moving to the top */
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    top: 0px !important;
    }
    /* caption button position in maximized mode after moving to the top */
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"])
    .titlebar-buttonbox-container {
    top: 4px !important;
    }
    /* Windows */
    Media (-moz-os-version:windows-win10), (-moz-os-version:windows-win8), (-moz-os-
    version:windows-win7) {
    /* set to '0', if no menubar is used */
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 8px !important;
    }
    /* set to '0', if no menubar is used */
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([sizemode="fullscreen"]) #nav-bar {
    margin-top: 4px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    top: 8px !important;
    }
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    container {
    top: 0px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    top: 8px !important;
    }
    }
    /* hide line above navigation toolbar appearing in some cases */
    #main-window:not([tabsintitlebar]) #nav-bar,
    #main-window:not([tabsintitlebar]) #navigator-toolbox {
    border-top: 0 !important;
    box-shadow: unset !important;
    }
    /* tweaks for fullscreen mode */
    #main-window[tabsintitlebar][sizemode="fullscreen"] * #TabsToolbar {
    -moz-padding-start: 0px !important;
    }
    /* tweaks for fullscreen mode */
    #main-window[tabsintitlebar][sizemode="fullscreen"]:not([inDOMFullscreen="true"])
    .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar[autohide="true"] ~
    #TabsToolbar .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="fullscreen"] #navigator-toolbox #PanelUI-button,
    #main-window #TabsToolbar #window-controls {
    display: none !important;
    }
    /* hide non-required items */
    #TabsToolbar .private-browsing-indicator,
    #TabsToolbar #window-controls,
    #TabsToolbar *[type="caption-buttons"],
    #TabsToolbar *[type="pre-tabs"],
    #TabsToolbar *[type="post-tabs"] {
    display: none !important;
    }
    /* Windows 7 extra tweaks */
    Media (-moz-os-version: windows-win7) {
    Media all and (-moz-windows-compositor) {
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) * .titlebar-
    buttonbox-container {
    display: none !important;
    }
    }
    Media not all and (-moz-windows-compositor) {
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    container {
    top: -8px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    top: 0px !important;
    }
    }
    }
    /* Windows 10 extra tweaks */
    Media (-moz-os-version: windows-win10) {
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme):hover:not
    ([disabled="true"]),
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme)[_moz-
    menuactive="true"]:not([disabled="true"]) {
    background-color: Highlight !important;
    color: HighlightText !important;
    }
    }
    /* disable Mozillas tab jumping nonsense when moving tabs */
    #navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
    padding-bottom: unset !important;
    }
    #navigator-toolbox[movingtab] #tabbrowser-tabs {
    padding-bottom: unset !important;
    margin-bottom: unset !important;
    }
    #navigator-toolbox[movingtab] > #nav-bar {
    margin-top: unset !important;
    }

    [Code]/

    siehe Bild

  • und auch der Code von dem Link was du mir geschickt hast geht nicht

    [Code]

    #titlebar {
    -moz-box-ordinal-group: 100 !important;
    }
    /* space above tabs toolbar */
    #main-window[tabsintitlebar][sizemode="maximized"] * #titlebar {
    margin-top: -8px !important;
    }
    /* space for menubar above navigation toolbar (Firefox titlebar) */
    #main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 40px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav-
    bar {
    margin-top: 6px !important;
    }
    /* add 'drag' feature to space above navigation toolbar */
    #main-window[tabsintitlebar] #navigator-toolbox,
    #main-window[tabsintitlebar] #nav-bar {
    -moz-window-dragging: drag !important;
    }
    /* move menubar to the top and extend its with to full window width */
    #toolbar-menubar {
    position: fixed !important;
    width: 100vw !important;
    -moz-window-dragging: drag !important;
    }
    /* move menubars / tab toolbars caption buttons to windows top right position */
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    position: fixed !important;
    right: 0 !important;
    visibility: visible !important;
    display: block !important;
    }
    /* menubar postion after moving to the top */
    #toolbar-menubar {
    top: 10px !important;
    }
    /* Linux/macOS */
    /* space above navigation toolbar (OS titlebar) */
    /* set to '0', if no menubar is used */
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 18px !important;
    }
    /* menubar postion in maximized mode after moving to the top */
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    top: 0px !important;
    }
    /* caption button position in maximized mode after moving to the top */
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"])
    .titlebar-buttonbox-container {
    top: 4px !important;
    }
    /* Windows */
    Media (-moz-os-version:windows-win10), (-moz-os-version:windows-win8), (-moz-os-
    version:windows-win7) {
    /* set to '0', if no menubar is used */
    #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
    margin-top: 8px !important;
    }
    /* set to '0', if no menubar is used */
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([sizemode="fullscreen"]) #nav-bar {
    margin-top: 4px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar {
    top: 8px !important;
    }
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    container {
    top: 0px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    top: 8px !important;
    }
    }
    /* hide line above navigation toolbar appearing in some cases */
    #main-window:not([tabsintitlebar]) #nav-bar,
    #main-window:not([tabsintitlebar]) #navigator-toolbox {
    border-top: 0 !important;
    box-shadow: unset !important;
    }
    /* tweaks for fullscreen mode */
    #main-window[tabsintitlebar][sizemode="fullscreen"] * #TabsToolbar {
    -moz-padding-start: 0px !important;
    }
    /* tweaks for fullscreen mode */
    #main-window[tabsintitlebar][sizemode="fullscreen"]:not([inDOMFullscreen="true"])
    .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar[autohide="true"] ~
    #TabsToolbar .titlebar-buttonbox-container,
    #main-window[tabsintitlebar][sizemode="fullscreen"] #navigator-toolbox #PanelUI-button,
    #main-window #TabsToolbar #window-controls {
    display: none !important;
    }
    /* hide non-required items */
    #TabsToolbar .private-browsing-indicator,
    #TabsToolbar #window-controls,
    #TabsToolbar *[type="caption-buttons"],
    #TabsToolbar *[type="pre-tabs"],
    #TabsToolbar *[type="post-tabs"] {
    display: none !important;
    }
    /* Windows 7 extra tweaks */
    Media (-moz-os-version: windows-win7) {
    Media all and (-moz-windows-compositor) {
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) * .titlebar-
    buttonbox-container {
    display: none !important;
    }
    }
    Media not all and (-moz-windows-compositor) {
    #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
    container {
    top: -8px !important;
    }
    #main-window[tabsintitlebar][sizemode="maximized"]:not
    ([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
    top: 0px !important;
    }
    }
    }
    /* Windows 10 extra tweaks */
    Media (-moz-os-version: windows-win10) {
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme):hover:not
    ([disabled="true"]),
    #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme)[_moz-
    menuactive="true"]:not([disabled="true"]) {
    background-color: Highlight !important;
    color: HighlightText !important;
    }
    }
    /* disable Mozillas tab jumping nonsense when moving tabs */
    #navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
    padding-bottom: unset !important;
    }
    #navigator-toolbox[movingtab] #tabbrowser-tabs {
    padding-bottom: unset !important;
    margin-bottom: unset !important;
    }
    #navigator-toolbox[movingtab] > #nav-bar {
    margin-top: unset !important;
    }

    [Code]/

    keine änderung
    ist wie vorher

  • und noch wurde es ärger als ich in

    dem Ordner
    crdilhp8.default-1519759652785
    den ich habe bei Mozilla Firefox

    da habe ich 3 Ordner in den Profiles

    7a7ej4nx.Raffael
    da liegt eine userChrome und die habe ich geändert - kein Erfolg

    dann gibt es den 2. ordner:
    7wztrfy1.default
    da ist drinnen ein
    prefs-1
    und ein
    search-metadata
    da ist nix zu ändern
    udn dann die

    crdilhp8.default-1519759652785
    da ist uach die Chrome userChrome
    udn da habe ich das uach geändert
    kam noch schlechter
    so jetzt habe ich nicth mal eine so schöne Schrit, Time New Roman oder arial wie früher bei ansicht chronik bearbeiten lesezeichen usw.

  • Welches Bild?

    EDIT: Bitte ignorieren. Habe vorhergehende Beiträge übersehen. Löschen ging nicht mehr, da der Beitrag von Herman4 sofort danach kam.

    Übersetzer für Obersorbisch und Niedersorbisch auf pontoon.mozilla.org u.a. für Firefox, Firefox für Android, Firefox für iOS, Firefox Klar/Focus für iOS und Android, Thunderbird, Pootle, Django, LibreOffice, LibreOffice Onlinehilfe, WordPress

    Einmal editiert, zuletzt von milupo (1. Februar 2019 um 16:50)

  • Für mich sieht das so aus, dass du, aus welchem Grund auch immer, heute ein neues Profil > das dritte > cr..., angelgt hast und mit dem, als Rafael, arbeitet wohl aktuell der Feierfox. Und genau in diesem Profil, mit vielen Ordner und Dateien, muß es jetzt den Ordner "chrome" geben, der die entsprechenden Dateien und auch die "userChrome.css" enthält.

    Mit besten Grüßen vom Ammersee
    Thomas
    Dell XPS 13 9360, Intel Core i5-7200U, 8 GB RAM, SSD 256 GB, Intel HD Graphics 620, Win 10 Prof, Defender, Office 2021
    Dell Inspiron 14 5430, Intel i5 13.Gen, 8GB, SSD 512 GB, Intel Iris Graphics, Win 11 home, Defender, Office 2021.

  • Und welches Profil verwendest du? Du hast drei Profile: das Profil default ist das Standardprofil von Firefox, das bei der Auslieferung von Firefox immer mitkommt. Dieses Profil hast du irgendwann mal bereinigt, dadurch wurde das Profil mit der langen Nummer, die dem Wort default nachfolgt, angelegt. Und das Profil Raffael hast du irgendwann mal angelegt.

    Tippe mal about:profiles in die Adressleiste von Firefox ein. Jetzt werden dir die drei Profile aufgelistet. Suche nach dem Profil, bei dem dieser Text steht:

    Code
    Dieses Profil wird derzeit verwendet und kann daher nicht gelöscht werden.

    Dieses Profil verwendest du in dem Moment. Dort muss die userChrome.css drin sein, die den CSS-Code enthält, den du verwendest wilst.

    Übersetzer für Obersorbisch und Niedersorbisch auf pontoon.mozilla.org u.a. für Firefox, Firefox für Android, Firefox für iOS, Firefox Klar/Focus für iOS und Android, Thunderbird, Pootle, Django, LibreOffice, LibreOffice Onlinehilfe, WordPress

  • ich verwende derzeit das profil - das sich nicth löschen lässt

    crdilhp8.default-1519759652785

    ich kopiere dann das rein den Code

    von der vorigen Seite
    siehe Bild

    [attachment=2]1.jpg[/attachment]

    dann öffne ich den Firefox nachdem ich das alte wieder rein kopiert habe
    und die schrift bie den lesezeichen ist anders

    siehe Bidl

    [attachment=1]2.jpg[/attachment]

    bild 3 ist das profiles
    [attachment=0]3.jpg[/attachment]

    das Profil
    7a7ej4nx.Raffael
    konnte ich löschen
    in beiden ist eine Datei userChrome.css ohne dem css das nicht angezeigt wird