von Tombik » 07.02.2006, 11:19
Auf dem letzten Screen sehe ich den Hintergrund der Scrollbar.
Und da z.B. Miranda oben als Hintergrund auch dieses eierfarbene hat, gehe ich davon aus, die Scrollbars sollen so aussehen.
Code: Alles auswählen
/* Farbige Scrolleisten */
/* change colours */
thumb {
-moz-appearance: none !important;
background: rgb(186,186,186) !important;}
scrollbarbutton, scrollbar {
-moz-appearance: none !important;
background: rgb(58,58,58) !important;}
/* adjust the horizontal scrollbars */
scrollbar[orient="horizontal"] {
max-height: 12px !important;}
scrollbar[orient="horizontal"] > scrollbarbutton {
margin-bottom: 0px !important;
max-width: 12px !important;
background-position: 3px 2px !important;}
thumb[orient="horizontal"] {
max-height: 12px !important;
margin-bottom: 0px !important;}
/* adjust the vertical scrollbars */
scrollbar[orient="vertical"] {
max-width: 12px !important;}
scrollbar[orient="vertical"] > scrollbarbutton {
margin-right: 0px !important;
max-height: 12px !important;
background-position: 2px 3px !important;}
thumb[orient="vertical"] {
max-width: 12px !important;
margin-right: 0px !important;}
Diesen Code in userchrome.css
UND!!! usercontent.css (natürlich mit Farben Deiner Wahl), dann haste den FX schonmal erledigt.
Auf dem letzten Screen sehe ich den Hintergrund der Scrollbar.
Und da z.B. Miranda oben als Hintergrund auch dieses eierfarbene hat, gehe ich davon aus, die Scrollbars sollen so aussehen.
[code]
/* Farbige Scrolleisten */
/* change colours */
thumb {
-moz-appearance: none !important;
background: rgb(186,186,186) !important;}
scrollbarbutton, scrollbar {
-moz-appearance: none !important;
background: rgb(58,58,58) !important;}
/* adjust the horizontal scrollbars */
scrollbar[orient="horizontal"] {
max-height: 12px !important;}
scrollbar[orient="horizontal"] > scrollbarbutton {
margin-bottom: 0px !important;
max-width: 12px !important;
background-position: 3px 2px !important;}
thumb[orient="horizontal"] {
max-height: 12px !important;
margin-bottom: 0px !important;}
/* adjust the vertical scrollbars */
scrollbar[orient="vertical"] {
max-width: 12px !important;}
scrollbar[orient="vertical"] > scrollbarbutton {
margin-right: 0px !important;
max-height: 12px !important;
background-position: 2px 3px !important;}
thumb[orient="vertical"] {
max-width: 12px !important;
margin-right: 0px !important;}[/code]
Diesen Code in userchrome.css [b]UND!!![/b] usercontent.css (natürlich mit Farben Deiner Wahl), dann haste den FX schonmal erledigt.