michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: .gcli-body { michael@0: margin: 0; michael@0: font: message-box; michael@0: color: hsl(210,30%,85%); michael@0: } michael@0: michael@0: #gcli-output-root, michael@0: #gcli-tooltip-root { michael@0: border: 1px solid hsl(206,37%,4%); michael@0: box-shadow: 0 1px 0 hsla(209,29%,72%,.25) inset; michael@0: background-image: linear-gradient(hsla(209,18%,18%,0.9), hsl(209,23%,18%)); michael@0: border-radius: 3px; michael@0: } michael@0: michael@0: #gcli-output-root { michael@0: padding: 5px 10px; michael@0: border-bottom-left-radius: 0; michael@0: border-bottom-right-radius: 0; michael@0: border-bottom: 0; michael@0: } michael@0: michael@0: #gcli-tooltip-root { michael@0: padding: 5px 0px; michael@0: } michael@0: michael@0: #gcli-tooltip-connector { michael@0: margin-top: -1px; michael@0: margin-left: 8px; michael@0: width: 20px; michael@0: height: 10px; michael@0: border-left: 1px solid hsl(206,37%,4%); michael@0: border-right: 1px solid hsl(206,37%,4%); michael@0: background-color: hsl(209,23%,18%); michael@0: } michael@0: michael@0: .gcli-tt-description, michael@0: .gcli-tt-error { michael@0: padding: 0 10px; michael@0: } michael@0: michael@0: .gcli-row-out { michael@0: padding: 0 5px; michael@0: line-height: 1.2em; michael@0: border-top: none; michael@0: border-bottom: none; michael@0: color: hsl(210,30%,85%); michael@0: } michael@0: michael@0: .gcli-row-out p, michael@0: .gcli-row-out h1, michael@0: .gcli-row-out h2, michael@0: .gcli-row-out h3 { michael@0: margin: 5px 0; michael@0: } michael@0: michael@0: .gcli-row-out h1, michael@0: .gcli-row-out h2, michael@0: .gcli-row-out h3, michael@0: .gcli-row-out h4, michael@0: .gcli-row-out h5, michael@0: .gcli-row-out th, michael@0: .gcli-row-out strong, michael@0: .gcli-row-out pre { michael@0: color: hsl(210,30%,95%); michael@0: } michael@0: michael@0: .gcli-row-out pre { michael@0: font-size: 80%; michael@0: } michael@0: michael@0: .gcli-row-out td { michael@0: white-space: nowrap; michael@0: } michael@0: michael@0: .gcli-out-shortcut, michael@0: .gcli-help-synopsis { michael@0: padding: 0 3px; michael@0: margin: 0 4px; michael@0: font-weight: normal; michael@0: font-size: 90%; michael@0: border-radius: 3px; michael@0: background-color: hsl(209,23%,18%); michael@0: border: 1px solid hsl(206,37%,4%); michael@0: } michael@0: michael@0: .gcli-out-shortcut:before, michael@0: .gcli-help-synopsis:before { michael@0: color: hsl(210,30%,85%); michael@0: -moz-padding-end: 2px; michael@0: } michael@0: michael@0: .gcli-help-arrow { michael@0: color: #666; michael@0: } michael@0: michael@0: .gcli-help-description { michael@0: margin: 0 20px; michael@0: padding: 0; michael@0: } michael@0: michael@0: .gcli-help-parameter { michael@0: margin: 0 30px; michael@0: padding: 0; michael@0: } michael@0: michael@0: .gcli-help-header { michael@0: margin: 10px 0 6px; michael@0: } michael@0: michael@0: .gcli-menu-name { michael@0: -moz-padding-start: 8px; michael@0: } michael@0: michael@0: .gcli-menu-desc { michael@0: -moz-padding-end: 8px; michael@0: color: hsl(210,30%,75%); michael@0: } michael@0: michael@0: .gcli-menu-name:hover, michael@0: .gcli-menu-desc:hover { michael@0: background-color: hsla(0,0%,0%,.3); michael@0: } michael@0: michael@0: .gcli-menu-highlight, michael@0: .gcli-menu-highlight:hover { michael@0: background-color: hsla(0,100%,100%,.1); michael@0: } michael@0: michael@0: .gcli-menu-typed { michael@0: color: hsl(25,78%,50%); michael@0: } michael@0: michael@0: .gcli-menu-more { michael@0: font-size: 80%; michael@0: text-align: right; michael@0: -moz-padding-end: 8px; michael@0: } michael@0: michael@0: .gcli-addon-disabled { michael@0: opacity: 0.6; michael@0: text-decoration: line-through; michael@0: } michael@0: michael@0: .gcli-breakpoint-label { michael@0: font-weight: bold; michael@0: } michael@0: michael@0: .gcli-breakpoint-lineText { michael@0: font-family: monospace; michael@0: }