From a8dfd76fcd1e6fb6fb5b31418931a033c6ec4e1c Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 22 Jan 2004 22:40:33 +0000 Subject: [PATCH] make LCARStrek work with Mozilla 1.6 chatzilla; provide really good dark and default motif --- LCARStrek/chatzilla/chatzilla.css | 72 ++++++-- LCARStrek/chatzilla/images/halfop-graphic.gif | Bin 0 -> 78 bytes LCARStrek/chatzilla/images/halfop-symbol.gif | Bin 0 -> 64 bytes LCARStrek/chatzilla/images/input-send.gif | Bin 0 -> 72 bytes LCARStrek/chatzilla/images/is-op.gif | Bin 78 -> 0 bytes LCARStrek/chatzilla/images/is-voice.gif | Bin 78 -> 0 bytes LCARStrek/chatzilla/images/isnt-op.gif | Bin 67 -> 0 bytes LCARStrek/chatzilla/images/isnt-voice.gif | Bin 67 -> 0 bytes .../chatzilla/images/multiline-contract.gif | Bin 0 -> 68 bytes .../chatzilla/images/multiline-expand.gif | Bin 0 -> 68 bytes LCARStrek/chatzilla/images/no-graphic.gif | Bin 0 -> 67 bytes LCARStrek/chatzilla/images/no-symbol.gif | Bin 0 -> 76 bytes LCARStrek/chatzilla/images/op-graphic.gif | Bin 0 -> 78 bytes LCARStrek/chatzilla/images/op-symbol.gif | Bin 0 -> 67 bytes LCARStrek/chatzilla/images/voice-graphic.gif | Bin 0 -> 78 bytes LCARStrek/chatzilla/images/voice-symbol.gif | Bin 0 -> 58 bytes LCARStrek/chatzilla/output-dark.css | 145 ++++++++------- LCARStrek/chatzilla/output-default.css | 172 +++++++++++++++--- LCARStrek/chatzilla/output-light.css | 37 ++++ 19 files changed, 322 insertions(+), 104 deletions(-) create mode 100644 LCARStrek/chatzilla/images/halfop-graphic.gif create mode 100644 LCARStrek/chatzilla/images/halfop-symbol.gif create mode 100644 LCARStrek/chatzilla/images/input-send.gif delete mode 100644 LCARStrek/chatzilla/images/is-op.gif delete mode 100644 LCARStrek/chatzilla/images/is-voice.gif delete mode 100644 LCARStrek/chatzilla/images/isnt-op.gif delete mode 100644 LCARStrek/chatzilla/images/isnt-voice.gif create mode 100644 LCARStrek/chatzilla/images/multiline-contract.gif create mode 100644 LCARStrek/chatzilla/images/multiline-expand.gif create mode 100644 LCARStrek/chatzilla/images/no-graphic.gif create mode 100644 LCARStrek/chatzilla/images/no-symbol.gif create mode 100644 LCARStrek/chatzilla/images/op-graphic.gif create mode 100644 LCARStrek/chatzilla/images/op-symbol.gif create mode 100644 LCARStrek/chatzilla/images/voice-graphic.gif create mode 100644 LCARStrek/chatzilla/images/voice-symbol.gif diff --git a/LCARStrek/chatzilla/chatzilla.css b/LCARStrek/chatzilla/chatzilla.css index 0ea174cd..15bf9381 100644 --- a/LCARStrek/chatzilla/chatzilla.css +++ b/LCARStrek/chatzilla/chatzilla.css @@ -68,7 +68,7 @@ window { } .view-button { - color: #FF9F00; + /* do NOT set color, at least not without background. :) */ } .view-button[state="current"] { @@ -104,6 +104,10 @@ window { padding-right: 10px; } +#user-list { + margin: 0px; +} + #server-nick { padding-top: 5px; } @@ -132,20 +136,66 @@ window { border: 1px solid #9C9CFF; } -/* 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 9C9CFF; + -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; } diff --git a/LCARStrek/chatzilla/images/halfop-graphic.gif b/LCARStrek/chatzilla/images/halfop-graphic.gif new file mode 100644 index 0000000000000000000000000000000000000000..8ac3b82e53fe4f2c567579b6efc53ffc7d6ffd98 GIT binary patch literal 78 zcmZ?wbhEHb0P<1_!kK=CIFBLf2ygAM}_faDpNuP!5RQRXByN1 literal 0 HcmV?d00001 diff --git a/LCARStrek/chatzilla/images/is-op.gif b/LCARStrek/chatzilla/images/is-op.gif deleted file mode 100644 index fb2c946c746fb2ffbb6903f098dcf9f9b00a8335..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 78 zcmZ?wbhEHb1N|Hl8pK=CIFBLf2ygAM}_faDpN+EaP^R)Z TgT=YJ3au3p-&?tY85pbqeb*Bc diff --git a/LCARStrek/chatzilla/images/isnt-voice.gif b/LCARStrek/chatzilla/images/isnt-voice.gif deleted file mode 100644 index ca2f3e094d9132e8e16fab75f2d7a6a215cc3432..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 67 zcmZ?wbhEHb7ZY8@+sH2|8r6=whd literal 0 HcmV?d00001 diff --git a/LCARStrek/chatzilla/images/no-graphic.gif b/LCARStrek/chatzilla/images/no-graphic.gif new file mode 100644 index 0000000000000000000000000000000000000000..aa02b846fa3196c536c11e66ebe74c13172ce3fd GIT binary patch literal 67 zcmZ?wbhEHb+EaP^R)Z TgT=YJ3au3p-&?tY85pbqW5W`b literal 0 HcmV?d00001 diff --git a/LCARStrek/chatzilla/images/no-symbol.gif b/LCARStrek/chatzilla/images/no-symbol.gif new file mode 100644 index 0000000000000000000000000000000000000000..4cde0402c8a4bc948493f9faa70658495423adbd GIT binary patch literal 76 zcmZ?wbhEHb0PAOr)&pDc_F3``6<3_t*qXJC?_!pd1LDIe5qA{FrP aP~>O1+PTb8N?R2Yx;lg|?{i~hum%A17#UUo literal 0 HcmV?d00001 diff --git a/LCARStrek/chatzilla/images/op-symbol.gif b/LCARStrek/chatzilla/images/op-symbol.gif new file mode 100644 index 0000000000000000000000000000000000000000..0015847e9c9c56e1b013349f10582dc13e1c1676 GIT binary patch literal 67 zcmZ?wbhEHb