diff options
Diffstat (limited to 'template/style.css')
| -rwxr-xr-x | template/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/template/style.css b/template/style.css index cce9621..bd20e26 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -1,12 +1,13 @@ | |||
| 1 | :root { | 1 | :root { |
| 2 | --base-document-width: 680px; | 2 | --base-document-width: 680px; |
| 3 | --base-font-size: 18px; | 3 | --base-font-size: 16px; |
| 4 | --base-line-heigh: 1.6em; | ||
| 4 | --base-color: #111111; | 5 | --base-color: #111111; |
| 5 | 6 | ||
| 6 | --link-color: #111111; | 7 | --link-color: #111111; |
| 7 | --link-color-hover: #111111; | 8 | --link-color-hover: #111111; |
| 8 | 9 | ||
| 9 | --label-color: #333333; | 10 | --label-color: #222222; |
| 10 | 11 | ||
| 11 | --border-color: #eeeeee; | 12 | --border-color: #eeeeee; |
| 12 | 13 | ||
| @@ -27,7 +28,7 @@ body { | |||
| 27 | font-family: 'Times New Roman', Times, serif; | 28 | font-family: 'Times New Roman', Times, serif; |
| 28 | color: var(--base-color); | 29 | color: var(--base-color); |
| 29 | font-size: var(--base-font-size); | 30 | font-size: var(--base-font-size); |
| 30 | line-height: 1.7em; | 31 | line-height: var(--base-line-heigh); |
| 31 | padding: 0; | 32 | padding: 0; |
| 32 | margin: 0; | 33 | margin: 0; |
| 33 | padding-bottom: 100px; | 34 | padding-bottom: 100px; |
| @@ -75,7 +76,7 @@ h6 { font-size: 100%; line-height: 1.2em; } | |||
| 75 | h1[itemtype="headline"] { | 76 | h1[itemtype="headline"] { |
| 76 | padding-bottom: 0; | 77 | padding-bottom: 0; |
| 77 | margin-bottom: 20px; | 78 | margin-bottom: 20px; |
| 78 | font-size: 260%; | 79 | font-size: 230%; |
| 79 | line-height: 1.2em; | 80 | line-height: 1.2em; |
| 80 | } | 81 | } |
| 81 | 82 | ||
| @@ -160,7 +161,7 @@ blockquote p { | |||
| 160 | 161 | ||
| 161 | .navigation header nav a { | 162 | .navigation header nav a { |
| 162 | padding: 0 10px; | 163 | padding: 0 10px; |
| 163 | font-size: 90%; | 164 | font-size: 100%; |
| 164 | font-weight: 500; | 165 | font-weight: 500; |
| 165 | } | 166 | } |
| 166 | 167 | ||
