X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fchatzilla%2Fchatzilla.css;fp=LCARStrek%2Fchatzilla%2Fchatzilla.css;h=358ff3349e1dba0fdcd15b4885ffc44e014409a4;hp=0000000000000000000000000000000000000000;hb=731b0901600466dfe54ad97158656e7f18b8f877;hpb=9ca9f6bd61c4dfb401c355a039b2f5abd55dcd55 diff --git a/LCARStrek/chatzilla/chatzilla.css b/LCARStrek/chatzilla/chatzilla.css new file mode 100644 index 00000000..358ff334 --- /dev/null +++ b/LCARStrek/chatzilla/chatzilla.css @@ -0,0 +1,151 @@ +/* + * 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-label, +.header-data { + color: #000000; +} + +#header-url:hover { + text-decoration: underline; +} + +#outer-box { +/* margin: 5px; */ +} + +#main-splitter { + border: none; +} + +#input-widget, +#input-widget-multiline { + -moz-border-radius: 5px; + border: 1px solid #9C9CFF; +} + +.highlight-menu-item:hover { + color: #000000 !important; + background: #008484 !important; +} + +.view-button { + color: #FF9F00; +} + +.view-button[state="current"] { + font-weight: bold; +} + +.view-button[state="superfluous"] { + color: #E7ADE7; +} + +.view-button[state="activity"] { + color: #FFCF00; +} + +.view-button[state="attention"] { + color: red; +} + +.view-button:hover { + color: #000000; +} + +/* 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 { + -moz-border-radius: 5px; + 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) +} + +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) +}