2012-05-21 04:12:37 -07:00
|
|
|
/* 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/. */
|
2011-05-27 05:49:02 -07:00
|
|
|
|
2012-06-01 00:24:19 -07:00
|
|
|
.gcli-body {
|
2012-05-10 10:33:54 -07:00
|
|
|
margin: 0;
|
|
|
|
font: message-box;
|
2012-06-01 00:24:19 -07:00
|
|
|
color: hsl(210,30%,85%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#gcli-output-root,
|
|
|
|
#gcli-tooltip-root {
|
|
|
|
border: 1px solid hsl(210,11%,10%);
|
|
|
|
box-shadow: 0 1px 0 hsla(209,29%,72%,.25) inset;
|
|
|
|
background-image: -moz-linear-gradient(top, hsla(209,11%,18%,0.9), hsl(210,11%,16%));
|
|
|
|
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;
|
2012-07-04 15:39:58 -07:00
|
|
|
height: 10px;
|
2012-06-01 00:24:19 -07:00
|
|
|
border-left: 1px solid hsl(210,11%,10%);
|
|
|
|
border-right: 1px solid hsl(210,11%,10%);
|
|
|
|
background-color: hsl(210,11%,16%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-tt-description,
|
|
|
|
.gcli-tt-error {
|
|
|
|
padding: 0 10px;
|
2011-12-08 04:08:35 -08:00
|
|
|
}
|
|
|
|
|
2012-05-10 10:33:54 -07:00
|
|
|
.gcli-row-out {
|
|
|
|
padding: 0 5px;
|
|
|
|
line-height: 1.2em;
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: none;
|
2012-06-01 00:24:19 -07:00
|
|
|
color: hsl(210,30%,85%);
|
2012-05-02 13:20:02 -07:00
|
|
|
}
|
|
|
|
|
2012-05-10 10:33:54 -07:00
|
|
|
.gcli-row-out p,
|
|
|
|
.gcli-row-out h1,
|
|
|
|
.gcli-row-out h2,
|
|
|
|
.gcli-row-out h3 {
|
|
|
|
margin: 5px 0;
|
2012-05-02 13:20:02 -07:00
|
|
|
}
|
|
|
|
|
2012-06-01 00:24:19 -07:00
|
|
|
.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: hsl(210,30%,95%);
|
2011-12-08 04:08:35 -08:00
|
|
|
}
|
|
|
|
|
2012-06-01 00:24:19 -07:00
|
|
|
.gcli-out-shortcut,
|
2011-12-08 04:08:35 -08:00
|
|
|
.gcli-help-synopsis {
|
|
|
|
padding: 0 3px;
|
2012-06-01 00:24:19 -07:00
|
|
|
margin: 0 4px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 90%;
|
2011-12-08 04:08:35 -08:00
|
|
|
border-radius: 3px;
|
2012-06-01 00:24:19 -07:00
|
|
|
background-color: hsl(210,11%,16%);
|
|
|
|
border: 1px solid hsl(210,11%,10%);
|
2011-12-08 04:08:35 -08:00
|
|
|
}
|
|
|
|
|
2012-06-01 00:24:19 -07:00
|
|
|
.gcli-out-shortcut:before,
|
2011-12-08 04:08:35 -08:00
|
|
|
.gcli-help-synopsis:before {
|
2012-06-01 00:24:19 -07:00
|
|
|
color: hsl(210,30%,85%);
|
|
|
|
-moz-padding-end: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-help-arrow {
|
|
|
|
color: #666;
|
2011-12-08 04:08:35 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-help-description {
|
|
|
|
margin: 0 20px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-help-parameter {
|
|
|
|
margin: 0 30px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-help-header {
|
|
|
|
margin: 10px 0 6px;
|
|
|
|
}
|
2012-05-10 10:33:54 -07:00
|
|
|
|
|
|
|
.gcli-menu-name {
|
|
|
|
-moz-padding-start: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-menu-desc {
|
|
|
|
-moz-padding-end: 8px;
|
2012-06-01 00:24:19 -07:00
|
|
|
color: hsl(210,30%,75%);
|
2012-05-10 10:33:54 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-menu-option:hover {
|
2012-06-01 00:24:19 -07:00
|
|
|
background-color: hsla(0,100%,100%,.1);
|
2012-05-10 10:33:54 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-menu-highlight,
|
|
|
|
.gcli-menu-highlight.gcli-menu-option:hover {
|
2012-06-01 00:24:19 -07:00
|
|
|
background-color: hsla(0,0%,0%,.3);
|
2012-05-10 10:33:54 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-menu-typed {
|
|
|
|
color: hsl(25,78%,50%);
|
|
|
|
}
|
2012-07-05 13:47:45 -07:00
|
|
|
|
|
|
|
.gcli-menu-more {
|
|
|
|
font-size: 80%;
|
|
|
|
text-align: right;
|
|
|
|
-moz-padding-end: 8px;
|
|
|
|
}
|