Files
palemoon27/toolkit/content/palemoon.xhtml
T
2018-07-25 00:49:53 +08:00

72 lines
1.8 KiB
HTML

<!DOCTYPE html
[
<!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
%mozillaDTD;
<!ENTITY % directionDTD SYSTEM "chrome://global/locale/global.dtd" >
%directionDTD;
]>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset='utf-8' />
<title>The Dragon's Roots</title>
<style>
html {
background: #333399 radial-gradient( circle at 75% 25%, #6666b0 0%, #333399 40%, #111177 80%) center center / cover no-repeat;
color: white;
font-style: italic;
text-rendering: optimizeLegibility;
min-height: 100%;
}
#moztext {
margin-top: 15%;
font-size: 1.1em;
font-family: serif;
text-align: center;
line-height: 1.5;
}
#from {
font-size: 1em;
font-family: serif;
text-align: right;
}
em {
font-size: 1.3em;
line-height: 0;
}
a {
text-decoration: none;
color: white;
}
</style>
</head>
<body dir="&locale.dir;">
<section>
<p id="moztext">
The child <em>waxed</em>, its soul burning with curiosity and <em>independence</em>. Growing and <em>evolving</em> into a completely different <em>Beast</em> than its ancestor.<br/>
Slowly and steadily shedding its ancestor's form, alike a <em>Dragon</em> growing up. Expelling parts of the <em>old Beast</em> but embracing others.<br/>
<br/>
The Dragon <em>changed</em>, but never stopped <em>listening</em>. It kept <em>in touch</em> with its nature and those who would gaze upon its growing form.<br/>
<br/>
Not everyone could <em>follow</em> on the path taken, as the old bed of <em>withered roots</em> was left behind for a new world.
</p>
<p id="from">
from the Chronicles of the Pale Moon, 27:1
</p>
</section>
</body>
</html>