Sodele - janz viel aufjeräumt:
CSS
/* 41_urlbar_pimpen.css */
/* URL-Bar neu ab FF92
210909: BrokenHeart von hier:https://www.camp-firefox.de/forum/thema/133335
210909: einige eigene Anpassungen..
210910: rgba (tralala) durch Farbnamen ersetzt ;)
240709: FF128 Probleme: https://www.camp-firefox.de/forum/thema/138121
Erste Hilfe von 2002Andreas...
Großes Aufräumen
*/
#urlbar
{
border: 2px solid black !important;
margin-top: 2px !important;
color: blue !important;
height: 22px !important;
background: white !important;
top: 4px !important;
left: 0px !important;
width: 100% !important;
font: 13px Arial Rounded MT !important;
font-weight: normal !important;
}
#urlbar:not([open]) > #urlbar-background
{
display: none !important;
}
/*############################################################################################*/
/* URL in fetter Schrift, Hauptadresse markanter
200120 von Milupo von hier:
https://www.camp-firefox.de/forum/thema/129888/?postID=1136582#post1136582
*/
#urlbar-input[placeholder] {
color: blue !important;
font-weight: bold !important;
font-size: 13px !important;
}
/*#########################################################################################*/
/* URL-Bar Drop Down verhindern
200408 von BrokenHaert von hier:
https://www.camp-firefox.de/forum/thema/130354/?postID=1142548#post1142548
*/
.urlbarView {
display: none !important;
}
Alles anzeigen
Sieht normal gut aus, aber beim reinlicken:
1. Wie bekomm ich den Inhalt wieder hoch ?
2. Wie bekomm ich das Fading für den den Zoom-Wert wieder?