From 114b733497f99258a2652cb5a5d0a334693e2a0f Mon Sep 17 00:00:00 2001 From: endorphant Date: Fri, 29 Apr 2016 20:34:12 -0400 Subject: [PATCH] first commit --- www/sample.html | 20 ++++++++++++++++++++ www/style.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 www/sample.html create mode 100644 www/style.css diff --git a/www/sample.html b/www/sample.html new file mode 100644 index 0000000..effc1ad --- /dev/null +++ b/www/sample.html @@ -0,0 +1,20 @@ + + + + ~endorphant + + + +
+

~endorphant@tilde.town

+
+ +
+



+
+
DD month YYYY
+

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?

+
+
+ + diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..c14edc6 --- /dev/null +++ b/www/style.css @@ -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; +}