summaryrefslogtreecommitdiff
path: root/themes/lugo/static/style.css
diff options
context:
space:
mode:
authorHenrique Marques <[email protected]>2024-08-17 08:28:46 +0100
committerHenrique Marques <[email protected]>2024-08-17 08:28:46 +0100
commit8113f43b368e83fe51800b8ffc78681821d011f4 (patch)
treedf3464f78e09a427952e65525bb5490aeb642cc1 /themes/lugo/static/style.css
parenta57cff1c177f91d243ce6313015ab4867fa88027 (diff)
add new files
Diffstat (limited to 'themes/lugo/static/style.css')
-rw-r--r--themes/lugo/static/style.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/themes/lugo/static/style.css b/themes/lugo/static/style.css
new file mode 100644
index 0000000..d3b2088
--- /dev/null
+++ b/themes/lugo/static/style.css
@@ -0,0 +1,45 @@
+body {
+ font-family: sans-serif ;
+ background: #110000 ;
+ color: #ccc ;
+}
+
+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% ;
+}