aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-09-25 12:30:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-09-25 12:30:08 +0200
commit36f0a7c2fcbcee1e878972d6dfb65dcd18a76047 (patch)
tree8354e15adc6f09d1dc93d460961af011bb43c36d /_includes/site.css
parentf3e394bc5e3d0b700920fe00f05fb3cfcfbdd94e (diff)
downloadmitjafelicijan.com-36f0a7c2fcbcee1e878972d6dfb65dcd18a76047.tar.gz
content update
Diffstat (limited to '_includes/site.css')
-rw-r--r--_includes/site.css49
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
7body { 7body {
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
16a {
17 color: #000;
18 text-decoration: none;
19}
20
16article, 21article,
17main, 22main,
18footer, 23footer,
19nav, 24nav,
20header { 25header {
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
55h1 { 60h1 {
56 font-size: 200%; 61 font-size: 260%;
62 line-height: 150%;
57} 63}
58 64
59h2 { 65h2 {
@@ -89,7 +95,12 @@ main ul {
89} 95}
90 96
91main ul li { 97main ul li {
92 margin-bottom: 10px; 98 margin-bottom: 20px;
99}
100
101main ul li a {
102 font-size: 100%;
103 font-weight: 500;
93} 104}
94 105
95main ul div { 106main 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;