sync both themes with SeaMonkey 2.42 to 2.45 classic theme changes
authorRobert Kaiser <kairo@kairo.at>
Thu, 14 Jul 2016 14:11:06 +0000 (16:11 +0200)
committerRobert Kaiser <kairo@kairo.at>
Thu, 14 Jul 2016 14:11:06 +0000 (16:11 +0200)
EarlyBlue/communicator/blockedSite.css
EarlyBlue/communicator/dataman/dataman.css
EarlyBlue/communicator/sidebar/sidebar.css
EarlyBlue/messenger-newsblog/feed-subscriptions.css
EarlyBlue/navigator/webDeveloper.css [new file with mode: 0644]
LCARStrek/communicator/blockedSite.css
LCARStrek/communicator/dataman/dataman.css
LCARStrek/communicator/sidebar/sidebar.css
LCARStrek/messenger-newsblog/feed-subscriptions.css
LCARStrek/navigator/webDeveloper.css [new file with mode: 0644]

index 32f5d6ed1ab9fe89567fc11ff346c3a72fde1963..965f16cb30680b20d0ecd809ecf948480244f7b6 100644 (file)
   font-size: smaller;
 }
 
-/* the following two ids refer to <span> elements defined in safeBrowsing.dtd */
+/* the following ids refer to <span> elements defined in safeBrowsing.dtd */
 
 #malware_sitename,
-#phishing_sitename {
+#phishing_sitename,
+#unwanted_sitename,
+#forbidden_sitename {
   word-wrap: break-word;
 }
index ea9d6a2e45d2fc5440b06883e73ecf30237708c8..4ace8dac64bdb0ffa12ba96eaf6e3364d266559f 100644 (file)
@@ -11,6 +11,7 @@
   opacity: .5;
 }
 
