49 lines
1.9 KiB
HTML
49 lines
1.9 KiB
HTML
<html>
|
|
<head>
|
|
<title>Example page | Lexicon Title</title>
|
|
<!--<link rel="shortcut icon" href="favicon.png" />-->
|
|
<style>
|
|
body { background-color: #eeeeee; margin: 10px; }
|
|
div#header { background-color: #ffffff; margin: 10px 0; box-shadow: 2px 2px 10px #888888; overflow: hidden; }
|
|
img#logo { float:left; margin:8px; max-width: 140px; }
|
|
div#header p { margin:10px; }
|
|
div.content { margin-top: 10px; background-color: #ffffff; padding: 10px; box-shadow: 2px 2px 10px #888888; overflow: hidden; }
|
|
a.phantom { color: #cc2200; }
|
|
div.citeblock a.phantom { font-style: italic; }
|
|
span.signature { text-align: right; }
|
|
div.moveable { float: left; margin: 8px; }
|
|
div.moveable p { margin: 0px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<img id="logo" src="../logo.png">
|
|
<p><span style="font-size:1.5em;">Lexicon Title</span></p>
|
|
<p>
|
|
<a href="../contents">Contents</a> —
|
|
<a href="../rules/">Rules</a> —
|
|
<a href="../formatting/">Formatting</a> —
|
|
<a href="../session/">Session</a> —
|
|
<a href="../statistics/">Statistics</a>
|
|
</p>
|
|
<p><i>Prompt goes here</i></p>
|
|
</div>
|
|
<div class="content">
|
|
<h1>Example page</h1>
|
|
<p>This is an example page.
|
|
Some words are <i>italicized</i>,
|
|
and some words are <b>bolded</b>.
|
|
All of these sentences are part of the same paragraph.</p>
|
|
<p>This is a new paragraph.<br>
|
|
Unlike the last paragraph, this line will be after a line break within the paragraph.</p>
|
|
<p>This is an <a href="Phantom_page.html" class="phantom">example citation</a>. You can also cite a <a href="Phantom_page.html" class="phantom">phantom page</a> with just the title.</p>
|
|
<hr><span class="signature"><p>Dr. X. Amplepage</p></span>
|
|
</div>
|
|
<div class="content citeblock">
|
|
<p style="float:right"><a href="Phantom_page.html">Next →</a></p>
|
|
<p> </p>
|
|
<p>Citations: <a href="Phantom_page.html" class="phantom">Phantom page</a></p>
|
|
<p>Cited by: --</p>
|
|
</div>
|
|
</body>
|
|
</html> |