forked from endorphant/ttbp
first commit
This commit is contained in:
commit
114b733497
20
www/sample.html
Normal file
20
www/sample.html
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>~endorphant</title>
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="meta">
|
||||||
|
<h1><a href="#">~endorphant</a>@<a href="../">tilde.town</a></h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tlogs">
|
||||||
|
<p><a name="$today"></a><br /><br /></p>
|
||||||
|
<div class="entry">
|
||||||
|
<h5><a href="$today">DD</a> month YYYY</h5>
|
||||||
|
<p>Feacby waeohaku aywoaeeo fepopo lyhili todepoae, taenga. Ypaogeni, ypnorani geahwaga diioanee aotrilco, aenoail. Oypo, weahipae kucogoyp fyeoim kyreeo? El godineng fengo aheoba himalidi trcoimao imypfe oaeha. In, trratr amlypoga cohitata macoipta? Ta, yeahta ahoyio, feanikre taneypel, bynekuim, enoyha. Adahilre, lylyno, aetaay aoimeo taquam toegeem? Rebyma maquag qunohi, fekyno fyniypdi. Eoaeby ikaeem goenkuao enacli, taliel agerhaza quema nonoimli. Ad amcory, aeypye raanaban lyaekuto coyega, adionige?</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
42
www/style.css
Normal file
42
www/style.css
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
body {
|
||||||
|
background-color: #E0B0FF;
|
||||||
|
font-family: courier
|
||||||
|
}
|
||||||
|
|
||||||
|
#meta {
|
||||||
|
top: -.5em;
|
||||||
|
position: fixed;
|
||||||
|
height: 3.5em;
|
||||||
|
float: left;
|
||||||
|
text-align: left;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #e0b0ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tlogs {
|
||||||
|
margin-top: 5em;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry {
|
||||||
|
border: 1px dotted white;
|
||||||
|
padding: .4em;
|
||||||
|
margin-bottom:-4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry p {
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry h5 {
|
||||||
|
text-align: right;
|
||||||
|
margin-top: .2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
background-color: black;
|
||||||
|
color: #e0b0ff;
|
||||||
|
font-size: 90%;
|
||||||
|
border: 1px dotted white;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user