diff options
| author | Henrique Marques <[email protected]> | 2024-08-17 08:28:46 +0100 |
|---|---|---|
| committer | Henrique Marques <[email protected]> | 2024-08-17 08:28:46 +0100 |
| commit | 8113f43b368e83fe51800b8ffc78681821d011f4 (patch) | |
| tree | df3464f78e09a427952e65525bb5490aeb642cc1 /static/style.css | |
| parent | a57cff1c177f91d243ce6313015ab4867fa88027 (diff) | |
add new files
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 54 |
1 files changed, 54 insertions, 0 deletions
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% ; +} |
