sync both themes with suite classic theme changes in SeaMonkey 2.48 cycle
authorRobert Kaiser <kairo@kairo.at>
Tue, 6 Dec 2016 21:36:45 +0000 (22:36 +0100)
committerRobert Kaiser <kairo@kairo.at>
Tue, 6 Dec 2016 21:36:45 +0000 (22:36 +0100)
16 files changed:
EarlyBlue/communicator/aboutSupport.css [new file with mode: 0644]
EarlyBlue/communicator/blockedSite.css
EarlyBlue/communicator/common.css [new file with mode: 0644]
EarlyBlue/communicator/dataman/dataman.css
EarlyBlue/help/help.css
EarlyBlue/help/helpFileLayout.css [deleted file]
EarlyBlue/messenger-newsblog/feed-subscriptions.css
EarlyBlue/messenger/accountManage.css
LCARStrek/communicator/aboutSupport.css [new file with mode: 0644]
LCARStrek/communicator/blockedSite.css
LCARStrek/communicator/common.css [new file with mode: 0644]
LCARStrek/communicator/dataman/dataman.css
LCARStrek/help/help.css
LCARStrek/help/helpFileLayout.css [deleted file]
LCARStrek/messenger-newsblog/feed-subscriptions.css
LCARStrek/messenger/accountManage.css

diff --git a/EarlyBlue/communicator/aboutSupport.css b/EarlyBlue/communicator/aboutSupport.css
new file mode 100644 (file)
index 0000000..4843b1d
--- /dev/null
@@ -0,0 +1,139 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@import url("chrome://communicator/skin/common.css");
+
+html {
+  background-color: var(--in-content-page-background);
+  color: var(--in-content-text-color);
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+}
+
+body {
+  width: 90%;
+  margin-left: 5%;
+  margin-right: 5%;
+}
+
+.page-subtitle {
+  margin-bottom: 1.5em;
+}
+
+.major-section {
+  margin-top: 2em;
+  margin-bottom: 1em;
+  font-size: large;
+  text-align: start;
+  font-weight: bold;
+}
+
+button {
+  margin-inline-start: 0;
+  margin-inline-end: 8px;
+  border-radius: 3px;
+}
+
+table {
+  background-color: var(--in-content-table-background);
+  color: var(--in-content-text-color);
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  text-align: start;
+  width: 100%;
+  border: 1px solid var(--in-content-border-color);
+  border-spacing: 0px;
+}
+
+th, td {
+  border: var(--in-content-border-dotted-color);
+  padding: 3px;
+}
+
+thead th {
+  text-align: center;
+}
+
+th {
+  text-align: start;
+  background-color: var(--in-content-table-header-background);
+  color: var(--in-content-selected-text);
+}
+
+th.title-column {
+  white-space: nowrap;
+  width: 0px;
+  font-size: medium;
+}
+
+th.column {
+  white-space: nowrap;
+  width: 0px;
+}
+
+td {
+  text-align: start;
+  border-top: var(--in-content-border-dotted-color);
+}
+
+.prefs-table {
+  table-layout: fixed;
+}
+
+.name {
+  width: 70%;
+}
+
+.value {
+  width: 30%;
+}
+
+.pref-name,
+.pref-value {
+  white-space: nowrap;
+  overflow: hidden;
+}
+
+#action-box {
+  background-color: var(--in-content-table-background);
+  border: 1px solid var(--in-content-border-color);
+  border-radius: 6px;
+  color: var(--in-content-text-color);
+  float: right;
+  margin-top: 2em;
+  margin-bottom: 20px;
+  margin-inline-start: 20px;
+  margin-inline-end: 0;
+  padding: 16px;
+  width: 30%;
+}
+
+#action-box,
+#reset-box,
+#safe-mode-box {
+  display: none;
+}
+
+#action-box:dir(rtl) {
+  float: left;
+}
+
+#reset-box > h3 {
+  margin-top: 0;
+}
+
+#action-box button {
+  display: block;
+}
+
+#verify-place-result {
+  max-height: 200px;
+  overflow: auto;
+}
+
+.block {
+  display: block;
+}
+
+.hidden {
+  display: none;
+}
index 965f16cb30680b20d0ecd809ecf948480244f7b6..c695b3c9747ecce8ea138459fd3c3b039a6ca882 100644 (file)
@@ -15,7 +15,6 @@
 
 #malware_sitename,
 #phishing_sitename,
-#unwanted_sitename,
-#forbidden_sitename {
+#unwanted_sitename {
   word-wrap: break-word;
 }
