From: robert Date: Fri, 2 Jan 2004 22:42:42 +0000 (+0000) Subject: resync with EarlyBlue X-Git-Tag: EarlyBlue-2.0a1~69 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=03f6f39c58668f7003fb4baba2da0e0e0f1e5f00 resync with EarlyBlue --- diff --git a/LCARStrek/communicator/alerts/alert.css b/LCARStrek/communicator/alerts/alert.css index 839ba270..cb7b3394 100644 --- a/LCARStrek/communicator/alerts/alert.css +++ b/LCARStrek/communicator/alerts/alert.css @@ -75,4 +75,9 @@ .alertText[clickable="true"]:hover:active { color: #424F63; -} \ No newline at end of file +} + +.alertTextBox { + padding-right: 10px; + padding-top: 5px; +} diff --git a/LCARStrek/communicator/icons/content-large.gif b/LCARStrek/communicator/icons/content-large.gif deleted file mode 100644 index e7f63560..00000000 Binary files a/LCARStrek/communicator/icons/content-large.gif and /dev/null differ diff --git a/LCARStrek/communicator/icons/content-small.gif b/LCARStrek/communicator/icons/content-small.gif deleted file mode 100644 index 213d64c8..00000000 Binary files a/LCARStrek/communicator/icons/content-small.gif and /dev/null differ diff --git a/LCARStrek/communicator/prefpanels.css b/LCARStrek/communicator/prefpanels.css index 430ccf14..8705a5ec 100644 --- a/LCARStrek/communicator/prefpanels.css +++ b/LCARStrek/communicator/prefpanels.css @@ -97,10 +97,3 @@ #disabledDomains { max-height: 13em; } - -/** - * File icon (32x32) - **/ -.file-icon-large { - list-style-image: url("chrome://communicator/skin/icons/content-large.gif"); -} diff --git a/LCARStrek/communicator/profile/newProfile1_2.css b/LCARStrek/communicator/profile/newProfile1_2.css deleted file mode 100644 index 57d60b8b..00000000 --- a/LCARStrek/communicator/profile/newProfile1_2.css +++ /dev/null @@ -1,48 +0,0 @@ -/* ***** 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 "Classic" theme of mozilla.org code. - * - * The Initial Developer of the Original Code is - * the Mozilla Organization. - * Portions created by the Initial Developer are Copyright (C) 1998-2001 - * 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 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 ***** */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -#ProfileDir { - padding-left : 1em; - margin-top : 0.4em; - width : 10em !important; -} - -#deffoldername { - margin-left : 2px; -} diff --git a/LCARStrek/communicator/profile/profile.css b/LCARStrek/communicator/profile/profile.css index c69c8ab6..df5a4df3 100644 --- a/LCARStrek/communicator/profile/profile.css +++ b/LCARStrek/communicator/profile/profile.css @@ -45,10 +45,6 @@ window.dialog { padding: 0; } -.dimmed-highcontrast { - color: #99cccc ! important; -} - #profiles > listitem { list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif"); } @@ -82,3 +78,7 @@ box#wizardButtons { box.selection { margin-top: 4px; } + +description.error { + color: #FF0000; +} diff --git a/LCARStrek/communicator/icons/pg-landscape-small.gif b/LCARStrek/global/icons/pg-landscape-small.gif similarity index 100% rename from LCARStrek/communicator/icons/pg-landscape-small.gif rename to LCARStrek/global/icons/pg-landscape-small.gif diff --git a/LCARStrek/communicator/icons/pg-landscape.gif b/LCARStrek/global/icons/pg-landscape.gif similarity index 100% rename from LCARStrek/communicator/icons/pg-landscape.gif rename to LCARStrek/global/icons/pg-landscape.gif diff --git a/LCARStrek/communicator/icons/pg-portrait-small.gif b/LCARStrek/global/icons/pg-portrait-small.gif similarity index 100% rename from LCARStrek/communicator/icons/pg-portrait-small.gif rename to LCARStrek/global/icons/pg-portrait-small.gif diff --git a/LCARStrek/communicator/icons/pg-portrait.gif b/LCARStrek/global/icons/pg-portrait.gif similarity index 100% rename from LCARStrek/communicator/icons/pg-portrait.gif rename to LCARStrek/global/icons/pg-portrait.gif diff --git a/LCARStrek/global/printing.css b/LCARStrek/global/printing.css new file mode 100644 index 00000000..c5f56b35 --- /dev/null +++ b/LCARStrek/global/printing.css @@ -0,0 +1,111 @@ +/* ***** 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 the Mozilla Print Preview Toolbar. + * + * The Initial Developer of the Original Code is + * Netscape Communications Corp. + * Portions created by the Initial Developer are Copyright (C) 2002 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Samir Gehani + * Bill Law + * + * 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 ***** */ + +/* ::::: print preview toolbar ::::: */ + +/* ..... page navigation ..... */ + +.home-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif"); +} + +.home-arrow:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end-hover.gif"); +} + +.end-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif"); +} + +.end-arrow:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end-hover.gif"); +} + +.last-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif"); +} + +.last-arrow:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-hover.gif"); +} + +.next-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif"); +} + +.next-arrow:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-hover.gif"); +} + +/* ...... scale in/decrement ..... */ + +.up-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif"); +} + +.up-arrow:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp-hover.gif"); +} + +.down-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp.gif"); +} + +.down-arrow:hover { + list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp-hover.gif"); +} + +/* ..... orientation ..... */ + +.toolbar-portrait-page { + list-style-image: url("chrome://global/skin/icons/pg-portrait-small.gif"); +} + +.toolbar-landscape-page { + list-style-image: url("chrome://global/skin/icons/pg-landscape-small.gif"); +} + +/* ::::: page setup dialog ::::: */ + +.portrait-page { + list-style-image: url("chrome://global/skin/icons/pg-portrait.gif"); +} + +.landscape-page { + list-style-image: url("chrome://global/skin/icons/pg-landscape.gif"); +} diff --git a/LCARStrek/global/scrollbars.css b/LCARStrek/global/scrollbars.css index 01a564d5..530f0dfc 100644 --- a/LCARStrek/global/scrollbars.css +++ b/LCARStrek/global/scrollbars.css @@ -109,6 +109,12 @@ scrollbarbutton:hover:active { padding: 2px 0px 0px 2px; } +/* ::::: square at the corner of two scrollbars ::::: */ + +scrollcorner { + background-color: #000000; +} + /* ..... increment .... */ scrollbarbutton[type="increment"] { @@ -255,4 +261,4 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true" background-image: url("chrome://global/skin/arrow/arrow-up.gif") } -} \ No newline at end of file +} diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 034bbc28..b7d6f427 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -67,7 +67,6 @@ tree { /* ::::: tree rows ::::: */ -tree[selstyle="primary"] > treechildren::-moz-tree-row, treechildren::-moz-tree-row { border: 1px solid transparent; background-color: transparent; @@ -93,6 +92,11 @@ treechildren::-moz-tree-row(selected, current, focus) { border: 1px dotted #FF9F00; } +tree[selstyle="primary"] > treechildren::-moz-tree-row { + border: none; + background-color: transparent; +} + /* ::::: tree cells ::::: */ treechildren::-moz-tree-cell { @@ -102,7 +106,11 @@ treechildren::-moz-tree-cell { tree[selstyle="primary"] > treechildren::-moz-tree-cell-text, treechildren::-moz-tree-cell-text { color: inherit; +} + +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) { border: 2px solid transparent; + padding: 0px 1px 1px 1px; } /* diff --git a/LCARStrek/global/wizardOverlay.css b/LCARStrek/global/wizardOverlay.css deleted file mode 100644 index 065200ab..00000000 --- a/LCARStrek/global/wizardOverlay.css +++ /dev/null @@ -1,63 +0,0 @@ -/* ***** 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 "Classic" theme of mozilla.org code. - * - * The Initial Developer of the Original Code is - * the Mozilla Organization. - * Portions created by the Initial Developer are Copyright (C) 1998-2001 - * 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 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 ***** */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -#wiz-back-button { - list-style-image : url("chrome://global/skin/arrow/arrow-left.gif"); -} -#wiz-back-button[disabled] { - list-style-image : url("chrome://global/skin/arrow/arrow-left-disabled.gif"); -} -#wiz-next-button { - list-style-image : url("chrome://global/skin/arrow/arrow-right.gif"); -} -#wiz-next-button[disabled] { - list-style-image : url("chrome://global/skin/arrow/arrow-right-disabled.gif"); -} - -#wizardButtons - { - margin-bottom : 0.4em; - } - -.box-wizardcontent - { - margin-left : 44px; - margin-right : 44px; - width : 30em; - } diff --git a/LCARStrek/messenger/accountManage.css b/LCARStrek/messenger/accountManage.css index 211b1c52..5ec7663f 100644 --- a/LCARStrek/messenger/accountManage.css +++ b/LCARStrek/messenger/accountManage.css @@ -48,3 +48,16 @@ .specialFolderPickerGrid { margin-left: 20px; } + +.selectForOfflineUseButton { + list-style-image: url("chrome://communicator/skin/icons/offline.gif"); +} + +.selectForOfflineUseButton > .button-box > .button-icon { + margin-left: 4px; + margin-right: 4px; +} + +treechildren::-moz-tree-cell-text(isDefaultServer-true) { + font-weight: bold; +} diff --git a/LCARStrek/messenger/accountWizard.css b/LCARStrek/messenger/accountWizard.css index b9e30bd3..905252c8 100644 --- a/LCARStrek/messenger/accountWizard.css +++ b/LCARStrek/messenger/accountWizard.css @@ -40,7 +40,6 @@ ======================================================================= */ @import url("chrome://messenger/skin/"); -@import url("chrome://global/skin/wizardOverlay.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); diff --git a/LCARStrek/messenger/folderPane.css b/LCARStrek/messenger/folderPane.css index 1120b171..84e3a46c 100644 --- a/LCARStrek/messenger/folderPane.css +++ b/LCARStrek/messenger/folderPane.css @@ -21,7 +21,7 @@ * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Hakan Waara (hwaara@chello.se) - * Jan Varga (varga@utcru.sk) + * Jan Varga (varga@nixcorp.com) * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of diff --git a/LCARStrek/messenger/subscribe.css b/LCARStrek/messenger/subscribe.css index 57a9bbb6..681f60dc 100644 --- a/LCARStrek/messenger/subscribe.css +++ b/LCARStrek/messenger/subscribe.css @@ -61,6 +61,15 @@ treechildren::-moz-tree-image(subscribedColumn2, subscribed) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } +treechildren::-moz-tree-image(subscribedColumn, Subscribable-false) { + list-style-image: none; +} + +treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) { + color: #8050B0; + font-style: italic; +} + /* ::::: folder icons :::::: */ treechildren::-moz-tree-image(nameColumn) {