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