userchrome.css-Codes gesucht!

  • @ Hombre
    nach langem hin und herprobieren hab ich mir nun diesen

    CSS
    #toolbar-menubar #main-menubar > menu {opacity: 0.95 !important;}
    #toolbar-menubar #main-menubar > menu {-moz-appearance: none !important;}
    #toolbar-menubar #main-menubar > menu:hover {background: transparent 
    url(http://img3.imagebanana.com/img/ux5qzunh/zubuttonline44.png) repeat-x 0px !important;}


    zusammengezimmert gg

    Nur dabei gibts ein kleines Problemchen gg...... die Buttons werden etwas zu lang angezeigt
    obwohl >>>> http://img3.imagebanana.com/img/ux5qzunh/zubuttonline44.png der nur so kurz ist

    [Blockierte Grafik: http://img3.imagebanana.com/img/g61c2h6/Aufzeichnen1.PNG]

    [Blockierte Grafik: http://img3.imagebanana.com/img/20oexrlz/Aufzeichnen2.PNG]

    Edit 2:21 Uhr

    habs hingekriegt :lol: hab mich beim "repeat x" vertippt und statt dem "x" ein "y" eingefügt
    und auf verdacht weil ich mich so geaergert hab, 200 pixel eingegeben.....und schon hats geklappt ggg

    CSS
    #toolbar-menubar #main-menubar > menu:hover {opacity: 0.95 !important;}
    #toolbar-menubar #main-menubar > menu {-moz-appearance: none !important;}
    #toolbar-menubar #main-menubar > menu:hover {background: transparent 
    url(http://img3.imagebanana.com/img/ux5qzunh/zubuttonline44.png) repeat-y 170px !important;}

    [Blockierte Grafik: http://img3.imagebanana.com/img/n4qz65s2/Aufzeichnenjklu.PNG]

    Nochmal merci allen mitwirkenden

    see ya "ZweiVier"

  • ...die pause is zu ende ggg

    paar seiten vorher war des Thema"Lesezeichen" und da hab ich alle
    Codes verwendet die da aufgelistet waren - aber der eine funzt ned,
    und zwar der oberste am Bild " is eh der letzte gg "

    [Blockierte Grafik: http://img3.imagebanana.com/img/m355qjf/Aufzeichnen.PNG]

    Bisheriger

    CSS
    menuitem[label="Erweiterungsarchiv öffnen"],[label="Themearchiv öffnen"],
    [label="Chrome-Verzeichnis öffnen"],[label="prefs.js anzeigen"],[label="Editoren festlegen"],[label="Lesezeichen hinzufügen"],[label="Lesezeichen für alle Tabs hinzufügen..."] { display: none !important;}

    http://www.firefox-browser.de/forum/viewtopi…p=504836#504836

  • Hallo!

    Ich bin mal wieder am schrauben und brauche Eure Hilfe.
    Im Moment siehts bei mir so aus:
    [Blockierte Grafik: http://img3.imagebanana.com/img/tfm6fh35/screenshot2.png]
    Die Tableiste habe ich mit diesem Code nach oben verschoben. Jetzt hätte ich gerne, dass
    1. die Menubar von schwarz in grau umgefärbt wird und
    2. das aktive Tab auch grau wird.
    Wie kriege ich das hin? Sind eig. Standardfragen, aber ich find' nicht wirklich was dazu! Ich habt doch dazu ein paar Codestücken parat?

  • CSS
    #toolbar-menubar #tools-menu,.menubar-text { color: #fff !important; font-weight: bold !important; text-shadow: none !important;}
    
    
    #toolbar-menubar {background: transparent url(http://img3.imagebanana.com/img/5wcr0ri/Neonblau.png) repeat-x center  !important;}

    ohne bild

    CSS
    #toolbar-menubar {background: "deine Farbe" !important;}


    Bilder hab ich hier gemacht >>>>> http://www.onlyfree.de/buttongenerator.php

    Bild das im Code eingefügt ist
    http://img3.imagebanana.com/img/5wcr0ri/Neonblau.png

    Edit

    CSS
    .tabbrowser-tabs tab[selected="true"] {
    background: #000 url(http://img3.imagebanana.com/img/euf8nxf/button0000.png) repeat-x top !important;}

    http://img3.imagebanana.com/img/euf8nxf/button0000.png

    ohne Bild

    CSS
    .tabbrowser-tabs tab[selected="true"] {background: #00ff00  !important;}
  • Hmm...irgendwie klappt keiner der Codes von dir. Ich habe sie so in der userChrome.css stehen:

    CSS
    #toolbar-menubar {background: #d8d8d8 !important;}
    .tabbrowser-tabs tab[selected="true"] {background: #d8d8d8 !important;}


    :?

  • zu (1).

    CSS
    #toolbar-menubar, #main-menubar {
         -moz-appearance: none !important;
         background-color: rgb(238,238,238) !important;
    }

    zu (2).

    CSS
    .tabbrowser-tab[selected="true"] > hbox,
    .tabbrowser-tab[selected="true"] > .tab-close-button {
         background-color: rgb(238,238,238) !important;
         color: #fff !important;
    }
    .tabbrowser-tab[selected="true"]:hover > hbox,
    .tabbrowser-tab[selected="true"]:hover > .tab-close-button {
         background-color: rgb(238,238,238) !important;
         color: #fff !important;
    }


    Wobei ich Dein "grau" nicht kenne! :wink:

    Einmal editiert, zuletzt von pcinfarkt (25. Oktober 2008 um 13:39)

  • Zitat von pcinfarkt

    zu (1).

    CSS
    #toolbar-menubar, #main-menubar {
         -moz-appearance: none !important;
         background-color: rgb(238,238,238) !important;
    }


    Mit diesem Code wird nur ein kleiner Teil der Menubar eingefärbt:
    [Blockierte Grafik: http://img3.imagebanana.com/img/lbhwnn2o/screenshot1.png]
    Dein zweiter Code funktioniert leider überhaupt nicht!

    Ich verwende übrigens Tiny Menu. Und "mein" grau wäre #D8D8D8.

    @ZweiVier: Ich verwende Ubuntu und auch das Standadtheme.

  • CSS
    #main-menubar, #toolbar-menubar, menubar > menu {
        -moz-appearance: none !important;
        background-color: #036 !important;
        color:red !important;
    }

    Gruß ReVox
    "Theorie ist, wenn man alles weiß und nichts geht. Praxis ist, wenn alles funktioniert und nicht weiß warum.
    Bei Windows sind Theorie und Praxis vereint, nichts funktioniert und keiner weiß warum!"
    Meine gegebenen Tips & Antworten sind wie die Lottozahlen - immer ohne Gewähr ;)

    Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Firefox/38.5.1-ESR

  • CSS
    .tabbrowser-tabs {-moz-appearance: none !important;
    background: #22697E url(http://img3.imagebanana.com/img/5wcr0ri/Neonblau.png) repeat-x center !important; }

    probier des mal.....

    ohne bild

    CSS
    .tabbrowser-tabs {-moz-appearance: none !important;
    background-color: #22697E !important; }
  • Zitat von ZweiVier
    CSS
    .tabbrowser-tabs {-moz-appearance: none !important;
    background-color: #22697E !important; }

    Das geht ja soweit, aber besteht die Möglichkeit, die Farbe des inaktiven Tabs, im Ursprung beizubehalten? Mit dem Code nimmt er ja (fast) die angegebene Farbe an.
    Mein Code sieht so aus (für meine Zwecke zusammengfasst):

    CSS
    #main-menubar, #toolbar-menubar, menubar > menu, #nav-bar, #PersonalToolbar, .bookmark-item, .tabbrowser-tabs {-moz-appearance: none !important; background-color: #006400 !important; color: #FFD700 !important;}

    Obwohl ich die gleiche Farbe genommen habe, ist ein Unterschied zu erkennen. Kann man das angleichen?

    [Blockierte Grafik: http://img3.imagebanana.com/img/1kyx64s/thumb/1.png]

    [/code]

  • hätt ma wieder ne kleinigkeit gg

    komm hier ned weiter, und zwar würde ich gerne
    den Balken in der Standard - Lesezeichensidebar mit
    einem Bild als hintergrund versehen,
    leider konnte ich bisher nur die Farben ändern....
    mit dem Bild wills nicht klappen.

    [Blockierte Grafik: http://img3.imagebanana.com/img/kto81ky/thumb/Buttonsidebar.png]

    Bisheriger

    CSS
    #bookmarks-content-box 
    { background-color: #121949 !important; color:#fff !important; font-weight: bold !important;font-family: verdana !important;}


    bei den anderen Balken gings relativ einfach

    CSS
    treechildren::-moz-tree-row(current) {background: transparent  
    url(http://img3.imagebanana.com/img/x9snqzc/button.png) repeat-x center center !important;}
    
    
    treechildren::-moz-tree-row(hover) {background: #121949  
    url(http://img3.imagebanana.com/img/5wcr0ri/Neonblau.png) repeat-x center center !important;}
    
    
    treechildren::-moz-tree-row(selected, open) {background: #121949  
    url(http://img3.imagebanana.com/img/x9snqzc/button.png) repeat-x center center !important;}


    so wollte ich das oben im ersten Code auch machen....doch da regt sich nichts, jeder versuch endete kläglich :roll:

    CSS
    #bookmarks-content-box {-moz-appearance: none !important;background: #121949  
    url(http://img3.imagebanana.com/img/5wcr0ri/Neonblau.png) repeat-x center center !important; color:#fff !important; font-weight: bold !important;font-family: verdana !important;  }
    CSS
    #bookmarks-content-box {-moz-appearance: none !important;background: #121949 
    url(http://img3.imagebanana.com/img/5wcr0ri/Neonblau.png) repeat-x center center !important;}
    CSS
    #bookmarks-content-box {background: #121949 url(http://img3.imagebanana.com/img/5wcr0ri/Neonblau.png) repeat-x center center !important;}

    Irgendwer nen Wink für mich ?