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=2a1ae4e50c85e845c1c8a6c3beced7792062cea6;hp=0000000000000000000000000000000000000000;hb=9ca9f6bd61c4dfb401c355a039b2f5abd55dcd55;hpb=efc64d27cbde03be330b93787f17057b1d017428 diff --git a/EarlyBlue/chatzilla/chatzilla.css b/EarlyBlue/chatzilla/chatzilla.css new file mode 100644 index 00000000..2a1ae4e5 --- /dev/null +++ b/EarlyBlue/chatzilla/chatzilla.css @@ -0,0 +1,147 @@ +/* + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla JSIRC Library. + * + * The Initial Developer of the Original Code is New Dimensions Consulting, + * Inc. Portions created by New Dimensions Consulting, Inc. are + * Copyright (C) 1999 New Dimenstions Consulting, Inc. All + * Rights Reserved. + * + * Contributor(s): + * Robert Ginda, rginda@ndcico.com, original author + * Robert Kaiser, KaiRo@KaiRo.at, skinning + * + * Styles for UI, See output-default.css for output window styles + * + */ + +@import url(chrome://communicator/skin/); + +window { + width: 640px; + height: 480px; +} + +#menu-view-none { + display: none; +} + +#tabpanels-contents-box { + margin: 3px; +} + +#header-url:hover { + text-decoration: underline; +} + +#outer-box { +/* margin: 5px; */ + margin-left: 2px; + margin-bottom: 2px; +} + +#main-splitter { + min-width: 6px; + border: none; +} + +#header-bar-tbar { + border-bottom: none; +} + +#input-widget, +#input-widget-multiline { + border: 1px inset #CCD0DD; +} + +.highlight-menu-item:hover { + color: #000000 !important; + background: #336699 !important; +} + +.view-button { + color: #000000; +} + +.view-button[state="current"] { + font-weight: bold; +} + +.view-button[state="superfluous"] { + color: #666699; +} + +.view-button[state="activity"] { + color: #336699; +} + +.view-button[state="attention"] { + color: red; +} + +/* spaces after the 4th and 8th tab, so you can line them up with your Fn + * keys */ +.view-button[viewKey="4"], +.view-button[viewKey="8"] { + margin-left: 5px; +} + +.header-box, .usercount-data { + padding-top: 2px; + padding-bottom: 2px; + padding-right: 10px; +} + +#server-nick { + padding-top: 5px; +} + +.header-label { + font-weight: bold; + text-align: right; + margin-left: 10px; +} + +.header-data { + text-align: left; + margin-left: 5px; +} + +#channel-topic { + cursor: default; +} + +#channel-topic[editable="true"] { + cursor: text; +} + +.output-container { + 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) +} + +treechildren:-moz-tree-image(usercol-op, state-false) { + list-style-image: url(chrome://chatzilla/skin/images/isnt-op.gif) +} + +/* voice image column */ +treechildren:-moz-tree-image(usercol-voice, state-true) { + list-style-image: url(chrome://chatzilla/skin/images/is-voice.gif) +} + +treechildren:-moz-tree-image(usercol-voice, state-false) { + list-style-image: url(chrome://chatzilla/skin/images/isnt-voice.gif) +}