+.permissionpwd,
 .permission {
   padding-top: 6px;
   padding-bottom: 6px;
index ea0325a9c1122b8a95358fdc78234214070df1a4..7ba0b3858a5eaece195a694e9323f70a5be3a5fe 100644 (file)
@@ -20,6 +20,7 @@
   background-color: #666699;
   -moz-padding-start: 4px;
   height: auto;
+  overflow-x: hidden;
 }
 
 #sidebar-panel-picker {
 /*
 .sbtab-texture {
   margin: 2px 0px;
-  background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y;
+  background: url("chrome://communicator/skin/toolbar/tbgrip-texture.gif") repeat-y;
   width: 12px;
   height: 12px;
 }
 
 .tab-back {
   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-}
\ No newline at end of file
+}
index 4b41dde6d3a04ef20eab21214b5a5b9b37afa304..c8f0acdff7d33ef656e7b1c8874fdc7e48add4db 100644 (file)
@@ -24,3 +24,7 @@
 #statusContainerBox {
   height: 24px;
 }
+
+#autotagPrefix {
+  width: 300px;
+}
diff --git a/EarlyBlue/navigator/webDeveloper.css b/EarlyBlue/navigator/webDeveloper.css
new file mode 100644 (file)
index 0000000..be7532c
--- /dev/null
@@ -0,0 +1,196 @@
+/* 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/. */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
+
+/* Mostly copied from mozilla/devtools/client/themes/commandline.inc.css  */
+/* Developer Tools */
+
+/* Developer toolbar */
+
+/* NOTE: THESE NEED TO STAY IN SYNC WITH LIGHT-THEME.CSS AND DARK-THEME.CSS.
+   We are copy/pasting variables from light-theme and dark-theme,
+   since they aren't loaded in this context (within browser.css). */
+#developer-toolbar[devtoolstheme="light"],
+#developer-toolbar[devtoolstheme="dark"] {
+  --gcli-background-color: #CCD0DD; /* --theme-tab-toolbar-background */
+  --gcli-input-background: #FFFFFF; /* --theme-toolbar-background */
+  --gcli-input-focused-background: #FFFFFF; /* --theme-sidebar-background */
+  --gcli-input-color: #000000; /* --theme-body-color */
+  --gcli-border-color: #666699; /* --theme-splitter-color */
+  --selection-background: #336699; /* --theme-selection-background */
+  --selection-color: #FFFFFF; /* --theme-selection-color */
+}
+
+#developer-toolbar {
+  padding: 0;
+  background-color: var(--gcli-background-color);
+  border-top: 1px solid var(--gcli-border-color);
+}
+
+#developer-toolbar[devtoolstheme="light"] .gclitoolbar-input-node:not([focused=true])::before  {
+  filter: invert(1);
+}
+
+#developer-toolbar-toolbox-button {
+  list-style-image: url("chrome://devtools/skin/images/toggle-tools.png");
+  -moz-image-region: rect(0px, 64px, 16px, 48px);
+}
+
+#developer-toolbar-toolbox-button:hover > .toolbarbutton-icon {
+  filter: brightness(120%);
+}
+
+#developer-toolbar-toolbox-button:hover:active > .toolbarbutton-icon {
+  filter: saturate(150%);
+}
+
+#developer-toolbar-toolbox-button[checked=true] > .toolbarbutton-icon {
+  filter: hue-rotate(180deg);
+}
+
+@media (min-resolution: 1.1dppx) {
+  #developer-toolbar-toolbox-button {
+    list-style-image: url("chrome://devtools/skin/images/toggle-tools@2x.png");
+    -moz-image-region: rect(0px, 128px, 32px, 96px);
+  }
+}
+
+/* Error counter */
+
+#developer-toolbar-toolbox-button[error-count]:before {
+  color: #000000;
+  min-width: 16px;
+  text-shadow: none;
+  background-color: #FFCCCC;
+  border-radius: 2px;
+  -moz-margin-end: 2px;
+/*
+  Firefox browser/themes/windows/browser.css
+  color: #FDF3DE;
+  min-width: 16px;
+  text-shadow: none;
+  background-image: linear-gradient(#B4211B, #8A1915);
+  border-radius: 1px;
+  -moz-margin-end: 5px;
+  Firefox browser/themes/linux/browser.css
+  color: #FDF3DE;
+  min-width: 16px;
+  text-shadow: none;
+  background-image: linear-gradient(#B4211B, #8A1915);
+  border-radius: 1px;
+  -moz-margin-end: 2px;
+*/
+}
+
+/* GCLI */
+
+html|*#gcli-tooltip-frame,
+html|*#gcli-output-frame {
+  padding: 0;
+  border-width: 0;
+  background-color: transparent;
+}
+
+#gcli-output,
+#gcli-tooltip {
+  border-width: 0;
+  background-color: transparent;
+  -moz-appearance: none;
+}
+
+.gclitoolbar-input-node,
+.gclitoolbar-complete-node {
+  -moz-box-align: center;
+  padding-top: 0;
+  padding-bottom: 0;
+  padding-right: 8px;
+  text-shadow: none;
+  box-shadow: none;
+  background-color: transparent;
+}
+
+.gclitoolbar-input-node {
+  -moz-appearance: none;
+  color: var(--gcli-input-color);
+  background-color: var(--gcli-input-background);
+  background-repeat: no-repeat;
+  background-position: 4px center;
+  box-shadow: 1px 0 0 var(--gcli-border-color) inset,
+              -1px 0 0 var(--gcli-border-color) inset;
+  outline-style: none;
+  padding: 0;
+}
+
+.gclitoolbar-input-node[focused="true"] {
+  background-color: var(--gcli-input-focused-background);
+}
+
+.gclitoolbar-input-node::before {
+  content: "";
+  display: inline-block;
+  -moz-box-ordinal-group: 0;
+  width: 16px;
+  height: 16px;
+  margin: 0 2px;
+  background-image: url("chrome://devtools/skin/images/commandline-icon.png");
+  background-position: 0 center;
+  background-size: 32px 16px;
+}
+
+.gclitoolbar-input-node[focused="true"]::before {
+  background-position: -16px center;
+}
+
+@media (min-resolution: 1.1dppx) {
+  .gclitoolbar-input-node::before {
+    background-image: url("chrome://devtools/skin/images/commandline-icon@2x.png");
+  }
+}
+
+.gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection {
+  background-color: var(--selection-background);
+  color: var(--selection-color);
+  text-shadow: none;
+}
+
+.gclitoolbar-complete-node {
+  padding-left: 21px;
+  background-color: transparent;
+  color: transparent;
+  z-index: 100;
+  pointer-events: none;
+}
+
+.gcli-in-incomplete,
+.gcli-in-error,
+.gcli-in-ontab,
+.gcli-in-todo,
+.gcli-in-closebrace,
+.gcli-in-param,
+.gcli-in-valid {
+  margin: 0;
+  padding: 0;
+}
+
+.gcli-in-incomplete {
+  border-bottom: 2px dotted #999;
+}
+
+.gcli-in-error {
+  border-bottom: 2px dotted #F00;
+}
+
+.gcli-in-ontab {
+  color: hsl(210,0%,35%);
+}
+
+.gcli-in-todo {
+  color: hsl(210,50%,35%);
+}
+
+.gcli-in-closebrace {
+  color: hsl(0,0%,80%);
+}
index 32f5d6ed1ab9fe89567fc11ff346c3a72fde1963..965f16cb30680b20d0ecd809ecf948480244f7b6 100644 (file)
   font-size: smaller;
 }
 
