1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. TEST - camp-firefox.de
  2. universum123

Beiträge von universum123

  • Geschlossene Tabs.uc.js

    • universum123
    • 12. Juni 2018 um 16:30

    schick ist das neue "Grün"

    Mein kleiner grüner Button steht draußen am Balkon :wink:

    bis danne

  • Geschlossene Tabs.uc.js

    • universum123
    • 12. Juni 2018 um 16:16

    och menno

    mit Button sieht aber "chicer" aus

    [attachment=0]aufderflucht.gif[/attachment]

    Bilder

    • aufderflucht.gif
      • 24,22 kB
      • 140 × 41
  • Geschlossene Tabs.uc.js

    • universum123
    • 12. Juni 2018 um 15:55

    ok

    du hast aber den "Lösungsvorschlag" gemacht

    also bist du der er„löser“ :wink:

    so 2 fragen dazu

    das script von
    ardimans "seite"
    hat ein Button

    läuft gerade im Nightly

    und hier in der 61beta das was du :wink: rein gestellt hast nicht

    nur find ich da den Button nicht (scheiß deutsch :oops: )

    oder gibt es den da/hier nicht mehr

    :-??

  • Geschlossene Tabs.uc.js

    • universum123
    • 12. Juni 2018 um 15:19

    juti

    dann warte ich noch bis ich es auf "gelöst" setze

    uni

    edit sagt

    oder soll ich „Boersis“ als gelöst nehmen?

  • Geschlossene Tabs.uc.js

    • universum123
    • 12. Juni 2018 um 15:12

    ich bin doof

    hab ich auch gerade bei "loshombre" gesehen

    :oops:

  • Geschlossene Tabs.uc.js

    • universum123
    • 12. Juni 2018 um 15:07

    :-??

    ich nehme an das kömmt komplett in die "userChrome.css"

    nebenbei - ganz schön "großes" Teil gegenüber der „Geschlossene Tabs.uc.js“

    gruß uni

  • Geschlossene Tabs.uc.js

    • universum123
    • 12. Juni 2018 um 12:59

    Mahlzeit

    Geschlossene Tabs.uc.js

    kleines Problem damit (gefunden nah „trial and error methode“)

    immer wen ich ein Rechtsklick mache auf Tab verschwindet die Menüleiste und taucht nich mehr auf (nur die Symole mini,Voll und X bleibt stehen)

    das gid bei mir ab FX Version 61beta bis Nightly

    Code
    /* Geschlossene Tabs.uc.js */
    
    (function() {
    
    
      if (location != 'chrome://browser/content/browser.xul')
        return;
    
    
      let tabContextMenu = document.getElementById('tabContextMenu');
      let historyPopup = document.getElementById('goPopup');
      let menubar = document.getElementById('toolbar-menubar');
    
    
      tabContextMenu.addEventListener('popupshowing', function(event) {
        if (event.target != this)
          return;
        menubar.style.visibility = 'collapse';
        historyPopup.showPopup();
        document.getElementById('historyUndoPopup').showPopup();
        let dblHistoryUndoMenu = document.getElementById('historyUndoMenu').cloneNode(true);
        dblHistoryUndoMenu.id = 'context_historyUndoMenu';
        dblHistoryUndoMenu.getElementsByTagName('menupopup')[0].removeAttribute('id');
        tabContextMenu.appendChild(dblHistoryUndoMenu);
      });
    
    
      tabContextMenu.addEventListener('popuphidden', function(event) {
        if (event.target != this)
          return;
        tabContextMenu.removeChild(document.getElementById('context_historyUndoMenu'));
        setTimeout(function() {
          menubar.style.visibility = '';
        }, 300);
      });
    
    
    })();
    Alles anzeigen

    wenn ich das raus nehme ist alles Ok

    das was bei mir „drin“ ist „chrome“

    Code
    aboutconfig_ToolbarButton.uc.js
    AddOnLister.uc.js
    addRestartButton.uc.js
    AMOklassischeAnsicht.uc.js
    BackToTheFavicon.uc.js
    BackupProfile.uc.js
    chrome.rdf
    CSS (Ordner)
    dom.event.contextmenu.enabled.uc.js
    External-Aplication.uc.js
    ExtraAddOnsUpdateButton.js.old
    ExtraAddOnsUpdateButton.uc.js
    extras_config_menu.uc.js
    >>>Geschlossene Tabs.uc.js.old<<<
    OpenLinkinTab.uc.js
    quick-media-codec.uc.js
    RestartFirefoxButton_Movable.uc.js
    saveFolder .uc
    saveFolderModoki.uc.js
    screenshot-button.uc.js
    scrollbars.uc.js
    setCurrentProfileNameToMenuebar.uc.js
    ShowDownloadsWindow.uc.js
    status.uc.js
    SupportMozillaButtonStarts.uc.js
    TabimHintergrundLaden.uc.js
    tabwheelscroll.uc.js
    TranslateGoogles.uc.js
    UhrMenueLeiste.uc.js
    userChrome.css
    userChrome.js
    userChrome.xml
    userContent.css
    userextra-config-menu.css
    ViewSourceModoki.uc.js
    YouTubeGoogleToolbarButton.uc.js
    Alles anzeigen

    :-?? irgendwas beist sich da

    gruß uni

  • Lesezeichen: verschwendeten leeren Platz links wegkriegen?

    • universum123
    • 7. Juni 2018 um 18:49

    mach mal ein Bildschirmfoto was du meinst

    gruß

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 18:45

    alle klar Andreas

    jetzt weiß ich wonach ich suchen muss

    Danke

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 15:13
    Zitat von 2002Andreas


    Erstmal habe ich alle:
    @namespace url(http://www.mozilla.org/keymaster/gate…ere.is.only.xul);

    entfernt, und dann waren auch 2 # zuviel :wink:

    Andreas

    das mit "2 # zuviel" kannst du auf die schnelle sagen welche das sind

    :-??

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:44
    Zitat von 2002Andreas


    Erstmal habe ich alle:
    @namespace url(http://www.mozilla.org/keymaster/gate…ere.is.only.xul);

    entfernt, und dann waren auch 2 # zuviel :wink:

    also mein dank wird dir ewig .... :wink:
    da hätt ich nächstes Jahr noch gesucht

    dank erst mal
    werde gleich mal die andern "Profile überprüfen

    :klasse:

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:41
    Zitat von EffPeh


    50 cm vom PC... :P
    Und nimm' diese #menuitem heraus. Es gibt im ganzen Firefox keine Id #menuitem... :roll:

    #menuitem

    :-???

    die sind so drinnen

    ne ne im mom fusch ich da nich drin rum

    ps EffPeh

    ich hab aus versehen dich gemeldet
    also nich wundern
    :oops:

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:33

    :shock: ich werd verrückt

    :klasse:

    sach wo war der Fehler

    sach jetzt nich „50 cm vom PC“

    gruß uni

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:29

    klein mom muss Fx Nightly neu starten

    usw.

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:24

    endlich kommt der entscheidende „Satz“

    CSS
    @import "CSS/extra-config-menu.css"; 
    
    
    
    
    /* Links Kontexmenue aufraemen ?? */
    menu[label="Link an Gerät senden"],
    menu[label="Tab an Gerät senden"],
    menu[label="Seite an Gerät senden"],
    menuitem[label="Link in neuem privaten Fenster öffnen"],
    menuitem[label="Link bei Pocket speichern"],
    menuitem[label="Seite bei Pocket speichern"],
    menuitem[label="Auswahl-Quelltext anzeigen"],
    menuseparator#inspect-separator,
    menuseparator#context-sep-sendlinktodevice{
    display:none!important}
    
    
    
    
    
    
    /* Übernahme samt diverser Änderungen von "Color your URL bar based on website security : FirefoxCSS" -
     * https://www.reddit.com/r/FirefoxCSS/comments/7dkhuh/color_your_url_bar_based_on_website_security/
     *****************************************************************************************************/
    /*
     * Originally from:
     * http://forums.mozillazine.org/viewtopic.php?p=14404121#p14404121
     */
    
    
    #urlbar {
      position: relative;
      z-index: 1;
    }
    
    
    #identity-box::after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: -1;
      background: var(--toolbar-bgcolor); /* geändert; ursprünglich: white */
      opacity: 0.2;
      transition: background 250ms linear; /* ergänzt, Zeitspanne vergrößert */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.unknownIdentity::after {
      background: #ff0039; /* Firefox Red 50 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.chromeUI::after {
      background: #0a84ff; /* Firefox Blue 50 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.extensionPage::after {
      background: #45a1ff; /* Firefox Blue 40 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.verifiedIdentity::after{
      background: #058b00; /* Firefox Green 70 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.verifiedDomain::after{
      background: #12bc00; /* Firefox Green 60 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.mixedActiveBlocked::after {
      background: #30e60b; /* Firefox Green 50 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.mixedDisplayContent::after {
      background: #d7b600; /* Firefox Yellow 60 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.mixedDisplayContentLoadedActiveBlocked::after {
      background: #d7b600; /* Firefox Yellow 60 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.certUserOverridden::after {
      background: #ffe900; /* Firefox Yellow 50 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.weakCipher::after {
      background: #a47f00; /* Firefox Yellow 70 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.mixedActiveContent::after {
      background: #d70022;  /* Firefox Red 60 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.insecureLoginForms::after {
      background: #a4000f;  /* Firefox Red 70 */
    }
    
    
    #urlbar[pageproxystate='valid'][focused="true"] #identity-box::after { /* Regel ergänzt */
      background: var(--toolbar-bgcolor);
    }
    
    
    
    
    
    
    
    
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    
    
    @-moz-document url-prefix("chrome://browser/content/browser.xul") {	
    
    
    #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
    -moz-box-ordinal-group:10
    }
    
    
    #TabsToolbar {
    -moz-box-ordinal-group:1000!important;
    margin-top:0px!important;}
    }
    
    
    
    
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    
    
    @-moz-document url-prefix("chrome://browser/content/browser.xul") {	
    
    .tabbrowser-tab[selected="true"]{
    color: Yellow!important;}
    
    
    .tab-background[selected="true"]{
    background:blue!important;} 
    
    
    .tabbrowser-tab:not([selected="true"]){
    color: White!important;}
    
    
    .tab-background:not([selected="true"]){
    background:Gray!important;} 
    
    
    }
    
    
    /* Farbe url-bar je nach identity */
       @-moz-document url("chrome://browser/content/browser.xul") {
     urlbar[pageproxystate="valid"] > #identity-box.verifiedDomain > #connection-icon{
        list-style-image: url(chrome://browser/skin/connection-secure.svg);
        visibility: visible;
        -moz-context-properties: fill;
        fill: #12BC00;
    }
    
    
    #urlbar[pageproxystate="valid"] > #identity-box.mixedActiveBlocked > #connection-icon {
        list-style-image: url(chrome://browser/skin/connection-secure.svg);
        visibility: visible;
        -moz-context-properties: fill;
        fill: blue!important;
    }
    
    
    #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #connection-icon{
        list-style-image: url(chrome://browser/skin/connection-secure.svg);
        visibility: visible;
        -moz-context-properties: fill;
        fill: red!important;
    }
    
    
    }
    
    
    
    
    /* Lesezeichen Symbolleiste Datei, Bearbeiten, Ansicht, Lesezeichen und Hilfe ?? */
    
    
    #main-menubar > menu:hover{
    background: lightgrey url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABXklEQVQ4jaXRvWvCQBgG8PwJXR0cuwkdBJ0iHVyUYDYd7OigLrp1KwREnLIELOLkuQQiCEEIhUxZ4qZTlS7imiGKg40f8HQoOXMxYqEHD4GD58f7Xjjuv0e3lghnqE+hW0v8GTiezkyG+hSpfAWj8YQiQrUPP8H7SEAhBnRreYWMxhO8dXpI8uJ9IJWv0IQnvgtsdnssVg6dIggI1T6SvHhBhvqUKS9WDjQi0wjVPgMoxECSFy+rBYHNbg+NyPBcFZ6r4rzuQCMy+2jhoxCDln0gKoNuiwlFFWLQsg/g24LnqvTrT3Ned3D6esXRLkFqFlhgsXLo/reKh3kNR7uEWS/GAsFfNui2roBgeWsKmPViqJcz0e8SBKLKW1OAJsVRzCVuA1E7+2UfyKbj0YDSbsBzVRzmNWxNAZ/GC2xVxMf7MzQpTvP0+HAbUNoNSM0C6uUMirkEsunfQjgcx3E/R0ccGxq+wikAAAAASUVORK5CYII=")no-repeat !important;
    padding-left:25px!important;
    background-position:5px 4px!important;}
    
    
    
    
    #file-menu,
    #edit-menu,
    #view-menu,
    #history-menu,
    #bookmarksMenu,
    #tools-menu,
    #helpMenu{
    -moz-appearance:none!important;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABXklEQVQ4jaXRvWvCQBgG8PwJXR0cuwkdBJ0iHVyUYDYd7OigLrp1KwREnLIELOLkuQQiCEEIhUxZ4qZTlS7imiGKg40f8HQoOXMxYqEHD4GD58f7Xjjuv0e3lghnqE+hW0v8GTiezkyG+hSpfAWj8YQiQrUPP8H7SEAhBnRreYWMxhO8dXpI8uJ9IJWv0IQnvgtsdnssVg6dIggI1T6SvHhBhvqUKS9WDjQi0wjVPgMoxECSFy+rBYHNbg+NyPBcFZ6r4rzuQCMy+2jhoxCDln0gKoNuiwlFFWLQsg/g24LnqvTrT3Ned3D6esXRLkFqFlhgsXLo/reKh3kNR7uEWS/GAsFfNui2roBgeWsKmPViqJcz0e8SBKLKW1OAJsVRzCVuA1E7+2UfyKbj0YDSbsBzVRzmNWxNAZ/GC2xVxMf7MzQpTvP0+HAbUNoNSM0C6uUMirkEsunfQjgcx3E/R0ccGxq+wikAAAAASUVORK5CYII=")no-repeat !important;
    
    
    padding-left:25px!important;
    background-position:5px 4px!important;
    } 
    
    
    /* Symbolleiste Extras -> Downloads ?? */
    
    
    @-moz-document url-prefix(chrome://browser/content/browser.xul){
    
    
    toolbarbutton[class="bookmark-item"][label="Downloads"] > image {
    display:none!important}
    
    
    toolbarbutton[class="bookmark-item"][label="Downloads"][type="menu"][container="true"]{
    	filter:none!important;
    background: url("data:image/svg+xml;base64,R0lGODlhEAAQAPcAAAQGFIySnDxKTAQmVBwmLJzO5AweNBw2RBQWHAwmTOTq7AxajFyuxCQuLBQeJNze3KyutAwudBxunAQOHBQ6VBwmPPT29GxufKy61AwWLBQuPLTe7BRKdBQmNAweLGx+rBQ+XAQGHNTS1Bw2TBQuROzy/ARmrLzCxCR+tAQOJGSaxAwaRAwWJOzy9AxilIzC3Pz+/CQuPNTe7CQqNMzW5CQuRAQyVDQ+RBwuNNTe5Aw6ZCQqPOz2/LTCzAwaLExabBQqNBweLAwaJNTm9AQKFExOXBQiPDQ6PNzq9BRWlHS61BwiJLy6vCQ+dDx+rAwSHBQ6XBQqPHx+fAxShBRCZAQKHBQyRMTGxDR+vAwSJIyevCQyPMzi7MTW7AwyZCQyNNTi5Pz6/JSapERKVBwqLBQiNOzq7GSuzBweJLSytDRunAwOHCQ2VGRyhJzG3BQWLBwuPAxGhBwmNBQeLBRCXNza3Cw6TMTCxAwOJEyixAQeRBQWJPTy9CxmlIS+5CQyRBwyVBw+hCw6RMTCzPT6/DyCvMza7BwiLCQuNNze5BQaLBwqNBQaJAwKFBxWlBwqPAwKHBwyRCwyPNTi7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADAALAAAAAAQABAABwj/AGEIhBGGi5sXBTZwCTOw4RAVWM4oYZAHhRMaDWHI6OMoiQQXC6ZwsAGlx8ASarzooEIFCoURByJpYPNAoB8TCUZY0UCCRJSfHra0gUEIywAfiw486lCmQ4ctc+T8UTAkTgYHizp48NAhBo4tODpk6NFFj5AbiHxk8OGjjIAYh7KkgGAoQhBERxSxyMIiA46/WfAwaRHICAEyBBjheTJB0QwAAN7UgfFhxZIGT6pUyfJkzRrIRQTKaBKEUQgAIRB8cfAkxJ5BAzEAmoNHM5FDkCBlCdCQhxZARhS92fPmTZALOTLmEPPDzo4dMQRIuWIhIww+dU6kScNEhAKGAgMCADs=") no-repeat !important;
    padding-left:21px!important;
    background-position:3px 4px!important;}
    }
    
    
    
    
    
    
    /* Lesezeichen Symbolleiste Mehrzeilig?? */
    
    
             @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    @-moz-document url(chrome://browser/content/browser.xul) {              
    
    
    
                #personal-bookmarks
                {
                  display:block;
                }
    
    
                #PersonalToolbar            {
                  display:block;
                  min-height: 0px!important;     
                  max-height: 300px!important ;
    
    
                }
    
    
                #personal-bookmarks #PlacesToolbar > hbox
                {
                  display: -moz-stack !important;
                  left:0px;
                  right:0px;
                  width: 100%;
                }
    
    
                #personal-bookmarks #PlacesToolbar #PlacesToolbarItems
                {
    
                  overflow-x:visible;
                  overflow-y:visible;
                }
    
    
                #personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box
                {
                  display:block;
                }
    
    
    
    
    
    
                #personal-bookmarks #PlacesToolbar > .bookmark-item
                {
                  visibility: visible !important;
                }
    
    
                #personal-bookmarks #PlacesToolbar .chevron
                {
                display:none;
                }
    
    
                #personal-bookmarks #PlacesToolbar > hbox > hbox
                {
                  overflow-x:hidden;
                  overflow-y:hidden;
                }
    
    
                #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"]
                {
                  display:none;
                }
    
    
                #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator
                {
                  display:none;
                }
    
    
    
    
                #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item
                {
                  padding-top: 2px;
                  padding-bottom: 2px;
                  padding-left: 3px;
                  padding-right: 3px;
                }
                #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
                #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] {
                  padding-top: 2px !important;
                  padding-bottom: 2px !important;
                  -moz-padding-start: 4px;
                  -moz-padding-end: 2px;
                }
                #personal-bookmarks #PlacesToolbar toolbarseparator
                {
                  -moz-appearance: none !important;
                  visibility: visible !important;
                  display:inline;
                  text-shadow: none !important;
    
    
                  border-left: 3px solid ThreeDShadow !important;
                  border-right: 3px solid ThreeDHighlight !important;
                  vertical-align: middle;
    
    
                }
                #personal-bookmarks toolbarbutton.bookmark-item[dragover][open]
                {
                  -moz-appearance: toolbarbutton;}
                }
    
    
    
    
    
    
    
    
    /* Do not remove the @namespace line -- it's required for correct functioning
     * set default namespace to XUL
     */
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    
    
    /***** Abschnitt "Nur in der Browser-Oberfläche" *****/
    @-moz-document url-prefix(chrome://browser/content/browser.xul) {
    
    
    /* Rahmen-Stärke, -Farbe, -Radius und Abstände der Buttons */
    /* in der Menue-Leiste */
      #toolbar-menubar toolbarbutton {
        border: 2px solid #999 !important;
        margin: 2px !important;
        border-radius: 4px !important;
      }
    /* in der TAB-Leiste */
      #TabsToolbar toolbarbutton {
        border: 2px solid #ccc !important;
        margin: 2px !important;
        border-radius: 4px !important;
      }
    /* in der Haupt-Leiste */
      #nav-bar toolbarbutton {
        border: 2px solid #ccc !important;
        margin: 2px !important;
        border-radius: 4px !important;
      }
    /* in der Lesezeichen-Leiste */
      #PersonalToolbar toolbarbutton {
        border: 2px solid #ccc !important;
        margin: 2px !important;
        border-radius: 4px !important;
      }
    
    
    
    
    } /***** Ende "Nur in der Browser-Oberfläche" *****/
    
    
    
    
    /*Ordner-Farbe anderes Symbol 23.10.2017 neu 05.2018 test*/
    
    
    /* Lesezeichen Sidebar - Ordnericon normal gelb */
    
    
    	treechildren::-moz-tree-image(container) {
    		list-style-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAIAAAB8wupbAAAABnRSTlMAOQC3ALTOikJmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA7ElEQVQ4jeWTPUtDQRBFz8zu5sWUsUqXShBsLP3fQn6HNiKIlZ2VSfHi290Zi/ehhcJLIQhephmYw51huHKzu+UURUC8qtVAirlDQMBBwEAggFA0GblIMwD71fb+6poWDDIYOBgUyPAKykV+Pg8PCohbU1oMKmTwcXpycAg0HAEdVvMfqrf6IuVE/SbgyDygv8FIvM0DIiib7rDWpxlA/8E1l77rZDXPwUAIXippHjBa9bf8qT/8YyACICUkEizHfE5Vh3AXjZ+ASViUw/bxZZGP08SQuAou7yyLKsgAuEb1drO/+34JAShy1ncfywpjTlRir8AAAAAASUVORK5CYII=')
    			!important; }
    }
    
    
    /* Lesezeichen verwalten */
    
    
    	treechildren::-moz-tree-image(container) {
    		list-style-image:  url('data:image/gif;base64,R0lGODlhEAAQAOZMAP/////MAF06AJhlAJNgAP//AP/lAP/UAJViAP/JANShAJRhAP/OAJRgAOy5AMaSAP/nAMyZAP/IAP/NAOazAP/RAMmVALaAAH5TAJNfAM2aAP/dT//XOv/KAOPOkMeRAP/nhOSxAOu4AP3KAOrTkv/nrv//1c6bAKdyAP/TAP/bPdWsMr6LA7iCALqGALiEAJNeAMCMAP/gcv/eYdGdAP/TEP/mgv/2y//gg/3JAP/ila97AP/aKsWPAJFbAJZgALeBAMiVAPC9AP/rOum2AHlQAP/4zP//z//jPpNdAP/LANixNP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEwALAAAAAAQABAAAAefgEyCg4SFhoeFDQ0LjIiCCyU5IwEBBAiXCAOEBDohFBREIg6jQgibODQKqgonDz0fPkkwDQMEMhYRERpBMUsAv8C1Mw8uLUAXKwA2EgkJDJoEGy8swAAgCZQMz0wEKigkN8wJHZQBFZrcPDsAHErllBMT6AQ1HkYVKQf6++hMGUgAhhgYSBAChH4/TBwpwLAhw35MMAiYSLFiEUcYmQQCADs=')
    !important; }
    
    
    
    
    @-moz-document url-prefix(chrome://browser/content/browser.xul){
    
    
    .alertBox{
    display:none!important;}
    
    
    
    
    .bookmark-item[container="true"]{
    list-style-image: url("file://c:/Users/Metatron7x64/AppData/Roaming/Mozilla/Favicon Picker/Folder2.ico") !important;
    -moz-image-region: rect(0px 16px 16px 0px) !important;
    }
    
    
    
    
    toolbarbutton[class="bookmark-item"][label="Movieblock"][type="menu"][container="true"]{
     list-style-image: url("file://c:/Users/Metatron7x64/AppData/Roaming/Mozilla/Favicon Picker/My Videos2.ico") !important;
     -moz-image-region: rect(0px 16px 16px 0px) !important;
    }
    
    
    .bookmark-item[label="Sport"]{
     list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABc0lEQVR42mNkoBAwUmxAw7LHC/nYfsWhS2zYfIDp0MLk/wQNKJtz639ptArDmSc/4IJ//vxluH31FU5NZy7dZV/W5PYLboCyujjDj5+sKIrEhRHs33+gBv9lYHj69CPD7eu3pBbW2D+3i5/Lylg6++Z/cRl+hm9f/jF8fPeOoJ+ZWVkZzp04nfjr58/HQO4toAE3/guKcDG8f/cdrKAmVo3h2MPvRAVge8tyP8aSWTf+MzH/ZPj7h5lBV1+B4c17guEGBh/fv//15OEjU6AB1////PmRQUtTieHLT3aGf8TpZ3jy4OHxyTl6VowlM6////jxBYOltRHDi9f/iNL888cPhqePHqXPKTOfxVg889p/GSkeht8MvMCYIM761y+evZqcoyMOjkaQAfr6UgzPXvxjYGVjIqj5/79/DLdv3Fs1s8QkHGyAd9rEWH0rjwUfP/0iyvY/v3//3bmgxPLB5X1nwQYAsQVxwYYBTsAMoAhQbAAAAjCiCL9JqqgAAAAASUVORK5CYII=") !important;}
      -moz-image-region: rect(0px 16px 16px 0px) !important;
    
    
    
    
    #addon-bar {
      -moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar") !important;
      height: auto !important; 
    }
    
    
    
    
    #back-button:not([disabled="true"]) .toolbarbutton-icon , #forward-button:not([disabled="true"]) .toolbarbutton-icon {
    fill: RoyalBlue !important;
    background: white !important;
    }
    
    
    /*Ordner-Farbe anderes Symbol 23.10.2017 test ende*/
    
    
    
    
    @-moz-document url-prefix(chrome://browser/content/browser.xul){
    
    
    #back-button,#forward-button{
    fill:blue!important;}
    }
    
    
    
    
    /*Ordner-Farbe und Hintergrundfarbe des Lesezeichendropdowns 23.10.2017*/
    
    
    
    
    #BMB_bookmarksPopup .arrowscrollbox-scrollbox,
    #bookmarksMenuPopup .arrowscrollbox-scrollbox{
    background:#D3D3D3!important;}
    
    
    
    
    #BMB_bookmarksPopup .arrowscrollbox-scrollbox > menuitem,
    #BMB_bookmarksPopup .arrowscrollbox-scrollbox > menu,
    #bookmarksMenuPopup > menuitem,
    #bookmarksMenuPopup > menu,
    #bookmarksMenuPopup menupopup > menu,
    #bookmarksMenuPopup menupopup > menuitem{
    -moz-appearance: none !important;
    min-height: 18px !important;
    height: 24px !important;}
    
    
    menupopup > menu[_moz-menuactive="true"],
    menupopup > menuitem[_moz-menuactive="true"],
    popup > menu[_moz-menuactive="true"],
    popup > menuitem[_moz-menuactive="true"]{
    border: none !important;
    background: #1874CD!important;
    }
    
    
    /* Tab-Schließen-Button:
     * Rechts weniger Abstand zum TAB-Rand, etwas größer,
     * Farbe des Kreuzes blau
     * Hintergrundfarbe gelb, an den Eckenradius des Buttons angepaßt.
     */
    #TabsToolbar .tab-close-button {
      margin-right: -4px !important;
      padding: 0 !important;
      color: blue !important;
    }
    #TabsToolbar .tab-close-button  {
      height: 22px !important;
      width:  22px !important;
      background-color: yellow !important;
      border-radius: 5px !important;
    }
    
    
    /* Tab-Schließen-Button bei angewähltem TAB (aktiv):
     * Hintergrundfarbe rot.
     */
    #TabsToolbar .tab-close-button[selected="true"]  {
      background-color: White !important;
    }
    
    
    /*neu7.3.2018*/
    /*Einträge aus Tab-Kontextmenü entfernen */
    #tabContextMenu #context_sendTabToDevice,
    #tabContextMenu #context_sendTabToDevice + menuseparator /******** Separator ********/
    { display:none !important; }
    
    
    /* Einträge aus Seiten-Kontextmenü entfernen */
    #context-sendpagetodevice,                     		
    #context-sep-viewbgimage,
    #context-sendlinktodevice + menuseparator,                      	/************** Separator ***************/
    #screenshots_mozilla_org_create-screenshot,
    menu[label="Create referer filter for this site"],
    menu[label="Wayback Machine"],
    menuitem[label="Seite in privaten Fenster öffnen"]
    {display:none!important;}
    
    
    
    
    /* Test about:config Menü */
    
    
    .tabbrowser-tab[label="about:config"] .tab-icon-image{
    display: -moz-box !important;
     list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAClUlEQVQ4ja2TXUhTARzFJXWmWbtbWWoZZlZQaVpbay3Q6KGnejCsHovsgwoK+9KNpq3vSOheB+FHBF4bMbdruykZaXpnZtadGfVyCYKiXqIPkKKih18PYSurl+g8/zn//zn/cxISxsEwDNSIiiRKeNwePG4PkiihRlQMw2D8/C9QVRVRlAiFFaKaRkzXiek6UU0jFFYQRQlVVf9MErgSQJZb6RxSODaym03DNkrvZ1IymEnZwFIO3tpC5E4bstxK4EqA3zbLcistw342DhezSrfgGrLgHBBwaALrugvxPtpJWYeTxugFZLk1folhGIiiRMc9hfJYMa77VlYOWHH0Cdh7BOxdAk9ePeTL18/YQhmsCS+kvS+IKErfPVEjKqGwQm1sFysHrTj7LTh6LNhumClWzZQFXQCc6fay4PIk5jWnURmpIBRWUCMqCZIoEdU0yu/aWHHbwvIuK8tUgaKQmYKAmchIEADHxTzm1qeReyGN0oZCopqGJEokeNweYrrOqp4sbJ0WNt8qoaJ3HYUtFlzN+QAoD66SW5dKztmJzDyZwpxTAjFdx+P2xAmc17NZEhSo7z8NwLbABnwdVQCs9TuYdXoi2b4UMmtM5NROiROMSVh/zc6ilikUNc1g9NMoL9++4P2Hdzx+PsKsE6lk1ZqYfjSZaVVJrDi1OC5hzER3x24WNKaT70/nfNdxxrC1aROZXhPT3clMPZKE5UASe5u3x00ce2OkN8zqS4vJrUvFVpfH249vePb6KbO9ZqZVJ2M9lIRQmUhR7XyUm23xN/4cpIauelz+RWT7UphRYyLjx9ZEzPsnsKRmPv528dcgjY9ye3eIfS07cJ4rYGb1ZLIOp2P3LWRPUwXhm3+J8n8p07/W+RtwnC3itIcCYgAAAABJRU5ErkJggg==") !important;
    }
    
    
    .tabbrowser-tab[label="about:config"] .tab-text.tab-label{
    margin-left:8px!important;}
    
    
    
    
    
    
    
    
    
    
    /* tesp popub Loginbox (29.04.18) */
    
    
    #PopupAutoComplete > richlistbox > richlistitem:last-child > hbox > description > description{
    color:White!important;}
    
    
    #PopupAutoComplete > richlistbox > richlistitem:last-child{
    background:blue!important;}
    
    
    
    
    /* test aus Fx Forum suche 11.05.18 */
    /*Link in Statusleiste anzeigen*/
    
    
    .statuspanel-label{ 
    border:none!important;
    background:transparent!important;
    color: black !important;
    }
    
    
    statuspanel {
    border:none!important;
    margin-top:-15px!important;
    -moz-box-ordinal-group: 100 !important;
    }
    
    
    
    
    /*Farbe in Statusleiste anzeigen*/
    
    
    #new-toolbar-vbox {background: #D4D0C7}
    
    
    
    
    /*Lesezeichenmenü schmaler*/
    
    
    #bookmarksMenuPopup{
    #    width:180px!important; }
    #
    
    
    /************************/
    /* Menü Einträge färben */
    /************************/
    
    
    #menuitem, [label="Add-ons"]{
    color:Blue!important}
    #menuitem, [label="Beenden"]{
    color:red!important}
    #menuitem, [label="Einstellungen"]{
    color:blue!important}
    #menuitem, [label="Hilfe"]{
    color:green!important}
    #menuitem, [label="Neues privates Fenster"]{
    color:violet!important}
    #menuitem, [label="Bei Sync anmelden"]{
    color:grey!important}
    #menuitem, [label="Sonstiges"]{
    color:grey!important}
    #menuitem, [label="Web-Entwickler"]{
    color:green!important}
    #favorititem, [label="Lesezeichen verwalten"]{
    color:blue!important}
    #favorititem, [label="Lesezeichen-Symbolleiste"]{
    color:grey!important}
    #favorititem, [label="Weitere Lesezeichen"]{
    color:grey!important}
    #favorititem, [label="about : config"]{
    color:lightblue!important}
    #favorititem, [label="Lesezeichen-Sidebar anzeigen"]{
    color:grey!important}
    #favorititem, [label="Anpassen"]{
    color:green!important}
    Alles anzeigen

    erschrecke dich nicht

    viele sind ohne Beschreibung!

    gruß uni

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:18

    na ja

    den Ordner chrome

    [attachment=0]Fx Nightly leer.png[/attachment]

    :-??

    bitte schön nur mit userChrome.css

    is auch nich besser

    Bilder

    • Fx Nightly leer.png
      • 440,58 kB
      • 1.920 × 1.080
  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:06

    da ist nichts im Profil als das was Fx erstellt

    nichts weiter

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 13:55

    mahlzeit

    also

    ein komplett "nacktes" Profil erstellt

    Nightly mit dem Profil gestartet

    Fx beendet

    Ordner chrome in das Profil kopiert

    Code
    aboutconfig_ToolbarButton.uc.js
    AddOnLister.uc.js
    addRestartButton.uc.js
    AMOklassischeAnsicht.uc.js
    BackToTheFavicon.uc.js
    BackupProfile.uc.js
    chrome.rdf
    CSS
    dom.event.contextmenu.enabled.uc.js
    External-Aplication.uc.js
    ExtraAddOnsUpdateButton.uc.js
    extras_config_menu.uc.js
    Geschlossene Tabs.uc.js
    OpenLinkinTab.uc.js
    quick-media-codec.uc.js
    RestartFirefoxButton_Movable.uc.js
    saveFolderModoki.uc.js
    screenshot-button.uc.js
    scrollbars.uc.js
    setCurrentProfileNameToMenuebar.uc.js
    ShowDownloadsWindow.uc.js
    status.uc.js
    SupportMozillaButtonStarts.uc.js
    TabimHintergrundLaden.uc.js
    tabwheelscroll.uc.js
    UhrMenueLeiste.uc.js
    userChrome.css
    userChrome.js
    userChrome.xml
    userContent.css
    userextra-config-menu.css
    ViewSourceModoki.uc.js
    wetterfuchsbutton.uc.js
    YouTubeGoogleToolbarButton.uc.js
    Alles anzeigen

    genau der selbe „quatsch“

    :-???

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 09:44

    moin

    „neues Profil“ bringt ja nix

    wo willste da anfangen (nackig und "chrome")

    oder was hab ich vor langer zeit in "about : config" (pref) geändert

    nebenbei nu ist auch noch "Web-Entwickler" weg

    ich mach weiter ejal

    gruß uni

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 3. Juni 2018 um 20:21

    hi Msfreak

    korrektamernte

    is alles Ok bis auf die Farbe für Add-ons

    das is das komische

    warum nur das und nich alles

    na ja vielleicht find ich den Fehler per Zufall

    gruß uni

Unterstütze uns!

Jährlich (2025)

0 %

0% (0,00 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon