clean merge conflict
authorRobert Kaiser <kairo@kairo.at>
Sun, 30 Nov 2008 21:56:30 +0000 (22:56 +0100)
committerRobert Kaiser <kairo@kairo.at>
Sun, 30 Nov 2008 21:56:30 +0000 (22:56 +0100)
39 files changed:
EarlyBlue/global/dirListing/dirListing.css
EarlyBlue/global/richlistbox.css
EarlyBlue/global/toolbarbutton.css
LCARStrek/chrome.manifest
LCARStrek/communicator/brand.css
LCARStrek/communicator/certError.css [new file with mode: 0644]
LCARStrek/communicator/icons/communicatoricons-small.png [new file with mode: 0644]
LCARStrek/global/autocomplete.css
LCARStrek/global/commonDialog.css [new file with mode: 0644]
LCARStrek/global/formatting.css [deleted file]
LCARStrek/global/global.css
LCARStrek/global/groupbox.css
LCARStrek/global/notification.css
LCARStrek/global/popup.css
LCARStrek/global/scrollbars.css
LCARStrek/global/textbox.css
LCARStrek/global/toolbar.css
LCARStrek/global/toolbarbutton.css
LCARStrek/global/wizard.css
LCARStrek/help/help.css
LCARStrek/messenger-newsblog/feed-subscriptions.css [new file with mode: 0644]
LCARStrek/messenger/addressbook/cardDialog.css
LCARStrek/messenger/folderMenus.css
LCARStrek/messenger/folderPane.css
LCARStrek/messenger/icons/folder-newsgroup-new.gif [new file with mode: 0644]
LCARStrek/messenger/mailWindow2.css [deleted file]
LCARStrek/messenger/primaryToolbar.css
LCARStrek/messenger/threadPane.css
LCARStrek/mozapps/extensions/blocklist.css [new file with mode: 0644]
LCARStrek/mozapps/extensions/extensions.css
LCARStrek/mozapps/plugins/missingPlugin.css
LCARStrek/mozapps/plugins/pluginBlocked.png [new file with mode: 0644]
LCARStrek/mozapps/plugins/pluginDisabled.png [new file with mode: 0644]
LCARStrek/mozapps/plugins/pluginGeneric.png
LCARStrek/mozapps/update/updates.css
LCARStrek/mozapps/update/warning.gif [deleted file]
LCARStrek/navigator/icons/navigatoricons-small.png [new file with mode: 0644]
LCARStrek/navigator/icons/navigatoricons.png [new file with mode: 0644]
LCARStrek/navigator/navigator.css