diff --git a/EarlyBlue/communicator/common.css b/EarlyBlue/communicator/common.css
new file mode 100644 (file)
index 0000000..1760db3
--- /dev/null
@@ -0,0 +1,67 @@
+/* - This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
+   - You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@import url("resource://gre-resources/forms.css");
+@import url("resource://gre-resources/html.css");
+@import url("chrome://communicator/skin/communicator.css");
+
+@namespace html "http://www.w3.org/1999/xhtml";
+@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
+
+*|*:root {
+  --in-content-page-color: #000000;
+  --in-content-page-background: #CCD0DD;
+  --in-content-text-color: #000000;
+  --in-content-selected-text: #000000;
+  ---in-content-header-border-color: #c8c8c8;
+  --in-content-box-background: #CCD0DD;
+  ---in-content-box-background-odd: #f3f6fa;
+  ---in-content-box-background-hover: #ebebeb;
+  ---in-content-box-background-active: #dadada;
+  --in-content-box-border-color: #CCD0DD;
+  ---in-content-button-background-hover: -moz-buttonhoverface;
+  ---in-content-button-color-hover: -moz-buttonhovertext;
+  ---in-content-button-background-hover-active: ButtonFace;
+  ---in-content-button-color-hover-active: ButtonText;
+  ---in-content-item-hover: rgba(0,149,221,0.25);
+  ---in-content-item-selected: #0095dd;
+  --in-content-border-highlight: #33FF33;
+  ---in-content-border-focus: #0095dd;
+  --in-content-border-color: #9999CC;
+  --in-content-border-dotted-color: 1px dotted #9999CC;
+  --in-content-category-text: #000000;
+  --in-content-category-border-focus: 1px dotted #FFFFFF;
+  --in-content-category-text-selected: #FFFFFF;
+  --in-content-category-background: #666699;
+  --in-content-category-background-hover: #CCD0DD;
+  --in-content-category-background-active: #336699;
+  ---in-content-tab-color: #424f5a;
+  ---in-content-link-color: #0095dd;
+  ---in-content-link-color-hover: #178ce5;
+  ---in-content-link-color-active: #ff9500;
+  ---in-content-link-color-visited: #551a8b;
+  ---in-content-primary-button-background: #0095dd;
+  ---in-content-primary-button-background-hover: #008acb;
+  ---in-content-primary-button-background-active: #006b9d;
+  --in-content-table-background: #CCD0DD;
+  --in-content-table-border-dark-color: #9999CC;
+  --in-content-table-header-background: #666699;
+  --in-content-disabled-text: #999999;
+}
+
+html|html,
+xul|page,
+xul|window {
+  font: message-box;
+  background-color: var(--in-content-page-background);
+  color: var(--in-content-page-color);
+}
+
+html|body {
+  font-size: inherit;
+}
+
+*|button {
+  min-height: 0px;
+}
index 024a49b874f8c2cd134ea74c1ea80283b5c21476..7e12e52aa18af786aacf36f3e778ba45bef6611b 100644 (file)
@@ -11,7 +11,6 @@
   opacity: .5;
 }
 
-.permissionpwd,
 .permission {
   padding-top: 6px;
   padding-bottom: 6px;
index db5ed2f6736a1f5469c4056bfd1e76f877fb0559..7d93bd4d518d5641bd7e8da8378ade512454898d 100644 (file)
@@ -2,7 +2,6 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-@import url("chrome://global/skin/");
 @import url("chrome://communicator/skin/");
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
diff --git a/EarlyBlue/help/helpFileLayout.css b/EarlyBlue/help/helpFileLayout.css
deleted file mode 100644 (file)
index 3b4641a..0000000
+++ /dev/null
@@ -1,116 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-@import url('chrome://help/content/platformClasses.css');
-
-body, td, th, input {
-  font-family: verdana, sans-serif;
-  font-size: small;
-}
-
-body {
-       margin: 2ex;
-       max-width: 120ex;
-}
-
-:link:hover,
-:visited:hover {
-  color: -moz-activehyperlinktext;
-}
-
-hr {
-  height: 1px;
-  background-color: #000;
-  color: #000;
-  margin: 2em 0;
-}
-
-a[href^="http://"]:after,
-a[href^="https://"]:after {
-  content: url('chrome://help/skin/Weblink.png');
-}
-
-:link { color: #039; }
-:visited { color: #636; }
-:link:hover, :visited:hover { color: #333; }
-:link:active, :link:active { color: #000; }
-
-h1 { font-size: 160%; font-weight: normal; }
-h2 { font-size: 150%; font-weight: normal; }
-h3 { font-size: 120%; }
-h4 { font-size: 100%; }
-h5 { font-size: 90%; }
-h6 { font-size: 90%; border: 0; }
-
-h1, h2, h3, h4, h5, h6 {
-  margin: 1em 0 0.2em;
-  border-bottom: 1px solid #ccc;
-  font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
-}
-
-li h1, li h2, li h3, li h4, li h5, li h6 {
-  border: none;
-}
-
-
-dt { font-weight: bold; }
-
-sup {
-  font-size: 70%;
-}
-
-:link img,
-:visited img {
-  border: 0;
-}
-
-.contentsBox, 
-.contentsBox > ul,
-li {
-       text-indent: 0px;
-}
-
-.contentsBox > ul,
-.contentsBox ul > ul{
-       margin: 0;
-       list-style-type: none;
-}
-
-.contentsBox {
-       margin-top: 12px;
-       background-color: #eee;
-       border: 1px solid #ccc;
-       width: 300px;
-       padding: 1em;
-}
-
-.menuPath {
-  background: #c4d0f4; /* bluish color */
-  color: inherit;
-  padding-inline-start:  1px; /* else bgcolor ends at last char - no space */
-  padding-inline-end: 1px;
-}
-
-table {
-  border-collapse: collapse;
-}
-
-td, th {
-  border: 1px solid #ddd;    /* grey */
-  padding: 6px;
-  vertical-align: top;
-}
-
-th {
-  background-color: #eee;    /* light grey */
-  font-weight: bold;
-  text-align: startt;
-}
-
-.noTableBorder,
-.noTableBorder td,
-.noTableBorder th {
-       background-color: transparent;
-       border: 0px solid transparent;
-}
index 648dfc76a9728690c765bf9f9aa19dd935783983..b3108abbc4d7baeff269b4b927d940eba423b9da 100644 (file)
@@ -26,5 +26,5 @@
 }
 
 #autotagPrefix {
