diff options
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% ; +} |
