toolkit/content/mozilla.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/content/mozilla.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,66 @@
     1.4 +<!DOCTYPE html
     1.5 +[
     1.6 +  <!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
     1.7 +  %mozillaDTD;
     1.8 +  <!ENTITY % directionDTD SYSTEM "chrome://global/locale/global.dtd" >
     1.9 +  %directionDTD;
    1.10 +]>
    1.11 +
    1.12 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
    1.13 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
    1.14 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    1.15 +
    1.16 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.17 +  <head>
    1.18 +    <meta charset='utf-8' />
    1.19 +    <title>&mozilla.title.15.1;</title>
    1.20 +
    1.21 +<style>
    1.22 +html {
    1.23 +  background: maroon radial-gradient( circle, #a01010 0%, #800000 80%) center center / cover no-repeat;
    1.24 +  color: white;
    1.25 +  font-style: italic;
    1.26 +  text-rendering: optimizeLegibility;
    1.27 +  min-height: 100%;
    1.28 +}
    1.29 +
    1.30 +#moztext {
    1.31 +  margin-top: 15%;
    1.32 +  font-size: 1.1em;
    1.33 +  font-family: serif;
    1.34 +  text-align: center;
    1.35 +  line-height: 1.5;
    1.36 +}
    1.37 +
    1.38 +#from {
    1.39 +  font-size: 1.95em;
    1.40 +  font-family: serif;
    1.41 +  text-align: right;
    1.42 +}
    1.43 +
    1.44 +em {
    1.45 +  font-size: 1.3em;
    1.46 +  line-height: 0;
    1.47 +}
    1.48 +
    1.49 +a {
    1.50 +  text-decoration: none;
    1.51 +  color: white;
    1.52 +}
    1.53 +</style>
    1.54 +</head>
    1.55 +
    1.56 +<body dir="&locale.dir;">
    1.57 +
    1.58 +<section>
    1.59 +  <p id="moztext">
    1.60 +  &mozilla.quote.15.1;
    1.61 +  </p>
    1.62 +
    1.63 +  <p id="from">
    1.64 +  &mozilla.from.15.1;
    1.65 +  </p>
    1.66 +</section>
    1.67 +
    1.68 +</body>
    1.69 +</html>

mercurial