-  width: 300px;
+  width: 35ch;
 }
index 3cd47364e8a64fe1c58fc9c805d0e6a5e0a72b94..99b3412d9059744a290f8c63a18033387ee601d2 100644 (file)
 }
 
 listitem[default="true"],
-#identitiesList > listitem:first-child,
-treechildren::-moz-tree-cell-text(isDefaultServer-true) {
+#identitiesList > listitem:first-child {
   font-weight: bold;
 }
 
+treechildren::-moz-tree-cell-text(isDefaultServer-true) {
+  text-decoration: underline;
+}
+
+#accounttree treechildren::-moz-tree-indentation {
+  width: 1ch;
+}
+
 #contentFrame {
   margin-inline-start: 2px;
 }
@@ -55,4 +62,4 @@ treechildren::-moz-tree-cell-text(isDefaultServer-true) {
 
 #smtpServerInfoBox textbox {
   background-color: transparent;
-}
\ No newline at end of file
+}
diff --git a/LCARStrek/communicator/aboutSupport.css b/LCARStrek/communicator/aboutSupport.css
new file mode 100644 (file)
index 0000000..4843b1d
--- /dev/null
@@ -0,0 +1,139 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@import url("chrome://communicator/skin/common.css");
+
+html {
+  background-color: var(--in-content-page-background);
+  color: var(--in-content-text-color);
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+}
+
+body {
+  width: 90%;
+  margin-left: 5%;
+  margin-right: 5%;
+}
+
+.page-subtitle {
+  margin-bottom: 1.5em;
+}
+
+.major-section {
+  margin-top: 2em;
+  margin-bottom: 1em;
+  font-size: large;
+  text-align: start;
+  font-weight: bold;
+}
+
+button {
+  margin-inline-start: 0;
+  margin-inline-end: 8px;
+  border-radius: 3px;
+}
+
+table {
+  background-color: var(--in-content-table-background);
+  color: var(--in-content-text-color);
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  text-align: start;
+  width: 100%;
+  border: 1px solid var(--in-content-border-color);
+  border-spacing: 0px;
+}
+
+th, td {
+  border: var(--in-content-border-dotted-color);
+  padding: 3px;
+}
+
+thead th {
+  text-align: center;
+}
+
+th {
+  text-align: start;
+  background-color: var(--in-content-table-header-background);
+  color: var(--in-content-selected-text);
+}
+
+th.title-column {
+  white-space: nowrap;
+  width: 0px;
+  font-size: medium;
+}
+
+th.column {
+  white-space: nowrap;
+  width: 0px;
+}
+
+td {
+  text-align: start;
+  border-top: var(--in-content-border-dotted-color);
+}
+
+.prefs-table {
+  table-layout: fixed;
+}
+
+.name {
+  width: 70%;
+}
+
+.value {
+  width: 30%;
+}
+
+.pref-name,
+.pref-value {
+  white-space: nowrap;
+  overflow: hidden;
+}
+
+#action-box {
+  background-color: var(--in-content-table-background);
+  border: 1px solid var(--in-content-border-color);
+  border-radius: 6px;
+  color: var(--in-content-text-color);
+  float: right;
+  margin-top: 2em;
+  margin-bottom: 20px;
+  margin-inline-start: 20px;
+  margin-inline-end: 0;
+  padding: 16px;
+  width: 30%;
+}
+
+#action-box,
+#reset-box,
+#safe-mode-box {
+  display: none;
+}
+
+#action-box:dir(rtl) {
+  float: left;
+}
+
+#reset-box > h3 {
+  margin-top: 0;
+}
+
+#action-box button {
+  display: block;
+}
+
+#verify-place-result {
+  max-height: 200px;
+  overflow: auto;
+}
+
+.block {
+  display: block;
+}
+
+.hidden {
+  display: none;
+}
index 965f16cb30680b20d0ecd809ecf948480244f7b6..c695b3c9747ecce8ea138459fd3c3b039a6ca882 100644 (file)
@@ -15,7 +15,6 @@
 
 #malware_sitename,
 #phishing_sitename,
