diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 65 |
1 files changed, 54 insertions, 11 deletions
| @@ -16,13 +16,46 @@ | |||
| 16 | src: url(fonts/Junkyard.ttf); | 16 | src: url(fonts/Junkyard.ttf); |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | body { | 19 | blockquote { |
| 20 | font-family: UnBatang, "Palatino", "URW Palladio L", "Book Antiqua", serif; | 20 | background-color: #f0f0c9; |
| 21 | font-size: 0.9em; | ||
| 22 | margin: 0; | ||
| 23 | padding: 1em; | ||
| 24 | } | ||
| 25 | |||
| 26 | em { font-style: italic; } | ||
| 27 | |||
| 28 | h1, h2, h3, h4, h5, h6 { | ||
| 29 | font-weight: bold; | ||
| 30 | margin-bottom: 1ex; | ||
| 31 | margin-top: 1ex; | ||
| 32 | } | ||
| 33 | |||
| 34 | h1 { font-size: 2em; } | ||
| 35 | h2 { font-size: 1.8em; } | ||
| 36 | h3 { font-size: 1.6em; } | ||
| 37 | h4 { font-size: 1.4em; } | ||
| 38 | h5 { font-size: 1.2em; } | ||
| 39 | |||
| 40 | hr { | ||
| 41 | border: 0px solid #000; | ||
| 42 | border-top: 1px solid #000; | ||
| 43 | margin: 1em; | ||
| 44 | } | ||
| 45 | |||
| 46 | html { | ||
| 47 | font-family: UnBatang; | ||
| 48 | background-color: #fafad2; | ||
| 49 | } | ||
| 50 | |||
| 51 | p { | ||
| 52 | margin-bottom: 1ex; | ||
| 53 | margin-top: 1ex; | ||
| 21 | } | 54 | } |
| 22 | 55 | ||
| 23 | section.header { | 56 | section.header { |
| 24 | font-size: 1.5em; | ||
| 25 | text-align: center; | 57 | text-align: center; |
| 58 | font-size: 1.2em; | ||
| 26 | } | 59 | } |
| 27 | 60 | ||
| 28 | section.content { | 61 | section.content { |
| @@ -34,22 +67,32 @@ section.content { | |||
| 34 | } | 67 | } |
| 35 | 68 | ||
| 36 | section.footer { | 69 | section.footer { |
| 37 | font-size: 0.75em; | 70 | font-size: 0.8em; |
| 38 | font-style: italic; | 71 | font-style: italic; |
| 39 | text-align: center; | 72 | text-align: center; |
| 40 | } | 73 | } |
| 41 | 74 | ||
| 42 | blockquote { | 75 | strong { font-weight: bold; } |
| 43 | background-color: #eee; | ||
| 44 | margin: 0; | ||
| 45 | padding: 1ex; | ||
| 46 | } | ||
| 47 | 76 | ||
| 48 | table { | 77 | table { |
| 49 | margin-left: auto; | 78 | margin-left: auto; |
| 50 | margin-right: auto; | 79 | margin-right: auto; |
| 51 | } | 80 | } |
| 52 | 81 | ||
| 53 | .parsel { | 82 | th { |
| 54 | font-family: "Junkyard"; | 83 | font-weight: bold; |
| 84 | padding: 0.4ex; | ||
| 85 | } | ||
| 86 | |||
| 87 | td { padding: 0.4ex; } | ||
| 88 | |||
| 89 | ul li { | ||
| 90 | list-style-type: square; | ||
| 91 | margin-left: 2em; | ||
| 55 | } | 92 | } |
| 93 | |||
| 94 | .feedlink { font-size: 0.8em; } | ||
| 95 | |||
| 96 | .parsel { font-family: "Junkyard"; } | ||
| 97 | |||
| 98 | .small { font-size: 0.8em; } | ||
