@Sören Da er augenscheinlich eine Datei von deiner Seite herunterlden will, bleibt es aber bei seinem Problem. Denn hier sollte ihm doch noch mindestens die in *.png als Auswahl angeboten werden. Oder verstehe ich deine Ausführungen in #5 falsch?
Beiträge von thomas7
-
-
Kann es sein, dass ihr den Themenersteller falsch versteht? Ich verstehe ihn so, dass er - außer WebP - keine Grafikdateien, die von der Ursprungswebsite z.B. als *.jpg oder *.png gemeldet werden, eben als solche auf seinem Rechner abspeichern kann, weil ihm bei Rechtsklick > "Speichern unter" unter dem Dateityp nichts angeboten wird.
bananenflankengott: Ist a) meine Annahme so richtig? und b) was passiert, wenn du die datei einfach speicherst und am Speicherort versuchst diese mit Doppelklick zu öffnen? Geht dann wenigstens Microsofts paint.exe auf?
-
Sorry, das mit "Vodafone" hatte ich überlesen. So ein css Kind-Element sollte im Mozilla Code funktionieren, ob und wo bei externen Geäten - keine Ahnung. Da solltest du nachsehen, ob es für die Vodafone Easy Box eine css gibt.
-
-
Ein Hinweis nach Test auf zwei Notebooks unter Win 10. Die Funktion Scrollen bei eingeklicktem Mausrad funktioniert sowohl mit einem Logitech Treiber wie dem Standartmaustreiber auf je einem Dell bei beiden völlig normal.
[auf beiden Rechner ist zusätzlich der mousehoover.uc.js für den Tabwechsel durch Mousezeiger im Chrome Ordner]
-
Stelle doch bitte einmal deine Dateiansicht so um, dass man auch wirklich die Dateiendungen sieht.
Im Explorer > Ansicht > Ordneroptionen >Reiter "Ansicht". Dort dann den Haken wegnehmen bei "Erweiterungen bei bekannten Dateitypen ausblenden" und ebenfalls bei "Geschützte Systemdateien ausblenden".
-
mmwarburg
test it in "uhr.uc.js":Change: "var timestr = new Date().toLocaleDateString("de-DE", options);"
to "var timestr = new Date().toLocaleString("de-DE", {timeZone: "Asia/Tokyo"});"
without " -
Nein - ehrlich.
-
Ist gut. Das mit der Titelleiste bei ihm hatte ich übersehen oder nicht verstanden. Daher hatte ich im ja auch einen Screenshot gemacht. Und ja, ich bin, da ich auf einem Notebook arbeite Minimalist und die Titelzeile bringt mir keiner Nutzen.
Ich wünsche dir jedenfalls mehr Erfolg mit ihm.
-
milupo. Dann hoffe ich, du verstehst ihn besser. Ich habe ihm ein Angebot unter zeigen wie es bei mir aussieht gemacht, nicht mehr nicht weniger. Und mein Roman enthält nur Tableiste als unterste sowie die Ordnerfarbe. Die Schwierigkeit ist, dass man ihn nur sehr schwer versteht und er, so verstehe ich es, manchmal seine Wünsche wechselt, z.B. mit der Ordnerfarbe.
-
milupo Ich schrieb im schon im #38 dass mein genutzter Code, im wesentlich die kurze Form von Andreas und daher ohne zusätzliche css in Unterordner, ein vollständige Ersatz wäre. Aber die Kommunikation mit ihm ist leider sehr schwierig.
-
Wenn du möchtest, dann kopiere dir hier meine "userChrome.css" vollständig als Ersatz in deinen chrome Ordner. Dann hast du auch wieder die Ordner der Lesezeichen in Gelb. Das sieht dann so aus:
[attachment=0]ff65-6.jpg[/attachment]
Diesen Code einfach statt deinem nehmen:
CSS
Alles anzeigen/* * UserChrome.css */ /* Do not remove the @namespace line -- it's required for correct functioning * set default namespace to XUL */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /*Adresszeile nach oben verschieben um Rand zu vermeiden*/ #PanelUI-menu-button { margin-top:-10px!important; background: #eeeeee !important;} #nav-bar-customization-target { margin-top: -10px !important;} /* Alle Leisten in anderer Farbe statt Systemfarbe, daher auch neue Höhe 22px */ #toolbar-menubar, #nav-bar, #nav-bar-customization-target, #PersonalToolbar{ border:none!important; background: #eeeeee !important; color:black!important; } #toolbar-menubar{ height:22px!important; } .tabbrowser-tab[selected] .tab-content { background: #eeeeee !important; } #TabsToolbar{ border:none!important; background: lightgrey !important; color:black!important; } /* Tabbreite tab max-width */ .tabbrowser-tab[fadein]:not([pinned]) { max-width: 140px !important; overflow: hidden !important; } /* Lesezeichen Sidebar - Ordnericon stehend gelb */ @-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul"), url("chrome://browser/content/history/history-panel.xul") {treechildren::-moz-tree-image(container) {fill:orange !important;}} /* Lesezeichen verwalten - Ordnericon stehend gelb */ @-moz-document url-prefix("chrome://browser/content/places/places.xul") {treechildren::-moz-tree-image(container) {fill:orange !important;}} /* Lesezeichen - Ordnericon gelb */ @-moz-document url-prefix("chrome://browser/content/browser.xul") {.bookmark-item[container="true"] {fill:orange !important;}} #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 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; }
-
Lies dir mal die Anleitung von Microsoft durch. Bei mir hat es schon einmal gereicht den Schritt 3 durchzuführen
https://support.microsoft.com/de-de/help/310…king-in-outlook -
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.
-
So jetzt habe ich doch noch ein kleines Problem. Die Funktionsbutton "FFin die Taskleiste, verkleinern und schließen" sind von der Menüleiste in die Tableiste gerutscht (und verdecken den Close Button, was aber nicht so problematisch ist). Wie bekomme ich die wieder hoch?
[attachment=0]ff65-5.jpg[/attachment]Und da ja doch so einige Threads und Lösungen zum Thema Tableiste unten unterwegs sind, hier meine userChrome.css. DIe Tableistenbefehle ab Zeile 36
CSS
Alles anzeigen/* * UserChrome.css Thomas */ /* Do not remove the @namespace line -- it's required for correct functioning * set default namespace to XUL */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /*Menüzeile verschmälern*/ #toolbar-menubar{ height:22px!important; } /*Adresszeile nach oben um Rand zu vermeiden*/ #nav-bar-customization-target {margin-top: -10px !important;} #PanelUI-menu-button {margin-top:-10px!important; background: #eeeeee !important;} /* Alle Leisten in anderer Farbe statt Systemfarbe*/ #toolbar-menubar, #nav-bar, #nav-bar-customization-target, #PersonalToolbar{ border:none!important; background: #eeeeee !important; color:black!important; } .tabbrowser-tab[selected] .tab-content { background: #eeeeee !important; } #TabsToolbar{ border:none!important; background: lightgrey !important; color:black!important; } /* Tableiste wieder unten */ #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; } /* 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 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; } /* Tabbreite tab max-width */ .tabbrowser-tab[fadein]:not([pinned]) { max-width: 140px !important; overflow: hidden !important; } /* Lesezeichen Sidebar - Ordnericon stehend gelb */ @-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul"), url("chrome://browser/content/history/history-panel.xul") {treechildren::-moz-tree-image(container) {fill:orange !important;}} /* Lesezeichen verwalten - Ordnericon stehend gelb */ @-moz-document url-prefix("chrome://browser/content/places/places.xul") {treechildren::-moz-tree-image(container) {fill:orange !important;}} /* Lesezeichen - Ordnericon gelb */ @-moz-document url-prefix("chrome://browser/content/browser.xul") {.bookmark-item[container="true"] {fill:orange !important;}}
-
1) Diesen Thread gelesen, verstanden und die Grunddateien an die richtigen Stellen geschoben? https://www.camp-firefox.de/forum/viewtopic.php?f=16&t=122538
2) Durch den Klick auf "Alles kopieren" wird der gesamte Code-Text in deinen Computer Zwischenspeicher kopiert. Dann fügt man ihn entweder über Rechtsklick > Einfügen oder über [Strg] + [v] in die userChrome.css.
-
Dank deines Codes habe ich jetzt noch die Tableiste auf das dunklere Grau und den aktiven Tab auf #eee umgestellt. Das ist für mich logischer und gewohnter.
[attachment=0]ff65-4.jpg[/attachment]
-
Herman4 Das kommt darauf an, wie fit du im Umgang mit Dateien und Verzeichnissen bist. Denn um diese ccs Erweiterungen nutzen zu können, mußt du zuerst im Programm Ordner und im Profile Ordner des FF Dateien ergänzen.
Als erstes solltest du dich mal in diesen Thread einlesen: https://www.camp-firefox.de/forum/viewtopic.php?f=16&t=122615
Beziehungsweise, um nur das Problem der Leiste zu lösen, gleich hier: https://www.camp-firefox.de/forum/viewtopic.php?f=16&t=122538
-
Ja, ich hatte mich da so durchgelesen. Und jetzt passt alles für mich.
[attachment=0]ff65-3.png[/attachment]
-
Der aus dem Thread https://www.camp-firefox.de/forum/viewtopic.php?f=16&t=127134 Post#1, da habe ich jetzt alle meine Probleme mit eurer Hilfe gelöst bekommen - danke!