-#unwanted_sitename,
-#forbidden_sitename {
+#unwanted_sitename {
   word-wrap: break-word;
 }
diff --git a/LCARStrek/communicator/common.css b/LCARStrek/communicator/common.css
new file mode 100644 (file)
index 0000000..4bb7f78
--- /dev/null
@@ -0,0 +1,71 @@
+/* - This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
+   - You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@import url("resource://gre-resources/forms.css");
+@import url("resource://gre-resources/html.css");
+@import url("chrome://communicator/skin/communicator.css");
+
+@namespace html "http://www.w3.org/1999/xhtml";
+@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
+
+*|*:root {
+  --in-content-page-color: #FF9F00;
+  --in-content-page-background: #000000;
+  --in-content-text-color: #FF9F00;
+  --in-content-selected-text: #000000;
+  ---in-content-header-border-color: #c8c8c8;
+  --in-content-box-background: #000000;
+  ---in-content-box-background-odd: #f3f6fa;
+  --in-content-box-background-hover: #FFCF00;
+  --in-content-box-background-active: #FF9F00;
+  --in-content-box-background-disabled: #402858;
+  --in-content-box-border-color: #FF9F00;
+  --in-content-button-background: #C09070;
+  ---in-content-button-background-hover: -moz-buttonhoverface;
+  ---in-content-button-color-hover: -moz-buttonhovertext;
+  ---in-content-button-background-hover-active: ButtonFace;
+  ---in-content-button-color-hover-active: ButtonText;
+  ---in-content-item-hover: rgba(0,149,221,0.25);
+  ---in-content-item-selected: #0095dd;
+  ---in-content-border-highlight: #33FF33;
+  --in-content-border-focus: #FFCF00;
+  --in-content-border-color: #9C9CFF;
+  --in-content-border-disabled: #8050B0;
+  --in-content-border-dotted-color: 1px dotted #8050B0;
+  --in-content-category-text: #FFCF00;
+  --in-content-category-border-focus: 1px dotted #000000;
+  --in-content-category-text-selected: #000000;
+  --in-content-categorylist-background: #A09090;
+  --in-content-category-background: #000000;
+  --in-content-category-background-hover: #FFCF00;
+  --in-content-category-background-active: #008484;
+  ---in-content-tab-color: #424f5a;
+  --in-content-link-color: #3333FF;
+  --in-content-link-color-hover: #FFCF00;
+  --in-content-link-color-active: #FF9F00;
+  --in-content-link-color-visited: #6000CF;
+  --in-content-primary-button-background: #A06060;
+  --in-content-primary-button-background-hover: #FFCF00;
+  --in-content-primary-button-background-active: #FF9F00;
+  --in-content-table-background: #000000;
+  --in-content-table-border-dark-color: #9C9CFF;
+  --in-content-table-header-background: #A09090;
+  --in-content-disabled-text: #8050B0;
+}
+
+html|html,
+xul|page,
+xul|window {
+  font: message-box;
+  background-color: var(--in-content-page-background);
+  color: var(--in-content-page-color);
+}
+
+html|body {
+  font-size: inherit;
+}
+
+*|button {
+  min-height: 0px;
+}
index 0ab72e3a05030fc7ebd8b2a2d08dee9576e9c656..80d4ddba5917ad0c917f4d4fd8d281a3c93d7318 100644 (file)
@@ -11,7 +11,6 @@
   opacity: .5;
 }
 
-.permissionpwd,
 .permission {
   padding-top: 6px;
   padding-bottom: 6px;
index 88add98a3403478401f6bc2c44cf5012496f9405..060b43f13a020ad2a36852191b752c3385bc9fa6 100644 (file)
@@ -2,7 +2,6 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-@import url("chrome://global/skin/");
 @import url("chrome://communicator/skin/");
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
diff --git a/LCARStrek/help/helpFileLayout.css b/LCARStrek/help/helpFileLayout.css
deleted file mode 100644 (file)
index d87cfef..0000000
+++ /dev/null
@@ -1,116 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-@import url('chrome://help/content/platformClasses.css');
-
-body, td, th, input {
-  font-family: verdana, sans-serif;
-  font-size: small;
-}
-
-body {
-       margin: 2ex;
-       max-width: 120ex;
-}
-
-:link:hover,
-:visited:hover {
-  color: -moz-activehyperlinktext;
-}
-
-hr {
-  height: 1px;
-  background-color: #000;
-  color: #000;
-  margin: 2em 0;
-}
-
-a[href^="http://"]:after,
-a[href^="https://"]:after {
-  content: url('chrome://help/skin/Weblink.png');
-}
-
-:link { color: #039; }
-:visited { color: #636; }
-:link:hover, :visited:hover { color: #333; }
-:link:active, :link:active { color: #000; }
-
-h1 { font-size: 160%; font-weight: normal; }
-h2 { font-size: 150%; font-weight: normal; }
-h3 { font-size: 120%; }
-h4 { font-size: 100%; }
-h5 { font-size: 90%; }
-h6 { font-size: 90%; border: 0; }
-
-h1, h2, h3, h4, h5, h6 {
-  margin: 1em 0 0.2em;
-  border-bottom: 1px solid #ccc;
-  font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
-}
-
-li h1, li h2, li h3, li h4, li h5, li h6 {
-  border: none;
-}
-
-
-dt { font-weight: bold; }
-
-sup {
-  font-size: 70%;
-}
-
-:link img,
-:visited img {
-  border: 0;
-}
-
-.contentsBox, 
-.contentsBox > ul,
-li {
-       text-indent: 0px;
-}
-
-.contentsBox > ul,
-.contentsBox ul > ul{
-       margin: 0;
-       list-style-type: none;
-}
-
-.contentsBox {
-       margin-top: 12px;
-       background-color: #eee;
-       border: 1px solid #ccc;
-       width: 300px;
-       padding: 1em;
-}
-
-.menuPath {
-  background: #c4d0f4; /* bluish color */
-  color: inherit;
-  padding-inline-start:  1px; /* else bgcolor ends at last char - no space */
-  padding-inline-end: 1px;
-}
-
-table {
-  border-collapse: collapse;
-}
-
-td, th {
-  border: 1px solid #ddd;    /* grey */
-  padding: 6px;
-  vertical-align: top;
-}
-
-th {
-  background-color: #eee;    /* light grey */
-  font-weight: bold;
-  text-align: start;
-}
-
-.noTableBorder,
-.noTableBorder td,
-.noTableBorder th {
-       background-color: transparent;
-       border: 0px solid transparent;
-}
index 33766dc7c05e16c45eb25ac386515ad436830677..bba78dfeb8e13cb6e2c4da5180b7e96b30822c76 100644 (file)
@@ -26,5 +26,5 @@
 }
 
 #autotagPrefix {
-  width: 300px;
+  width: 35ch;
 }
index 5ee49c57e645bc0393fbb56db7e2afa3e582f996..ec00f1150c178679b5114dde79eb88d094c4ea10 100644 (file)
@@ -38,11 +38,18 @@ page {
 }
 
 listitem[default="true"],
-#identitiesList > listitem:first-child,
-treechildren::-moz-tree-cell-text(isDefaultServer-true) {
+#identitiesList > listitem:first-child {
   font-weight: bold;
 }
 
+treechildren::-moz-tree-cell-text(isDefaultServer-true) {
+  text-decoration: underline;
+}
+
+#accounttree treechildren::-moz-tree-indentation {
+  width: 1ch;
+}
+
 #contentFrame {
   margin-inline-start: 2px;
 }