make HTML-based video controls work while keeping the XUL-based ones intact - this...
[themes.git] / LCARStrek / communicator / common.css
CommitLineData
cf0d81c6
RK
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 file,
3 - You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5@import url("resource://gre-resources/forms.css");
6@import url("resource://gre-resources/html.css");
7@import url("chrome://communicator/skin/communicator.css");
8
9@namespace html "http://www.w3.org/1999/xhtml";
10@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
11
12*|*:root {
13 --in-content-page-color: #FF9F00;
14 --in-content-page-background: #000000;
15 --in-content-text-color: #FF9F00;
16 --in-content-selected-text: #000000;
17 ---in-content-header-border-color: #c8c8c8;
18 --in-content-box-background: #000000;
19 ---in-content-box-background-odd: #f3f6fa;
20 --in-content-box-background-hover: #FFCF00;
21 --in-content-box-background-active: #FF9F00;
22 --in-content-box-background-disabled: #402858;
23 --in-content-box-border-color: #FF9F00;
24 --in-content-button-background: #C09070;
25 ---in-content-button-background-hover: -moz-buttonhoverface;
26 ---in-content-button-color-hover: -moz-buttonhovertext;
27 ---in-content-button-background-hover-active: ButtonFace;
28 ---in-content-button-color-hover-active: ButtonText;
29 ---in-content-item-hover: rgba(0,149,221,0.25);
30 ---in-content-item-selected: #0095dd;
31 ---in-content-border-highlight: #33FF33;
32 --in-content-border-focus: #FFCF00;
33 --in-content-border-color: #9C9CFF;
34 --in-content-border-disabled: #8050B0;
35 --in-content-border-dotted-color: 1px dotted #8050B0;
36 --in-content-category-text: #FFCF00;
37 --in-content-category-border-focus: 1px dotted #000000;
38 --in-content-category-text-selected: #000000;
39 --in-content-categorylist-background: #A09090;
40 --in-content-category-background: #000000;
41 --in-content-category-background-hover: #FFCF00;
42 --in-content-category-background-active: #008484;
43 ---in-content-tab-color: #424f5a;
44 --in-content-link-color: #3333FF;
45 --in-content-link-color-hover: #FFCF00;
46 --in-content-link-color-active: #FF9F00;
47 --in-content-link-color-visited: #6000CF;
48 --in-content-primary-button-background: #A06060;
49 --in-content-primary-button-background-hover: #FFCF00;
50 --in-content-primary-button-background-active: #FF9F00;
51 --in-content-table-background: #000000;
52 --in-content-table-border-dark-color: #9C9CFF;
53 --in-content-table-header-background: #A09090;
54 --in-content-disabled-text: #8050B0;
55}
56
57html|html,
58xul|page,
59xul|window {
60 font: message-box;
61 background-color: var(--in-content-page-background);
62 color: var(--in-content-page-color);
63}
64
65html|body {
66 font-size: inherit;
67}
68
69*|button {
70 min-height: 0px;
71}