40 lines
1.4 KiB
HTML
40 lines
1.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>Phantom 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>Phantom page</h1>
|
|
<p><i>This entry hasn't been written yet.</i></p></div>
|
|
<div class="content citeblock">
|
|
<p><a href="Example_page.html">← Previous</a></p>
|
|
<p>Citations: --</p>
|
|
<p>Cited by: <a href="Example_page.html">Example page</a></p>
|
|
</div>
|
|
</body>
|
|
</html> |