Bumping manifests a=b2g-bump
[gecko.git] / toolkit / content / mozilla.xhtml
blob1ffde19e432dd5f1b89cb5cf3529cc465f37eea6
1 <!DOCTYPE html
3 <!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
4 %mozillaDTD;
5 <!ENTITY % directionDTD SYSTEM "chrome://global/locale/global.dtd" >
6 %directionDTD;
7 ]>
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/. -->
13 <html xmlns="http://www.w3.org/1999/xhtml">
14 <head>
15 <meta charset='utf-8' />
16 <title>&mozilla.title.15.1;</title>
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%;
27 #moztext {
28 margin-top: 15%;
29 font-size: 1.1em;
30 font-family: serif;
31 text-align: center;
32 line-height: 1.5;
35 #from {
36 font-size: 1.95em;
37 font-family: serif;
38 text-align: right;
41 em {
42 font-size: 1.3em;
43 line-height: 0;
46 a {
47 text-decoration: none;
48 color: white;
50 </style>
51 </head>
53 <body dir="&locale.dir;">
55 <section>
56 <p id="moztext">
57 &mozilla.quote.15.1;
58 </p>
60 <p id="from">
61 &mozilla.from.15.1;
62 </p>
63 </section>
65 </body>
66 </html>