second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / global / about.css
... / ...
CommitLineData
1html {
2 background-color: #CCD0DD;
3 padding: 0 1em;
4 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
5}
6
7body {
8 color: #000000;
9 position: relative;
10 min-width: 330px;
11 max-width: 50em;
12 margin: 4em auto;
13 border: 1px solid #666699;
14 padding: 3em;
15 padding-inline-start: 30px;
16 background: #FFFFFF;
17}
18
19.aboutPageWideContainer {
20 max-width: 80%;
21}
22
23#aboutLogoContainer {
24 border: 1px solid #9999CC;
25 width: 300px;
26 margin-bottom: 2em;
27}
28
29img {
30 border: 0;
31}
32
33#version {
34 font-weight: bold;
35 color: #666699;
36 margin-top: -24px;
37 margin-bottom: 9px;
38 margin-inline-start: 17px;
39 margin-inline-end: 0;
40 text-align: left; /* Override direction alignment on RTL to make sure that the version will fit well on the background. bug 1325232 */
41}
42
43ul {
44 margin: 0;
45 margin-inline-start: 1.5em;
46 padding: 0;
47 list-style: square;
48}
49
50ul > li {
51 margin-top: .5em;
52}
53
54th, td {
55 padding: 0 5px;
56}
57
58.columns {
59 -moz-column-width: 20em;
60 -moz-column-gap: 3em;
61}