diff --git a/Makefile b/Makefile index d3f5699..b7256ba 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +-include Makefile.pwd + OUTDIR=out PAGEDIR=pages SRCDIR=src @@ -14,7 +16,7 @@ OUT_STATIC = $(patsubst static/%,out/%,$(_STATIC)) .SUFFIXES: -.PHONY: all +.PHONY: all upload all: $(PAGES_HTML) $(OUT_STATIC) diff --git a/static/style.css b/static/style.css index b672e6f..371c3f3 100644 --- a/static/style.css +++ b/static/style.css @@ -11,3 +11,33 @@ body { margin: auto; min-height: 100%; } + +body a { + color: #204a87; +} + +body a:visited { + color: #5c3566; +} + +.header { + background: #2e3436; + color: #eeeeec; + font-family: sans-serif; + min-height: 1px; +} + +.header a, .header a:visited { + color: white; +} + +.header h2, .header h3 { + display: inline-block; +} + +.footer { + background: #d3d7cf; + color: #555753; + font-family: sans-serif: + font-size: 0.8em; +} diff --git a/tpl/default.tpl b/tpl/default.tpl index 444cc23..0b85241 100644 --- a/tpl/default.tpl +++ b/tpl/default.tpl @@ -7,6 +7,13 @@
- +