|
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/. */ |
|
4 |
|
5 html { |
|
6 background: #f0f0f0; |
|
7 padding: 0 1em; |
|
8 font-family: "Nokia Sans", Tahoma, sans-serif !important; |
|
9 font-size: 100% !important; |
|
10 } |
|
11 |
|
12 body { |
|
13 color: black; |
|
14 position: relative; |
|
15 min-width: 330px; |
|
16 max-width: 50em; |
|
17 margin: 1em auto; |
|
18 border: 1px solid gray; |
|
19 border-radius: 10px; |
|
20 padding: 3em; |
|
21 -moz-padding-start: 30px; |
|
22 background: white; |
|
23 } |
|
24 |
|
25 .aboutPageWideContainer { |
|
26 max-width: 80%; |
|
27 } |
|
28 |
|
29 #aboutLogoContainer { |
|
30 border: 1px solid lightgray; |
|
31 width: 300px; |
|
32 margin-bottom: 2em; |
|
33 } |
|
34 |
|
35 img { |
|
36 border: 0; |
|
37 } |
|
38 |
|
39 #version { |
|
40 font-weight: bold; |
|
41 color: #909090; |
|
42 margin: -24px 0 9px 17px; |
|
43 } |
|
44 |
|
45 ul { |
|
46 margin: 0; |
|
47 -moz-margin-start: 1.5em; |
|
48 padding: 0; |
|
49 list-style: square; |
|
50 } |