support new help button and update deck in prefs
[themes.git] / LCARStrek / global / about.css
CommitLineData
c79d2bbe
RK
1html {
2 background-color: #000000;
3 padding: 0 1em;
4ed82c79 4 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
c79d2bbe
RK
5}
6
7body {
8 color: #FF9F00;
9 position: relative;
10 min-width: 330px;
11 max-width: 50em;
12 margin: 4em auto;
13 border: 1px solid #9C9CFF;
569543b3 14 border-radius: 10px;
c79d2bbe 15 padding: 3em;
dae45075 16 padding-inline-start: 30px;
c79d2bbe
RK
17 background: #000000;
18}
19
20.aboutPageWideContainer {
21 max-width: 80%;
22}
23
24#aboutLogoContainer {
dbd844cb
RK
25 border: 1px solid #3333FF;
26 border-radius: 5px;
c79d2bbe
RK
27 width: 300px;
28 margin-bottom: 2em;
29}
30
31img {
32 border: 0;
33}
34
dbd844cb
RK
35#vendorURL {
36 text-decoration: none;
37}
38
c79d2bbe
RK
39#version {
40 font-weight: bold;
41 color: #008484;
02920d2b
RK
42 margin-top: -24px;
43 margin-bottom: 9px;
dae45075
RK
44 margin-inline-start: 17px;
45 margin-inline-end: 0;
a9f6369d 46 text-align: left; /* Override direction alignment on RTL to make sure that the version will fit well on the background. bug 1325232 */
c79d2bbe
RK
47}
48
49ul {
50 margin: 0;
dae45075 51 margin-inline-start: 1.5em;
c79d2bbe
RK
52 padding: 0;
53 list-style: square;
54}
55
56ul > li {
57 margin-top: .5em;
58}
59
60th, td {
61 padding: 0 5px;
62}
a064a540
RK
63
64.columns {
65 -moz-column-width: 20em;
66 -moz-column-gap: 3em;
67}
dbd844cb
RK
68
69a:link {
70 color: #3333FF;
71}