From 241315283b6371124edc78f6f9c7787725d852a9 Mon Sep 17 00:00:00 2001 From: muflax Date: Fri, 3 Dec 2010 18:59:05 +0100 Subject: [PATCH] removed poetry drafts --- src/poetry/index.pdc | 27 ------- src/poetry/meta.yaml | 2 - styles/poetry.css | 179 ------------------------------------------- 3 files changed, 208 deletions(-) delete mode 100644 src/poetry/index.pdc delete mode 100644 src/poetry/meta.yaml delete mode 100644 styles/poetry.css diff --git a/src/poetry/index.pdc b/src/poetry/index.pdc deleted file mode 100644 index 5070816..0000000 --- a/src/poetry/index.pdc +++ /dev/null @@ -1,27 +0,0 @@ -% Meta-Poetry - -I wrote quite a lot of poetry around the year 2001. Lots of short stories, too. -I've gone now through more purges and rebirths than I can count, so all of them, -except for a few lines I can just barely remember, are lost, deleted or burned. -Not even their titles remain. - -For years I was in depressed by this loss. They still hold great emotional power -over me, but because I can't read them, they lost more and more of their form -and content. Vague dreams and images remain, lingering in the dark. -Untouchable. - -Multiple times have I tried to resurrect them or to start over, but no matter -how good I get, nothing can live up to the dreams. All poetry has become bland -to me, worthless. - -This is a set of commentaries about those poems. Unreachable as they are, I -won't even try to recreate them. That doesn't mean nothing can be said about -them. - -*Time to dig.* - -[Ships](/poetry/ships.html) -[Traumschatten](/poetry/traumschatten.html) - - - diff --git a/src/poetry/meta.yaml b/src/poetry/meta.yaml deleted file mode 100644 index 58fd704..0000000 --- a/src/poetry/meta.yaml +++ /dev/null @@ -1,2 +0,0 @@ -title: Meta-Poetry -style: poetry.css diff --git a/styles/poetry.css b/styles/poetry.css deleted file mode 100644 index e1b63b0..0000000 --- a/styles/poetry.css +++ /dev/null @@ -1,179 +0,0 @@ -body { - background: #000000; - color: #ffffff; - font-size: 1em; - font-weight: normal; - font-family: serif; - line-height: 1.3; - text-align: justify; -} - -div.main { - margin: 3.5em auto auto; - max-width: 40em; - padding: 0; -} - -div.crumb { - background: #291535; - color: #a5a5a5; - left: 0; - line-height: 2em; - position: fixed; - text-align: center; - top: 0; - width: 100%; -} - -a:link.crumb, a:hover.crumb, a:visited.crumb, a:active.crumb { - color: #Bbcbcb; - font-size: 1.2em; - font-weight: bold; - text-decoration: underline; - border-bottom: none; -} - -a:link, a:visited, a:active { - color: #227aff; - text-decoration: none; - border-bottom: 1px dotted; -} - -a:hover { - background: #024287; - color: #fff; -} - -p { - margin: 1em; -} - -em { - color: #a255d2; - font-style: italic; -} - -strong { - color: green; - font-weight: bold; -} - -img { - display: block; - margin-left: auto; - margin-right: auto; - max-width: 100%; -} - -div.figure { - text-align: center; -} - -h1 { - background: #7D9B3E; - color: #000000; - font-size: 2em; - line-height: 1.3; - text-align: center; -} - -h1 a:link, h1 a:visited, h1 a:active { - color: #000; -} - -h2 { - background: #AAd398; - color: #000000; - font-size: 1.3em; - font-weight:normal; - line-height: 1.3; - margin-left: 0.2em; - margin-right: 0.2em; - padding-left: 0.5em; -} - -blockquote { - border-left: 10px solid #A6A542; - border-right: 10px solid #A6A542; - margin-left: 1em; - margin-right: 1em; - padding-left: 0; -} - -ol { - margin-left: 1em; - padding-left: 1em; -} - -ul { - margin-left: 0; - padding-left: 1em; -} - -a.footnoteRef { - margin-left: 0.1em; - font-size: 1.3em; -} - -pre { - background: #FFF8D9; - border: 1px dashed green; - font-family: monospace !important; - line-height: 1.3em; - overflow: auto; - padding: 0.5em 1em; -} - -pre.sourceCode span.Keyword { - color: #007020; - font-weight: bold; -} - -pre.sourceCode span.DataType { - color: #902000; -} - -pre.sourceCode span.DecVal { - color: red; -} - -pre.sourceCode span.BaseN { - color: red; -} - -pre.sourceCode span.Float { - color: red; -} - -pre.sourceCode span.Char { - color: #562D6F; -} - -pre.sourceCode span.String { - color: #4070a0; -} - -pre.sourceCode span.Comment { - color: #843563; - font-style: italic; -} - -pre.sourceCode span.Others { - color: #007020; -} - -pre.sourceCode span.Alert { - color: red; - font-weight: bold; -} - -pre.sourceCode span.Function { - color: #06287e; -} - -pre.sourceCode span.Error { - color: red; - font-weight: bold; -} - -pre.sourceCode span.RegionMarker { }