diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-25 12:30:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-25 12:30:08 +0200 |
| commit | 36f0a7c2fcbcee1e878972d6dfb65dcd18a76047 (patch) | |
| tree | 8354e15adc6f09d1dc93d460961af011bb43c36d /_includes/site.css | |
| parent | f3e394bc5e3d0b700920fe00f05fb3cfcfbdd94e (diff) | |
| download | mitjafelicijan.com-36f0a7c2fcbcee1e878972d6dfb65dcd18a76047.tar.gz | |
content update
Diffstat (limited to '_includes/site.css')
| -rw-r--r-- | _includes/site.css | 49 |
1 files changed, 45 insertions, 4 deletions
diff --git a/_includes/site.css b/_includes/site.css index 36238a9..f05c7e0 100644 --- a/_includes/site.css +++ b/_includes/site.css | |||
| @@ -6,19 +6,24 @@ | |||
| 6 | 6 | ||
| 7 | body { | 7 | body { |
| 8 | font-family: 'Roboto', 'Times New Roman', Times, serif; | 8 | font-family: 'Roboto', 'Times New Roman', Times, serif; |
| 9 | font-size: 16px; | 9 | font-size: 18px; |
| 10 | line-height: 1.8; | 10 | line-height: 1.8; |
| 11 | color: #000; | 11 | color: #000; |
| 12 | margin: 0; | 12 | margin: 0; |
| 13 | padding: 0 0 50px 0; | 13 | padding: 0 0 50px 0; |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | a { | ||
| 17 | color: #000; | ||
| 18 | text-decoration: none; | ||
| 19 | } | ||
| 20 | |||
| 16 | article, | 21 | article, |
| 17 | main, | 22 | main, |
| 18 | footer, | 23 | footer, |
| 19 | nav, | 24 | nav, |
| 20 | header { | 25 | header { |
| 21 | max-width: 700px; | 26 | max-width: 850px; |
| 22 | margin: 0 auto; | 27 | margin: 0 auto; |
| 23 | } | 28 | } |
| 24 | 29 | ||
| @@ -53,7 +58,8 @@ nav ul li a { | |||
| 53 | } | 58 | } |
| 54 | 59 | ||
| 55 | h1 { | 60 | h1 { |
| 56 | font-size: 200%; | 61 | font-size: 260%; |
| 62 | line-height: 150%; | ||
| 57 | } | 63 | } |
| 58 | 64 | ||
| 59 | h2 { | 65 | h2 { |
| @@ -89,7 +95,12 @@ main ul { | |||
| 89 | } | 95 | } |
| 90 | 96 | ||
| 91 | main ul li { | 97 | main ul li { |
| 92 | margin-bottom: 10px; | 98 | margin-bottom: 20px; |
| 99 | } | ||
| 100 | |||
| 101 | main ul li a { | ||
| 102 | font-size: 100%; | ||
| 103 | font-weight: 500; | ||
| 93 | } | 104 | } |
| 94 | 105 | ||
| 95 | main ul div { | 106 | main ul div { |
| @@ -149,6 +160,36 @@ details .highlighter-rouge { | |||
| 149 | color: #000; | 160 | color: #000; |
| 150 | } | 161 | } |
| 151 | 162 | ||
| 163 | /* commenting */ | ||
| 164 | #hcb_form_name, | ||
| 165 | #hcb_form_content { | ||
| 166 | border: 2px solid #eee; | ||
| 167 | padding: 10px; | ||
| 168 | width: 300px; | ||
| 169 | margin-bottom: 10px; | ||
| 170 | } | ||
| 171 | |||
| 172 | #hcb_submit { | ||
| 173 | -webkit-appearance: none; | ||
| 174 | -moz-appearance: none; | ||
| 175 | -o-appearance: none; | ||
| 176 | -ms-appearance: none; | ||
| 177 | appearance: none; | ||
| 178 | font-weight: 600; | ||
| 179 | padding: 7px 15px; | ||
| 180 | font-size: 85%; | ||
| 181 | display: inline-block; | ||
| 182 | cursor: pointer; | ||
| 183 | border-radius: 3px; | ||
| 184 | background: #ccc; | ||
| 185 | border: 2px solid transparent; | ||
| 186 | width: auto; | ||
| 187 | user-select: none; | ||
| 188 | text-align: center; | ||
| 189 | height: auto; | ||
| 190 | margin-right: 20px; | ||
| 191 | } | ||
| 192 | |||
| 152 | @media only screen and (max-width:768px) { | 193 | @media only screen and (max-width:768px) { |
| 153 | body { | 194 | body { |
| 154 | padding: 0 20px; | 195 | padding: 0 20px; |
