diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/assets/stylesheet.css | 38 | ||||
| -rw-r--r-- | src/blog/first-post.org | 2 | ||||
| -rw-r--r-- | src/index.org | 2 | ||||
| -rw-r--r-- | src/links.org | 2 |
4 files changed, 28 insertions, 16 deletions
diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index f6b868e..e7f2e62 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -35,9 +35,6 @@ .footpara { display: inline; } -/* i don't want to display the date but it needs to exist for rss generation */ -#postamble { display: none; } - body { background-color: var(--bg); @@ -48,22 +45,37 @@ body font-size: 1.2em; } -h1 { text-align: center; } +h1, .subtitle { text-align: center; } -h1::before +h1::before, .subtitle::before { - content: ".:░ "; - color: var(--main); + content: "\25ca "; display: none; } -h1::after +h1::after, .subtitle::after { - content: " ░:."; - color: var(--main); + content: " \25ca"; display: none; } +h1::after, h1::before +{ + color: var(--main); +} + +.subtitle::before, .subtitle::after +{ + color: var(--accent); +} + +.subtitle +{ + font-size: 20px; + line-height: 20px; + font-family: ibm-xga, serif; +} + h1, h2 { font-size: 40px; @@ -71,7 +83,7 @@ h1, h2 font-family: ibm-xga, monospace; } -/* also a h2 */ +/* footnotes is also a h2 */ .footnotes { font-size: 20px; @@ -102,7 +114,7 @@ h1, h2 @media screen and (min-width: 425px) { - h1::before, h1::after { display: inline; } + h1::before, h1::after, .subtitle::before, .subtitle::after { display: inline; } } .buttons @@ -130,7 +142,7 @@ ul { list-style-type: none; } ul li::before { - content: "\25ba "; + content: "\25ca "; color: var(--accent); } diff --git a/src/blog/first-post.org b/src/blog/first-post.org index d425cf7..29c2f8f 100644 --- a/src/blog/first-post.org +++ b/src/blog/first-post.org @@ -1,5 +1,5 @@ #+TITLE: first post -#+DESCRIPTION: test post +#+SUBTITLE: with an epic fuarrking subtitle #+DATE: <2025-12-13> * hi diff --git a/src/index.org b/src/index.org index c7e36e5..e0d61d6 100644 --- a/src/index.org +++ b/src/index.org @@ -28,7 +28,7 @@ | || |\_||__ #+END_EXAMPLE #+BEGIN_pages -[[file:blog/index.org][blog]] \ [[file:contact.org][contact]] \ [[file:links.org][links]] \ [[file:blog/rss.xml][rss]] +[[file:blog/index.org][blog]] \loz [[file:contact.org][contact]] \loz [[file:links.org][links]] \loz [[file:blog/rss.xml][rss]] #+END_pages * About This is the website of Philomena (she) aka lemurianmage aka azureazure aka diff --git a/src/links.org b/src/links.org index eace2ce..3e739e1 100644 --- a/src/links.org +++ b/src/links.org @@ -30,4 +30,4 @@ Various cool things/people. * Others - [[https://int10h.org/oldschool-pc-fonts/][The Ultimate Oldschool Font Pack]] - +- [[https://phrack.org][Phrack Magazine]] |
