mirror of
https://github.com/clagnut/webtypography.git
synced 2025-09-25 04:11:45 +02:00
103 lines
2.1 KiB
PHP
103 lines
2.1 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en-gb">
|
|
<head>
|
|
<title>The Elements of Typographic Style Applied to the Web – a practical guide to web typography</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="stylesheet" type="text/css" href="/css/screen.css" />
|
|
<!--[if lte IE 7]>
|
|
<link rel="stylesheet" type="text/css" href="/css/ie-lte-7.css" />
|
|
<![endif]-->
|
|
<link
|
|
rel="stylesheet"
|
|
href="http://fontdeck.com/s/css/p+zwVqq4agQiKsiAkUNVfzsNquo/<?php echo $_SERVER['SERVER_NAME']; ?>/1575.css"
|
|
type="text/css"
|
|
/>
|
|
<script type="text/javascript" src="/js/global.js"></script>
|
|
<style type="text/css">
|
|
#cover {
|
|
color: #fff;
|
|
background: #400300 url(/i/bg-home.gif) repeat-x top;
|
|
padding: 4.5076% 7.2924%;
|
|
}
|
|
|
|
#cover H1 {
|
|
font-size: 2.0625em;
|
|
line-height: 1.666666666666667em;
|
|
margin:0;
|
|
}
|
|
|
|
h1#big-title span {
|
|
position:static;
|
|
display:inline;
|
|
}
|
|
|
|
h1#big-title span#ts {
|
|
font-style:normal;
|
|
position:relative;
|
|
left:-1.05em;
|
|
}
|
|
|
|
#entrance {
|
|
position: absolute;
|
|
right: 4.5076%;
|
|
bottom: 11.8%;
|
|
font-size:1em;
|
|
line-height1.375em;
|
|
}
|
|
|
|
#cover H2 {
|
|
font-size: 1.5em;
|
|
line-height: 1.083333333333333em;
|
|
margin:0;
|
|
}
|
|
|
|
#entrance a {
|
|
color: #fff;
|
|
text-decoration:underline;
|
|
}
|
|
|
|
html>body #entrance a {
|
|
text-decoration:none;
|
|
border-bottom: 1px solid #333;
|
|
}
|
|
|
|
html>body #entrance a:hover {
|
|
border-bottom: 1px solid #fff;
|
|
}
|
|
|
|
#entrance UL {
|
|
list-style:none;
|
|
padding-left: 0;
|
|
}
|
|
|
|
LI SPAN {
|
|
position:absolute;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body id="cover">
|
|
|
|
|
|
<h1 id="big-title">
|
|
The Elements <br />
|
|
<span id="ts"><span class="of">of</span> Typographic Style<br /></span>
|
|
Applied <span>to the</span> Web
|
|
</h1>
|
|
|
|
<div id="entrance">
|
|
<h2>A practical guide to web typography</h2>
|
|
<ul>
|
|
<li>Will return as soon as possible</li>
|
|
<?php /*
|
|
<li><a href="/intro/">Read the Introduction
|
|
</a></li>
|
|
<li><a href="/toc/">Table of Contents</a></li>
|
|
<li><span style="left:-3.5em">Latest: </span><a href="/Harmony_and_Counterpoint/Numerals__Capitals_and_Small_Caps/3.2.1/">3.2.1 Use titling figures with full caps, and text figures in all other circumstances
|
|
</a></li>
|
|
*/ ?>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|