/* * Do not remove the @namespace line -- it's required for correct functioning */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ /* kein Lauftext */ marquee { -moz-binding: none !important; } /* Einstellung History */ user_pref("browser.history_expire_days_min", 2); user_pref("browser.history_expire_sites", 150); button:hover { background-color: var(--in-content-box-background)!important; } .toolbarbutton-1 { --toolbarbutton-hover-background: none !important; --toolbarbutton-active-background: none !important; } /* Standard Hintergrund transparent setzen "Dunkler Theme" */ :root:-moz-lwtheme-brighttext { --chrome-background-color: transparent !important; --chrome-secondary-background-color: transparent !important } /* Farbverlauf Menü-+Navigationstoolbar */ #navigator-toolbox { background: -moz-linear-gradient(top, #110c0b 0%, #84592f 2%, #6a4942 4%, #543d36 6%, #1f1513 8%, #1f1513 40%, #543d36 42%, #6a4942 45%, #84592f 47%, #110c0b 49%, #00a3bf 53%, #005a6c 55%, #00ac97 57%, #007d6d 57%, #00a893 58%, #007d6d 98%, #00c1a9 99%, #005a6c 100%) !important; } menu:hover { color: var(--in-content-box-background) !important; background-color: var(--in-content-box-background) !important; } #main-menubar { background-color: #004255 !important; /* 62453E */ color: #B4843D !important; } #main-menubar > :hover, menubar > menu[_moz-menuactive=true][open=true] { -moz-appearance: none!important; color: #B4843D !important; background-color: #113528 !important; } .searchbar-textbox { background-color: #004255 !important; /* 2E725A */ color: #36A380 !important; border-width: 2px !important; border-color: #7B5330 !important; margin: 0 !important; } #urlbar { background-color:#004255 !important; /* 2E725A */ color:#36A380 !important; /* 7BC4BE */ border-width: 2px !important; border-color: #7B5330 !important; margin: 0 !important; } /* Urlbar Vorschau-Popup nicht anzeigen */ #PopupAutoCompleteRichResult .autocomplete-richlistitem, #urlbarView-results, #PopupAutoCompleteRichResult .scrollbox-innerbox, #urlbarView-results, #PopupAutoCompleteRichResult > richlistbox, #urlbarView-results{ display: none !important; } /* statuspanel URL-Vorschau deaktivieren */ #statuspanel { display: none !important; } /* Ausgewählte Textfarbe ändern "Dunkles Theme" */ :root:-moz-lwtheme-brighttext { --chrome-selection-color: #00BFA8 !important; /*Farbe des Textes beim markieren*/ --chrome-selection-background-color: #006F61 !important; /*Hintergrundfarbe des markierten Textes */ } #TabsToolbar { visibility: collapse !important; } /* Statusbar-Tooltip ausblenden */ #statusbar-display { display:none } /* Tooltips unterdrücken */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #aHTMLTooltip { display:none!important; } #btTooltip, #un-toolbar-tooltip, #tooltip, .tooltip, #aHTMLTooltip, #urlTooltip, tooltip { display: none !important; } /* Linke Identitätsbox ausblenden "Seiteninformationen, PW, Grünes Schloss usw." */ #identity-box { display: none !important; } /* Leseansicht umschalten Button ausblenden */ #reader-mode-button { display: none !important; } /* Zoomfaktor-Button ausblenden */ #urlbar-zoom-button { display: none !important; } /* "Lesezeichen verwalten" ausblenden */ #bookmarksShowAll { display:none; } /* "Lesezeichen hinzufügen" ausblenden */ #menu_bookmarkThisPage { display:none; } /* "Diese Seite abonnieren" ausblenden */ #subscribeToPageMenuitem { display: none; } /* "Lesezeichen-Symbolleiste" ausblenden */ #bookmarksToolbarFolderMenu { display: none; } /* "Weitere Lesezeichen" ausblenden */ #menu_unsortedBookmarks { display: none; } /* Unnötige Trennlinien entfernen */ #organizeBookmarksSeparator { display: none; } #bookmarksToolbarSeparator { display: none; } #bookmarksMenuItemsSeparator { display: none; }