message central for both skins
authorrobert <robert>
Mon, 5 Feb 2001 15:27:22 +0000 (15:27 +0000)
committerrobert <robert>
Mon, 5 Feb 2001 15:27:22 +0000 (15:27 +0000)
EarlyBlue/messenger/skin/messenger.css~ [deleted file]
EarlyBlue/messenger/skin/msgAccountCentral.css [new file with mode: 0644]
LCARStrek/communicator/skin/button.css
LCARStrek/manifest.rdf
LCARStrek/messenger/skin/msgAccountCentral.css [new file with mode: 0644]

diff --git a/EarlyBlue/messenger/skin/messenger.css~ b/EarlyBlue/messenger/skin/messenger.css~
deleted file mode 100755 (executable)
index 3c8f8a9..0000000
+++ /dev/null
@@ -1,356 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
- * The contents of this file are subject to the Netscape 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/NPL/
- * 
- * 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 Communicator client code, released
- * March 31, 1998.
- * 
- * The Initial Developer of the Original Code is Netscape
- * Communications Corporation. Portions created by Netscape are
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All
- * Rights Reserved.
- */
-
-@import url(chrome://communicator/skin/);
-@import url(chrome://communicator/skin/sidebar/sidebar.css);
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
-
-[hide] {
- display: none;
-} 
-
-spring.spacer {
-    width: 5px;
-    height: 5px;
-}
-
-box.cleanborder {
-    margin: 10px;
-    padding: 10px;
-    border: 2px groove white;
-    width: 100%;
-}
-
-box.padded {
-    margin: 10px;
-    width: 100%;
-}
-
-iframe {
- min-width: 10px;
- min-height: 10px;
- width: 100px;
- height: 100px;
-}
-
-/**
- * boxes
- */
-#results_box {
-       border-left: 8px solid #CCCCCC;
-       min-width: 10px;
-}
-
-
-/**
- * toolbar button images
- */
-
-#button-getmsg {
-       list-style-image:url("chrome://messenger/skin/getmsg.gif");
-}
-
-#button-getmsg[disabled="true"] {
-       list-style-image:url("chrome://messenger/skin/getmsg_dis.gif");
-}
-
-#button-newmsg {
-       list-style-image:url("chrome://messenger/skin/newmsg.gif");
-}
-
-#button-newmsg[disabled="true"] {
-       list-style-image:url("chrome://messenger/skin/newmsg_dis.gif");
-}
-
-#button-reply {
-       list-style-image:url("chrome://messenger/skin/reply.gif");
-}
-
-#button-reply[disabled="true"] {
-       list-style-image:url("chrome://messenger/skin/reply_dis.gif");
-}
-
-#button-replyall {
-       list-style-image:url("chrome://messenger/skin/replyall.gif");
-}
-
-#button-replyall[disabled="true"] {
-       list-style-image:url("chrome://messenger/skin/replyall_dis.gif");
-}
-
-#button-forward {
-       list-style-image:url("chrome://messenger/skin/forward.gif");
-}
-
-#button-forward[disabled="true"] {
-       list-style-image:url("chrome://messenger/skin/forward_dis.gif");
-}
-
-#button-file {
-       list-style-image:url("chrome://messenger/skin/file.gif");
-}
-
-#button-file[disabled="true"] {
-       list-style-image:url("chrome://messenger/skin/file_dis.gif");
-}
-
-#button-file[open="true"] > .button-internal-box {
-       border: 1px inset #CCCCDD;
-        padding               : 2px 0px 0px 2px;
-}
-
-#button-file > .button-internal-box 
-{
-        vertical-align: middle;
-        text-align: center;
-}
-
-#button-file > .button-internal-box > .menubutton-single-text 
-{
-        padding-top         : 3px;
-        text-align          : center;
-}
-
-#button-next {
-       list-style-image:url("chrome://messenger/skin/next.gif");
-}
-
-#button-next[disabled="true"] {
-       list-style-image:url("chrome://messenger/skin/next_dis.gif");
-}
-
-#button-mark {
-       list-style-image:url("chrome://messenger/skin/mark.gif");
-}
-
-#button-mark[disabled="true"] {
-       list-style-image:url("chrome://messenger/skin/mark_dis.gif");
-}
-
-#button-mark menuitem {
-       list-style-image:url("chrome://messenger/skin/mark.gif");
-}
-
-#button-delete {
-       list-style-image:url("chrome://messenger/skin/trash.gif");
-}
-
-#button-delete[disabled="true"] {
-       list-style-image:url("chrome://messenger/skin/trash_dis.gif");
-}
-
-#button-print 
-  {
-         list-style-image      : url("chrome://global/skin/print.gif");
-  }
-
-#button-print[disabled="true"]
-  {
-         list-style-image      : url("chrome://global/skin/print_dis.gif");
-  }
-
-#button-stop {
-       list-style-image:url("chrome://global/skin/stop.gif");
-}
-
-#button-stop[disabled="true"] {
-       list-style-image:url("chrome://global/skin/stop_dis.gif");
-}
-
-.folderMenuItem 
-  {
-    list-style-image      : url("chrome://messenger/skin/folder-closed.gif");
-  }
-
-.folderMenuItem[open="true"] 
-  {
-    list-style-image      : url("chrome://messenger/skin/folder-open.gif");
-  }
-
-/* special folder */
-.folderMenuItem[SpecialFolder="Inbox"] {
- list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
-}
-
-.folderMenuItem[SpecialFolder="Inbox"][open="true"]
-{
-    list-style-image: url("chrome://messenger/skin/folder-inbox.gif");
-}
-
-.folderMenuItem[SpecialFolder="Trash"] {
- list-style-image: url("chrome://messenger/skin/folder-trash.gif");
-}
-
-.folderMenuItem[SpecialFolder="Trash"][open="true"] {
- list-style-image: url("chrome://messenger/skin/folder-trash.gif");
-}
-
-.folderMenuItem[IsServer="true"]
-{
- list-style-image: url("chrome://messenger/skin/server-mail.gif");
-}
-
-.folderMenuItem[IsServer="true"][open="true"]
-{
- list-style-image: url("chrome://messenger/skin/server-mail.gif");
-}
-
-/* IMAP folders */
-
-.folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] {
-    list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
-}
-
-/* Local Servers */
-.folderMenuItem[IsServer="true"][ServerType="none"]
-{
- list-style-image: url("chrome://messenger/skin/server-local.gif");
-}
-
-/* News folders */
-.folderMenuItem[ServerType="nntp"] {
-    list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
-}
-
-.folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] {
-    list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
-}
-
-.folderMenuItem[IsServer="true"][ServerType="nntp"] {
-    list-style-image: url("chrome://messenger/skin/server-news.gif");
-}
-
-
-menu.push {
-  border: 1px outset white;
-  padding: 2px;
-  margin: 2px;
-  text-align: center;
-  background-color:inherit;
-  background-image: inherit;
-}
-
-menu.push:hover {
-        border: 1px outset white;
-        color:#003366;
-        text-decoration:underline;
-        padding: 2px;
-}
-
-menu.push:hover:-moz-outline {
-   border : 1px solid black;
-   color:#003366;
-   padding: 2px;
-}
-
-menu.push:active {
-  text-decoration:none;
-  border: 1px inset;
-  padding-left: 3px;
-  padding-right: 1px;
-  padding-top: 3px;
-  padding-bottom: 1px;
-}
-
-menu.push[toggled="1"] {
-  border: 1px white inset;
-  padding-left: 3px;
-  padding-right: 1px;
-  padding-top: 3px;
-  padding-bottom: 1px;
-}
-
-menu.push[toggled="2"] {
-   background-color: lightgray;
-   border: 1px solid gray;
-}
-
-menu.push:active:-moz-outline {
-   border : 1px solid black;
-}
-
-menu.push[disabled="true"] {
-        background-color:inherit;
-        background-image: inherit;
-        border : 1px solid #999999;
-        color: #999999;
-        text-decoration: none;
-}
-
-menu.push[disabled="true"]:hover {
-        background-color:inherit;
-        background-image: inherit;
-        border : 1px solid #999999;
-        color: #999999;
-        text-decoration: none;
-}
-
-menu.push[disabled="true"]:active {
-        background-color:inherit;
-        background-image: inherit;
-        border : 1px solid #999999;
-        color: #999999;
-        text-decoration: none;
-}
-
-/**
- * Make sure the min height is small so we can 
- * resize the pane vertically -EDV
- */
-box#messagepanebox
-{
-   min-height: 10px;
-   height: 0px;
-}
-
-
-/**
- * this belongs in the mail filter window
- */
-
-.enabledcol {
-  list-style-image: url("chrome://messenger/skin/readmail.gif");
-}
-
-.enabledcol[value="true"] {
-  list-style-image: url("chrome://messenger/skin/unreadmail.gif");
-}
-
-searchattribute {
-  -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchattribute);
-}
-
-searchoperator {
-  -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchoperator);
-}
-
-searchvalue {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchvalue);
-}
-
-searchterm {
- -moz-binding: url(chrome://messenger/content/mailWidgets.xml#searchterm);
-}
-
-
-
diff --git a/EarlyBlue/messenger/skin/msgAccountCentral.css b/EarlyBlue/messenger/skin/msgAccountCentral.css
new file mode 100644 (file)
index 0000000..f9f1d18
--- /dev/null
@@ -0,0 +1,77 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+ * The contents of this file are subject to the Netscape 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/NPL/
+ * 
+ * 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 Communicator client code, released
+ * March 31, 1998.
+ * 
+ * The Initial Developer of the Original Code is Netscape
+ * Communications Corporation. Portions created by Netscape are
+ * Copyright (C) 1998-1999 Netscape Communications Corporation. All
+ * Rights Reserved.
+ */
+
+@import url(chrome://communicator/skin/);
+
+#acctCentralGrid
+{
+  background-color:#CCD0DD;
+}
+
+#acctCentralHeaderRow
+{
+/*  background-color:#666699; */
+  font-weightt:bold;
+  font-size:20px;
+  margin:5px 5px 5px 5px;
+  border-bottom: 2px solid black;
+  text-align: left;
+}
+
+.acctCentralRow
+{
+  margin-left: 20px;
+}
+
+.acctCentralRowTitleBox
+{
+  background-color:#666699;
+}
+
+.acctCentralRowTitleBox > html
+{
+  color:#white;
+}
+
+.acctCentralTitleRow
+{
+  font-weight:bold;
+  font-size:15px;
+  margin-left: 10px;
+}
+
+.acctCentralText
+{
+  font-size:15px;
+}
+
+.acctCentralLinkText
+{
+  color:#336699;
+  text-decoration: underline;
+}
+
+.acctCentralLinkText:hover
+{
+  cursor:pointer;
+}
+
+
+
index 2e06b21b6e1d186a41083f8ab1c2bf96c1c0ca96..bdf7508d9685021e8e2badfed3e1027778042eb6 100755 (executable)
       color               : #000000; */
       min-width           : 32px;
       min-height          : 32px;
+      max-height          : 40px;
       margin              : 0px 1px 0px 1px;
       padding             : 0px;
       font-size           : smaller;
@@ -296,3 +297,4 @@ menubutton.button-toolbar-4
 
 
 
+
index 71079bf4bde178752ceb9fef6d9f55cd2b090cf0..a4f8d0abfab73d9d4e375bbaf10015106c1fb1ca 100755 (executable)
@@ -16,7 +16,7 @@
         chrome:description="For all Trekkies: A theme based on LCARS computer design. Get more info at http://www.kairo.at/download/"
         chrome:author="Robert Kaiser"
         chrome:name="LCARStrek/0.3"
-        chrome:image="jar:resource:/LCARStrek.jar!/global/skin/preview.png">
+        chrome:image="jar:resource:/chrome/LCARStrek.jar!/global/skin/preview.png">
     <chrome:packages>
       <RDF:Seq about="urn:mozilla:skin:LCARStrek/0.3:packages">
         <RDF:li resource="urn:mozilla:skin:LCARStrek/0.3:communicator"/>
@@ -32,3 +32,4 @@
 
 
 
+
diff --git a/LCARStrek/messenger/skin/msgAccountCentral.css b/LCARStrek/messenger/skin/msgAccountCentral.css
new file mode 100644 (file)
index 0000000..878e9c6
--- /dev/null
@@ -0,0 +1,88 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+ * The contents of this file are subject to the Netscape 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/NPL/
+ * 
+ * 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 Communicator client code, released
+ * March 31, 1998.
+ * 
+ * The Initial Developer of the Original Code is Netscape
+ * Communications Corporation. Portions created by Netscape are
+ * Copyright (C) 1998-1999 Netscape Communications Corporation. All
+ * Rights Reserved.
+ */
+
+@import url(chrome://communicator/skin/);
+
+#acctCentralGrid
+{
+  background-color:#000000;
+}
+
+#acctCentralHeaderRow
+{
+  background-color:#FF9F00;
+  -moz-border-radius: 10px;
+  margin:5px;
+}
+
+#acctCentralHeaderRow > text
+{
+  font-weight:bold;
+  font-size:20px;
+  color: #000000;
+/*  margin: 0px 15px 0px 15px;
+  border-left: 3px solid black;
+  border-right: 3px solid black; */
+  text-align: left; 
+}
+
+.acctCentralRow
+{
+  margin-left: 20px;
+}
+
+.acctCentralRowTitleBox
+{
+  background-color:#9C9CFF;
+  -moz-border-radius: 7px;
+}
+
+.acctCentralRowTitleBox > html
+{
+  color:black;
+}
+
+.acctCentralTitleRow
+{
+  font-weight:bold;
+  font-size:15px;
+  margin-left: 10px;
+}
+
+.acctCentralText
+{
+  font-size:15px;
+}
+
+.acctCentralLinkText
+{
+  color:#008484;
+  -moz-border-radius: 3px;
+}
+
+.acctCentralLinkText:hover
+{
+  cursor:pointer;
+  background-color: #FFCF00;
+  color: black;
+}
+
+
+