From 8113f43b368e83fe51800b8ffc78681821d011f4 Mon Sep 17 00:00:00 2001 From: Henrique Marques Date: Sat, 17 Aug 2024 08:28:46 +0100 Subject: add new files --- static/style.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ static/style.css~ | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 static/style.css create mode 100644 static/style.css~ (limited to 'static') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..e5558f4 --- /dev/null +++ b/static/style.css @@ -0,0 +1,54 @@ +body { + font-family: sans-serif ; + background: #282828 ; + color: #fbf0c9; +} + +a { + color: #fe8019; +} + +main { + max-width: 800px ; + margin: auto ; +} + +img { + max-width: 100% ; +} + +time { + color: #c2c2c2; + font-size: 12px; +} + +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/static/style.css~ b/static/style.css~ new file mode 100644 index 0000000..d3b2088 --- /dev/null +++ b/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% ; +} -- cgit v1.3