second part of syncing LCARStrek with Firefox 55 browser windows theme changes
[themes.git] / EarlyBlue / global / aboutSupport.css
CommitLineData
9099c61d
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
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6bcac19c
RK
4
5html {
ed351b91
RK
6 --aboutSupport-table-background: #CCD0DD;
7 background-color: var(--in-content-page-background);
6bcac19c
RK
8}
9
10body {
ed351b91 11 margin: 40px 48px;
6bcac19c
RK
12}
13
14.page-subtitle {
15 margin-bottom: 3em;
16}
17
18.major-section {
19 margin-top: 2em;
20 margin-bottom: 1em;
21 font-size: large;
22 text-align: start;
23 font-weight: bold;
24}
25
ed351b91 26button {
dae45075
RK
27 margin-inline-start: 0;
28 margin-inline-end: 8px;
ed351b91
RK
29}
30
6bcac19c 31table {
ed351b91
RK
32 background-color: var(--aboutSupport-table-background);
33 color: var(--in-content-text-color);
6bcac19c
RK
34 text-align: start;
35 width: 100%;
ed351b91 36 border: 1px solid var(--in-content-border-color);
6bcac19c
RK
37 border-spacing: 0px;
38}
39
40th, td {
ed351b91 41 padding: 4px;
6bcac19c
RK
42}
43
ed351b91
RK
44th:not(:first-child),
45td:not(:first-child) {
46 border-left: 1px dotted var(--in-content-border-color);
42f50429
RK
47}
48
6bcac19c
RK
49thead th {
50 text-align: center;
51}
52
53th {
54 text-align: start;
ed351b91
RK
55 background-color: var(--in-content-table-header-background);
56 color: var(--in-content-selected-text);
6bcac19c
RK
57}
58
7729765c
RK
59th.title-column {
60 white-space: nowrap;
61 width: 0px;
62 font-size: medium;
63}
64
6bcac19c
RK
65th.column {
66 white-space: nowrap;
67 width: 0px;
68}
69
70td {
71 text-align: start;
ed351b91
RK
72}
73
74tr:not(:first-child) > td,
75tr:not(:first-child) > th {
76 text-align: start;
77 border-top: 1px dotted var(--in-content-table-border-dark-color);
6bcac19c
RK
78}
79
918c9e49
RK
80td.integer {
81 text-align: end;
82 font-family: monospace;
83}
84
6bcac19c
RK
85.prefs-table {
86 width: 100%;
87 table-layout: fixed;
88}
89
90.pref-name {
91 width: 70%;
92 white-space: nowrap;
93 overflow: hidden;
94}
95
96.pref-value {
97 width: 30%;
98 white-space: nowrap;
99 overflow: hidden;
100}
a62af8a9 101
e6947267 102#action-box {
ed351b91
RK
103 background-color: var(--aboutSupport-table-background);
104 border: 1px solid var(--in-content-border-color);
105 color: var(--in-content-text-color);
a62af8a9
RK
106 float: right;
107 margin-top: 2em;
108 margin-bottom: 20px;
dae45075
RK
109 margin-inline-start: 20px;
110 margin-inline-end: 0;
a62af8a9
RK
111 padding: 16px;
112 width: 30%;
113}
114
e6947267
RK
115#action-box,
116#reset-box,
117#safe-mode-box {
118 display: none;
119}
120
dae45075 121#action-box:dir(rtl) {
a62af8a9
RK
122 float: left;
123}
124
125#reset-box > h3 {
126 margin-top: 0;
127}
128
e6947267 129#action-box > button {
a62af8a9 130 display: block;
a62af8a9 131}
2e88f3cc 132
dae45075
RK
133#verify-place-result {
134 max-height: 200px;
135 overflow: auto;
136}
137
2e88f3cc
RK
138.block {
139 display: block;
140}
141
142.hidden {
143 display: none;
144}