Merge branch 'master' of linz:/srv/git/themes
authorRobert Kaiser <robert@notebook.box.kairo.at>
Fri, 2 Dec 2011 23:22:06 +0000 (00:22 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Fri, 2 Dec 2011 23:22:06 +0000 (00:22 +0100)
LCARStrek/browser/browser.css
LCARStrek/browser/devtools/arrows.png [new file with mode: 0644]
LCARStrek/browser/devtools/csshtmltree.css [new file with mode: 0644]
LCARStrek/browser/devtools/search.png [new file with mode: 0644]
LCARStrek/browser/reload-stop-go.png

index d545a15077335faf14d10f3e50a63e0831745d85..f37c8e3f6fc387c6898523ce03585473372d46aa 100644 (file)
@@ -1135,12 +1135,6 @@ toolbar[mode="full"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
 
 /* ::::: Location Bar ::::: */
 
-#urlbar {
-  width: 7em;
-  min-width: 7em;
-  color: #FFBFFF;
-}
-
 #urlbar,
 .searchbar-textbox {
   border-radius: 5px;
@@ -1148,6 +1142,12 @@ toolbar[mode="full"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
   -moz-margin-start: 3px;
 }
 
+#urlbar {
+  width: 7em;
+  min-width: 7em;
+  -moz-padding-end: 2px;
+}
+
 #urlbar:-moz-lwtheme,
 .searchbar-textbox:-moz-lwtheme {
   /* background-color: rgba(255,255,255,.8);
@@ -1175,12 +1175,16 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
 }
 
 #urlbar-icons {
-  height: 18px;
   -moz-box-align: center;
 }
 
 .urlbar-icon {
-  padding: 0 2px !important;
+  padding: 3px 3px;
+}
+
+.searchbar-engine-button,
+.search-go-container {
+  padding: 2px 2px;
 }
 
 .urlbar-icon:-moz-system-metric(touch-enabled) {
@@ -1188,6 +1192,13 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
   padding: 0 3px !important;
 }
 
+.urlbar-icon:hover {
+}
+
+.urlbar-icon[open="true"],
+.urlbar-icon:hover:active {
+}
+
 #urlbar-search-splitter {
   min-width: 6px;
   -moz-margin-start: -3px;
@@ -1263,6 +1274,13 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
   border-radius: 0px;
 }
 
+.urlbar-history-dropmarker:hover {
+}
+
+.urlbar-history-dropmarker:hover:active,
+.urlbar-history-dropmarker[open="true"] {
+}
+
 /* page proxy icon */
 
 #page-proxy-favicon,
@@ -1356,33 +1374,23 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
   border-top: 1px solid #9C9CFF;
 }
 
-/* go button */
-
-#go-button {
-  list-style-image: url("chrome://browser/skin/Go-arrow.png");
-  -moz-image-region: rect(0px, 16px, 16px, 0px);
-}
-
-#go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
-  -moz-transform: scaleX(-1);
-}
-
-#go-button:hover {
-  -moz-image-region: rect(16px, 16px, 32px, 0px);
-}
-
 /* combined go/reload/stop button in location bar */
 
+#go-button,
 #urlbar > toolbarbutton {
   list-style-image: url("chrome://browser/skin/reload-stop-go.png");
   /* margin: -2px; */
   -moz-margin-start: 0;
-  padding: 0 3px;
+  padding: 0 2px;
   background-origin: border-box;
   border: none;
   -moz-border-start: 1px solid #9C9CFF;
 }
 
+#go-button {
+  padding: 0 3px;
+}
+
 #urlbar:-moz-locale-dir(ltr) > toolbarbutton {
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
@@ -1403,31 +1411,37 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
 }
 
 #urlbar-go-button {
-  -moz-image-region: rect(0px, 56px, 14px, 42px);
+  -moz-image-region: rect(0, 42px, 14px, 28px);
 }
 
-#urlbar-go-button:hover {
-  -moz-image-region: rect(14px, 56px, 28px, 42px);
+#go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,
+#urlbar-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
+  -moz-transform: scaleX(-1);
+}
+
+#urlbar-go-button:hover,
+#go-button:hover {
+  -moz-image-region: rect(14px, 42px, 28px, 28px);
 }
 
 #urlbar-reload-button {
-  -moz-image-region: rect(0px, 28px, 14px, 14px);
+  -moz-image-region: rect(0px, 14px, 14px, 0px);
 }
 
 #urlbar-reload-button[disabled] {
-  -moz-image-region: rect(0px, 14px, 14px, 0px);
+  -moz-image-region: rect(28px, 14px, 42px, 0px);
 }
 
 #urlbar-reload-button:not([disabled]):hover {
-  -moz-image-region: rect(14px, 28px, 28px, 14px);
+  -moz-image-region: rect(14px, 14px, 28px, 0px);
 }
 
 #urlbar-stop-button {
