summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css55
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
19body {
20 font-family: UnBatang, "Palatino", "URW Palladio L", "Book Antiqua", serif;
21}
22
23section.header {
24 font-size: 1.5em;
25 text-align: center;
26}
27
28section.content {
29 margin-left: auto;
30 margin-right: auto;
31 max-width: 100ex;
32 padding: 1ex;
33 text-align: justify;
34}
35
36section.footer {
37 font-size: 0.75em;
38 font-style: italic;
39 text-align: center;
40}
41
42blockquote {
43 background-color: #eee;
44 margin: 0;
45 padding: 1ex;
46}
47
48table {
49 margin-left: auto;
50 margin-right: auto;
51}
52
53.parsel {
54 font-family: "Junkyard";
55}