This commit is contained in:
sspitzer%netscape.com 2000-05-10 07:32:44 +00:00
Родитель 1800bad808
Коммит 550507be48
1 изменённых файлов: 0 добавлений и 169 удалений

Просмотреть файл

@ -1,169 +0,0 @@
/*
* 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
*
* Styles for UI, See output-default.css for output window styles
*
*/
@import url(chrome://communicator/skin/);
window {
width: 640px;
height: 480px;
}
#outer-box {
margin: 5px;
}
#main-splitter {
}
#views-tbar, #views-tbox {
height: 0px;
}
.activity-button-image {
color: black;
background: lightgrey;
}
.activity-button-image[state="normal"] {
list-style-image: url(chrome://chatzilla/skin/images/view-normal.gif);
}
.activity-button-image[state="activity"] {
list-style-image: url(chrome://chatzilla/skin/images/view-activity.gif);
}
.activity-button-image[state="current"] {
list-style-image: url(chrome://chatzilla/skin/images/view-current.gif);
}
.activity-button-image[state="attention"] {
list-style-image: url(chrome://chatzilla/skin/images/view-attention.gif);
}
.activity-button-text {
color: black;
background: lightgrey;
}
.activity-button-text[state="normal"] {
}
.activity-button-text[state="activity"] {
color: darkgreen;
}
.activity-button-text[state="current"] {
color: darkcyan;
}
.activity-button-text[state="attention"] {
color: red;
}
.status-label {
text-align: right;
margin-left: 10px;
}
.status-data {
text-align: left;
color: darkslategrey;
margin-left: 5px;
}
/* Activity indicator buttons */
.activity-button {
font-weight: bold;
}
.output-container {
border: thin silver inset;
width: 100%;
}
/* Listbox on left of UI (aka QuickList) */
.quick-list {
border: thin silver inset;
background: #dddddd;
overflow: auto;
}
/* common container for individual quicklist items */
.list-option {
margin: 2px;
}
/* JG: Selection colors, in accord with standard mozilla chrome colors */
.list-option[selected="true"] {
background: rgb(51,102,153);
font-weight: bold;
color: white;
}
/* text in the quicklist */
.option-text {
font-weight: bold;
align: right;
}
/* graphic in the quicklist */
.option-graphic {
}