Vielen Dank, genauso, wie ich es haben möchte.
Beiträge von BarbaraZ-
-
-
Moin, mit meinem 27 Zoll Monitor habe ich Schwierigkeiten diese Anpassung für mich sauber zu konfigirieren.
In der oberen Zeile beim: Firefox Browser ist mir dieses nicht möglich, den Text in eine Zeile zu "zaubern".
Des weiteren hätte ich das Fenster in Dodgerblue gerne verkleinert. Ist für meinen Geschmack zu raumfüllend.
Gerne darf auch der Text "die daran arbeitet" in die Folgezeile rutschen, wodurch es dann sicherlich mögich ist, das gesamte Fenster etwas zu verkleinern.
Ich nutze folgenden Code:
CSS
Alles anzeigen/* About:Dialog - über Firefox --- In Abwandlung von DeJaVu*/ @-moz-document url-prefix("chrome://browser/content/aboutDialog.xhtml"){ #bottomBox, #clientBox, #leftBox, #trademark, #updateBox > vbox:nth-child(2) > hbox:nth-child(2), #updateButton, #version, #version::before, #aboutDialog vbox, #aboutDialogContainer hbox, #clientBox vbox, #contributeDesc > label:nth-child(1), #contributeDesc > label:nth-child(2), #releasenotes, #trademark, #updateButton, label.bottom-link:nth-child(3), [href='about:credits'], [href='about:license'], [href='about:rights'], #contributeDesc > label:nth-child(1), #contributeDesc > label:nth-child(2), #releasenotes, label.bottom-link:nth-child(3), [href='about:credits'], [href='about:license'], [href='about:rights'], #aboutDialog, #aboutDialogContainer, #bottomBox, #clientBox, #trademark { background-color: DarkSykBlue !important; } label, .text-blurb, #trademark { font-size: 14px !important; } #version::before { content: 'Meine aktuelle Browser-Version ist die:'; font-size: 14px !important; font-weight: bold !important; color: LightCoral !important; margin-right: 6px !important; margin-left: -24px !important; } #version { font-size: 14px !important; margin-top: 30px !important; color: Yellow !important; } #bottomBox > hbox:nth-child(1) { margin-bottom: 25px !important; padding-top: 10px !important; padding-bottom: 10px !important; background-color: dodgerblue !important; } #updateBox > vbox:nth-child(2) > hbox:nth-child(2) { margin-top: -25px !important; margin-bottom: 20px !important; } #trademark { margin-top: 5px !important; margin-bottom: 10px !important; } #leftBox { appearance: none !important; background-size: contain !important; margin-top: 60px !important; max-width: 150px !important; /*Änderung*/ min-width: 150px !important; /*Änderung*/ } #updateButton { appearance: none !important; /*Firefox Update*/ background: pink url("../Icons/qd-lupe.gif")no-repeat !important; min-width: 300px !important; /*Änderung*/ padding-left: 30px !important; background-position: 13px !important; border: 3px solid dodgerblue !important; border-width: 2px !important; color: coral !important; margin-bottom: 10px !important; margin-top: 0 !important; } #icons > .icon { margin-top: 12px !important; } #updateButton:hover { appearance: none !important; background: yellow url("../Icons/qd-lupe.gif")no-repeat !important; padding-left: 30px !important ; background-position: 13px !important; } #updateButton .button-box { padding-top: 0 !important; padding-bottom: 0 !important; -moz-padding-start: 3px !important; -moz-padding-end: 3px !important; } #updateBox vbox description.text-blurb label.text-link { display: none !important; } [href='about:license'] { appearance: none !important; /* Information zur Lizensierung */ background: lightgray url("../Icons/qd-info.png")no-repeat !important; color: dodgerblue !important; margin-top: 2px !important; padding-right: 10px !important; margin-left: 20px !important; padding-left: 30px !important; border-width: 2px !important; background-position: 10px 5px !important; border: 3px solid red !important; } [href='about:license']:hover { background: darkgray url("../Icons/qd-info.png")no-repeat !important; color: white !important; background-position: 10px 5px !important; } [href="about:rights"] { appearance: none !important; /* Endanwenderrechte */ background: CornflowerBlue url("../Icons/qd-endanwender.png")no-repeat !important; color: black !important; /*padding-top: 2px !important;*/ margin-right: 11px!important; margin-left: -28px !important; margin-top: 2px !important; padding-right: 20px !important; padding-left: 40px !important; border-color: red !important; border-width: 2px !important; background-position: 10px 5px !important; border: 3px solid yellow !important; } [href="about:rights"]:hover { appearance: none !important; background: darkgray url("../Icons/qd-endanwender.png") no-repeat !important; color: white !important; background-position: 10px 5px !important; } label.bottom-link:nth-child(3) { appearance: none !important; /* Datenschutzbestimmungen */ background: lightgray url("../Icons/qd-datenschutz.png")no-repeat !important; color: dodgerblue !important; margin-left: -2px !important; margin-right: -3px !important; margin-top: 2px !important; padding-right: 20px !important; padding-left: 40px !important; border-width: 2px !important; background-position: 10px 5px !important; border: 3px solid orange !important; } label.bottom-link:nth-child(3):hover { background: darkgray url("../Icons/qd-datenschutz.png")no-repeat !important; color: white !important; background-position: 10px 5px !important; } [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'] { appearance: none !important; /* Mozilla */ background: lightgray url("../Icons/qd-mozilla.png")no-repeat !important; color: black !important; margin-right: 2px !important; padding-right: 15px !important; padding-left: 35px !important; border-width: 2px !important; background-position: 10px 5px !important; border: 3px solid magenta !important; } [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog']:hover { background: darkgray url("../Icons/qd-mozilla.png")no-repeat !important; color: white !important; background-position: 10px 5px !important; } [href='about:credits'] { appearance: none !important; /* globale Community */ background: lightgray url("../Icons/qd-community.png")no-repeat !important; color: black !important; margin-right: 2px !important; padding-right: 7px !important; padding-left: 35px !important; border-width: 2px !important; background-position: 10px 5px !important; border: 3px solid violet !important; } [href='about:credits']:hover { background: darkgray url("../Icons/qd-community.png")no-repeat !important; color: white !important; background-position: 10px 5px !important; } #contributeDesc > label:nth-child(2) { appearance: none !important; /* machen Sie mit */ background: lightgray url("../Icons/qd-mitmachen.png")no-repeat !important; color: black !important; margin-left: 2px !important; margin-right: 10px !important; padding-left: 35px !important; padding-right: 15px !important; border-color: cadetblue !important; border-width: 2px !important; background-position: 10px 5px !important; border: 3px solid dodgerblue !important; } #contributeDesc > label:nth-child(2):hover { background: darkgray url("../Icons/qd-mitmachen.png")no-repeat !important; color: white !important; background-position: 10px 5px !important; } #contributeDesc > label:nth-child(1) { appearance: none !important; /*Spenden Sie*/ background: yellow url("../Icons/qd-spenden.png")no-repeat !important; color: black !important; margin-right: -1px !important; padding-left: 35px !important; padding-right: 15px !important; border-width: 2px !important; background-position: 10px 5px !important; border: 3px solid pink !important; } #contributeDesc > label:nth-child(1):hover { background: darkgray url("../Icons/qd-spenden.png")no-repeat !important; color: black !important; background-position: 10px 5px !important; } #releasenotes { appearance: none !important; /*Neue Funktionen und Änderungen*/ background: darkgray url("../Icons/qd-info.png")no-repeat !important; margin-left: 10px !important; margin-right: 35px !important; padding-left: 30px !important; padding-right: 20px !important; padding-bottom: 1px !important; border-width: 2px !important; background-position: 10px 5px !important; border: 3px solid yellow!important; margin-top: 50px !important; /*Änderung*/ color: black !important; } #releasenotes:hover { background: lightgray url("../Icons/qd-info.png")no-repeat !important; color: dodgerblue !important; background-position: 10px 5px !important; } #rightBox { background-image: none !important; padding-top: 0px !important; margin-top: 10px !important; } #rightBox::before { content: "Firefox Browser" !important; font-size: 20px !important; font-weight: bold !important; text-shadow: 5px 5px 5px red !important; color: yellow !important; -webkit-transform: scale(1.08) !important; max-width: 250px !important; /* Änderung 27.03.*/ margin-left: 300px !important; /* Änderung 28.03.*/ margin-right: 300px !important; /* Änderung 28.03.*/ } #trademark { border: 3px solid red !important; max-width: 250px !important; /* Änderung 26.03.*/ margin-left: 350px !important; /* Änderung 26.03.*/ margin-right: 350px !important; /* Änderung 26.03.*/ color: Yellow !important; } #trademark::after { content: " Dialog-Design by Barbara " !important; font-size: 14px !important; color: red !important; } }
Hier habe ich schon einige Änderungen vornehmen können, habe dieses auch wie folgt kennlich gemacht:
Weiter komme ich leider ohne Hilfe nicht.
Wäre nett, wenn jemand drüberschauen könnte. Danke
-
Danke für Deinen Fleiß
-
Mit Anpassung von Feinheiten (Abstände) habe ich mich für den Code von Andreas entschieden.
Werde trotzdem die Tage mal den Code von Boersi ausprobieren.Danke auch dafür.@Boersi: Cooler Code! Spart mir viele einzelne Codes
-
Moin,
ist es möglich,
1. den Bereich mit dem "Feuerchen" und dem Text camp-firefox.de zu verkleinern?
2. den folgenden Berich, oberhalb des Forums, mit den Text "camp-firefox.de" auszublenden?
Im unteren Bereich, ohne die farbliche Gestaltung, finde ich die Abstände noch extremer.
Das würde mir mehr Platzgewinn bringen.
Liegt eventuell daraun das ich einen 27 Zoll Monitor nutze und das ganze dadurch größer dargestellt wird.
Ich bin, was die Zeile mit dem Feuer betrifft, fündig geworden. Weiss nur nicht wie ich hier eine "Verkleinerung" eingebaut bekomme.
Danke
-
Die allerbesten Glückwünsche an Boersi.
Bleib weiterhin ein anständiger Kerl und das immer genug Blaulichtwasser nachgefüllt ist.
-
Spammer bitte löschen
Der Inhalt kann nicht angezeigt werden, da er nicht mehr verfügbar ist. -
Wie immer:
Passt
Dank
-
-
Na ja, über meinen Fuchs möchte ich doch schon gerne mitbestimmen, denn das macht den Fuchs aus.
Vor allem, weil es so für mich übersichtlicher ist.
-
Habe meinem Update auf die Version 109 die Einheitlichkeit erstmal ganz schnell abgewöhnt.
Danke für den Eintrag in der about:config aus Beitrag #5 von Andreas.
-
grisu2099 Danke, ist nicht notwendig. Hatte in #6 schon geschrieben, das es geklappt hat und perfekt ist.
-
-
Das liest sich gut.
Ab Februar werde ich mich mal in CSS einarbeiten und die Browser-Werkzeuge nutzen.
Step bei Step wird es mir dann gelingen. (*ganzsicherbin*)
-
grisu2099 Schon mal gut.
Nun muss ich nur noch den Text bündig bekommen.
Habe dazu versucht, in den Zeilen 277 und 287 "margin-left: -7px !important;" mit "margin-left: -3px !important;" anzusprechen.
Klappt leider nicht
-
Ich habe hier eine Unstimmigkeit.
Ich nutze hierfür folgenden Code:
CSS
Alles anzeigen/*Menuleiste-Ansicht*/ @-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml"), url-prefix("chrome://browser/content/places/places.xhtml"), url("chrome://browser/content/browser.xhtml") { #menu_EditPopup > menuitem { color: white !important; } menu[label="Symbolleisten"]{ /*Symbolleisten*/ -appearance:none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Symbolleisten.gif") no-repeat !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px!important; } menu[label="Symbolleisten"]:hover{ -appearance:none !important; margin-right: -1px !important; background: red url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Symbolleisten.gif") no-repeat !important; border-width: thin !important; border-style: solid !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #toggle_toolbar-menubar[checked="true"]>.menu-iconic-left{ /*Symbolleisten-Menueleiste*/ -appearance: none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Symbolleisten-Menueleiste.png") no-repeat !important; height: 15px !important; padding-top: 1px !important; margin-left: -3px !important; } #toggle_toolbar-menubar[checked="true"]>.menu-iconic-text { -appearance: none !important; padding-left: 5px !important;} #toggle_toolbar-menubar:hover { background-color: red !important; color: white !important; } #toggle_PersonalToolbar > menupopup:nth-child(4) > menuitem:nth-child(1):hover { background-color: red !important; color: white !important; } #toggle_PersonalToolbar > menupopup:nth-child(4) > menuitem:nth-child(2), #toggle_PersonalToolbar > menupopup:nth-child(4) > menuitem:nth-child(3) { display: none !important; } #menu_customizeToolbars{ /*Symbolleisten anpassen*/ -appearance:none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Symbolleisten-Symbolleiste anpassen.png") no-repeat !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #menu_customizeToolbars:hover{ -appearance:none!important; margin-right: -1px !important; background: red url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Symbolleisten-Symbolleiste anpassen.png") no-repeat !important; border-width: thin !important; border-style: solid !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } menu[label="Sidebar"]{ /*Ansicht-Sidebar*/ -appearance:none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Sidebar.png") no-repeat !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } menu[label="Sidebar"]:hover{ -appearance:none !important; margin-right: -1px !important; background: red url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Sidebar.png") no-repeat !important; border-width: thin !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #menu_bookmarksSidebar[checked="true"] { /*Ansicht-Sidebar-Lesezeichen*/ background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Sidebar-Lesezeichen.png") no-repeat !important; list-style-image: none !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } /*#menu_historySidebar > img{ display: none !important; }*/ #menu_bookmarksSidebar[checked="true"]:hover { margin-right: -1px !important; background: #f44336 url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Sidebar-Lesezeichen.png") no-repeat !important; list-style-image: none !important; border-width: thin !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } menu[label="Zoom"]{ /*Zoom*/ -appearance:none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Zoom.png") no-repeat !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } menu[label="Zoom"]:hover{ -appearance:none !important; margin-right: -1px !important; background: red url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Zoom.png") no-repeat !important; border-width: thin !important; border-style: solid !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #menu_zoomEnlarge{ /*Zoom-Vergrößern*/ -appearance:none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Zoom-Vergrößern.png") no-repeat !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #menu_zoomEnlarge:hover{ -appearance:none !important; margin-right: -1px !important; background: red url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Zoom-Vergrößern.png") no-repeat !important; border-width: thin !important; border-style: solid !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #menu_zoomReduce{ /*Zoom-Verkleinern*/ -appearance:none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Zoom-Verkleinern.png") no-repeat !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #menu_zoomReduce:hover{ -appearance:none !important; margin-right: -1px !important; background: red url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Zoom-Verkleinern.png") no-repeat !important; border-width: thin !important; border-style: solid !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #menu_zoomReset{ /*Zoom-Tatsächliche Größe*/ -appearance:none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Zoom-Tatsächliche-Größe.png") no-repeat !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #menu_zoomReset:hover{ -appearance:none !important; margin-right: -1px !important; background: #f44336 url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Zoom-Tatsächliche-Größe.png") no-repeat !important; border-width: thin !important; border-style: solid !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px!important; } #toggle_zoom, /*Zoom-Nur Text zoomen*/ #toggle_zoom[type="checkbox"][checked="false"] > .menu-iconic-left { -appearance: none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Zoom-Nur-Text-zoomen.png") no-repeat !important; margin-left: 5px !important; min-height: 24px !important; padding-left: 8px !important; background-position: 10px 10px !important; } #toggle_zoom[type="checkbox"][checked="false"] >.menu-iconic-text{ padding-left: 10px !important; } #toggle_zoom:hover { background-color: red !important; color: white !important; } menu[label="Webseiten-Stil"]{ /*Webseitenstil*/ -appearance:none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Webseitenstil.png") no-repeat !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } menu[label="Webseiten-Stil"]:hover{ -appearance:none !important; margin-right: -1px !important; background: red url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Webseitenstil.png") no-repeat !important; border-width: thin !important; border-style: solid !important; min-height: 24px !important; padding-left: 35px !important; background-position: 10px 10px !important; } #menu_pageStyleNoStyle { display: none !important; } menu[label="Webseiten-Stil"] menuitem[type="radio"][checked="true"] > .menu-iconic-left { /*Standardstil*/ -appearance: none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Webseitenstil-Standardstil.png")no-repeat !important; height: 15px !important; padding-top: 1px !important; margin-left: -3px !important; } #menu_pageStylePersistentOnly { background-color: red !important; color: white !important; } menu[label="Webseiten-Stil"] menuitem[type="radio"][checked="true"]>.menu-iconic-text{ margin-left: 2px !important; } menu[label="Webseiten-Stil"] menuitem[type="radio"]> .menu-iconic-left { -appearance: none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Webseitenstil-Standardstil.png")no-repeat !important; height: 15px !important; padding-top: 1px !important; margin-left: -3px !important; } menu[label="Webseiten-Stil"] menuitem[type="radio"]>.menu-iconic-text{ margin-left: 2px !important; } #repair-text-encoding { /*Textkodierung deaktiviert*/ display: none !important; } #fullScreenItem { /*Ansicht-Vollbild*/ -appearance: none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Vollbild.png") no-repeat !important; height: 24px !important; padding-top: 35px !important; background-position: 10px 10px !important; } #fullScreenItem[type="checkbox"] > .menu-iconic-left { -appearance: none !important; background: url("file:///F:/ICONS/Firefox/Menue-Icons/Ansicht-Vollbild.png") no-repeat !important; height: 5px !important; padding-top: 1px !important; margin-left: -7px !important; } #fullScreenItem:hover { background-color: red !important; color: white !important; } #fullScreenItem[type="checkbox"] >.menu-iconic-text { background: !important; margin-left: -7px !important; } #menu_readerModeItem{ display: none !important; } }
Wenn ich es richtig sehe wird dieses ab Zeile 264 angesprochen.
Habe schon diverses probiert und es wenigstens soweit hingekommen, das "Vollbild" nicht mehr "abgeschnitten" wird, heißt: es war nur das halbe Icon, ohne Text zu sehen.
Dieser Fehler trat erst mit Firefox 108 auf.
-
Ich war mir nicht sicher, da es sich ja um FSK18 handelt und ob es "so öffentlich" gewollt war.
Wenn ich es falsch interpretiert habe, bitte ich dieses zu entschuldigen.
-
Ist das hier Spam?
Beitragwebseitenwechsel (konkret nach anmeldung )
Komische Frage ,
bitte nicht lachen (mag halt -------------)
Bitte siehe Foto:
bis gestern wurde mir dies noch angezeigt von firefox und bei drücken auf neuer Tab kam die seite -------------
was ich eigentlich nicht will
jetzt gehts nach Anmeldung (bei -------------) gleich auf diese Seite weiter -------------
Kann ich irgendwie diese ungewollte Seite Sperren und wieder "Normal" bei ------------- weiterchatten
Danke für ernstgemeinte Tipps
Guido
Guido 24. Januar 2023 um 16:56 Oder warum meldet man sich deshalb neu an? Bitte um Prüfung.
-
Hans Peter Hallwachs ist verstorben.
Ich durfte ihn persönlich kennenlernen.
Hans Peter Hallwachs ist tot – Karriebeginn am Bremer TheaterDer Schauspieler und Hörspielsprecher Hans Peter Hallwachs ist mit 84 Jahren gestorben. Zu Beginn seiner Karriere spielte er auch Rollen am Bremer…www.butenunbinnen.deR.I.P
-
Vielen Dank für Deine Arbeit und ich finde es gut, das etliche dieses mit Spenden unterstützen.
Sonst wäre die Arbeit so, sicherlich nicht möglich.