browser/themes/windows/devtools/commandline.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 /* This Source Code Form is subject to the terms of the Mozilla Public
     2  * License, v. 2.0. If a copy of the MPL was not distributed with this
     3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 .gcli-body {
     6   margin: 0;
     7   font: message-box;
     8   color: hsl(210,30%,85%);
     9 }
    11 #gcli-output-root,
    12 #gcli-tooltip-root {
    13   border: 1px solid hsl(206,37%,4%);
    14   box-shadow: 0 1px 0 hsla(209,29%,72%,.25) inset;
    15   background-image: linear-gradient(hsla(209,18%,18%,0.9), hsl(209,23%,18%));
    16   border-radius: 3px;
    17 }
    19 #gcli-output-root {
    20   padding: 5px 10px;
    21   border-bottom-left-radius: 0;
    22   border-bottom-right-radius: 0;
    23   border-bottom: 0;
    24 }
    26 #gcli-tooltip-root {
    27   padding: 5px 0px;
    28 }
    30 #gcli-tooltip-connector {
    31   margin-top: -1px;
    32   margin-left: 8px;
    33   width: 20px;
    34   height: 10px;
    35   border-left: 1px solid hsl(206,37%,4%);
    36   border-right: 1px solid hsl(206,37%,4%);
    37   background-color: hsl(209,23%,18%);
    38 }
    40 .gcli-tt-description,
    41 .gcli-tt-error {
    42   padding: 0 10px;
    43 }
    45 .gcli-row-out {
    46   padding: 0 5px;
    47   line-height: 1.2em;
    48   border-top: none;
    49   border-bottom: none;
    50   color: hsl(210,30%,85%);
    51 }
    53 .gcli-row-out p,
    54 .gcli-row-out h1,
    55 .gcli-row-out h2,
    56 .gcli-row-out h3 {
    57   margin: 5px 0;
    58 }
    60 .gcli-row-out h1,
    61 .gcli-row-out h2,
    62 .gcli-row-out h3,
    63 .gcli-row-out h4,
    64 .gcli-row-out h5,
    65 .gcli-row-out th,
    66 .gcli-row-out strong,
    67 .gcli-row-out pre {
    68   color: hsl(210,30%,95%);
    69 }
    71 .gcli-row-out pre {
    72   font-size: 80%;
    73 }
    75 .gcli-row-out td {
    76   white-space: nowrap;
    77 }
    79 .gcli-out-shortcut,
    80 .gcli-help-synopsis {
    81   padding: 0 3px;
    82   margin: 0 4px;
    83   font-weight: normal;
    84   font-size: 90%;
    85   border-radius: 3px;
    86   background-color: hsl(209,23%,18%);
    87   border: 1px solid hsl(206,37%,4%);
    88 }
    90 .gcli-out-shortcut:before,
    91 .gcli-help-synopsis:before {
    92   color: hsl(210,30%,85%);
    93   -moz-padding-end: 2px;
    94 }
    96 .gcli-help-arrow {
    97   color: #666;
    98 }
   100 .gcli-help-description {
   101   margin: 0 20px;
   102   padding: 0;
   103 }
   105 .gcli-help-parameter {
   106   margin: 0 30px;
   107   padding: 0;
   108 }
   110 .gcli-help-header {
   111   margin: 10px 0 6px;
   112 }
   114 .gcli-menu-name {
   115   -moz-padding-start: 8px;
   116 }
   118 .gcli-menu-desc {
   119   -moz-padding-end: 8px;
   120   color: hsl(210,30%,75%);
   121 }
   123 .gcli-menu-name:hover,
   124 .gcli-menu-desc:hover {
   125   background-color: hsla(0,0%,0%,.3);
   126 }
   128 .gcli-menu-highlight,
   129 .gcli-menu-highlight:hover {
   130   background-color: hsla(0,100%,100%,.1);
   131 }
   133 .gcli-menu-typed {
   134   color: hsl(25,78%,50%);
   135 }
   137 .gcli-menu-more {
   138   font-size: 80%;
   139   text-align: right;
   140   -moz-padding-end: 8px;
   141 }
   143 .gcli-addon-disabled {
   144   opacity: 0.6;
   145   text-decoration: line-through;
   146 }
   148 .gcli-breakpoint-label {
   149   font-weight: bold;
   150 }
   152 .gcli-breakpoint-lineText {
   153   font-family: monospace;
   154 }

mercurial