aboutsummaryrefslogtreecommitdiff
path: root/example/dst/style.css
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-15 18:17:10 -0400
committerhistoria <[not public]>2026-06-15 18:17:10 -0400
commitfec892047e4c0b810981fa8f20223e0b1c4f72b4 (patch)
treea6fdc109a3a32ae383a88d01ba44322be4b8bcc3 /example/dst/style.css
parent193666c2bba01bb9bc1a21ac270c0affe15ea757 (diff)
downloadssg-blog-fec892047e4c0b810981fa8f20223e0b1c4f72b4.tar.gz
refactor. added rss feed.
Diffstat (limited to 'example/dst/style.css')
-rw-r--r--example/dst/style.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/example/dst/style.css b/example/dst/style.css
deleted file mode 100644
index 5080521..0000000
--- a/example/dst/style.css
+++ /dev/null
@@ -1,54 +0,0 @@
-html {
- font-size: 100%;
- font-family:sans-serif;
- /* font-family:sans-serif; */
- /* font:1.2em/1.62 sans-serif; */
-}
-
-body {
- line-height: 1.6;
- max-width:40em;
- background-color: #ededed;
- margin: auto;
-}
-
-.container {
- text-align: center;
-}
-
-.container pre {
- display: inline-block;
- text-align: left;
- line-height: 1.0;
-}
-
-#header {
- text-decoration: none;
- color: inherit;
- font-size:125%;
-}
-
-#navigation {
- font-family:monospace;
- font-size:125%;
-}
-
-h1 { font-size: 1.4rem; }
-h2 { font-size: 1.2rem; }
-h3 { font-size: 1.0rem;}
-
-a:link, a:visited {
- color: #2626FF;
-}
-
-a:hover, a:focus {
- color: #4c4cFF;
-}
-
-li + li {
- margin-top:0.2em;
-}
-
-ul img {
- vertical-align:middle;
-}