X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fchatzilla%2Fchatzilla.css;fp=EarlyBlue%2Fchatzilla%2Fchatzilla.css;h=93abb5db0ae8201d00ae1b2402c5e1386dbc84d9;hp=ad0795560688a8f1bcf43048f4d1fa944ecbcd22;hb=88166091b3c048013455504307785c00815afc81;hpb=f2d093769f95436789f9bd0d9bec33447eaa9d59 diff --git a/EarlyBlue/chatzilla/chatzilla.css b/EarlyBlue/chatzilla/chatzilla.css index ad079556..93abb5db 100644 --- a/EarlyBlue/chatzilla/chatzilla.css +++ b/EarlyBlue/chatzilla/chatzilla.css @@ -69,7 +69,7 @@ window { } .view-button { - color: #000000; + /* do NOT set color, at least not without background. :) */ } .view-button[state="current"] { @@ -101,6 +101,10 @@ window { padding-right: 10px; } +#user-list { + margin: 0px; +} + #server-nick { padding-top: 5px; } @@ -128,20 +132,66 @@ window { border: 1px inset #CCD0DD; } -/* op image column */ -treechildren::-moz-tree-image(usercol-op, state-true) { - list-style-image: url(chrome://chatzilla/skin/images/is-op.gif) +treecol { + border: none; +} + +treechildren::-moz-tree-cell-text { + padding-top: 1px; +} + +/* The userlist can be in one of two state. In "symbol", the user's + * channel mode is shown as a @ or + image, while in "graphic" mode, the + * image is one of the LED images. + */ + +/* no mode */ +treechildren::-moz-tree-image { + list-style-image: url(chrome://chatzilla/skin/images/no-symbol.gif); + margin-right: 3px; +} + +#user-list[mode="graphic"] treechildren::-moz-tree-image { + list-style-image: url(chrome://chatzilla/skin/images/no-graphic.gif); +} + +/* voice */ +treechildren::-moz-tree-image(voice-true) { + list-style-image: url(chrome://chatzilla/skin/images/voice-symbol.gif); +} + +#user-list[mode="graphic"] treechildren::-moz-tree-image(voice-true) { + list-style-image: url(chrome://chatzilla/skin/images/voice-graphic.gif); +} + +/* half-chanop */ +treechildren::-moz-tree-image(halfop-true) { + list-style-image: url(chrome://chatzilla/skin/images/halfop-symbol.gif); +} + +#user-list[mode="graphic"] treechildren::-moz-tree-image(halfop-true) { + list-style-image: url(chrome://chatzilla/skin/images/halfop-graphic.gif); +} + +/* chanop */ +treechildren::-moz-tree-image(op-true) { + list-style-image: url(chrome://chatzilla/skin/images/op-symbol.gif); } -treechildren::-moz-tree-image(usercol-op, state-false) { - list-style-image: url(chrome://chatzilla/skin/images/isnt-op.gif) +#user-list[mode="graphic"] treechildren::-moz-tree-image(op-true) { + list-style-image: url(chrome://chatzilla/skin/images/op-graphic.gif); } -/* voice image column */ -treechildren::-moz-tree-image(usercol-voice, state-true) { - list-style-image: url(chrome://chatzilla/skin/images/is-voice.gif) +.colorGrid { + width: 24px; + height: 16px; + border: 1px solid black; + -moz-box-align: center; + -moz-box-pack: center; } -treechildren::-moz-tree-image(usercol-voice, state-false) { - list-style-image: url(chrome://chatzilla/skin/images/isnt-voice.gif) +#colorTooltip { + padding: 0px; + -moz-box-align: center; + -moz-box-pack: center; }