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.

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

mercurial