index aa447b916a37afd291bd7f1676254453ed11a7c6..b5826dfb439170abe033b84835c03f4782ac68dd 100644 (file)
@@ -103,7 +103,7 @@ th:hover > a {
 
 tbody > tr:hover {
   outline: 1px solid #808080;
-  -moz-outline-radius: .3em;
+  outline-radius: .3em;
 }
 
 /* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */
index 05264d379795dd1dbc4ad982ca8bcd16d25a4452..80188a1ca9e8e5fd7bc19fbdd9e4a3b216e3b548 100644 (file)
@@ -62,7 +62,7 @@ richlistbox:focus > richlistitem[selected="true"] {
 
 richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
   outline: 1px dotted #666699;
-  -moz-outline-offset: -1px;
+  outline-offset: -1px;
 }
 
 richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] {
index 23f6b719a855219a6363c012711f4172eae71f6e..f3f13b760e4ea15fb5b1a4e662635263c8e76281 100644 (file)
@@ -71,7 +71,7 @@ toolbarbutton.tabbable {
 
 toolbarbutton:focus {
   outline: 1px dotted #666699;
-  -moz-outline-offset: -1px;
+  outline-offset: -1px;
 }
 
 /*
index 26596fe174b0be9c58d6e52c3b8b873ed90d63b0..9180c7fde5495df57f74a30c8a159e83e3ffcdeb 100644 (file)
@@ -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/
index 6aa324f8bf6d50b97171d357d0d2f4388ee1b478..c639644e2d22037e085ebe252f8ce4cc159cd268 100644 (file)
 #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");
 }
 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 (file)
index 0000000..9beed05
--- /dev/null
@@ -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 <bugzilla@mob.rice.edu>
+ *   Steven Garrity <steven@silverorange.com>
+ *   Henrik Skupin  <mozilla@hskupin.info>
+ *   Johnathan Nightingale <johnath@mozilla.com>
+ *
+ * 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 (file)
index 0000000..761c4cb
Binary files /dev/null and b/LCARStrek/communicator/icons/communicatoricons-small.png differ
index 1576f0bfe5e91900600d014e17f8e576cb6817fa..84fc9f54f0162e2359be6aa90028f5603b82d509 100644 (file)
 
 /* ::::: autocomplete ::::: */
 
-textbox {
+/* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */
+textbox:not(.padded) {
   cursor: default;
   padding: 0px;
   -moz-border-radius: 3px;
 }
 
-/* Used by autocomplete widgets that don't have an icon. Gross. -dwh */
-textbox.padded {
-  padding-top: 1px;
-  padding-bottom: 1px;
-  -moz-padding-start: 2px;
-  -moz-padding-end: 0px;
+textbox[nomatch="true"][highlightnonmatches="true"] {
+  color: red;
 }
 
 .autocomplete-textbox-container {
   -moz-box-align: center;
 }
 
-textbox[nomatch="true"][highlightnonmatches="true"] {
-  color: red;
+textbox:not(.padded) .textbox-input-box {
+  margin: 0 3px;
 }
 
 .textbox-input-box {
-  margin: 0 3px;
   -moz-box-align: center;
   -moz-border-radius: 3px;
 }
diff --git a/LCARStrek/global/commonDialog.css b/LCARStrek/global/commonDialog.css
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/LCARStrek/global/formatting.css b/LCARStrek/global/formatting.css
deleted file mode 100644 (file)
index f23264e..0000000
+++ /dev/null
@@ -1,214 +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 <KaiRo@KaiRo.at>
- *
- * 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");
-
-/* inset areas */
-.inset {
-/*  border: 1px inset #FF9F00;
-  margin: 0px 5px 5px 5px; */
-}
-
-.box-inset {
-  -moz-border-radius: 3px;
-  margin: 2px 4px;
-  border: 1px solid #9C9CFF;
-  background-color: #000000;
-  color: #FF9F00;
-}
-
-/* formatting */
-.groove-top {
-  border-top: 2px groove #FF9F00;
-}
-
-.groove-right {
-  border-right: 2px groove #FF9F00;
-}
-
-.groove-left {
-  border-left: 2px groove #FF9F00;
-}
-
-.groove-bottom {
-  border-bottom: 2px groove #FF9F00;
-}
-
-.outset {
-/*  border: 1px outset #FF9F00; */
-}
-
-.outset-top-bottom {
-/*  border-top: 1px outset #FF9F00;
-  border-bottom: 1px outset #FF9F00; */
-}
-
-/** separator rules **/
-/* standard separators */
-separator, separator[orient="horizontal"] {
-  height: 1.5em;
-}
-
-separator[orient="vertical"] {
-  width: 1.5em;
-}
-
-/* thinner separators (50% size) */
-separator.thin, separator.thin[orient="horizontal"] {
-  height: 0.5em;
-}
-
-separator.thin[orient="vertical"] {
-  width: 0.5em;
-}
-
-/* groove separators (50% size) */
-separator.groove,
-separator.groove[orient="horizontal"] {
-  border-top: 2px groove #FF9F00;
-  height: 0px;
-  margin-top: 0.4em;
-  margin-bottom: 0.4em;
-}
-
-separator.groove[orient="vertical"] {
-  border-left: 2px groove #FF9F00;
-  margin-left: 0.4em;
-  margin-right: 0.4em;
-}
-
-/* groove separators (0 padding, for dividing effects) */
-separator.groove-thin {
-  border-top: 2px groove #FF9F00;
-  height: 0px;
-}
-
-separator[orient="vertical"].groove-thin {
-  border-left: 2px groove #FF9F00;
-}
-
-/** text formatting rules **/
-/** Reduced Margin for some UI **/
-.small-margin {
-  margin: 0px 1px;
-}
-
-.plain {
-  margin: 0px !important;
-  border: none;
-  padding: 0px;
-}
-
-label[disabled="true"] {
-  color: #8050B0;
-}
-
-description, label  {
-  cursor: default;
-  margin: 1px 3px;
-}
-
-description {
-/*  margin: 1px 5px 4px 5px; */
-}
-
-label {
-/*
-  margin-top: 1px;
-  margin-bottom: 2px;
-  -moz-margin-start: 6px;
-  -moz-margin-end: 5px;
-*/
-}
-
-.header {
-  font-weight: bold;
-}
-
-.larger-text {
-  font-size: larger;
-}
-
-.smaller-text {
-  font-size: smaller;
-}
-
-.monospace {
-  font-family: monospace;
-}
-
-.indent {
-/*  margin-left: 23px; */
-  margin-left: 15px;
-}
-
-.box-padded {
-  padding: 5px;
-}
-
-.spaced {
-  margin: 1px 3px;
-}
-
-.wizard-box {
-  padding: 15px 35px 10px 35px;
-}
-
-.caption-text {
-  margin: 0px 2px 0px 1px !important;
-}
-
-/* class for text with a 'link' appearance */
-.text-link {
-  color: blue;
-  text-decoration: underline;
-  cursor: pointer;
-}
-
-.text-link:focus {
-  color: red;
-  /* Don't specify the outline-color, we should always use initial value. */
-  outline: 1px dotted;
-}
-
-.text-link:hover:active {
-  color: red;
-}
-
-.text-link[visited="true"] {
-  color: purple;
-}
index b0da51eefc6409bcea70e0689d5196188590cc53..d8c0b1625be047bfa295544a8ad2417e522a6f1a 100644 (file)
@@ -42,8 +42,6 @@
 /* all localizable skin settings shall live here */
 @import url("chrome://global/locale/intl.css");
 
-@import url("chrome://global/skin/formatting.css");
-
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ::::: XBL bindings ::::: */
@@ -109,10 +107,6 @@ window.dialog {
   padding: 8px 10px 10px 8px;
 }
 
-[wait-cursor] {
-  cursor: wait !important;
-}
-
 /* ::::: alert icons :::::*/
 
 .message-icon,
@@ -191,20 +185,149 @@ statusbarpanel {
   padding: 0px;
 }
 
-.statusbarpanel-iconic, .statusbarpanel-iconic-text, .statusbarpanel-menu-iconic {
-  padding: 0px 1px 0px 1px;
+.statusbarpanel-iconic,
+.statusbarpanel-iconic-text,
+.statusbarpanel-menu-iconic {
+  padding: 0px 1px;
 }
 
 resizer[dir="bottomright"] {
   cursor: se-resize;
 }
 
-/* ::::: miscellaneous ::::: */
+window:not([active="true"]) menubar > menu {
+  color: #8050B0;
+}
 
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }
 
+/* ::::: miscellaneous formatting ::::: */
+
+.inset {
+/*  border: 1px inset #FF9F00;
+  margin: 0px 5px 5px 5px; */
+}
+
+.outset {
+/*  border: 1px outset #FF9F00; */
+}
+
+/* separators */
+separator:not([orient="vertical"]) {
+  height: 1.5em;
+}
+
+separator[orient="vertical"] {
+  width: 1.5em;
+}
+
+separator.thin:not([orient="vertical"]) {
+  height: 0.5em;
+}
+
+separator.thin[orient="vertical"] {
+  width: 0.5em;
+}
+
+separator.groove:not([orient="vertical"]) {
+  border-top: 2px groove #FF9F00;
+  height: 0px;
+  margin-top: 0.4em;
+  margin-bottom: 0.4em;
+}
+
+separator.groove[orient="vertical"] {
+  border-left: 2px groove #FF9F00;
+  margin-left: 0.4em;
+  margin-right: 0.4em;
+}
+
+/* groove separators (0 padding, for dividing effects) */
+separator.groove-thin {
+  border-top: 2px groove #FF9F00;
+  height: 0px;
+}
+
+separator[orient="vertical"].groove-thin {
+  border-left: 2px groove #FF9F00;
+}
+
+.small-margin {
+  margin: 0px 1px;
+}
+
+.plain {
+  margin: 0px !important;
+  border: none;
+  padding: 0px;
+}
+
+description, label  {
+  cursor: default;
+  margin: 1px 3px;
+}
+
+label[disabled="true"] {
+  color: #8050B0;
+}
+
+description {
+/*  margin-bottom: 4px; */
+}
+
+.tooltip-label {
+  margin: 0px;
+}
+
+.header {
+  font-weight: bold;
+}
+
+.monospace {
+  font-family: monospace;
+}
+
+.indent {
+/*  margin-left: 23px; */
+  margin-left: 15px;
+}
+
+.box-padded {
+  padding: 5px;
+}
+
+.spaced {
+  margin: 1px 3px;
+}
+
+.wizard-box {
+  padding: 15px 35px 10px 35px;
+}
+
+.text-link {
+  color: blue;
+  text-decoration: underline;
+  cursor: pointer;
+}
+
+.text-link:focus {
+  color: red;
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
+}
+
+.text-link:hover:active {
+  color: red;
+}
+
+.text-link[visited="true"] {
+  color: purple;
+}
+
+
+
 /* :::::: autoscroll popup ::::: */
 
 #autoscroller {
index 44e3d1728fceac8d50971810d398e774d1f4d8b2..8277b85bc7df952db2739443eafa63f1b45bad67 100644 (file)
@@ -61,3 +61,10 @@ caption {
   background-color: #9C9CFF;
   color: #000000;
 }
+
+.caption-text {
+  margin-top: 0;
+  margin-bottom: 0;
+  -moz-margin-start: 1px;
+  -moz-margin-end: 2px;
+}
index d0d74660bc3b23cd099a4ec4917dc4faba8dac29..4db2ae77d6658c102baf69ecee5fb7bd1f6c0f36 100644 (file)
@@ -39,10 +39,6 @@ notification[type="critical"] .messageImage {
   -moz-margin-start: 5px;
 }
 
-.messageButton {
-  margin: 0px 5px 0px 5px;
-}
-
 .messageCloseButton {
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
   padding: 4px 2px;
index 3d3fd19fbafbec63a7e3e26ab142605eeea84f92..cfd00c68d472ec7e15a46022cc2ffab6be7b7649 100644 (file)
@@ -62,12 +62,6 @@ tooltip {
   max-width: 40em;
 }
 
-.tooltip-label {
-  border: 0px;
-  padding: 0px;
-  margin: 0px !important;
-}
-
 tooltip[titletip="true"] {
   /* See bug 32157 comment 128
    * margin: -2px 0px 0px -3px;
index f7d8bd6df5ee63cfd1e3976648770eab6f04275c..0109fca8c86c6f1d3352c6f3b7f18795e6020702 100644 (file)
@@ -226,7 +226,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
   /* ::::: scrollbar button ::::: */
 
   html|div scrollbarbutton {
-    background: -moz-Dialog no-repeat 0px 1px;
+    background: -moz-Dialog no-repeat 50% 50%;
     min-width: 16px;
     min-height: 16px;
   }
@@ -237,7 +237,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
     -moz-border-right-colors: ThreeDShadow -moz-Dialog;
     -moz-border-bottom-colors: ThreeDShadow -moz-Dialog;
     -moz-border-left-colors: ThreeDShadow -moz-Dialog;
-    background-position: 1px 2px;
+    background-position: 60% 60%;
   }
 
   /* ..... increment .... */
index bbbb24428faaac4a04002ca71e7f9ecefc4dd141..d826781d3cdab6e286dff88d809e915c55ef5d45 100644 (file)
@@ -50,7 +50,8 @@ textbox {
   cursor: text;
   margin: 2px 3px;
   border: 1px solid #9C9CFF;
-  padding: 1px 0px 1px 2px;
+  padding: 1px 0px;
+  -moz-padding-start: 2px;
   background-color: #000000;
   color: #E7ADE7;
   min-height: 19px;
@@ -109,7 +110,7 @@ textbox.plain {
   margin: 0px !important;
   border: none !important;
   outline: none !important;
-  background-color: inherit !important;
+  background-color: transparent;
   color: inherit !important;
   min-height: 0px;
 }
index 2c9734d68c84b3672fa9ac111a40494fd8128249..47092cad91d128db305b445f16d0fddd05f53d31 100644 (file)
@@ -62,6 +62,7 @@ menubar {
 .toolbar-holder {
   background-color: #9C9CFF;
   color: #000000;
+  -moz-padding-end: 2px;
 }
 
 menubar > .toolbar-box > .toolbar-holder,
@@ -82,7 +83,7 @@ toolbargrippy,
   border: none;
   border-right: 3px solid black;
   width: 15px;
-  /*min-height: 16px;*/
+  min-height: 16px;
 }
 
 toolbargrippy:hover {
@@ -105,10 +106,13 @@ toolbargrippy:hover {
 
 toolbargrippy[tbgrippy-collapsed="true"] {
   -moz-box-orient: horizontal;
-  -moz-border-radius: 5px 0px 0px 5px;
+  -moz-border-radius: 4px 0px 0px 4px;
   margin-bottom: 3px;
   width: 30px;
-  height: 10px;
+  /* height gets set to the width of the uncollapsed grippy by default
+     so use !important to force all to the same smaller height */
+  height: 10px !important;
+  min-height: 10px;
 }
 
 .collapsed-tray-spacer {
index 24dea02074ffb56dd5066f5f9d3ea0e640dc0184..6341130bb9e4f03e9d23ca806897081fe2ea8818 100644 (file)
@@ -102,7 +102,8 @@ toolbarbutton[open="true"] {
 toolbarbutton[disabled="true"],
 toolbarbutton[disabled="true"]:hover,
 toolbarbutton[disabled="true"]:hover:active,
-toolbarbutton[disabled="true"][open="true"] {
+toolbarbutton[disabled="true"][open="true"],
+toolbarbutton[disabled="true"][checked="true"] {
   padding: 1px 2px;
   background-color: #000000;
   color: #8050B0;
index 3ece9e7c84c97a4c40d0f9937985b4b0c5de41b2..0be1925ffb80dff2f6df13795211c3a89b2e92e1 100644 (file)
@@ -77,11 +77,11 @@ wizard[branded="true"] .wizard-header-icon {
   margin: 10px;
 }
 
-.wizard-button[wizardbutton="finish"],
-.wizard-button[wizardbutton="next"] {
-  -moz-margin-start: -1px !important;
+.wizard-button[dlgtype="finish"],
+.wizard-button[dlgtype="next"] {
+  -moz-margin-start: 0px !important;
 }
 
-.wizard-button[wizardbutton="back"] {
+.wizard-button[dlgtype="back"] {
   -moz-margin-end: 0px !important;
 }
index 2577b97ae88e1fce9539f5ca5457b088eded0b4c..7e5f802feadf86a28a557d511c5446780807610b 100644 (file)
 /* Set the minimum sidebar width so the help contents aren't squeezed together.*/
 #help-sidebar { min-width: 15em; width: 20em; max-width: 25em; }
 
-#search-sidebar-closebutton {
-  list-style-image: url("chrome://global/skin/icons/close-button.gif");
-}
-
 /* ----- BACK BUTTON ----- */
 
 #help-back-button {
diff --git a/LCARStrek/messenger-newsblog/feed-subscriptions.css b/LCARStrek/messenger-newsblog/feed-subscriptions.css
new file mode 100644 (file)
index 0000000..b11260d
--- /dev/null
@@ -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 <mscott@mozilla.org>
+ *
+ * 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;
+}
index fc05d2f9eddc8a324881e05edb6e10a285755217..ed661dc315832ad3e33cdb0f095ae8051482d901 100644 (file)
 /* ::::: 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;
 }
index 1718200df2e38cacc46c77c5154e521dbd259f02..149e5fadeb341bb00d70138b639f0a1125646b93 100644 (file)
   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"] {
   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");
-}
index 872234ff92eb29970e298f057310ed2e476ef713..6983d773bcfdacd29761e497dae08c45037035d6 100644 (file)
@@ -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 (file)
index 0000000..d051a22
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 (file)
index 7564694..0000000
+++ /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 <KaiRo@KaiRo.at>
- *
- * 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");
index d77964d386378b84d0e2a69efd01561ecb442154..4f7738ee14d363b251b4d7663cd5a94833d29ef8 100644 (file)
@@ -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");
 }
 
 }
 
 #button-forward {
+  /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */
   list-style-image: url("chrome://messenger/skin/toolbar/forward.gif");
 }
 
 }
 
 #button-file {
+  /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */
   list-style-image: url("chrome://messenger/skin/toolbar/file.gif");
 }
 
 }
 
 #button-next {
+  /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */
   list-style-image: url("chrome://messenger/skin/toolbar/next.gif");
 }
 
 }
 
 #button-delete {
+  /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */
   list-style-image: url("chrome://global/skin/icons/trash.gif");
 }
 
 }
 
 #button-mark {
+  /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */
   list-style-image: url("chrome://messenger/skin/toolbar/mark.gif");
 }
 
 }
 
 #button-junk {
+  /* list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); */
   list-style-image: url("chrome://messenger/skin/toolbar/junk.gif");
 }
 
   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 {
index 0aacf81cfa35c355144423cbb26c9b7052a0d12b..5381bcdbf444fecefddea195c5d40fcfef75b4df 100644 (file)
@@ -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/mozapps/extensions/blocklist.css b/LCARStrek/mozapps/extensions/blocklist.css
new file mode 100644 (file)
index 0000000..b3d43ac
--- /dev/null
@@ -0,0 +1,16 @@
+richlistitem {
+  padding-top: 6px;
+  padding-bottom: 6px;
+  -moz-padding-start: 7px;
+  -moz-padding-end: 7px;
+  border-bottom: 1px solid #8050B0;
+}
+
+.addonName {
+  font-weight: bold;
+}
+
+.blockedLabel {
+  font-weight: bold;
+  font-style: italic;
+}
index e58f9800bd5bd6276c974a1549bff528adfd75b2..c0b1a0909ffde93c8c651cbbd5194af0e545e262 100644 (file)
@@ -154,6 +154,7 @@ richlistitem[availableUpdateURL][updateable="true"] .updateAvailableBox,
 richlistitem[compatible="false"] .notifyBadge,
 richlistitem[providesUpdatesSecurely="false"] .notifyBadge,
 richlistitem[blocklisted="true"] .notifyBadge,
+richlistitem[blocklistedsoft="true"] .notifyBadge,
 richlistitem[satisfiesDependencies="false"] .notifyBadge {
   display: -moz-box;
 }
@@ -187,7 +188,10 @@ richlistitem[satisfiesDependencies="false"] .notifyBadge {
 richlistitem[compatible="true"] .incompatibleBox,
 richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox,
 richlistitem[satisfiesDependencies="true"] .needsDependenciesBox,
-richlistitem[blocklisted="false"] .blocklistedBox,
+richlistitem:not([blocklisted="true"]):not([blocklistedsoft="true"]) .blocklistedBox,
+richlistitem[blocklistedsoft="false"]:not([selected="true"]) .blocklistedBox,
+richlistitem[blocklisted="false"] .blocklistedLabel,
+richlistitem[blocklistedsoft="false"] .softBlocklistedLabel,
 richlistitem[opType="needs-uninstall"] .blocklistedBox,
 richlistitem[opType="needs-uninstall"] .incompatibleBox,
 richlistitem[opType="needs-uninstall"] .needsDependenciesBox,
index fe9a3932842b52e6611169cb1cd3f4d83f46bffa..1db7f5f107780cecee7c07146785496676abcfe6 100644 (file)
@@ -24,8 +24,7 @@ html|applet > *|* {
   height: inherit;
 }
 
-html|a {
-  text-align: -moz-center;
+html|a, html|div {
   display: inline-block;
   /* overflow:hidden makes baseline vertical-alignment act like plugins */
   overflow: hidden;
@@ -40,8 +39,28 @@ html|a {
   color: #FFCF00;
 }
 
+vbox {
+  width: inherit;
+  height: inherit;
+  -moz-box-align: center;
+  -moz-box-pack: center;
+}
+
 #missingPluginPlaceholder {
   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+}
+
+#disabledPluginPlaceholder {
+  list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png");
+}
+
+#blockedPluginPlaceholder {
+  list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png");
+}
+
+#missingPluginPlaceholder,
+#disabledPluginPlaceholder,
+#blockedPluginPlaceholder {
   display: block;
   border: 0px;
   width: 32px;
diff --git a/LCARStrek/mozapps/plugins/pluginBlocked.png b/LCARStrek/mozapps/plugins/pluginBlocked.png
new file mode 100644 (file)
index 0000000..8aa8e96
Binary files /dev/null and b/LCARStrek/mozapps/plugins/pluginBlocked.png differ
diff --git a/LCARStrek/mozapps/plugins/pluginDisabled.png b/LCARStrek/mozapps/plugins/pluginDisabled.png
new file mode 100644 (file)
index 0000000..52fa674
Binary files /dev/null and b/LCARStrek/mozapps/plugins/pluginDisabled.png differ
index 21d39cc3068bbb89a7b8b9f655358dbeacccf781..d5b03fc975512ee5ef1f471aa36c0017b359f542 100644 (file)
Binary files a/LCARStrek/mozapps/plugins/pluginGeneric.png and b/LCARStrek/mozapps/plugins/pluginGeneric.png differ
index e87fb5f48213d80bb40d9dae8b254ad8aa011a92..cc1b0a7b6ed2c62d79939959ae85b3b9bcfe7da1 100644 (file)
@@ -1,10 +1,15 @@
 /**
  * General
  */
-.wizard-button[dlgtype="finish"] {
+.heed {
   font-weight: bold;
 }
 
+.wizard-button > .button-box {
+  padding-left: 15px !important;
+  padding-right: 15px !important;
+}
+
 link {
   color: blue;
   border: 1px solid transparent;
@@ -29,10 +34,7 @@ link:focus {
   border: 1px dotted black;
 }
 
-/**
- * License Page
- */
-license {
+remotecontent {
   margin-top: 1px;
   margin-bottom: 2px;
   -moz-margin-start: 6px;
@@ -41,16 +43,19 @@ license {
   padding-bottom: 1px;
 }
 
+/**
+ * License Page
+ */
 .loadingBox {
   padding: 3px 5px 3px 5px;
 }
-.licenseLoadingThrobber {
+.remoteLoadingThrobber {
   margin-top: 3px;
 }
-.licenseLoadingThrobber[state="loading"] {
+.remoteLoadingThrobber[state="loading"] {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
-.licenseLoadingThrobber[state="error"] {
+.remoteLoadingThrobber[state="error"] {
   list-style-image: url("chrome://global/skin/icons/notfound.png");
 }
 
@@ -61,15 +66,6 @@ license {
   margin: 1px 5px 4px 3px;
 }
 
-wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] {
-  font-weight: bold;
-}
-
-wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box {
-  padding-left: 15px;
-  padding-right: 15px;
-}
-
 #updateForMoreInfo {
   margin-left: 5px;
 }
@@ -96,28 +92,75 @@ wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-bo
 /**
  * Downloading Page
  */
-#downloadName {
-  margin-top: 3px;
+#downloadStatusTop, #downloadStatusLine {
+  -moz-box-align: center;
 }
 
 #downloadStatus {
-  margin-top: 6px;
   height: 3em !important;
 }
+
 #downloadThrobber {
-  margin: 5px 3px 0px 5px;
+  margin-left: 5px;
   list-style-image: url("chrome://global/skin/filepicker/blank.gif");
 }
+
 #downloadThrobber[state="loading"] {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
-#downloadStatusLine {
-  -moz-box-align: start;
+
+#downloadStatusProgress {
+  padding-right: 5px;
+}
+
+#pauseButton {
+  -moz-appearance: none;
+  list-style-image: url(chrome://mozapps/skin/downloads/downloadButtons.png);
+  -moz-image-region: rect(0px, 48px, 16px, 32px);
+  background-color: transparent;
+  border: none;
+  padding: 0;
+  margin: 0;
+  min-width: 0;
+  min-height: 0;
+}
+
+/* !Important must be used otherwise this won't immediately take affect */
+#pauseButton > .button-box {
+  padding: 0 !important;
+}
+
+#pauseButton:hover {
+  -moz-image-region: rect(16px, 48px, 32px, 32px);
+}
+
+#pauseButton:active {
+  -moz-image-region: rect(32px, 48px, 48px, 32px);
+}
+
+#pauseButton[disabled="true"] {
+  -moz-image-region: rect(48px, 48px, 64px, 32px);
+}
+
+#pauseButton[paused="true"] {
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+#pauseButton[paused="true"]:hover {
+  -moz-image-region: rect(16px, 16px, 32px, 0px);
+}
+
+#pauseButton[paused="true"]:active {
+  -moz-image-region: rect(32px, 16px, 48px, 0px);
+}
+
+#pauseButton[paused="true"][disabled="true"] {
+  -moz-image-region: rect(48px, 16px, 64px, 0px);
 }
 
 #verificationFailedIcon {
+  margin-left: 5px;
   list-style-image: url("chrome://global/skin/icons/notfound.png");
-  margin: 5px 3px 0px 5px;
 }
 
 /**
diff --git a/LCARStrek/mozapps/update/warning.gif b/LCARStrek/mozapps/update/warning.gif
deleted file mode 100644 (file)
index 8a8f69e..0000000
Binary files a/LCARStrek/mozapps/update/warning.gif and /dev/null differ
diff --git a/LCARStrek/navigator/icons/navigatoricons-small.png b/LCARStrek/navigator/icons/navigatoricons-small.png
new file mode 100644 (file)
index 0000000..3c18d56
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 (file)
index 0000000..12018bc
Binary files /dev/null and b/LCARStrek/navigator/icons/navigatoricons.png differ
index 449733fa14626574b6e0590221d568a0e0d53d7a..95f79f54c4059470e00032248ae8d552a5f8d098 100644 (file)
   -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 {
   -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 {
   -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 {
   -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;
 }
 
@@ -387,6 +403,90 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
   -moz-margin-end: 2px;
 }
 
+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 {