-/* the following two ids refer to <span> elements defined in safeBrowsing.dtd */
+/* the following ids refer to <span> elements defined in safeBrowsing.dtd */
 
 #malware_sitename,
-#phishing_sitename {
+#phishing_sitename,
+#unwanted_sitename,
+#forbidden_sitename {
   word-wrap: break-word;
 }
index 0d77316e4b152a124b1f37197dc4fbb89841f853..8e90581434d1bd9441d8c65ce7856702a3c17aef 100644 (file)
@@ -11,6 +11,7 @@
   opacity: .5;
 }
 
+.permissionpwd,
 .permission {
   padding-top: 6px;
   padding-bottom: 6px;
index 55cf56d53456285a3ce386ee571fb92c810d4c16..3ce6e4f378949b522c2e3f26170bdd297cfa3a49 100644 (file)
@@ -50,6 +50,7 @@
   -moz-padding-start: 3px;
   -moz-padding-end: 8px;
   height: auto;
+  overflow-x: hidden;
 }
 
 .sidebar-header-text {
 
 .tab-back {
   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-}
\ No newline at end of file
+}
index cf764508440d38bad013d730a59e44cc46b77735..26451bcbd1d974167486035c3cb3f35fdd589c72 100644 (file)
@@ -24,3 +24,7 @@
 #statusContainerBox {
   height: 24px;
 }
