This commit is contained in:
sspitzer%netscape.com 2000-05-09 23:43:11 +00:00
Родитель 5894ddd3a8
Коммит 324871ad34
2 изменённых файлов: 48 добавлений и 66 удалений

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

@ -16,32 +16,19 @@
* Copyright (C) 1999 New Dimenstions Consulting, Inc. All
* Rights Reserved.
*
* Contributor(s):
*
*
* Contributor(s):
* Robert Ginda, rginda@ndcico.com, original author
*
* Styles for UI, See test3-output-default.css for output window styles
* Styles for UI, See output-default.css for output window styles
*
*/
@import url(chrome://global/skin/global.css);
@import url(chrome://communicator/skin/);
window {
font-size: 12px;
background: url(chrome://chatzilla/skin/images/xtal.jpg);
/*
width: 640px;
height: 480px;
*/
}
menubar, menu, menuitem, menupopup {
background: silver;
}
@ -52,72 +39,75 @@ menubar, menu, menuitem, menupopup {
}
#main-splitter {
}
border: thin silver outset;
margin-left: 2px;
margin-right: 2px;
background: silver;
#views-tbar, #views-tbox {
height: 0px;
}
.activity-button-image {
color: black;
background: lightgrey;
}
.status-table {
.activity-button-image[state="normal"] {
width: 100%;
font-weight: bold;
list-style-image: url(chrome://chatzilla/skin/images/view-normal.gif);
}
#status-bar {
.activity-button-image[state="activity"] {
border: thin silver double;
background: #dddddd;
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);
}
toolbar {
.activity-button-image[state="attention"] {
background: #dddddd;
border: silver double;
list-style-image: url(chrome://chatzilla/skin/images/view-attention.gif);
}
.activity-button {
.activity-button-text {
background: #dddddd;
padding-top: 1px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 0px;
margin: 1px;
border: groove 2px;
color: black;
background: lightgrey;
}
.activity-button:hover {
background: #eeeeee;
padding-top: 0px;
padding-left: 1px;
padding-right: 3px;
padding-bottom: 1px;
border: 2px grey outset;
.activity-button-text[state="normal"] {
}
.activity-button:active {
.activity-button-text[state="activity"] {
background: #cccccc;
padding-top: 1px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 0px;
border: 2px grey inset;
color: darkgreen;
}
.activity-button-text[state="current"] {
color: darkcyan;
}
.activity-button-text[state="attention"] {
color: red;
}
.status-label {
text-align: right;
margin-left: 10px;
}
@ -125,6 +115,7 @@ toolbar {
text-align: left;
color: darkslategrey;
margin-left: 5px;
}
@ -135,16 +126,6 @@ toolbar {
}
/* input textbox */
/*
.input-window {
overflow: clip;
width: 100%;
}
*/
.output-container {
border: thin silver inset;
@ -156,7 +137,7 @@ toolbar {
.quick-list {
/* border: thin silver inset;*/
border: thin silver inset;
background: #dddddd;
overflow: auto;
@ -172,9 +153,9 @@ toolbar {
/* JG: Selection colors, in accord with standard mozilla chrome colors */
.list-option[selected="true"] {
background: rgb(51,102,153);
font-weight: bold;
color: white;
background: rgb(51,102,153);
font-weight: bold;
color: white;
}
/* text in the quicklist */

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

@ -29,7 +29,8 @@
body {
margin: 0px 0px 0px 0px;
background: url(chrome://chatzilla/skin/images/blue_rock.gif);
/* background: url(chrome://chatzilla/skin/images/blue_rock.gif);*/
background: black;
}