diff options
| author | Julian Blake Kongslie | 2011-11-20 17:16:45 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2011-11-22 17:36:45 -0800 |
| commit | 8e4431c8c758825537870bd0fc60a7bdeac6c416 (patch) | |
| tree | 9ca841366f9e68169e614c773e50f59e01d98983 /style.css | |
| parent | First run at a setup file. (diff) | |
| download | writing-8e4431c8c758825537870bd0fc60a7bdeac6c416.tar.xz | |
Collapsing all changes up until this point, mostly to compact the repo.
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..3c9b7dd --- /dev/null +++ b/style.css | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | @font-face { | ||
| 2 | font-family: UnBatang; | ||
| 3 | font-weight: normal; | ||
| 4 | src: url(fonts/UnBatang.otf); | ||
| 5 | } | ||
| 6 | |||
| 7 | @font-face { | ||
| 8 | font-family: UnBatang; | ||
| 9 | font-weight: bold; | ||
| 10 | src: url(fonts/UnBatangBold.otf); | ||
| 11 | } | ||
| 12 | |||
| 13 | @font-face { | ||
| 14 | font-family: Junkyard; | ||
| 15 | font-weight: normal; | ||
| 16 | src: url(fonts/Junkyard.ttf); | ||
| 17 | } | ||
| 18 | |||
| 19 | body { | ||
| 20 | font-family: UnBatang, "Palatino", "URW Palladio L", "Book Antiqua", serif; | ||
| 21 | } | ||
| 22 | |||
| 23 | section.header { | ||
| 24 | font-size: 1.5em; | ||
| 25 | text-align: center; | ||
| 26 | } | ||
| 27 | |||
| 28 | section.content { | ||
| 29 | margin-left: auto; | ||
| 30 | margin-right: auto; | ||
| 31 | max-width: 100ex; | ||
| 32 | padding: 1ex; | ||
| 33 | text-align: justify; | ||
| 34 | } | ||
| 35 | |||
| 36 | section.footer { | ||
| 37 | font-size: 0.75em; | ||
| 38 | font-style: italic; | ||
| 39 | text-align: center; | ||
| 40 | } | ||
| 41 | |||
| 42 | blockquote { | ||
| 43 | background-color: #eee; | ||
| 44 | margin: 0; | ||
| 45 | padding: 1ex; | ||
| 46 | } | ||
| 47 | |||
| 48 | table { | ||
| 49 | margin-left: auto; | ||
| 50 | margin-right: auto; | ||
| 51 | } | ||
| 52 | |||
| 53 | .parsel { | ||
| 54 | font-family: "Junkyard"; | ||
| 55 | } | ||
