From 4eb082506ba9943e63c7a4ac565e98586bc180e6 Mon Sep 17 00:00:00 2001 From: Ben Connors Date: Sun, 1 Sep 2019 16:45:43 -0400 Subject: Initial commit --- static/page-template.xpgt | 49 ++++++++++++++++++++++++++++++++++++++++++++++ static/stylesheet.css | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 static/page-template.xpgt create mode 100644 static/stylesheet.css (limited to 'static') diff --git a/static/page-template.xpgt b/static/page-template.xpgt new file mode 100644 index 0000000..85de99d --- /dev/null +++ b/static/page-template.xpgt @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/stylesheet.css b/static/stylesheet.css new file mode 100644 index 0000000..91c3745 --- /dev/null +++ b/static/stylesheet.css @@ -0,0 +1,50 @@ +body { + margin-left: 5%; + margin-right: 5%; + margin-top: 5%; + margin-bottom: 5%; + text-align: justify; +} + +pre { + font-size: x-small; +} + +h1 { + text-align: center; +} + +h2 { + text-align: center; +} + +h3 { + text-align: center; +} + +h4 { + text-align: center; +} + +p { + margin-bottom: 0.5em; +} + +.italic { + font-style: italic; +} + +.quote { + font-style: italic; + text-align: center; +} + +.center { + display: block; + margin-left: auto; + margin-right: auto; +} + +nav ol { + list-style-type: none; +} -- cgit v1.2.3