toolkit/content/mozilla.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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 ]>
     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%;
    25 }
    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 }
    35 #from {
    36   font-size: 1.95em;
    37   font-family: serif;
    38   text-align: right;
    39 }
    41 em {
    42   font-size: 1.3em;
    43   line-height: 0;
    44 }
    46 a {
    47   text-decoration: none;
    48   color: white;
    49 }
    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>

mercurial