Mozilla Cross-Reference seamonkey
mozilla/ toolkit/ content/ mozilla.xhtml
CVS Log
CVS Blame
CVS Graph
Diff file
Raw file
changes to
this file in
the last:
day
week
month
view using tree:
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
4 [
5   <!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
6   %mozillaDTD;
7 ]>
8 
9 <!-- ***** BEGIN LICENSE BLOCK *****
10    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
11    -
12    - The contents of this file are subject to the Mozilla Public License Version
13    - 1.1 (the "License"); you may not use this file except in compliance with
14    - the License. You may obtain a copy of the License at
15    - http://www.mozilla.org/MPL/
16    -
17    - Software distributed under the License is distributed on an "AS IS" basis,
18    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
19    - for the specific language governing rights and limitations under the
20    - License.
21    -
22    - The Original Code is mozilla.org Code.
23    -
24    - The Initial Developer of the Original Code is
25    - Netscape Communications Corporation.
26    - Portions created by the Initial Developer are Copyright (C) 1998
27    - the Initial Developer. All Rights Reserved.
28    -
29    - Contributor(s):
30    -   Neil Deakin <enndeakin@sympatico.ca>
31    -   Henrik Gemal <mozilla@gemal.dk>
32    -   Alexey Chernyak <alexeyc@bigfoot.com> (XHTML 1.1 conversion)
33    -   Johnathan Nightingale <johnath@mozilla.com>
34    -   Mike Beltzner <beltzner@mozilla.com>
35    -
36    - Alternatively, the contents of this file may be used under the terms of
37    - either the GNU General Public License Version 2 or later (the "GPL"), or
38    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
39    - in which case the provisions of the GPL or the LGPL are applicable instead
40    - of those above. If you wish to allow use of your version of this file only
41    - under the terms of either the GPL or the LGPL, and not to allow others to
42    - use your version of this file under the terms of the MPL, indicate your
43    - decision by deleting the provisions above and replace them with the notice
44    - and other provisions required by the GPL or the LGPL. If you do not delete
45    - the provisions above, a recipient may use your version of this file under
46    - the terms of any one of the MPL, the GPL or the LGPL.
47    -
48    - ***** END LICENSE BLOCK ***** -->
49 
50 <html xmlns="http://www.w3.org/1999/xhtml">
51 <head>
52 <title>The Book of Mozilla, 11:9</title>
53 <style type="text/css">
54 html {
55   background: maroon;
56   color: white;
57   font-style: italic;
58 }
59 
60 #moztext {
61   margin-top: 15%;
62   font-size: 1.1em;
63   font-family: serif;
64   text-align: center;
65   line-height: 1.5;
66 }
67 
68 #from {
69   font-size: 1.95em;
70   font-family: serif;
71   text-align: right;
72 }
73 
74 em {
75   font-size: 1.3em;
76   line-height: 0;
77 }
78 
79 a {
80   text-decoration: none;
81   color: white;
82 }
83 </style>
84 </head>
85 <body>
86 
87 <p id="moztext">
88 &mozilla.quote;
89 </p>
90 
91 <p id="from">
92 &mozilla.from;
93 </p>
94 
95 </body>
96 </html>