From e9bbc2c2862c92767b3ba8ab2ca418162fca1cba Mon Sep 17 00:00:00 2001 From: qugalet Date: Tue, 31 Oct 2023 21:23:25 +0200 Subject: rewrite theme --- themes/lugo/static/style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++ themes/qugo | 1 + 2 files changed, 47 insertions(+) create mode 100644 themes/lugo/static/style.css create mode 160000 themes/qugo (limited to 'themes') diff --git a/themes/lugo/static/style.css b/themes/lugo/static/style.css new file mode 100644 index 0000000..ce6236c --- /dev/null +++ b/themes/lugo/static/style.css @@ -0,0 +1,46 @@ +body { + font-family: sans-serif ; + /* background: #110000 ; */ + /* color: #ccc ; */ + background-image: url("") +} + +main { + max-width: 800px ; + margin: auto ; +} + +img { + max-width: 100% ; +} + +header h1 { + text-align: center ; +} + +footer { + text-align: center ; + clear: both ; +} + +/* For TAGLIST.HTML */ +.taglist { + text-align: center ; + clear: both ; +} + +/* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} +#prevart { + float: left ; + text-align: left ; +} +#nextart { + float: right ; + text-align: right ; +} +#nextart,#prevart { + max-width: 33% ; +} diff --git a/themes/qugo b/themes/qugo new file mode 160000 index 0000000..23e542c --- /dev/null +++ b/themes/qugo @@ -0,0 +1 @@ +Subproject commit 23e542c07d6e6efb38b21eb5578c4c4142507594 -- cgit v1.3-3-ga95d