-  -moz-image-region: rect(0px, 42px, 14px, 28px);
+  -moz-image-region: rect(0px, 28px, 14px, 14px);
 }
 
 #urlbar-stop-button:hover {
-  -moz-image-region: rect(14px, 42px, 28px, 28px);
+  -moz-image-region: rect(14px, 28px, 28px, 14px);
 }
 
 /* popup blocker button */
diff --git a/LCARStrek/browser/devtools/arrows.png b/LCARStrek/browser/devtools/arrows.png
new file mode 100644 (file)
index 0000000..83ec0cc
Binary files /dev/null and b/LCARStrek/browser/devtools/arrows.png differ
diff --git a/LCARStrek/browser/devtools/csshtmltree.css b/LCARStrek/browser/devtools/csshtmltree.css
new file mode 100644 (file)
index 0000000..f7f2363
--- /dev/null
@@ -0,0 +1,186 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is the Mozilla Inspector Module.
+ *
+ * The Initial Developer of the Original Code is
+ * The Mozilla Foundation.
+ * Portions created by the Initial Developer are Copyright (C) 2011
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Walker <jwalker@mozilla.com> (original author)
+ *   Mihai È˜ucan <mihai.sucan@gmail.com>
+ *   Michael Ratcliffe <mratcliffe@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 ***** */
+
+body {
+  font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  font-size: 11px;
+  background: #000000;
+}
+.path,
+.filters {
+  font-size: 11px;
+  word-spacing: -1px;
+}
+.path ol {
+  list-style: none outside none;
+  margin: 0;
+  padding: 0;
+}
+.path li {
+  border-radius: 3px;
+  padding: 2px 3px;
+  font-weight: bold;
+  font-size: 11px;
+  display: inline-block;
+}
+.path li:after {
+  content: " > ";
+}
+.path li:last-child {
+}
+.path li:last-child:after {
+  color: red;
+  content: "";
+}
+
+.property-header {
+  padding: 2px 5px;
+  color: #9C9CFF;
+}
+
+.property-name,
+.rule-matched,
+.rule-unmatched {
+  cursor: pointer;
+}
+
+/* Take away these two :visited rules to get a core dumper     */
+/* See https://bugzilla.mozilla.org/show_bug.cgi?id=575675#c30 */
+.link {
+  color: #55A;
+}
+.link:visited {
+  color: #55A;
+}
+a.link {
+  text-decoration: none;
+  cursor: pointer;
+}
+a.link:visited {
+  text-decoration: none;
+}
+
+.rule-matched,
+.rule-unmatched {
+  padding: 2px 0;
+  white-space: nowrap;
+}
+
+.rulelink {
+  color: #55A;
+}
+
+.expander {
+  width: 8px;
+  height: 8px;
+  float: left;
+  -moz-margin-start: 15px;
+  -moz-margin-end: 5px;
+  margin-top: 3px;
+  background: url("chrome://browser/skin/devtools/arrows.png");
+  background-position: 24px 0;
+}
+
+.searchfield {
+  background: url("chrome://browser/skin/devtools/search.png") no-repeat;
+  border-radius: 5px;
+  -moz-padding-start: 20px;
+  width: 135px;
+  float: right;
+}
+
+.expander[dir="rtl"] {
+  background-position: 16px 0;
+}
+.expander[open] {
+  background-position: 8px 0;
+}
+
+.property-name {
+  display: inline-block;
+  font-size: 12px;
+  font-weight: bold;
+  color: #FF9F00;
+}
+.property-value {
+  display: inline-block;
+  font-size: 10px;
+}
+
+.property-view-hidden {
+  display: none;
+}
+
+.rule-link {
+  text-align: end;
+  -moz-padding-start: 10px;
+}
+
+/* This rule is necessary because Templater.jsm breaks LTR TDs in RTL docs */
+.rule-text {
+  direction: ltr;
+  -moz-padding-start: 10px;
+}
+
+.resizerbox {
+  background-color: #000000;
+}
+
+.bestmatch {
+  color: #FFCF00;
+}
+.matched {
+  text-decoration: line-through;
+}
+.parentmatch {
+  color: #9C9CFF;
+}
+.unmatched {
+  color: #E7ADE7;
+}
+
+.userStyles {
+  position: relative;
+  top: 3px;
+}
+
+.userStyles,
+.userStylesLabel {
+  cursor: pointer;
+}
diff --git a/LCARStrek/browser/devtools/search.png b/LCARStrek/browser/devtools/search.png
new file mode 100644 (file)
index 0000000..d175a66
Binary files /dev/null and b/LCARStrek/browser/devtools/search.png differ
index 800240b2af5ee485589abd4b4c506029af1e75eb..51eac3fb32b18d4ddb0be2dc6cefc61002107fdd 100644 (file)
Binary files a/LCARStrek/browser/reload-stop-go.png and b/LCARStrek/browser/reload-stop-go.png differ