Übrigens: Danke Dharkness für die Code im Beitrag-Nr: #12
Aber gerne doch.
Übrigens: Danke Dharkness für die Code im Beitrag-Nr: #12
Aber gerne doch.
Auch Test Nr. 5678 bestanden
Du kleiner Schelm Du.
Wie kann ich einen leeren neuen Profil anlegen?
Guckst Du da #Neues Profil erstellen.
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.
Kann es sein, dass das Problem evtl bei dir liegt?
Es liegt nicht bei 2002Andreas, hier sind die Grafiken auch nicht zu sehen.
Es wäre nett, wenn andere User das bitte mal überprüfen können
Von Dir angefordert, von mir ausgeführt.
Sorry, dass ich jetzt erst antworte. Das funktioniert, habe es gestern noch probiert. Danke!
Antworte wann Du zeit hast, ansonsten war es gerne geschehen.
du kennst das also auch?
Ist bei einem Lokalem Konto normal, ich bekomme das bei wirklich jeder Programminstallation.
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?
Hi FuchsFan,
für h2 (memory und disk) sollte das reichen, das müsste auch h1 erfassen.
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.
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.
@-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
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.
Mag ja sein, nur kein Browser zeigt ein Bild an.
Google Chrome:
So ist es, auch z.B. Vivaldi zeigt kein Bild an.
Nur das Ergebnis zählt
In der Tat und so waren halt weniger zusätzliche Eingriffe nötig.
Ich habe den Text oben etwas verkürzt.
Ich habe das so ↓ umgebaut.
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;
}
Das ↓ ist dann das Ergebnis.
Teste mal:
Hallo aborix,
in den Ordnern direkt auf der Lesezeichensymbolleiste werden aber keine Angaben gemacht, kann das noch angepasst werden?
Hallo Sailor_44,
wenn ich Dich richtig verstanden habe, sollte das ↓ in der userChrome.css helfen.
so geht alles kapput^^
Dann musst Du das CSS von grisu2099 halt anpassen und schauen, ob es so ↓ schon passt.
damit das Original-Icon nicht angezeigt wird?
Ich habe das ↓ dafür verwendet.
Nur mit #window-modal-dialog {width: 300px !important;} tut sich was.
Könnt Ihr das Fenster denn verschieben?Und ist bei Euch auch der FF komplett ausgegraut und nirgendwo mehr ein Zugriff möglich?
Hm, wie gesagt, hier funktioniert es über #bookmarkpropertiesdialog, hast Du appearance: none !important; hinzugefügt?
Nein, den Dialog kann man nicht verschieben.
Ja, der Dialog überlagert der Browserfenster.