From 70e7962cc9924c2c6c6d45cc094ed038ed12554c Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 5 Feb 2001 15:27:22 +0000 Subject: [PATCH] message central for both skins --- EarlyBlue/messenger/skin/messenger.css~ | 356 ------------------ .../messenger/skin/msgAccountCentral.css | 77 ++++ LCARStrek/communicator/skin/button.css | 2 + LCARStrek/manifest.rdf | 3 +- .../messenger/skin/msgAccountCentral.css | 88 +++++ 5 files changed, 169 insertions(+), 357 deletions(-) delete mode 100755 EarlyBlue/messenger/skin/messenger.css~ create mode 100644 EarlyBlue/messenger/skin/msgAccountCentral.css create mode 100644 LCARStrek/messenger/skin/msgAccountCentral.css diff --git a/EarlyBlue/messenger/skin/messenger.css~ b/EarlyBlue/messenger/skin/messenger.css~ deleted file mode 100755 index 3c8f8a96..00000000 --- a/EarlyBlue/messenger/skin/messenger.css~ +++ /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 index 00000000..f9f1d189 --- /dev/null +++ b/EarlyBlue/messenger/skin/msgAccountCentral.css @@ -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; +} + + + diff --git a/LCARStrek/communicator/skin/button.css b/LCARStrek/communicator/skin/button.css index 2e06b21b..bdf7508d 100755 --- a/LCARStrek/communicator/skin/button.css +++ b/LCARStrek/communicator/skin/button.css @@ -128,6 +128,7 @@ 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 + diff --git a/LCARStrek/manifest.rdf b/LCARStrek/manifest.rdf index 71079bf4..a4f8d0ab 100755 --- a/LCARStrek/manifest.rdf +++ b/LCARStrek/manifest.rdf @@ -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"> @@ -32,3 +32,4 @@ + diff --git a/LCARStrek/messenger/skin/msgAccountCentral.css b/LCARStrek/messenger/skin/msgAccountCentral.css new file mode 100644 index 00000000..878e9c65 --- /dev/null +++ b/LCARStrek/messenger/skin/msgAccountCentral.css @@ -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; +} + + + -- 2.35.3