From 8e4431c8c758825537870bd0fc60a7bdeac6c416 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 20 Nov 2011 17:16:45 -0800 Subject: Collapsing all changes up until this point, mostly to compact the repo. --- style.css | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..3c9b7dd --- /dev/null +++ b/style.css @@ -0,0 +1,55 @@ +@font-face { + font-family: UnBatang; + font-weight: normal; + src: url(fonts/UnBatang.otf); +} + +@font-face { + font-family: UnBatang; + font-weight: bold; + src: url(fonts/UnBatangBold.otf); +} + +@font-face { + font-family: Junkyard; + font-weight: normal; + src: url(fonts/Junkyard.ttf); +} + +body { + font-family: UnBatang, "Palatino", "URW Palladio L", "Book Antiqua", serif; +} + +section.header { + font-size: 1.5em; + text-align: center; +} + +section.content { + margin-left: auto; + margin-right: auto; + max-width: 100ex; + padding: 1ex; + text-align: justify; +} + +section.footer { + font-size: 0.75em; + font-style: italic; + text-align: center; +} + +blockquote { + background-color: #eee; + margin: 0; + padding: 1ex; +} + +table { + margin-left: auto; + margin-right: auto; +} + +.parsel { + font-family: "Junkyard"; +} -- cgit v1.2.3