rest of LCARStrek updates for toolkit winstripe in Firefox 15
[themes.git] / LCARStrek / browser / devtools / gcli.css
index 8237ff25e57ee12dae0a8911853af17844cb9839..16d8fe2d78b1ccd9fddc72f706b63429a5eeaa4a 100644 (file)
@@ -2,10 +2,43 @@
  * 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/. */
 
-#gclichrome-body {
+.gcli-body {
   margin: 0;
-  padding: 0;
   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  color: #FF9F00;
+}
+
+#gcli-output-root,
+#gcli-tooltip-root {
+  border: 1px solid #008484;
+  background-color: #000000;
+  border-radius: 3px;
+}
+
+#gcli-output-root {
+  padding: 5px 10px;
+  border-bottom-left-radius: 0;
+  border-bottom-right-radius: 0;
+  border-bottom: 0;
+}
+
+#gcli-tooltip-root {
+  padding: 5px 0px;
+}
+
+#gcli-tooltip-connector {
+  margin-top: -1px;
+  margin-left: 8px;
+  width: 20px;
+  height: 10px;
+  border-left: 1px solid #008484;
+  border-right: 1px solid #008484;
+  background-color: #000000;
+}
+
+.gcli-tt-description,
+.gcli-tt-error {
+  padding: 0 10px;
 }
 
 .gcli-row-out {
@@ -13,6 +46,7 @@
   line-height: 1.2em;
   border-top: none;
   border-bottom: none;
+  color: #9C9CFF;
 }
 
 .gcli-row-out p,
   margin: 5px 0;
 }
 
-.gcli-out-shortcut {
-  border: 1px solid #8050B0;
-  border-radius: 3px;
-  padding: 1px 4px 0;
-  margin: 0 4px;
-  font-size: 80%;
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
-  cursor: pointer;
-  vertical-align: bottom;
-  white-space: pre;
-  background-color: #000000;
-}
-
-.gcli-out-shortcut:before {
+.gcli-row-out h1,
+.gcli-row-out h2,
+.gcli-row-out h3,
+.gcli-row-out h4,
+.gcli-row-out h5,
+.gcli-row-out th,
+.gcli-row-out strong {
   color: #FFCF00;
-  content: '\bb';
-}
-
-/* From: $GCLI/lib/gcli/commands/help.css */
-
-.gcli-help-arrow {
-  font-size: 70%;
-  color: #008484;
 }
 
+.gcli-out-shortcut,
 .gcli-help-synopsis {
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
-  font-weight: normal;
   padding: 0 3px;
-  margin: 0 10px;
-  border: 1px solid #9C9CFF;
+  margin: 0 4px;
+  font-weight: normal;
+  font-size: 90%;
   border-radius: 3px;
+  background-color: #000000;
+  color: #E7ADE7;
+  border: 1px solid #8050B0;
 }
 
+.gcli-out-shortcut:before,
 .gcli-help-synopsis:before {
   color: #FFCF00;
+  -moz-padding-end: 2px;
+}
+
+.gcli-help-arrow {
+  color: #008484;
 }
 
 .gcli-help-description {
   margin: 10px 0 6px;
 }
 
-
-/* From: $GCLI/lib/gcli/ui/menu.css */
-
 .gcli-menu-name {
   -moz-padding-start: 8px;
 }
   background-color: #795900;
 }
 
-.gcli-menu-error {
-  padding: 8px 10px 2px;
-  font-size: 80%;
-  color: #FF0000;
-}
-
 .gcli-menu-typed {
   color: #008484;
 }