Beiträge von testerer
-
-
-
-
-
-
Bitte:
CSS
Alles anzeigen/*AGENT_SHEET*/ /****** simpleMenuWizard ******/ /******************************************************** Modify the following files themselves to your needs. Do not modify the following @import block. ****************************************************** /*** When right-clicking on... ***/ @import url("./simpleMenuWizard/blank-context.css"); /* ...a blank area on a webpage */ @import url("./simpleMenuWizard/frame-context.css"); /* ...an iframe */ @import url("./simpleMenuWizard/image-context.css"); /* ...an image */ @import url("./simpleMenuWizard/input-context.css"); /* ...an input-field */ @import url("./simpleMenuWizard/link-context.css"); /* ...a link */ @import url("./simpleMenuWizard/main-hamburger.css"); /* Leftclick the hamburger menu on top right */ @import url("./simpleMenuWizard/main-menubar.css"); /* Leftclick on main menubar (open with ALT key) */ @import url("./simpleMenuWizard/media-context.css"); /* ...media like audio or html5 video */ @import url("./simpleMenuWizard/select-context.css"); /* ...selected text or selected object */ @import url("./simpleMenuWizard/sidebar-context.css"); /* ...items in bookmarks- or history sidebar */ @import url("./simpleMenuWizard/sidebar-header.css"); /* Leftclick on sidebar header */ @import url("./simpleMenuWizard/source-context.css"); /* ...a blank area when viewing source code */ @import url("./simpleMenuWizard/tab-context.css"); /* ...a tab */ @import url("./simpleMenuWizard/toolbar-context.css"); /* ...the toolbar or tabbar */ @import url("./simpleMenuWizard/urlbar-context.css"); /* ...the addressbar */ @import url("./simpleMenuWizard/urlbar-pageaction.css"); /* Leftclick the addressbar ellipsis (three dots) */ /********************************************************** How to activate or deactivate the following options: Remove '/*' at the beginning of a line (not comment line) to activate the option Add '/*' at the beginning of the line (not comment line) to deactivate the option ******************************************************** /*** Options ***/ /*** If you don't use syncing: Hide all "Send to device" and sync items ***/ /* @import url("./simpleMenuWizard/opt_noSync.css"); /* Note: If you use Firefox 60 or higher, please see here: https://github.com/stonecrusher/simpleMenuWizard#hide-pocket--sync--screenshots */ /* If you use uBlock Origin and want to remove all uBO context menu entries */ @import url("./simpleMenuWizard/opt_uBO.css"); /*** Hide all inactive menu items ***/ /* #mainPopupSet menuitem[disabled="true"] { display: none !important; } /****** simpleMenuWizard end ******/
-
-
-
Vielleicht liegt es auch an der Platzierung in der userchrome.css? Kenne mich da nicht aus. Ich habe nämlich noch eine ganz Menge anderer Sachen. Hatte deins ans Ende angehängt:
CSS
Alles anzeigen@import url("./simpleMenuWizard.css"); menu[label="I don't care about cookies"] { display: none !important } menu[label="Nehmen Sie Screenshot der Webseite - FireShot"] { display: none !important } menu[label="In My Pocket"] { display: none !important } menu[label="ImTranslator: Translator, Dictionary, TTS"] { display: none !important } menu[label="Citavi Picker"] { display: none !important } menu[label="I don't care about cookies"] { display: none !important } /* Bookmarks Sidebar - bright blue background color for selected bookmark */ #bookmarks-view treechildren::-moz-tree-row(selected) { background-color: #a39c92 !important; } @-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul"), url("chrome://browser/content/places/bookmarksSidebar.xul"), url("chrome://browser/content/browser.xul"), url("chrome://browser/content/history/history-panel.xul") { #menu_bookmarksSidebar { display:-moz-box !important; } #bookmarks-view-children{ margin-top:-120px!important; margin-left:-15px !important} sidebarheader { display:none!important} #sidebar-search-container{ display:none!important;} label[persist="value"][flex="1"][crop="end"][control="sidebar"][value="Lesezeichen"]{ display:none!important;} #sidebar-box { display:-moz-box !important; position:fixed!important; top:116px; bottom:-35px; width: 0px !important; overflow-x: hidden !important; -moz-appearance: none !important; border: 1px solid transparent !important; border-left: 0 !important; opacity: 0 !important; transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important; } #sidebar-box:hover { width: 230px !important; /*-adjust sidebar width here-*/ opacity: 1 !important; transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important; } #sidebar-splitter{ display:none !important; } #sidebar-header { width:100%; border: 0 !important; } #sidebar { display:-moz-box !important; width:100%!important; height:95%; } } @-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul"), url("chrome://browser/content/browser.xul"), url("chrome://browser/content/history/history-panel.xul") { #bookmarks-view,sidebarheader,#sidebar-box,.sidebar-placesTreechildren,#sidebar-search-label,#sidebar-search-container,#placesList > treechildren{ -moz-appearance: none!important; background:#d1cdc8!important}} /*Franks Urlbar Selected Text Fix...*/ ::-moz-selection { -moz-appearance:none !important; background:#a39c92; color: white;} .autocomplete-richlistitem { height: 30px; min-height: 30px; font: message-box; border-radius: 2px; border: 1px solid transparent; } .autocomplete-richlistitem:hover, treechildren.searchbar-treebody::-moz-tree-row(hover) { background-color: #a39c92; border-color: hsla(0, 0%, 0%, 0.1); } .autocomplete-richlistitem[selected], treechildren.searchbar-treebody::-moz-tree-row(selected) { background-color: #a39c92; } .tabbrowser-arrowscrollbox > .scrollbutton-down[highlight] { background-color: #a39c92 !important; } #PopupAutoCompleteRichResult .autocomplete-richlistitem[selected=true] { color: #eee !important; background-color: #a39c92 !important; } .ac-type-icon[type="bookmark"] { fill: #a39c92 !important; } #searchbar menupopup menuitem:hover{ -moz-appearance:none!important; background: #a39c92 !important; }
-
-
-
-
-
-
Danke dir, aber irgendwo in Firefox müssen doch die Farbcodes des benutzten Themes und somit auch die Farbcodes für die Tabs zu finden sein?
Dazu kommt, dass das in Linen Light ein Farbverlauf ist für die nicht aktiven Tabs und somit das auslesen mit einer externen Sache nicht viel bringt.
Wie gesagt möchte ich diesen Farbverlauf auf die ungeladenen Tabs beschränken und alle geladenen Tabs dieselbe Farbe geben wie der gerade ausgewählte Tab. -
Hallo,
ich habe das Linen Light Theme. Nun möchte ich, dass alle bereits geladenen Tabs dieselbe Farbe haben wie der aktuell ausgewählte Tab. Die ungeladenen Tabs sollen die Farbe bekommen, die in Linen Light für alle anderen außer dem gerade ausgewählten Tab benutzt wird
Kann man irgendwie die Farbcodes eines Themes auslesen, also welcher Farbcode für welchen Tabstatus benutzt wird?Ich habe schon folgenden Code gefunden, aber der hilft mir ja nicht, weil ich ja irgendwoher die Farbcodes der Tabs von Linen Light bekommen möchte.
CSS
Alles anzeigen/* Tab, normal */ .tabbrowser-tab .tab-content { background: aquamarine !important; color: black !important; } /* Tab, aktiv */ .tabbrowser-tab[visuallyselected="true"] .tab-content { background: green !important; color: black !important; } /* Ungelesenes Tab / Tab, in welchem (noch) kein Link angewählt wurde */ .tabbrowser-tab[notselectedsinceload="true"] .tab-content { background: yellow !important; color: black !important; } /* Tab, entladen / (noch) nicht geladen */ .tabbrowser-tab[pending="true"] .tab-content { background: blue !important; color: black !important; } /* Letztes Tab */ .tabbrowser-tab[last-visible-tab="true"] .tab-content { background: lightseagreen !important; color: black !important; } /* Tab, aktiv */ .tabbrowser-tab[selected='true'] .tab-content { background: coral !important; color: black !important; } /* Das Tab vor dem aktiven Tab > Wozu das gut sein soll, weiss ich nicht... */ .tabbrowser-tab[beforeselected-visible="true"] .tab-content { background: rebeccapurple !important; color: black !important; }
-
Ich wollte nochmal darauf zurückkommen, weil nach einiger Nutzungszeit mir doch folgendes lieber wäre:
Nur aus angehefteten Tabs soll ein neuer Tab ganz an das Ende aller anderen geöffneten Tabs rangehängt werden. Ansonsten soll ein neuer Tab beim Öffnen aus dem Parent Tab direkt daneben geöffnet werden. Geht das irgendwie?
-
-
-