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 /* ===== global.css =====================================================
6 == Styles that apply everywhere.
7 ======================================================================= */
9 /* all localizable skin settings shall live here */
10 @import url("chrome://global/locale/intl.css");
11 @import url("chrome://global/content/global-platform.css");
13 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
15 /* ::::: XBL bindings ::::: */
18 -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing");
22 -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing");
27 -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
31 -moz-binding: url("chrome://global/skin/globalBindings.xml#menulist-compact");
34 /* LCARStrek special bindings */
37 -moz-binding: url("chrome://global/skin/globalBindings.xml#statusbar");
41 -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar");
45 -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar");
48 toolbaritem > menubar {
49 -moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar");
52 /* ::::: root elements ::::: */
59 background-color: #000000;
61 /* font: 3mm "Final Frontier",tahoma,arial,helvetica,sans-serif; */
62 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
68 background-color: #000000;
71 -moz-padding-start: 8px;
72 -moz-padding-end: 10px;
75 /* ::::: alert icons :::::*/
81 .authentication-icon {
87 list-style-image: url("chrome://global/skin/icons/alert-message.gif");
91 list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
95 list-style-image: url("chrome://global/skin/icons/alert-error.gif");
99 .authentication-icon {
100 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
103 /* ::::: iframe ::::: */
113 /* ::::: statusbar ::::: */
121 background-color: #8050B0;
122 -moz-padding-start: 2px;
124 -moz-box-align: stretch;
128 border-radius: 9px 0px 0px 9px;
129 background-color: #6000CF;
131 -moz-margin-end: 3px;
135 border-radius: 0px 9px 9px 0px;
136 background-color: #6000CF;
138 -moz-margin-start: 3px;
142 -moz-box-align: center;
143 -moz-box-pack: center;
144 border-left: 3px solid black;
148 statusbarpanel:first-child {
152 statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
153 -moz-appearance: none;
154 border-top-style: none;
155 border-bottom-style: none;
156 -moz-border-start-style: none;
159 .statusbar-resizerpanel {
165 .statusbarpanel-iconic,
166 .statusbarpanel-iconic-text,
167 .statusbarpanel-menu-iconic {
170 .statusbarpanel-progress {
171 -moz-box-orient: vertical;
175 .toolbar-focustarget {
176 -moz-user-focus: ignore !important;
179 toolbar[mode="text"] .toolbarbutton-text {
180 /* padding: 0 !important;
181 margin: 3px 5px !important; */
184 /* ::::: miscellaneous formatting ::::: */
187 [lwthemefooter="true"] {
188 -moz-appearance: none;
191 :root:-moz-lwtheme-darktext {
192 text-shadow: 0 -0.5px 1.5px #FFCF00;
195 :root:-moz-lwtheme-brighttext {
196 text-shadow: 1px 1px 2px #000000;
199 statusbar:-moz-lwtheme,
200 sidebarheader:-moz-lwtheme {
201 -moz-appearance: none;
207 /* border: 1px inset #FF9F00;
208 margin: 0px 5px 5px; */
212 /* border: 1px outset #FF9F00; */
216 separator:not([orient="vertical"]) {
220 separator[orient="vertical"] {
224 separator.thin:not([orient="vertical"]) {
228 separator.thin[orient="vertical"] {
232 separator.groove:not([orient="vertical"]) {
233 border-top: 2px groove #FF9F00;
236 margin-bottom: 0.4em;
239 separator.groove[orient="vertical"] {
240 border-left: 2px groove #FF9F00;
241 -moz-margin-start: 0.4em;
242 -moz-margin-end: 0.4em;
245 /* groove separators (0 padding, for dividing effects) */
246 separator.groove-thin {
247 border-top: 2px groove #FF9F00;
251 separator[orient="vertical"].groove-thin {
252 border-left: 2px groove #FF9F00;
260 -moz-appearance: none;
261 margin: 0px !important;
271 label[disabled="true"] {
276 /* margin-bottom: 4px; */
288 font-family: "Liberation Mono", Consolas, "Courier New", monospace;
292 /* -moz-margin-start: 23px; */
293 -moz-margin-start: 15px;
305 padding: 15px 35px 10px;
314 text-decoration: underline;
317 .text-link:-moz-focusring {
318 /* Don't specify the outline-color, we should always use initial value. */
322 /* :::::: autoscroll popup ::::: */
330 background-image: url("chrome://global/skin/icons/autoscroll.png");
331 background-color: transparent;
332 -moz-appearance: none;
335 .autoscroller[scrolldir="NS"] {
336 background-position: left center;
339 .autoscroller[scrolldir="EW"] {
340 background-position: left bottom;
343 .autoscroller[transparent="true"] {
344 background-position: center top;
347 .autoscroller[transparent="true"][scrolldir="NS"] {
348 background-position: center center;
351 .autoscroller[transparent="true"][scrolldir="EW"] {
352 background-position: center bottom;
355 .autoscroller[translucent="true"] {
356 background-position: right top;
359 .autoscroller[translucent="true"][scrolldir="NS"] {
360 background-position: right center;
363 .autoscroller[translucent="true"][scrolldir="EW"] {
364 background-position: right bottom;