+
+#autotagPrefix {
+  width: 300px;
+}
diff --git a/LCARStrek/navigator/webDeveloper.css b/LCARStrek/navigator/webDeveloper.css
new file mode 100644 (file)
index 0000000..5134d9c
--- /dev/null
@@ -0,0 +1,196 @@
+/* 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/. */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
+
+/* Mostly copied from mozilla/devtools/client/themes/commandline.inc.css  */
+/* Developer Tools */
+
+/* Developer toolbar */
+
+/* NOTE: THESE NEED TO STAY IN SYNC WITH LIGHT-THEME.CSS AND DARK-THEME.CSS.
+   We are copy/pasting variables from light-theme and dark-theme,
+   since they aren't loaded in this context (within browser.css). */
+#developer-toolbar[devtoolstheme="light"],
+#developer-toolbar[devtoolstheme="dark"] {
+  --gcli-background-color: #000000; /* --theme-toolbar-background */
+  --gcli-input-background: #000000; /* --theme-tab-toolbar-background */
+  --gcli-input-focused-background: #402800; /* --theme-tab-toolbar-background */
+  --gcli-input-color: #A09090; /* --theme-body-color-alt */
+  --gcli-border-color: #9C9CFF; /* --theme-splitter-color */
+  --selection-background: #008484; /* --theme-selection-background */
+  --selection-color: #000000; /* --theme-selection-color */
+}
+
+#developer-toolbar {
+  padding: 0;
+  background-color: var(--gcli-background-color);
+  border-top: 1px solid var(--gcli-border-color);
+}
+
+#developer-toolbar[devtoolstheme="light"] .gclitoolbar-input-node:not([focused=true])::before  {
+  filter: invert(1);
+}
+
+#developer-toolbar-toolbox-button {
+  list-style-image: url("chrome://devtools/skin/images/toggle-tools.png");
+  -moz-image-region: rect(0px, 64px, 16px, 48px);
+}
+
+#developer-toolbar-toolbox-button:hover > .toolbarbutton-icon {
+  filter: brightness(120%);
+}
+
+#developer-toolbar-toolbox-button:hover:active > .toolbarbutton-icon {
+  filter: saturate(150%);
+}
+
+#developer-toolbar-toolbox-button[checked=true] > .toolbarbutton-icon {
+  filter: hue-rotate(180deg);
+}
+
+@media (min-resolution: 1.1dppx) {
+  #developer-toolbar-toolbox-button {
+    list-style-image: url("chrome://devtools/skin/images/toggle-tools@2x.png");
+    -moz-image-region: rect(0px, 128px, 32px, 96px);
+  }
+}
+
+/* Error counter */
+
+#developer-toolbar-toolbox-button[error-count]:before {
+  color: #000000;
+  min-width: 16px;
+  text-shadow: none;
+  background-color: #FF0000;
+  border-radius: 1px;
+  -moz-margin-end: 5px;
+/*
+  Firefox browser/themes/windows/browser.css
+  color: #FDF3DE;
+  min-width: 16px;
+  text-shadow: none;
+  background-image: linear-gradient(#B4211B, #8A1915);
+  border-radius: 1px;
+  -moz-margin-end: 5px;
+  Firefox browser/themes/linux/browser.css
+  color: #FDF3DE;
+  min-width: 16px;
+  text-shadow: none;
+  background-image: linear-gradient(#B4211B, #8A1915);
+  border-radius: 1px;
+  -moz-margin-end: 2px;
+*/
+}
+
+/* GCLI */
+
+html|*#gcli-tooltip-frame,
+html|*#gcli-output-frame {
+  padding: 0;
+  border-width: 0;
+  background-color: transparent;
+}
+
+#gcli-output,
+#gcli-tooltip {
+  border-width: 0;
+  background-color: transparent;
+  -moz-appearance: none;
+}
+
+.gclitoolbar-input-node,
+.gclitoolbar-complete-node {
+  -moz-box-align: center;
+  padding-top: 0;
+  padding-bottom: 0;
+  padding-right: 8px;
+  text-shadow: none;
+  box-shadow: none;
+  background-color: transparent;
+}
+
+.gclitoolbar-input-node {
+  -moz-appearance: none;
+  color: var(--gcli-input-color);
+  background-color: var(--gcli-input-background);
+  background-repeat: no-repeat;
+  background-position: 4px center;
+  box-shadow: 1px 0 0 var(--gcli-border-color) inset,
+              -1px 0 0 var(--gcli-border-color) inset;
+  outline-style: none;
+  padding: 0;
+}
+
+.gclitoolbar-input-node[focused="true"] {
+  background-color: var(--gcli-input-focused-background);
+}
+
+.gclitoolbar-input-node::before {
+  content: "";
+  display: inline-block;
+  -moz-box-ordinal-group: 0;
+  width: 16px;
+  height: 16px;
+  margin: 0 2px;
+  background-image: url("chrome://devtools/skin/images/commandline-icon.png");
+  background-position: 0 center;
+  background-size: 32px 16px;
+}
+
+.gclitoolbar-input-node[focused="true"]::before {
+  background-position: -16px center;
+}
+
+@media (min-resolution: 1.1dppx) {
+  .gclitoolbar-input-node::before {
+    background-image: url("chrome://devtools/skin/images/commandline-icon@2x.png");
+  }
+}
+
+.gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection {
+  background-color: var(--selection-background);
+  color: var(--selection-color);
+  text-shadow: none;
+}
+
+.gclitoolbar-complete-node {
+  padding-left: 21px;
+  background-color: transparent;
+  color: transparent;
+  z-index: 100;
+  pointer-events: none;
+}
+
+.gcli-in-incomplete,
+.gcli-in-error,
+.gcli-in-ontab,
+.gcli-in-todo,
+.gcli-in-closebrace,
+.gcli-in-param,
+.gcli-in-valid {
+  margin: 0;
+  padding: 0;
+}
+
+.gcli-in-incomplete {
+  border-bottom: 2px dotted #8050B0;
+}
+
+.gcli-in-error {
+  border-bottom: 2px dotted #FF0000;
+}
+
+.gcli-in-ontab {
+  color: #9C9CFF;
+}
+
+.gcli-in-todo {
+  color: #795900;
+}
+
+.gcli-in-closebrace {
+  color: #8050B0;
+}