|
1 <!DOCTYPE html |
|
2 [ |
|
3 <!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" > |
|
4 %mozillaDTD; |
|
5 <!ENTITY % directionDTD SYSTEM "chrome://global/locale/global.dtd" > |
|
6 %directionDTD; |
|
7 ]> |
|
8 |
|
9 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
10 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
11 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
12 |
|
13 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
14 <head> |
|
15 <meta charset='utf-8' /> |
|
16 <title>&mozilla.title.15.1;</title> |
|
17 |
|
18 <style> |
|
19 html { |
|
20 background: maroon radial-gradient( circle, #a01010 0%, #800000 80%) center center / cover no-repeat; |
|
21 color: white; |
|
22 font-style: italic; |
|
23 text-rendering: optimizeLegibility; |
|
24 min-height: 100%; |
|
25 } |
|
26 |
|
27 #moztext { |
|
28 margin-top: 15%; |
|
29 font-size: 1.1em; |
|
30 font-family: serif; |
|
31 text-align: center; |
|
32 line-height: 1.5; |
|
33 } |
|
34 |
|
35 #from { |
|
36 font-size: 1.95em; |
|
37 font-family: serif; |
|
38 text-align: right; |
|
39 } |
|
40 |
|
41 em { |
|
42 font-size: 1.3em; |
|
43 line-height: 0; |
|
44 } |
|
45 |
|
46 a { |
|
47 text-decoration: none; |
|
48 color: white; |
|
49 } |
|
50 </style> |
|
51 </head> |
|
52 |
|
53 <body dir="&locale.dir;"> |
|
54 |
|
55 <section> |
|
56 <p id="moztext"> |
|
57 &mozilla.quote.15.1; |
|
58 </p> |
|
59 |
|
60 <p id="from"> |
|
61 &mozilla.from.15.1; |
|
62 </p> |
|
63 </section> |
|
64 |
|
65 </body> |
|
66 </html> |