userChrome.css

  • Auch auf die Gefahr hin, dass die Frage hier schon häufig gestellt worden ist... :roll:
    Änderungen, die ich in der userChrome.css vornehme, bewirken gar nichts.
    :(
    Habe FF 1.01 und die userChrome.css liegt an folgender Stelle:
    C:\Dokumente und Einstellungen\xxx\Anwendungsdaten\Mozilla\Firefox\Profiles\x1x1x1.default\chrome

    Hat jemand eine Idee?? Welch' Frage :D

    Danke schon einmal.....habt Nachsicht :wink:

  • zum Beispiel das:
    /* Ordner Lesezeichen-Symbolleiste im Menü Lesezeichen ausblenden*/
    menu[label="Lesezeichen-Symbolleiste"] { display: none !important; }

    Passiert aber nix. Der Ordner ist immer noch da.

    Muss ich irgendetwas bei der Eingabe beachten? Ich denke mal, das Leerzeichen unerheblich sind, oder?

  • und wie bekomme ich ihn dort weg??

    und um in der Sidebar die "überschrift" Lesezeichen weg zu bekommen, soll folgendes klappen:
    sidebarheader {display:none; !important;}
    Passiert aber nix.... :?:
    Irgendetwas mach ich flasch, oder? :oops:

  • ok, stimmt! kann ich machen.
    Aber die eigentliche Frage war ja mal, das ich meine, dass Änderungen die ich in der userChrome.css nicht wirksam werden.

    Dafür eine Idee??
    :?

  • Das steht dort:

    Die zitierte Zeile ist also irgendwie da. Nicht so wie du sie zitiert hast. (Super Sätze :? )

  • Hast du es mal mit der Erweiterung Chromedit ausprobiert und meinen Code (siehe vorrigen Post) eingefügt?
    Denn dieser geht sicher! --> siehe auch Screenshot (vorriger Post)

    Edit: Gertruds Hinweis befolgen --> Firefox neustarten

    Gruß SuiRIS

    Arch Linux

  • an Gertrud:
    ja, habe firefox neu gestartet.

    an SuiRIS:
    ja, ich benutze Chromedit und habe deinen geposteten Code eingefügt.
    Es geht aber trotzdem nicht.

    Was mache ich falsch??
    Danke für Eure Mühen!!

  • Hast Du eventuell mal irgendwann ein neues Profil angelegt, sodaß das in dem Du die Änderungen vornimmst gar nicht das aktuell benutzte Profil ist?

    Starte doch mal Firefox über "Start - Ausführen - "c:\Programme\Mozilla Firefox\firefox.exe" -p

    Die Anführungszeichen müssen mit angegeben werden, da ein Leerzeichen im Pfad ist. Wenn Du Firefox an anderer Stelle installiert hast, mußt Du den Pfad natürlich entsprechend anpassen. Dann kannst Du sehen, ob es mehr als ein Profil gibt. (Ich kenne Chromedit nicht, weiß also nicht ob da nicht automatisch das aktuell benutzte Profil geändert wird.)

  • Hallo,
    gibt es einen userchrome.css Eintrag um Links,Lesezeichen usw. in einem neuen Tab zu öffnen, hab mir dafür TMB instaliert aber die Tabs sind mir da zu groß.
    Hab diesen Eintrag:

    #toolbar-menubar, #PersonalToolbar {
    border: none !important;
    height: 18px !important;
    max-height: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;}

    #nav-bar {
    border-top: 1px solid #999 !important;
    border-bottom: none !important;}

    #nav-bar .toolbarbutton-menubutton-button {
    padding: 0 !important;}

    #status-bar {
    margin-top: -2px !important;
    margin-bottom: -2px !important;}

    .tabbrowser-tabs {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
    padding: 0 !important;}

    .tabbrowser-tab {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding: 0 !important;}

    .tabbrowser-arrowscrollbox {
    max-height: 22px !important;}

    .toolbarbutton-1 {
    margin: 0px !important;
    padding: 0px !important;}

    menubar menu[id$="menu"] .menubar-text {
    margin: 0 2px 2px 2px !important;
    max-height: 18px !important}

    .bookmark-item {
    margin: 0px 0 !important;
    padding: 0 1px !important;}

    .bookmark-item .bookmark-item, #bookmarksMenu .bookmark-item {
    margin: 0 !important;}

    .bookmark-item:not([label=""]) > .toolbarbutton-icon {
    margin-right: 2px !important;}

    #urlbar {
    margin-top: -1px !important;
    min-height: 18px !important;
    max-height: 18px !important;}

    #go-button-top {
    margin-top: -3px !important;
    margin-bottom: -3px !important;}

    #back-button > toolbarbutton > image, #forward-button > toolbarbutton > image, .menubutton-dropmarker-icon {
    margin-bottom: 4px !important;}

    /*.autocomplete-dropmarker-bkgnd-box*/.history-dropmarker-stack {
    margin-bottom: -2px !important;}

    #page-proxy-favicon {
    margin-top: -2px !important;
    margin-bottom: -2px !important;}

    #go-button > image {
    margin-top: -2px !important;}

    #bookmarks-ptf{
    margin-top: -3px !important;}

    .searchbar-engine-button-top.searchbar-engine-button-bkgnd {
    margin-top: -3px !important;
    margin-bottom: -3px !important;}

    .searchbar-engine-button-bottom.searchbar-engine-button-bkgnd {
    margin-bottom: 3px !important;
    margin-top: -3px !important;}

    #searchbar .autocomplete-textbox-container, .searchbar-textbox {
    -moz-appearance: none !important;
    min-height: 18px !important;
    max-height: 18px !important;
    margin-top: -1px !important;
    margin-bottom: 5px !important;}

    .searchbar-engine-image, .searchbar-dropmarker-image {
    margin-bottom: 4px !important;
    margin-top: -3px !important;}

    .searchbar-popup {
    margin-top: -4px !important;}

    #navigator-throbber {
    margin-top: -5px !important;}

    .search-go-button-stack {
    display: none !important;}

    #abp-toolbarbutton {
    margin-top: -2px !important;}

    tab[selected="true"] {
    font-family: inherit !important;
    font-style: italic !important;
    font-weight: bold !important;
    font-size: 11px !important;
    color: #0000CD !important;
    background-color: #FF4500 !important;}

    Danke schon ma,

    Gruß...