From d07092f55332a0d266283fbfff8cf31e0d7f0997 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 28 Mar 2002 00:22:12 +0000 Subject: [PATCH] keeping up with classic and new feature work --- LCARStrek/communicator/alerts/alert.css | 72 ++++++++++++++ LCARStrek/communicator/formatting.css | 11 +- LCARStrek/communicator/search/search.css | 94 +++++++++++------- .../communicator/xpinstall/xpinstall.css | 72 +++----------- LCARStrek/editor/EditorDialog.css | 28 ++++++ LCARStrek/editor/icons/progress-busy.gif | Bin 0 -> 603 bytes LCARStrek/editor/icons/progress-done.gif | Bin 0 -> 69 bytes LCARStrek/editor/icons/progress-failed.gif | Bin 0 -> 78 bytes LCARStrek/global/button.css | 8 +- LCARStrek/global/filepicker.css | 14 ++- LCARStrek/global/filepicker/dir-closed.gif | Bin 75 -> 69 bytes LCARStrek/global/filepicker/dir-open.gif | Bin 79 -> 73 bytes LCARStrek/global/filepicker/file.gif | Bin 0 -> 69 bytes LCARStrek/global/filepicker/folder-home.gif | Bin 0 -> 84 bytes LCARStrek/global/filepicker/folder-up.gif | Bin 0 -> 79 bytes LCARStrek/global/menu.css | 24 ++--- LCARStrek/messenger/icons/new-mail-alert.png | Bin 0 -> 258 bytes .../messenger/smime/icons/hdrCryptoNotOk.gif | Bin 0 -> 126 bytes .../messenger/smime/icons/hdrCryptoOk.gif | Bin 0 -> 114 bytes .../messenger/smime/icons/hdrSignNotOk.gif | Bin 0 -> 127 bytes LCARStrek/messenger/smime/icons/hdrSignOk.gif | Bin 0 -> 118 bytes .../smime/icons/key-broken-disabled.gif | Bin 0 -> 91 bytes .../smime/icons/key-broken-hover.gif | Bin 0 -> 91 bytes .../messenger/smime/icons/key-broken.gif | Bin 0 -> 91 bytes .../messenger/smime/icons/key-disabled.gif | Bin 0 -> 94 bytes LCARStrek/messenger/smime/icons/key-hover.gif | Bin 0 -> 94 bytes LCARStrek/messenger/smime/icons/key.gif | Bin 0 -> 94 bytes .../smime/icons/lock-cert-disabled.gif | Bin 0 -> 112 bytes .../messenger/smime/icons/lock-cert-hover.gif | Bin 0 -> 112 bytes LCARStrek/messenger/smime/icons/lock-cert.gif | Bin 0 -> 112 bytes .../messenger/smime/icons/lock-disabled.gif | Bin 0 -> 103 bytes .../messenger/smime/icons/lock-hover.gif | Bin 0 -> 103 bytes .../smime/icons/lock-no-cert-disabled.gif | Bin 0 -> 127 bytes .../smime/icons/lock-no-cert-hover.gif | Bin 0 -> 127 bytes .../messenger/smime/icons/lock-no-cert.gif | Bin 0 -> 127 bytes LCARStrek/messenger/smime/icons/lock.gif | Bin 0 -> 103 bytes .../messenger/smime/icons/sbCryptoNotOk.gif | Bin 0 -> 74 bytes .../messenger/smime/icons/sbCryptoOk.gif | Bin 0 -> 70 bytes .../messenger/smime/icons/sbSignNotOk.gif | Bin 0 -> 76 bytes LCARStrek/messenger/smime/icons/sbSignOk.gif | Bin 0 -> 76 bytes .../messenger/smime/msgCompSMIMEOverlay.css | 89 +++++++++++++++++ .../messenger/smime/msgCompSecurityInfo.css | 44 ++++++++ .../smime/msgHdrViewSMIMEOverlay.css | 69 +++++++++++++ .../messenger/smime/msgReadSMIMEOverlay.css | 70 +++++++++++++ 44 files changed, 479 insertions(+), 116 deletions(-) create mode 100644 LCARStrek/communicator/alerts/alert.css create mode 100644 LCARStrek/editor/icons/progress-busy.gif create mode 100644 LCARStrek/editor/icons/progress-done.gif create mode 100644 LCARStrek/editor/icons/progress-failed.gif create mode 100644 LCARStrek/global/filepicker/file.gif create mode 100644 LCARStrek/global/filepicker/folder-home.gif create mode 100644 LCARStrek/global/filepicker/folder-up.gif create mode 100644 LCARStrek/messenger/icons/new-mail-alert.png create mode 100644 LCARStrek/messenger/smime/icons/hdrCryptoNotOk.gif create mode 100644 LCARStrek/messenger/smime/icons/hdrCryptoOk.gif create mode 100644 LCARStrek/messenger/smime/icons/hdrSignNotOk.gif create mode 100644 LCARStrek/messenger/smime/icons/hdrSignOk.gif create mode 100644 LCARStrek/messenger/smime/icons/key-broken-disabled.gif create mode 100644 LCARStrek/messenger/smime/icons/key-broken-hover.gif create mode 100644 LCARStrek/messenger/smime/icons/key-broken.gif create mode 100644 LCARStrek/messenger/smime/icons/key-disabled.gif create mode 100644 LCARStrek/messenger/smime/icons/key-hover.gif create mode 100644 LCARStrek/messenger/smime/icons/key.gif create mode 100644 LCARStrek/messenger/smime/icons/lock-cert-disabled.gif create mode 100644 LCARStrek/messenger/smime/icons/lock-cert-hover.gif create mode 100644 LCARStrek/messenger/smime/icons/lock-cert.gif create mode 100644 LCARStrek/messenger/smime/icons/lock-disabled.gif create mode 100644 LCARStrek/messenger/smime/icons/lock-hover.gif create mode 100644 LCARStrek/messenger/smime/icons/lock-no-cert-disabled.gif create mode 100644 LCARStrek/messenger/smime/icons/lock-no-cert-hover.gif create mode 100644 LCARStrek/messenger/smime/icons/lock-no-cert.gif create mode 100644 LCARStrek/messenger/smime/icons/lock.gif create mode 100644 LCARStrek/messenger/smime/icons/sbCryptoNotOk.gif create mode 100644 LCARStrek/messenger/smime/icons/sbCryptoOk.gif create mode 100644 LCARStrek/messenger/smime/icons/sbSignNotOk.gif create mode 100644 LCARStrek/messenger/smime/icons/sbSignOk.gif create mode 100644 LCARStrek/messenger/smime/msgCompSMIMEOverlay.css create mode 100644 LCARStrek/messenger/smime/msgCompSecurityInfo.css create mode 100644 LCARStrek/messenger/smime/msgHdrViewSMIMEOverlay.css create mode 100644 LCARStrek/messenger/smime/msgReadSMIMEOverlay.css diff --git a/LCARStrek/communicator/alerts/alert.css b/LCARStrek/communicator/alerts/alert.css new file mode 100644 index 00000000..07d4b5c1 --- /dev/null +++ b/LCARStrek/communicator/alerts/alert.css @@ -0,0 +1,72 @@ +/* ***** 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): + * Scott MacGregor + * 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 ***** */ + +/* ===== alert.css ===================================================== + == Styles specific to the alerts dialog. + ======================================================================= */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +.alertBox { + border-right: 2px solid #7B969C; + border-bottom: 2px solid #7B969C; + border-top: 2px solid #7B969C; + border-left: 2px solid #7B969C; + background-color: -moz-Dialog; + min-height: 50px; +} + +.alertImageBox { + margin-left: 4px; + margin-right: 6px; + min-height: 46px; +} + +.alertTitle { + font-weight: bold; +} + +.alertText[clickable="true"] { + cursor: pointer; + color: #1455D6; + text-decoration: underline; +} + +.alertText[clickable="true"]:hover:active { + color: #424F63; +} diff --git a/LCARStrek/communicator/formatting.css b/LCARStrek/communicator/formatting.css index e6665e53..732d4718 100644 --- a/LCARStrek/communicator/formatting.css +++ b/LCARStrek/communicator/formatting.css @@ -39,15 +39,18 @@ /* class for text with a 'link' appearance */ .text-link { - color: #666699; + color: blue; text-decoration: underline; - cursor: pointer; } .text-link:hover { - color: #333366; + cursor: pointer; } .text-link:hover:active { - color: #990000; + color: red; +} + +.text-link[visited="true"] { + color: purple; } diff --git a/LCARStrek/communicator/search/search.css b/LCARStrek/communicator/search/search.css index 9de3dcaf..af3f12ef 100644 --- a/LCARStrek/communicator/search/search.css +++ b/LCARStrek/communicator/search/search.css @@ -1,45 +1,63 @@ +/* ***** 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 ***** */ -.engine[loading="true"] - { - list-style-image : url("resource:/res/rdf/loading.gif") ! important ; - } +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.iconic - { - list-style-image : url("resource:/res/rdf/document.gif") ! important ; - } +.engine[loading="true"] { + list-style-image: url("chrome://global/skin/icons/loading.gif") ! important ; +} -.searchresult-cell:hover - { - color : blue; - text-decoration : underline; - cursor : pointer; - } +.iconic { + list-style-image: url("resource:/res/rdf/document.gif") ! important ; +} -.searchresult-cell:hover:active - { - color : red; - text-decoration : underline; - } - -.searchresult-item[selected="true"] > .searchresult - { - background-color : transparent; - color : windowtext; - } +.searchresult-item[selected="true"] > .searchresult { + background-color: transparent; + color: #FFCF00; +} -.groove-bottom - { - border-bottom : 1px solid ThreeDShadow; - } +.groove-bottom { + border-bottom: 1px solid #9C9CFF; +} -#results-splitter - { - border-right : 1px solid ThreeDShadow; - border-left : 1px solid ThreeDHighlight; - } +#results-splitter { + border: 1px solid #9C9CFF; +} -#searchButton[stop="true"] - { - list-style-image : url("resource:/res/rdf/loading.gif"); - } +#searchButton[stop="true"] { + list-style-image: url("chrome://global/skin/icons/loading.gif"); +} diff --git a/LCARStrek/communicator/xpinstall/xpinstall.css b/LCARStrek/communicator/xpinstall/xpinstall.css index 954663cf..1f753a29 100644 --- a/LCARStrek/communicator/xpinstall/xpinstall.css +++ b/LCARStrek/communicator/xpinstall/xpinstall.css @@ -21,6 +21,7 @@ * Contributor(s): * Don Bragg (dbragg@netscape.com) 12/08/1999 * Blake Ross (BlakeR1234@aol.com) 6/12/2000 + * Daniel Veditz 2002 * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of @@ -37,75 +38,30 @@ * * ***** END LICENSE BLOCK ***** */ -@import url("chrome://global/skin"); +@import url("chrome://communicator/skin"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -div.label { - margin : 3px; +#confirmBox { + margin: 1ex; } -div#tree-housing { - height : 3em; +#urlColumn { + margin-left: 1ex; } -box#mainBox{ - margin : 5px; - width : 40em; +.confirmSeparator { + height: 1em; } -box#okcancelBox{ - margin-left : 22em; - margin-top : 3px; - margin-bottom : 3px; +.confirmName { + font-weight: bold; } - -box#treeBox{ - height : 18ex; - margin : 0em; -} - -box#statusMessages{ - width : 36em; -} - - -/* -div#table-housing { - height : 100%; -} -*/ - -#modulesTree { - height : 16ex; - width : 32em; - border : 1px solid #FFCF00; - -moz-border-radius : 5px; -} - -spacer#verticalSmallSpacer { - height : 1ex; -} - -spacer#verticalLargeSpacer { - height : 6ex; -} - -spacer#verticalMediumSpacer { - height : 3ex; -} - -spacer#horizontalSmallSpacer { - width : 2em; -} - -spacer#horizontalLargeSpacer { - width : 10em; +.packageName { + font-weight: bold; } -.headline { - font-size : x-large; - margin : 4px; - font-weight : bold; +#alert-image { + margin: 1em; } diff --git a/LCARStrek/editor/EditorDialog.css b/LCARStrek/editor/EditorDialog.css index ea6d31f6..4e2a4f8e 100644 --- a/LCARStrek/editor/EditorDialog.css +++ b/LCARStrek/editor/EditorDialog.css @@ -163,6 +163,20 @@ tree.list { min-height: 50px; } +/* These two should be the width of the checkbox and radio button images + margin + padding + Used to indent below those to the level of the text label next to image +*/ + +.checkbox-spacer { + width: 16px; + min-width: 16px; +} + +.radio-spacer { + width: 16px; + min-width: 16px; +} + #alignTypeSelect, label#alignLabel { margin-left: 5px; @@ -307,3 +321,17 @@ tree.AttributesTree { min-width: 200px; min-height: 200px; } + +/* ::::: Publishing Progress ::::: */ + +.progressitem[progress="busy"] { + list-style-image: url("chrome://editor/skin/icons/progress-busy.gif"); +} + +.progressitem[progress="done"] { + list-style-image: url("chrome://editor/skin/icons/progress-done.gif"); +} + +.progressitem[progress="failed"] { + list-style-image: url("chrome://editor/skin/icons/progress-failed.gif"); +} diff --git a/LCARStrek/editor/icons/progress-busy.gif b/LCARStrek/editor/icons/progress-busy.gif new file mode 100644 index 0000000000000000000000000000000000000000..cf2aadbc5d6cdf5e61af788ccec0fb35b00589c8 GIT binary patch literal 603 zcmZ?wbhEHblwjatSjYeZ|Iai02Lr|b+RnljJ)Vu9TRi`!!2dXXQ+YHNNIU;`3`{pOitZL! nsNKg54iaNGs&1bKxZV1s+fAy!QSBZw{$}K2Ky^9s{5`8M^^QNyz^W~aV5Lqb|sT{`0U=09#!x+K< literal 0 HcmV?d00001 diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 1b5e7ef9..1de3e2bb 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -145,17 +145,19 @@ button[type="menu-button"] { .button-menubutton-dropmarker { -moz-border-radius: 3px; margin: 1px; - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); + background-image: url("chrome://global/skin/arrow/arrow-down.gif"); + min-width: 11px; + min-height: 11px; } .button-menu-dropmarker:hover, .button-menubutton-dropmarker:hover { - list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); + background-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } .button-menu-dropmarker[disabled="true"], .button-menubutton-dropmarker[disabled="true"] { - list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important; + background-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important; } .button-menubutton-dropmarker[open="true"] { diff --git a/LCARStrek/global/filepicker.css b/LCARStrek/global/filepicker.css index 8f210372..faf9b798 100644 --- a/LCARStrek/global/filepicker.css +++ b/LCARStrek/global/filepicker.css @@ -60,7 +60,7 @@ outlinerchildren:-moz-outliner-image(FilenameColumn, directory) { } outlinerchildren:-moz-outliner-image(FilenameColumn, file) { - list-style-image: url("chrome://global/skin/filepicker/blank.gif"); + list-style-image: url("chrome://global/skin/filepicker/file.gif"); } /* ::::: focus rules ::::: */ @@ -72,3 +72,15 @@ outlinerchildren:-moz-outliner-image(FilenameColumn, file) { #directoryOutliner:focus > outlinerrows > .outliner-bodybox { border-color: #FFCF00; } + +/* ::::: button items ::::: */ + +.up-button { + list-style-image: url("chrome://global/skin/filepicker/folder-up.gif"); + max-width: 36px; +} + +.home-button { + list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); + max-width: 36px; +} diff --git a/LCARStrek/global/filepicker/dir-closed.gif b/LCARStrek/global/filepicker/dir-closed.gif index 3ec419042bc12b16f5aed3256745c84292569ba5..efe925624f5daba39a6354afc3c40ad950758cc9 100644 GIT binary patch literal 69 zcmZ?wbhEHb6kym ho?y;d!Q$OllAKG!+^gbWwuWnUoi@w78Nk3`4FF5&9IOBU diff --git a/LCARStrek/global/filepicker/file.gif b/LCARStrek/global/filepicker/file.gif new file mode 100644 index 0000000000000000000000000000000000000000..e03108f7b5bd64044a765bae495a4c6c89243765 GIT binary patch literal 69 zcmZ?wbhEHb6ky .menu-right { +.menu-right[_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-hover.gif"); } @@ -124,13 +124,13 @@ menubar > menu { border: none; } -menubar > menu:-moz-menuactive { +menubar > menu[_moz-menuactive="true"] { background-color: #FFCF00; color: #000000; border: none; } -menubar > menu[open="true"]:-moz-menuactive { +menubar > menu[_moz-menuactive="true"][open="true"] { background-color: #FF9F00; color: #000000; border: none; @@ -158,10 +158,10 @@ popup > menuitem { max-width: 42em; } -menupopup > menu:-moz-menuactive, -menupopup > menuitem:-moz-menuactive, -popup > menu:-moz-menuactive, -popup > menuitem:-moz-menuactive { +menupopup > menu[_moz-menuactive="true"], +menupopup > menuitem[_moz-menuactive="true"], +popup > menu[_moz-menuactive="true"], +popup > menuitem[_moz-menuactive="true"] { background-color: #FFCF00; color: #000000; } @@ -184,7 +184,7 @@ menulist > menupopup > menu > .menu-iconic-left { display: none; } -menulist > menupopup > menuitem:-moz-menuactive { +menulist > menupopup > menuitem[_moz-menuactive="true"] { border: 1px dotted #FF9F00; } @@ -198,7 +198,7 @@ menuitem[checked="true"][disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif"); } -menuitem[checked="true"]:-moz-menuactive { +menuitem[checked="true"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif"); } @@ -212,7 +212,7 @@ menuitem[checked="true"][type="radio"][disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif"); } -menuitem[checked="true"][type="radio"]:-moz-menuactive { +menuitem[checked="true"][type="radio"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif"); } diff --git a/LCARStrek/messenger/icons/new-mail-alert.png b/LCARStrek/messenger/icons/new-mail-alert.png new file mode 100644 index 0000000000000000000000000000000000000000..5be6d39219d668f9945556781a5a3abac63073d4 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv{s5m4*Z=?jHw0`j{%<^I&j0`C z8EjKOw*#dZOM?7@862M7NCR<_yxm;OkH}&M25vzRW~@(%p9mCWFY)ws zWxvEM!@$j=b!Emvpiqvdi(^Q|oV|Sqc^edX7!-{dN|~)2J!KCZd1o)IF!e$czx}=b z(-*JpW+?87OELd v&7w9P)ej9jwzXQ{JM!V_XP%=ze;k>V%q(5*-RJ)aw3ort)z4*}Q$iB}9Bozp literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/hdrCryptoNotOk.gif b/LCARStrek/messenger/smime/icons/hdrCryptoNotOk.gif new file mode 100644 index 0000000000000000000000000000000000000000..0a4fe8d73984f6a8a31663af4af0d902b366d192 GIT binary patch literal 126 zcmZ?wbhEHbRA5kGSjfQe|2)J0`3(QTK=CIFBLf2ygAM}_faDpN{HOGOM{;zFyBQ%hU&hVQQ#0#|om bXfH_HaLV`W)6hpN?ympQl%W literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/hdrCryptoOk.gif b/LCARStrek/messenger/smime/icons/hdrCryptoOk.gif new file mode 100644 index 0000000000000000000000000000000000000000..ba3d21c90e0a0a9550a4d79fa8b78e15c90cda8e GIT binary patch literal 114 zcmZ?wbhEHbRA5kGSjfQe|2)J0`3(QTK=CIFBLf2ygAM}_faDpNoTv1!JpGn`@tiHU zyc^jnGC!9d7iV$OD01TL%3ZYVqh-0`t4kGrp9{|3W^J@gocO}%mYJQv=ADj7i+tyn OM4rvs9uvpNU=0A*y)H=r literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/hdrSignNotOk.gif b/LCARStrek/messenger/smime/icons/hdrSignNotOk.gif new file mode 100644 index 0000000000000000000000000000000000000000..c1c8988302bec1b52f6b5dabac12c1b6a677c3f1 GIT binary patch literal 127 zcmZ?wbhEHbRA5kGSjfQe|2)J0`3(QTK=CIFBLf2ygAM}_faDpN0;cq@JpGn`@ti44 z0g7VQ>*Y%BF?K1Jx4hWNwdyB}*Udf?o|7qE55?k7?-Vc(dz9+)L+f<#Wi}t)nHQh9 cskSn02;=jce$&qQ!IGaneyguPV`8ud00i_iwg3PC literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/hdrSignOk.gif b/LCARStrek/messenger/smime/icons/hdrSignOk.gif new file mode 100644 index 0000000000000000000000000000000000000000..d49e5c06fd1cffa9235b7cc4f707438df486ab9a GIT binary patch literal 118 zcmZ?wbhEHbRA5kGSjfQe|2)J0`3(QTK=CIFBLf2ygAM}_faDpN+^6)fJpGn`@ti44 z0g7VQ>*Y%BF?K1Jx4hWNwQAEA literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/key-broken-disabled.gif b/LCARStrek/messenger/smime/icons/key-broken-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..ae41f9a7c0a53683bda1a32a46bb0332a2e9f87c GIT binary patch literal 91 zcmZ?wbhEHblw=TPXkcJy2-xud|9{1wEQ|~cj0`#qKmd|qU^43IU(oP&txrwJCX3a{ uiAB7*55AQ?%~+~2bM1wfas@uuzshXiHcx-s(PG_#6%Wsgyy@j)um%8h{3Fc( literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/key-broken-hover.gif b/LCARStrek/messenger/smime/icons/key-broken-hover.gif new file mode 100644 index 0000000000000000000000000000000000000000..f43b2fab7cb5cf09103d26a6bd1af02f2df24934 GIT binary patch literal 91 zcmZ?wbhEHblw=TPXkY+=|Ns9h{$ycfU|?j>0r5dH3`|Bn{R0r5dH3{0jy{RMdJ8UP5?C9nVh literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/lock-cert-disabled.gif b/LCARStrek/messenger/smime/icons/lock-cert-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..783eb9c694a5101d9d803748ee9d2eca470e2fa5 GIT binary patch literal 112 zcmZ?wbhEHblw=TPXkcJy2-xud|9{1wEQ|~cj0`#qKmd|qU~=#2U(oe-yHd4()T^+| z66gLV&PnWz0r5dH3{37l{R_I@Zda=Ik9rk$S>oK^ z#5sw*ksKjPUVfUX%kmY%RgJGd_jUdom$f&IbCG^>uwtY5N&X|zO*sdHk2CLfof#Fp L@wJTz1A{dHk=rJ> literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/lock-cert.gif b/LCARStrek/messenger/smime/icons/lock-cert.gif new file mode 100644 index 0000000000000000000000000000000000000000..e6a9579a626e3d96e1fc14d949a88ac1e5d30b73 GIT binary patch literal 112 zcmZ?wbhEHblw=TPXkcLYf1ct0|Nn|VSr{1@7#VaJfB+=Jz~tW3zo6^wcBN|ns8?Z^ zCC>d#oRioa$q}OD<)@jtEMFm9)%f~zU+2GZS$oqs7wIPlD>jOse)7>WAz4GFnwt*$8ZK12ge}^jC>qGX GU=08dJtj{8 literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/lock-hover.gif b/LCARStrek/messenger/smime/icons/lock-hover.gif new file mode 100644 index 0000000000000000000000000000000000000000..0758949072fc480f7575069c78f9173e5068bb87 GIT binary patch literal 103 zcmZ?wbhEHblw=TPXkY+=|Ns9h{$ycfU|?j>0r5dH3`}-C{R_I@Zda=Ik9rk$S>oK^ zL>Z2fV>4PrUQJc2UbVz^cVz5(i?y>0-%mbTCM0XfRCCi|U&Dn;m#{?}6h#9W7_0$_ C-XzZe literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/lock-no-cert-disabled.gif b/LCARStrek/messenger/smime/icons/lock-no-cert-disabled.gif new file mode 100644 index 0000000000000000000000000000000000000000..42e1df0f1a14dce64220c3a9cb67a69d1ffcd2b6 GIT binary patch literal 127 zcmZ?wbhEHblw=TPSjfQ85U|0)!Qnp`DE?$&WME)o&|v@qkURrZz?A+4U2nH5Rr^Q1 z3cD~7gu1gx*^vesG7_0&PK`+w) literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/lock-no-cert.gif b/LCARStrek/messenger/smime/icons/lock-no-cert.gif new file mode 100644 index 0000000000000000000000000000000000000000..9825a23a685f874f1a964c47fac3bf484cfafee1 GIT binary patch literal 127 zcmZ?wbhEHblw=TPSjfQe|2)HgAPEMFKUo+V7?>Dz7=QpI&%hKgrGG)!+wDr#{!y>O zE=!#In>Z)2_og_Dzt_w)$F?a7aBBuk<@x<=m&0zxT2*H+Q=8D7Rr8F3h39!~_t158 aHCv~0=gX%z4143}x}>p9zr2u%!5RR{Ju#sG literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/lock.gif b/LCARStrek/messenger/smime/icons/lock.gif new file mode 100644 index 0000000000000000000000000000000000000000..58ff2f2e8195a6843c970eea2e5e6b1489d65d79 GIT binary patch literal 103 zcmZ?wbhEHblw=TPXkcLYf1ct0|Nn|VSr{1@7#VaJfB+=Jz+~6czo6^wcBN|ns8?Z^ zCC>d#l;J2jHls!4)l{|WRZCoVN5-zVSUbD${p6!%Lb8TTH8&mhHC(8430t&5Q8bW& G!5RQ7iYA=^ literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/sbCryptoNotOk.gif b/LCARStrek/messenger/smime/icons/sbCryptoNotOk.gif new file mode 100644 index 0000000000000000000000000000000000000000..e2ed6c165656ee34b9cf61fadf2741efb67d1aa5 GIT binary patch literal 74 zcmZ?wbhEHbR0AH&Yg~ literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/smime/icons/sbSignNotOk.gif b/LCARStrek/messenger/smime/icons/sbSignNotOk.gif new file mode 100644 index 0000000000000000000000000000000000000000..8263de7ec1ae602b4c611bb4667e6114f68efdc2 GIT binary patch literal 76 zcmZ?wbhEHb + * + * 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 ***** */ + +/* ===== msgCompSMIMEOverlay.css ======================================== + == Styles for the S/Mime in composer window. + ======================================================================= */ + +@import url("chrome://messenger/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#button-security { + list-style-image: url("chrome://messenger/skin/smime/icons/lock.gif"); +} + +#button-security[buttonover], +#button-security[buttondown] { + list-style-image: url("chrome://messenger/skin/smime/icons/lock-hover.gif"); +} + +#button-security[disabled] { + list-style-image: url("chrome://messenger/skin/smime/icons/lock-disabled.gif"); +} + + +#msgcomposeWindow #signing-status { + list-style-image: none; + visibility: collapsed; +} + +#msgcomposeWindow[signing="ok"] #signing-status { + list-style-image: url("chrome://messenger/skin/smime/icons/sbSignOk.gif"); + visibility: visible; +} + +#msgcomposeWindow[signing="notok"] #signing-status { + list-style-image: url("chrome://messenger/skin/smime/icons/sbSignNotOk.gif"); + visibility: visible; +} + + +#msgcomposeWindow #encryption-status { + list-style-image: none; + visibility: collapsed; +} + +#msgcomposeWindow[crypto="ok"] #encryption-status { + list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoOk.gif"); + visibility: visible; +} + +#msgcomposeWindow[crypto="notok"] #encryption-status { + list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoNotOk.gif"); + visibility: visible; +} diff --git a/LCARStrek/messenger/smime/msgCompSecurityInfo.css b/LCARStrek/messenger/smime/msgCompSecurityInfo.css new file mode 100644 index 00000000..adfaf665 --- /dev/null +++ b/LCARStrek/messenger/smime/msgCompSecurityInfo.css @@ -0,0 +1,44 @@ +/* ***** 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 Communicator. + * + * The Initial Developer of the Original Code is + * Netscape Communications Corporation. + * Portions created by the Initial Developer are Copyright (C) 2002 + * 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 ***** */ + +/* ===== msgReadSecurityInfo.css ======================================== + == Styles for the security info window when displaying received mail. + ======================================================================= */ + +@import url("chrome://messenger/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); diff --git a/LCARStrek/messenger/smime/msgHdrViewSMIMEOverlay.css b/LCARStrek/messenger/smime/msgHdrViewSMIMEOverlay.css new file mode 100644 index 00000000..7537a421 --- /dev/null +++ b/LCARStrek/messenger/smime/msgHdrViewSMIMEOverlay.css @@ -0,0 +1,69 @@ +/* ***** 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 Communicator. + * + * The Initial Developer of the Original Code is + * Netscape Communications Corporation. + * Portions created by the Initial Developer are Copyright (C) 2002 + * 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 ***** */ +@import url("chrome://messenger/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#signedHdrIcon { + list-style-image: none; + visibility: visible; +} + +#signedHdrIcon[signed="ok"] { + list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignOk.gif"); + visibility: visible; +} + +#signedHdrIcon[signed="notok"] { + list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignNotOk.gif"); + visibility: visible; +} + +#encryptedHdrIcon { + list-style-image: none; + visibility: visible; +} + +#encryptedHdrIcon[encrypted="ok"] { + list-style-image: url("chrome://messenger/skin/smime/icons/hdrCryptoOk.gif"); + visibility: visible; +} + +#encryptedHdrIcon[encrypted="notok"] { + list-style-image: url("chrome://messenger/skin/smime/icons/hdrCryptoNotOk.gif"); + visibility: visible; +} diff --git a/LCARStrek/messenger/smime/msgReadSMIMEOverlay.css b/LCARStrek/messenger/smime/msgReadSMIMEOverlay.css new file mode 100644 index 00000000..0f9590bf --- /dev/null +++ b/LCARStrek/messenger/smime/msgReadSMIMEOverlay.css @@ -0,0 +1,70 @@ +/* ***** 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 Communicator. + * + * The Initial Developer of the Original Code is + * Netscape Communications Corporation. + * Portions created by the Initial Developer are Copyright (C) 2002 + * 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 ***** */ + +@import url("chrome://messenger/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#status-bar #signed-status { + list-style-image: none; + visibility: collapsed; +} + +#status-bar[signed="ok"] #signed-status { + list-style-image: url("chrome://messenger/skin/smime/icons/sbSignOk.gif"); + visibility: visible; +} + +#status-bar[signed="notok"] #signed-status { + list-style-image: url("chrome://messenger/skin/smime/icons/sbSignNotOk.gif"); + visibility: visible; +} + +#status-bar #encrypted-status { + list-style-image: none; + visibility: collapsed; +} + +#status-bar[encrypted="ok"] #encrypted-status { + list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoOk.gif"); + visibility: visible; +} + +#status-bar[encrypted="notok"] #encrypted-status { + list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoNotOk.gif"); + visibility: visible; +} -- 2.35.3