pjs/toolkit/content/mozilla.xhtml

77 строки
1.6 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
[
<!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
%mozillaDTD;
]>
<!--
The contents of this file are subject to the Netscape Public License
Version 1.0 (the "NPL"); you may not use this file except in
compliance with the NPL. You may obtain a copy of the NPL at
http://www.mozilla.org/NPL/
Software distributed under the NPL is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
for the specific language governing rights and limitations under the
NPL.
The Initial Developer of this code under the NPL is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All Rights
Reserved.
Contributor(s):
Neil Deakin <enndeakin@sympatico.ca>
Henrik Gemal <mozilla@gemal.dk>
Alexey Chernyak <alexeyc@bigfoot.com> (XHTML 1.1 conversion)
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The Book of Mozilla, 7:15</title>
<style type="text/css">
html {
background: maroon;
color: white;
font-style: italic;
}
#moztext {
margin-top: 15%;
font-size: 1.1em;
font-family: serif;
text-align: center;
line-height: 1.5;
}
#from {
font-size: 1.95em;
font-family: serif;
text-align: right;
}
em {
font-size: 1.3em;
line-height: 0;
}
.f {
padding-left: .2ex;
}
</style>
</head>
<body>
<p id="moztext">
&mozilla.quote;
</p>
<p id="from">
&mozilla.from;
</p>
</body>
</html>