update both themes for changes in toolkit winstripe for Mozilla 10 platform
[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   -moz-padding-start: 30px;
17   background: #000000;
18 }
19
20 .aboutPageWideContainer {
21   max-width: 80%;
22 }
23
24 #aboutLogoContainer {
25   border: 1px solid #E7ADE7;
26   width: 300px;
27   margin-bottom: 2em;
28 }
29
30 img {
31   border: 0;
32 }
33
34 #version {
35   font-weight: bold;
36   color: #008484;
37   margin-top: -24px;
38   margin-bottom: 9px;
39   -moz-margin-start: 17px;
40   -moz-margin-end: 0;
41 }
42
43 ul {
44   margin: 0;
45   -moz-margin-start: 1.5em;
46   padding: 0;
47   list-style: square;
48 }
49
50 ul > li {
51   margin-top: .5em;
52 }
53
54 th, td {
55   padding: 0 5px;
56 }
57
58 .columns {
59   -moz-column-width: 20em;
60   -moz-column-gap: 3em;
61 }