[Zope-CVS] CVS: Packages/Moztop/moztop/skin - moztop.css:1.8

Paul Everitt paul@zope.com
Thu, 30 Jan 2003 07:09:41 -0500


Update of /cvs-repository/Packages/Moztop/moztop/skin
In directory cvs.zope.org:/tmp/cvs-serv8408

Modified Files:
	moztop.css 
Log Message:
Moved some styles out of XUL

=== Packages/Moztop/moztop/skin/moztop.css 1.7 => 1.8 ===
--- Packages/Moztop/moztop/skin/moztop.css:1.7	Thu Jan 16 20:13:54 2003
+++ Packages/Moztop/moztop/skin/moztop.css	Thu Jan 30 07:09:38 2003
@@ -38,3 +38,67 @@
   font-weight: bold;
 }
 
+
+treechildren:-moz-tree-image(zope-site, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/site.png");
+}
+
+treechildren:-moz-tree-image(zope-folder, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/folder.png");
+}
+
+treechildren:-moz-tree-image(zope-file, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/file.png");
+}
+
+treechildren:-moz-tree-image(zope-image, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/image.png");
+}
+
+treechildren:-moz-tree-image(zope-, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/sql.png");
+}
+
+treechildren:-moz-tree-image(ZPTPage, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/zpt.png");
+}
+
+treechildren:-moz-tree-image(zope-, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/dtml.png");
+}
+
+
+treechildren:-moz-tree-cell-text(ResourceNameColumn) {
+  padding-left: 0.5em;
+}
+
+treeitem.Folder.treechildren:-moz-tree-cell-text(ResourceNameColumn) {
+  padding-left: 0.5em;
+  font-weight: bold;
+}
+
+
+.statusboxpanel {
+  border: 3px solid;
+  border-right: 0px;
+  border-bottom-width: 3px;
+  -moz-border-top-colors: #000000 #DFE2E6 #D0D7DD;
+  -moz-border-right-colors: #C7D0D9 #C7D0D9 #C7D0D9;
+  -moz-border-bottom-colors: #000000 #98A7B5;
+  -moz-border-left-colors: #000000 #90A0B0 #98A7B5;
+  -moz-border-radius-topleft: 3px;
+  -moz-border-radius-topright: 0px;
+  -moz-border-radius-bottomleft: 3px;
+  width: 24px;
+  height: 24px;
+  background-repeat: no-repeat;
+  background-position: center center;
+}
+
+tab#statusbartasks {
+  background-image: url('chrome://moztop/content/StatusBar/task.gif');
+}
+
+tab#statusbarerrors {
+   background: url('chrome://moztop/content/StatusBar/errors.gif');
+}