From: Robert Kaiser Date: Sun, 30 Nov 2008 20:19:34 +0000 (+0100) Subject: update LCARStrek with suite default theme changes from 2008-08-21 to 2008-11-28,... X-Git-Tag: LCARStrek-2.0a2~7^2 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=c710949da7cada91a80f0b6cece1a7fc0388c640 update LCARStrek with suite default theme changes from 2008-08-21 to 2008-11-28, add some more teaks for LCARStrek toolbar modes and small communicator/navigator icons, no small mailnews icons yet --- diff --git a/LCARStrek/chrome.manifest b/LCARStrek/chrome.manifest index 26596fe1..9180c7fd 100644 --- a/LCARStrek/chrome.manifest +++ b/LCARStrek/chrome.manifest @@ -1,6 +1,7 @@ skin global LCARStrek global/ skin mozapps LCARStrek mozapps/ skin messenger LCARStrek messenger/ +skin messenger-newsblog LCARStrek messenger-newsblog/ skin communicator LCARStrek communicator/ skin help LCARStrek help/ skin navigator LCARStrek navigator/ diff --git a/LCARStrek/communicator/brand.css b/LCARStrek/communicator/brand.css index 6aa324f8..c639644e 100644 --- a/LCARStrek/communicator/brand.css +++ b/LCARStrek/communicator/brand.css @@ -40,11 +40,11 @@ #navigator-throbber { -moz-binding: url("chrome://global/content/bindings/button.xml#button-image"); -moz-user-focus: ignore; - -moz-box-align: center; - -moz-box-pack: center; - margin: 1px 3px 1px 1px; + /*-moz-box-align: center; + -moz-box-pack: center; */ + margin: 0; border: none; - padding: 1px; + padding: 2px; min-width: 0; list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif"); } @@ -56,15 +56,14 @@ window[chromehidden~="toolbar"] #navigator-throbber, toolbar[mode="text"] #navigator-throbber, toolbar[mode="icons"] #navigator-throbber, -#toolbar[iconsize="small"] #navigator-throbber { - margin: 0 3px 0 1px; - padding: 2px; +toolbar[iconsize="small"] #navigator-throbber { + padding: 1px; list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); } window[chromehidden~="toolbar"] #navigator-throbber[busy="true"], toolbar[mode="text"] #navigator-throbber[busy="true"], toolbar[mode="icons"] #navigator-throbber[busy="true"], -#toolbar[iconsize="small"] #navigator-throbber[busy="true"] { +toolbar[iconsize="small"] #navigator-throbber[busy="true"] { list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); } diff --git a/LCARStrek/communicator/certError.css b/LCARStrek/communicator/certError.css new file mode 100644 index 00000000..9beed05d --- /dev/null +++ b/LCARStrek/communicator/certError.css @@ -0,0 +1,121 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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.org code. + * + * The Initial Developer of the Original Code is + * Mozilla Corporation. + * Portions created by the Initial Developer are Copyright (C) 2008 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * William Price + * Steven Garrity + * Henrik Skupin + * Johnathan Nightingale + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + + +html { + background: #000000; +} + +body { + margin: 0; + padding: 0 1em; + color: #FF9F00; + font: 12px helvetica,arial,tahoma,sans-serif; +} + +h1 { + margin: 0 0 .6em 0; + border-bottom: 1px solid #008484; + font-size: 160%; + color: #FF0000; +} + +h2 { + font-size: 130%; + background-color: #9C9CFF; + color: #000000; + -moz-border-radius: 8px; + padding-left: 10px; +} + +#errorPageContainer { + position: relative; + min-width: 13em; + max-width: 52em; + margin: 4em auto; + border: 2px solid #FFCF00; + -moz-border-radius: 10px; + padding: 3em; + -moz-padding-start: 30px; + background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #000000; + -moz-background-origin: content; +} + +body[dir="rtl"] #errorPageContainer { + background-position: right 0; +} + +#errorTitle { + -moz-margin-start: 80px; +} + +#errorLongContent { + -moz-margin-start: 80px; +} + +#technicalContent > h2, #expertContent > h2 { + padding-left: 20px; + cursor: pointer; + background-image: url("chrome://global/skin/tree/twisty-open-selected.gif"); + background-position: 5px center; + background-repeat: no-repeat; +} + +#technicalContent > h2:hover, +#technicalContent > h2:hover:active, +#expertContent > h2:hover, +#expertContent > h2:hover:active { + background-color: #FFCF00; +} + +#technicalContent[collapsed] > h2, +#expertContent[collapsed] > h2 { + background-image: url("chrome://global/skin/tree/twisty-closed-selected.gif"); +} + +#technicalContent[collapsed] > p, +#expertContent[collapsed] > div { + display: none; +} + +#technicalContentText { + overflow: auto; + white-space: pre-wrap; +} diff --git a/LCARStrek/communicator/icons/communicatoricons-small.png b/LCARStrek/communicator/icons/communicatoricons-small.png new file mode 100644 index 00000000..761c4cb5 Binary files /dev/null and b/LCARStrek/communicator/icons/communicatoricons-small.png differ diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index 13655f9e..47092cad 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -62,6 +62,7 @@ menubar { .toolbar-holder { background-color: #9C9CFF; color: #000000; + -moz-padding-end: 2px; } menubar > .toolbar-box > .toolbar-holder, diff --git a/LCARStrek/messenger-newsblog/feed-subscriptions.css b/LCARStrek/messenger-newsblog/feed-subscriptions.css new file mode 100644 index 00000000..b11260d7 --- /dev/null +++ b/LCARStrek/messenger-newsblog/feed-subscriptions.css @@ -0,0 +1,67 @@ +/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * 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 Thunderbird RSS Subscription CSS + * + * The Initial Developer of the Original Code is + * The Mozilla Foundation. + * Portions created by the Initial Developer are Copyright (C) 2005 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Scott MacGregor + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ****** */ + +/* ::::: Feed Subscription UI icons :::::: */ + +#contentPane { + padding: 14px; +} + +#subscriptionChildren::-moz-tree-image(folderNameCol) { + margin-right: 2px; + list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png"); +} + +#subscriptionChildren::-moz-tree-image(folderNameCol, container) { + list-style-image: url("chrome://messenger/skin/icons/folder-closed.png"); +} + +#subscriptionChildren::-moz-tree-image(folderNameCol, container, open) { + list-style-image: url("chrome://messenger/skin/icons/folder-open.png"); +} + +#rssFeedInfoBox { + border: 1px solid #9C9CFF; + -moz-border-radius: 0px; + margin: 4px; + padding: 0px; +} + +#backgroundBox { + background-color: #000000; +} diff --git a/LCARStrek/messenger/addressbook/cardDialog.css b/LCARStrek/messenger/addressbook/cardDialog.css index fc05d2f9..ed661dc3 100644 --- a/LCARStrek/messenger/addressbook/cardDialog.css +++ b/LCARStrek/messenger/addressbook/cardDialog.css @@ -47,19 +47,25 @@ /* ::::: Card Edit dialog ::::: */ .CardEditWidth { - width: 25em; + width: 42ch; } -.CardEditLabel { - padding: 0px; - margin-top: 3px; +.PhoneEditWidth { + width: 24ch; } -.alignBoxWithFieldset { - margin-left: 6px; - margin-right: 5px; +.AddressCardEditWidth { + width: 72ch; +} + +.YearWidth { + width: 8ch; } .stateZipSpacer { - width: 3em; + width: 6ch; +} + +.ZipWidth { + width: 14ch; } diff --git a/LCARStrek/messenger/folderMenus.css b/LCARStrek/messenger/folderMenus.css index 1718200d..149e5fad 100644 --- a/LCARStrek/messenger/folderMenus.css +++ b/LCARStrek/messenger/folderMenus.css @@ -52,6 +52,11 @@ list-style-image: url("chrome://messenger/skin/icons/folder-open.gif"); } +.folderMenuItem[ServerType="rss"], +.folderMenuItem[ServerType="nntp"] { + list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png"); +} + /* ..... special folders ..... */ .folderMenuItem[SpecialFolder="Inbox"] { @@ -118,34 +123,28 @@ list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } +/* ..... servers ..... */ + .folderMenuItem[IsServer="true"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } -/* IMAP folders */ .folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -/* POP3 folders */ .folderMenuItem[IsServer="true"][ServerType="pop3"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } -/* Local Servers */ .folderMenuItem[IsServer="true"][ServerType="none"] { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } -/* News folders */ -.folderMenuItem[ServerType="nntp"] { - list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); +.folderMenuItem[IsServer="true"][ServerType="nntp"] { + list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } .folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } - -.folderMenuItem[IsServer="true"][ServerType="nntp"] { - list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); -} diff --git a/LCARStrek/messenger/folderPane.css b/LCARStrek/messenger/folderPane.css index 872234ff..6983d773 100644 --- a/LCARStrek/messenger/folderPane.css +++ b/LCARStrek/messenger/folderPane.css @@ -56,6 +56,18 @@ treechildren::-moz-tree-image(folderNameCol, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif"); } +/* ..... News and Feeds ..... */ + +treechildren::-moz-tree-image(folderNameCol, serverType-nntp), +treechildren::-moz-tree-image(folderNameCol, serverType-rss) { + list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); +} + +treechildren::-moz-tree-image(folderNameCol, serverType-nntp, newMessages-true), +treechildren::-moz-tree-image(folderNameCol, serverType-rss, newMessages-true) { + list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup-new.gif"); +} + /* ..... Inbox ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { @@ -116,16 +128,6 @@ treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) { list-style-image: url("chrome://messenger/skin/icons/folder-search.gif"); } -treechildren::-moz-tree-image(folderNameCol, isServer-true) { - padding-right: 2px; - list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); -} - -treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { - padding-right: 2px; - list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif"); -} - treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true), treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) { font-weight: bold; @@ -138,6 +140,16 @@ treechildren::-moz-tree-image(folderNameCol, imapShared-true) { /* ..... Server Folders ..... */ +treechildren::-moz-tree-image(folderNameCol, isServer-true) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); +} + +treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif"); +} + treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { padding-right: 2px; list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); @@ -157,13 +169,6 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } -/* ..... News Folders ..... */ - -treechildren::-moz-tree-image(folderNameCol, serverType-nntp) { - padding-right: 2px; - list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); -} - treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { padding-right: 2px; list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); @@ -174,6 +179,10 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isS list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } +treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss) { + list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png"); +} + /* ::::: All Servers ::::: */ treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) { diff --git a/LCARStrek/messenger/icons/folder-newsgroup-new.gif b/LCARStrek/messenger/icons/folder-newsgroup-new.gif new file mode 100644 index 00000000..d051a226 Binary files /dev/null and b/LCARStrek/messenger/icons/folder-newsgroup-new.gif differ diff --git a/LCARStrek/messenger/mailWindow2.css b/LCARStrek/messenger/mailWindow2.css deleted file mode 100644 index 7564694d..00000000 --- a/LCARStrek/messenger/mailWindow2.css +++ /dev/null @@ -1,44 +0,0 @@ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: NPL 1.1/GPL 2.0/LGPL 2.1 - * - * 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.org code. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1998 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * Robert Kaiser - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the NPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the NPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -/* ===== mailWindow2.css ================================================ - == Styles for the main Mail window in the optional layout scheme. - ======================================================================= */ - -@import url("chrome://messenger/skin/mailWindow1.css"); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); diff --git a/LCARStrek/messenger/primaryToolbar.css b/LCARStrek/messenger/primaryToolbar.css index d77964d3..4f7738ee 100644 --- a/LCARStrek/messenger/primaryToolbar.css +++ b/LCARStrek/messenger/primaryToolbar.css @@ -44,6 +44,7 @@ /* ::::: primary toolbar buttons ::::: */ #button-getmsg { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://messenger/skin/toolbar/getmsg.gif"); } @@ -58,6 +59,7 @@ } #button-newmsg { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://messenger/skin/toolbar/newmsg.gif"); } @@ -71,6 +73,7 @@ } #button-reply { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://messenger/skin/toolbar/reply.gif"); } @@ -84,6 +87,7 @@ } #button-replyall { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://messenger/skin/toolbar/replyall.gif"); } @@ -97,6 +101,7 @@ } #button-forward { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://messenger/skin/toolbar/forward.gif"); } @@ -110,6 +115,7 @@ } #button-file { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://messenger/skin/toolbar/file.gif"); } @@ -154,6 +160,7 @@ } #button-next { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://messenger/skin/toolbar/next.gif"); } @@ -167,6 +174,7 @@ } #button-delete { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://global/skin/icons/trash.gif"); } @@ -180,6 +188,7 @@ } #button-mark { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://messenger/skin/toolbar/mark.gif"); } @@ -223,6 +232,7 @@ } #button-junk { + /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */ list-style-image: url("chrome://messenger/skin/toolbar/junk.gif"); } @@ -236,6 +246,204 @@ list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important; } +/* ::::: small primary toolbar buttons ::::: */ +/* +toolbar[iconsize="small"] > #button-getmsg { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(48px 16px 64px 0); +} + +toolbar[iconsize="small"] > #button-getmsg[disabled="true"] { + -moz-image-region: rect(48px 32px 64px 16px) !important; +} + +toolbar[iconsize="small"] > #button-getmsg:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-getmsg:not([disabled="true"]):hover:active { + -moz-image-region: rect(48px 48px 64px 32px); +} + +toolbar[iconsize="small"] > #button-newmsg { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(80px 16px 96px 0); +} + +toolbar[iconsize="small"] > #button-newmsg[disabled="true"] { + -moz-image-region: rect(80px 32px 96px 16px) !important; +} + +toolbar[iconsize="small"] > #button-newmsg:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-newmsg:not([disabled="true"]):hover:active { + -moz-image-region: rect(80px 48px 96px 32px); +} + +toolbar[iconsize="small"] > #button-reply { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(112px 16px 128px 0); +} + +toolbar[iconsize="small"] > #button-reply[disabled="true"] { + -moz-image-region: rect(112px 32px 128px 16px) !important; +} + +toolbar[iconsize="small"] > #button-reply:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-reply:not([disabled="true"]):hover:active { + -moz-image-region: rect(112px 48px 128px 32px); +} + +toolbar[iconsize="small"] > #button-replyall { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(128px 16px 144px 0); +} + +toolbar[iconsize="small"] > #button-replyall[disabled="true"] { + -moz-image-region: rect(128px 32px 144px 16px) !important; +} + +toolbar[iconsize="small"] > #button-replyall:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-replyall:not([disabled="true"]):hover:active { + -moz-image-region: rect(128px 48px 144px 32px); +} + +toolbar[iconsize="small"] > #button-forward { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(32px 16px 48px 0); +} + +toolbar[iconsize="small"] > #button-forward[disabled="true"] { + -moz-image-region: rect(32px 32px 48px 16px) !important; +} + +toolbar[iconsize="small"] > #button-forward:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-forward:not([disabled="true"]):hover:active { + -moz-image-region: rect(32px 48px 48px 32px); +} + +toolbar[iconsize="small"] > #button-file { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(16px 16px 32px 0); +} + +toolbar[iconsize="small"] > #button-file[disabled="true"] { + -moz-image-region: rect(16px 32px 32px 16px) !important; +} + +toolbar[iconsize="small"] > #button-file:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-file:not([disabled="true"]):hover:active { + -moz-image-region: rect(16px 48px 32px 32px); +} +*/ +toolbar[iconsize="small"] > #button-goback { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(32px 16px 48px 0); +} + +toolbar[iconsize="small"] > #button-goback[disabled="true"] { + -moz-image-region: rect(32px 32px 48px 16px) !important; +} + +toolbar[iconsize="small"] > #button-goback:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-goback:not([disabled="true"]):hover:active { + -moz-image-region: rect(32px 48px 48px 32px); +} + +toolbar[iconsize="small"] > #button-goforward { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(48px 16px 64px 0); +} + +toolbar[iconsize="small"] > #button-goforward[disabled="true"] { + -moz-image-region: rect(48px 32px 64px 16px) !important; +} + +toolbar[iconsize="small"] > #button-goforward:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-goforward:not([disabled="true"]):hover:active { + -moz-image-region: rect(48px 48px 64px 32px); +} +/* +toolbar[iconsize="small"] > #button-next { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(96px 16px 112px 0); +} + +toolbar[iconsize="small"] > #button-next[disabled="true"] { + -moz-image-region: rect(96px 32px 112px 16px) !important; +} + +toolbar[iconsize="small"] > #button-next:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-next:not([disabled="true"]):hover:active { + -moz-image-region: rect(96px 48px 112px 32px); +} + +toolbar[iconsize="small"] > #button-delete { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(0 16px 16px 0); +} + +toolbar[iconsize="small"] > #button-delete[disabled="true"] { + -moz-image-region: rect(0 32px 16px 16px) !important; +} + +toolbar[iconsize="small"] > #button-delete:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-delete:not([disabled="true"]):hover:active { + -moz-image-region: rect(0 48px 16px 32px); +} + +toolbar[iconsize="small"] > #button-mark { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(64px 16px 80px 0); +} + +toolbar[iconsize="small"] > #button-mark[disabled="true"] { + -moz-image-region: rect(64px 32px 80px 16px) !important; +} + +toolbar[iconsize="small"] > #button-mark:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-mark:not([disabled="true"]):hover:active { + -moz-image-region: rect(64px 48px 80px 32px); +} + +toolbar[iconsize="small"] > #button-junk > .toolbarbutton-1 { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(192px 16px 208px 0); +} + +toolbar[iconsize="small"] > #button-replyall[disabled="true"] { + -moz-image-region: rect(192px 32px 208px 16px) !important; +} + +toolbar[iconsize="small"] > #button-replyall:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-replyall:not([disabled="true"]):hover:active { + -moz-image-region: rect(192px 48px 208px 32px); +} +*/ +toolbar[iconsize="small"] > #button-print { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(0 16px 16px 0); +} + +toolbar[iconsize="small"] > #button-print[disabled="true"] { + -moz-image-region: rect(0 32px 16px 16px) !important; +} + +toolbar[iconsize="small"] > #button-print:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-print:not([disabled="true"]):hover:active { + -moz-image-region: rect(0 48px 16px 32px); +} + +toolbar[iconsize="small"] > #button-stop { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(16px 16px 32px 0); +} + +toolbar[iconsize="small"] > #button-stop[disabled="true"] { + -moz-image-region: rect(16px 32px 32px 16px) !important; +} + +toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover:active { + -moz-image-region: rect(16px 48px 32px 32px); +} + /* ::::: message notification bar style rules ::::: */ .msgNotificationBar { diff --git a/LCARStrek/messenger/threadPane.css b/LCARStrek/messenger/threadPane.css index 0aacf81c..5381bcdb 100644 --- a/LCARStrek/messenger/threadPane.css +++ b/LCARStrek/messenger/threadPane.css @@ -240,6 +240,7 @@ treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif"); } +treechildren::-moz-tree-image(subjectCol, rss), treechildren::-moz-tree-image(subjectCol, news) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif"); } @@ -252,6 +253,7 @@ treechildren::-moz-tree-image(subjectCol, news, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offline.gif"); } +treechildren::-moz-tree-image(subjectCol, rss, new), treechildren::-moz-tree-image(subjectCol, news, new) { list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif"); } diff --git a/LCARStrek/navigator/icons/navigatoricons-small.png b/LCARStrek/navigator/icons/navigatoricons-small.png new file mode 100644 index 00000000..3c18d56f Binary files /dev/null and b/LCARStrek/navigator/icons/navigatoricons-small.png differ diff --git a/LCARStrek/navigator/icons/navigatoricons.png b/LCARStrek/navigator/icons/navigatoricons.png new file mode 100644 index 00000000..12018bcb Binary files /dev/null and b/LCARStrek/navigator/icons/navigatoricons.png differ diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index ce2c1552..64067e3a 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -53,14 +53,14 @@ -moz-image-region: rect(42px 25px 63px 0px); } -#back-button:hover, -#back-button:hover:active, -#back-button[open="true"] { - -moz-image-region: rect(42px 72px 63px 50px); +#back-button[disabled="true"] { + -moz-image-region: rect(42px 50px 63px 25px); } -#back-button[disabled="true"] { - -moz-image-region: rect(42px 50px 63px 25px) !important; +#back-button:not([disabled="true"]):hover, +#back-button:not([disabled="true"]):hover:active, +#back-button[open="true"] { + -moz-image-region: rect(42px 75px 63px 50px); } #forward-button { @@ -68,27 +68,28 @@ -moz-image-region: rect(63px 25px 84px 0px); } -#forward-button:hover, -#forward-button:hover:active, -#forward-button[open="true"] { - -moz-image-region: rect(63px 75px 84px 50px); +#forward-button[disabled="true"] { + -moz-image-region: rect(63px 50px 84px 25px); } -#forward-button[disabled="true"] { - -moz-image-region: rect(63px 50px 84px 25px) !important; +#forward-button:not([disabled="true"]):hover, +#forward-button:not([disabled="true"]):hover:active, +#forward-button[open="true"] { + -moz-image-region: rect(63px 75px 84px 50px); } #reload-button { - list-style-image: url("chrome://navigator/skin/icons/reload.gif"); + list-style-image: url("chrome://navigator/skin/icons/navigatoricons.png"); + -moz-image-region: rect(0px 25px 21px 0px); } -#reload-button:hover, -#reload-button:hover:active { - list-style-image: url("chrome://navigator/skin/icons/reload-hover.gif"); +#reload-button[disabled="true"] { + -moz-image-region: rect(0px 50px 21px 25px); } -#reload-button[disabled="true"] { - list-style-image: url("chrome://navigator/skin/icons/reload-disabled.gif") !important; +#reload-button:not([disabled="true"]):hover, +#reload-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(0px 75px 21px 50px); } #stop-button { @@ -96,13 +97,13 @@ -moz-image-region: rect(21px 25px 42px 0px); } -#stop-button:hover, -#stop-button:hover:active { - -moz-image-region: rect(21px 75px 42px 50px); +#stop-button[disabled="true"] { + -moz-image-region: rect(21px 50px 42px 25px); } -#stop-button[disabled="true"] { - -moz-image-region: rect(21px 50px 42px 25px) !important; +#stop-button:not([disabled="true"]):hover, +#stop-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(21px 75px 42px 50px); } #print-button { @@ -110,14 +111,14 @@ -moz-image-region: rect(0px 25px 21px 0px); } -#print-button:hover, -#print-button:hover:active, -#print-button[open="true"] { - -moz-image-region: rect(0px 75px 21px 50px); +#print-button[disabled="true"] { + -moz-image-region: rect(0px 50px 21px 25px); } -#print-button[disabled="true"] { - -moz-image-region: rect(0px 50px 21px 25px) !important; +#print-button:not([disabled="true"]):hover, +#print-button:not([disabled="true"]):hover:active, +#print-button[open="true"] { + -moz-image-region: rect(0px 75px 21px 50px); } #clear-button { @@ -177,17 +178,21 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { /* ::::: nav-bar-inner ::::: */ #nav-bar-inner { - padding-left: 0px; + -moz-padding-start: 1px; + -moz-padding-end: 1px; min-width: 0px; - margin: 6px 4px 7px 4px; + /*margin: 0px 4px; */ + -moz-box-align: center; } #urlbar { -moz-border-radius: 5px; - outline: none; + /*outline: none; border: 1px solid #9C9CFF; - background-color: #000000; - margin: 0px 7px 0px 0px; + background-color: #000000; */ + margin: 0; + -moz-margin-start: 3px; + padding: 1px 0; } #urlbar[level="high"] > .autocomplete-textbox-container, @@ -267,8 +272,9 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { #search-button, #go-button { - margin: 1px 3px 1px 0px; -/* min-height: 25px; */ + margin: 0; + padding: 2px 0; + -moz-margin-start: 2px; font-weight: bold; background-color: #000000; } @@ -328,16 +334,26 @@ toolbar[mode="icons"] #search-button > .button-box > .button-text { } #home-button { - list-style-image: url("chrome://communicator/skin/bookmarks/home.gif"); + list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); + -moz-image-region: rect(84px 25px 105px 0px); +} + +#home-button[disabled="true"] { + -moz-image-region: rect(84px 50px 105px 25px); } -#bookmarks-chevron { +#home-button:not([disabled="true"]):hover, +#home-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(84px 75px 105px 50px); +} + +toolbarbutton.chevron { list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important; margin-right: 2px; } -#bookmarks-chevron:hover, -#bookmarks-chevron[open="true"] { +toolbarbutton.chevron:hover, +toolbarbutton.chevron[open="true"] { list-style-image: url("chrome://navigator/skin/icons/chevron-hover.gif") !important; } @@ -383,6 +399,90 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon { -moz-image-region: rect(48px 32px 64px 16px); } +toolbar[iconsize="small"] > #back-button { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(32px 16px 48px 0); +} + +toolbar[iconsize="small"] > #back-button[disabled="true"] { + -moz-image-region: rect(32px 32px 48px 16px) !important; +} + +toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(32px 48px 48px 32px); +} + +toolbar[iconsize="small"] > #forward-button { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(48px 16px 64px 0); +} + +toolbar[iconsize="small"] > #forward-button[disabled="true"] { + -moz-image-region: rect(48px 32px 64px 16px) !important; +} + +toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(48px 48px 64px 32px); +} + +toolbar[iconsize="small"] > #reload-button { + list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png"); + -moz-image-region: rect(0 16px 16px 0); +} + +toolbar[iconsize="small"] > #reload-button[disabled="true"] { + -moz-image-region: rect(0 32px 16px 16px) !important; +} + +toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(0 48px 16px 32px); +} + +toolbar[iconsize="small"] > #stop-button { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(16px 16px 32px 0); +} + +toolbar[iconsize="small"] > #stop-button[disabled="true"] { + -moz-image-region: rect(16px 32px 32px 16px) !important; +} + +toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(16px 48px 32px 32px); +} + +toolbar[iconsize="small"] > #print-button { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(0 16px 16px 0); +} + +toolbar[iconsize="small"] > #print-button[disabled="true"] { + -moz-image-region: rect(0 32px 16px 16px) !important; +} + +toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(0 48px 16px 32px); +} + +toolbar[iconsize="small"] > #home-button { + list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); + -moz-image-region: rect(64px 16px 80px 0); +} + +toolbar[iconsize="small"] > #home-button[disabled="true"] { + -moz-image-region: rect(64px 32px 80px 16px) !important; +} + +toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover, +toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover:active { + -moz-image-region: rect(64px 48px 80px 32px); +} + /* ::::: home button on the personal toolbar ::::: */ #PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {