1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/osx/devtools/commandline.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,156 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +.gcli-body { 1.9 + margin: 0; 1.10 + font: message-box; 1.11 + color: hsl(210,30%,85%); 1.12 +} 1.13 + 1.14 +#gcli-output-root, 1.15 +#gcli-tooltip-root { 1.16 + border: 1px solid hsl(206,37%,4%); 1.17 + box-shadow: 0 1px 0 hsla(209,29%,72%,.25) inset; 1.18 + background-image: url(background-noise-toolbar.png), 1.19 + linear-gradient(hsla(209,18%,18%,0.9), hsl(209,23%,18%)); 1.20 + border-radius: 3px; 1.21 +} 1.22 + 1.23 +#gcli-output-root { 1.24 + padding: 5px 10px; 1.25 + border-bottom-left-radius: 0; 1.26 + border-bottom-right-radius: 0; 1.27 + border-bottom: 0; 1.28 +} 1.29 + 1.30 +#gcli-tooltip-root { 1.31 + padding: 5px 0px; 1.32 +} 1.33 + 1.34 +#gcli-tooltip-connector { 1.35 + margin-top: -1px; 1.36 + margin-left: 8px; 1.37 + width: 20px; 1.38 + height: 10px; 1.39 + border-left: 1px solid hsl(206,37%,4%); 1.40 + border-right: 1px solid hsl(206,37%,4%); 1.41 + background-color: hsl(209,23%,18%); 1.42 + background-image: url(background-noise-toolbar.png); 1.43 +} 1.44 + 1.45 +.gcli-tt-description, 1.46 +.gcli-tt-error { 1.47 + padding: 0 10px; 1.48 +} 1.49 + 1.50 +.gcli-row-out { 1.51 + padding: 0 5px; 1.52 + line-height: 1.2em; 1.53 + border-top: none; 1.54 + border-bottom: none; 1.55 + color: hsl(210,30%,85%); 1.56 +} 1.57 + 1.58 +.gcli-row-out p, 1.59 +.gcli-row-out h1, 1.60 +.gcli-row-out h2, 1.61 +.gcli-row-out h3 { 1.62 + margin: 5px 0; 1.63 +} 1.64 + 1.65 +.gcli-row-out h1, 1.66 +.gcli-row-out h2, 1.67 +.gcli-row-out h3, 1.68 +.gcli-row-out h4, 1.69 +.gcli-row-out h5, 1.70 +.gcli-row-out th, 1.71 +.gcli-row-out strong, 1.72 +.gcli-row-out pre { 1.73 + color: hsl(210,30%,95%); 1.74 +} 1.75 + 1.76 +.gcli-row-out pre { 1.77 + font-size: 80%; 1.78 +} 1.79 + 1.80 +.gcli-row-out td { 1.81 + white-space: nowrap; 1.82 +} 1.83 + 1.84 +.gcli-out-shortcut, 1.85 +.gcli-help-synopsis { 1.86 + padding: 0 3px; 1.87 + margin: 0 4px; 1.88 + font-weight: normal; 1.89 + font-size: 90%; 1.90 + border-radius: 3px; 1.91 + background-color: hsl(209,23%,18%); 1.92 + border: 1px solid hsl(206,37%,4%); 1.93 +} 1.94 + 1.95 +.gcli-out-shortcut:before, 1.96 +.gcli-help-synopsis:before { 1.97 + color: hsl(210,30%,85%); 1.98 + -moz-padding-end: 2px; 1.99 +} 1.100 + 1.101 +.gcli-help-arrow { 1.102 + color: #666; 1.103 +} 1.104 + 1.105 +.gcli-help-description { 1.106 + margin: 0 20px; 1.107 + padding: 0; 1.108 +} 1.109 + 1.110 +.gcli-help-parameter { 1.111 + margin: 0 30px; 1.112 + padding: 0; 1.113 +} 1.114 + 1.115 +.gcli-help-header { 1.116 + margin: 10px 0 6px; 1.117 +} 1.118 + 1.119 +.gcli-menu-name { 1.120 + -moz-padding-start: 8px; 1.121 +} 1.122 + 1.123 +.gcli-menu-desc { 1.124 + -moz-padding-end: 8px; 1.125 + color: hsl(210,30%,75%); 1.126 +} 1.127 + 1.128 +.gcli-menu-name:hover, 1.129 +.gcli-menu-desc:hover { 1.130 + background-color: hsla(0,0%,0%,.3); 1.131 +} 1.132 + 1.133 +.gcli-menu-highlight, 1.134 +.gcli-menu-highlight:hover { 1.135 + background-color: hsla(0,100%,100%,.1); 1.136 +} 1.137 + 1.138 +.gcli-menu-typed { 1.139 + color: hsl(25,78%,50%); 1.140 +} 1.141 + 1.142 +.gcli-menu-more { 1.143 + font-size: 80%; 1.144 + text-align: right; 1.145 + -moz-padding-end: 8px; 1.146 +} 1.147 + 1.148 +.gcli-addon-disabled { 1.149 + opacity: 0.6; 1.150 + text-decoration: line-through; 1.151 +} 1.152 + 1.153 +.gcli-breakpoint-label { 1.154 + font-weight: bold; 1.155 +} 1.156 + 1.157 +.gcli-breakpoint-lineText { 1.158 + font-family: monospace; 1.159 +}