Ich schätze mal, dass einfach ein paar Parameter nicht da sind, die man rausfinden müsste (probiern hat noch nicht geklappt
Naja, mittlerweile bin ich so weit:
Fehlen eigentlich nur noch Tableiste und Menüleiste (eher unwichtig, da normalerweise ausgeblendet)..
aber komischerweise hab ich jetzt unten in der Statusleiste Ränder zwischen den Addonicons ?!
Folgender Code ist es zur zeit:
/** Glass your Firefox - By Ambroos **/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* TOP WINDOW BARS - PADDING AND TRANSPARANCY */
#navigator-toolbox {
background-color: rgb(0, 0, 0) !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
}
/* Menüleiste */
.menubar-text {
color: white !important;
opacity: .99 !important;
}
/* Navigationsleiste */
#nav-bar {
background-color: rgba(225, 255, 255, .55) !important;
padding: 1px 1px 2px 2px !important;
}
#urlbar {
opacity: .9 !important;
-moz-border-radius-topright: 0px !important;
-moz-border-radius-bottomright: 0px !important;
-moz-border-radius-topleft: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
}
#searchbar .searchbar-textbox {
opacity: .9 !important;
-moz-border-radius-topright: 0px !important;
-moz-border-radius-bottomright: 0px !important;
-moz-border-radius-topleft: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
}
/* Lesezeichenleiste */
#PersonalToolbar {
background-color: rgba(255, 255, 255, .55) !important;
-moz-appearance: none !important;
padding: 1px 1px 1px 1px !important;
}
.toolbarbutton > label {
color: #333333 !important;
opacity: .99 !important;
}
.bookmark-item {
margin: 0 3px 0 3px !important;
}
/* ? */
#toolbar-menubar {
background: none !important;
color: black !important;
opacity: .99 !important;
}
/* Sidebar */
#sidebar-title {
color: black !important;
opacity: 0.99 !important;
}
/* Tabs */
.tabbrowser-tab:not([selected="true"]) > .tab-text {
color: grey !important;
opacity: .70 !important;
}
.tabbrowser-tab:not([selected="true"]):hover > .tab-text {
color: grey !important;
opacity: .85 !important;
}
.tab-text {
opacity: .99 !important;
}
.tabbrowser-tabs {
-moz-appearance: none !important;
background: none !important;
background-color: rgb(0, 0, 0) !important;
border: 0 none !important;
padding-bottom: 0px !important;
}
#browser-bottombox {
background-color: rgb(0, 0, 0) !important;
}
/* Suchleiste */
#FindToolbar {
margin-top: 1px !important;
background-color: rgba(255, 255, 255, .55) !important;
-moz-appearance: none !important;
border: none !important;
}
.checkbox-label-box {
color: #333333 !important;
opacity: .99 !important;
}
.findbar-find-fast {
color: #333333 !important;
opacity: .99 !important;
}
.toolbarbutton-text {
color: #333333 !important;
opacity: .99 !important;
}
/* Statusleiste */
#status-bar {
-moz-appearance: none !important;
background: none !important;
border: none !important;
}
.statusbarpanel-text {
color: white !important;
opacity: .99 !important;
}
Stand ja teilweise ziemlicher mist drin
Dieser Beitrag wurde von b3lz0r bearbeitet: 27. Januar 2009 - 21:48

Hilfe
Neues Thema
Antworten

Nach oben




