Compare commits
4 commits
02f15914c9
...
b56881aa70
| Author | SHA1 | Date | |
|---|---|---|---|
| b56881aa70 | |||
| 4a850afb8b | |||
| f3825ef9f9 | |||
| f2b5d18501 |
3 changed files with 15 additions and 25 deletions
|
|
@ -19,7 +19,6 @@ renderHooks.image.enableDefault = true
|
||||||
name = '향하는 귀, 흐르는 걸음, 벌어진 사고| Heading ears, flowing steps, unfolded thought'
|
name = '향하는 귀, 흐르는 걸음, 벌어진 사고| Heading ears, flowing steps, unfolded thought'
|
||||||
pageRef = '/posts/heading-ears'
|
pageRef = '/posts/heading-ears'
|
||||||
weight = 1
|
weight = 1
|
||||||
params.unlisted = true
|
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = '기울어지되 쓰러지지 않는다| e-Crystallomancy'
|
name = '기울어지되 쓰러지지 않는다| e-Crystallomancy'
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 1.2rem;
|
font-size: 1.3rem;
|
||||||
line-height: 1.5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
@ -121,9 +120,9 @@
|
||||||
.content {
|
.content {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
letter-spacing: 0.027em;
|
letter-spacing: 0.06em;
|
||||||
line-height: 2rem;
|
line-height: 2.27rem;
|
||||||
font-size: 1.1em;
|
font-size: 1.05em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content p {
|
.content p {
|
||||||
|
|
@ -136,19 +135,12 @@
|
||||||
word-spacing: -0.02em;
|
word-spacing: -0.02em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* for big screen devices - in accordance with 'tachyons' way */
|
/* for big screen devices - in accordance with 'tachyons' way (== 30em) */
|
||||||
@media screen and (min-width: 30em) {
|
@media screen and (min-width: 30em) {
|
||||||
|
|
||||||
body {
|
|
||||||
font-size: 1.3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
letter-spacing: inherit;
|
|
||||||
line-height: inherit;
|
|
||||||
font-size: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content p {
|
.content p {
|
||||||
|
|
@ -162,9 +154,6 @@
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
|
||||||
letter-spacing: inherit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,9 @@
|
||||||
</div>
|
</div>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: darkviolet;
|
background-color: #375533;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
|
@ -46,19 +48,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#logobtn {
|
#logobtn {
|
||||||
color: linen;
|
color: #ead820;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home svg {
|
.home svg {
|
||||||
color: linen;
|
color: #ead820;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
|
font-size: inherit;
|
||||||
letter-spacing: inherit;
|
letter-spacing: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
font-size: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ol,
|
ol,
|
||||||
|
|
@ -87,15 +89,15 @@
|
||||||
.menulist hr {
|
.menulist hr {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
border-top: 1px dashed linen;
|
border-top: 1px dashed #ead820;
|
||||||
border-bottom: 0px dashed linen;
|
border-bottom: 0px dashed #ead820;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*menuitem*/
|
/*menuitem*/
|
||||||
.menuitem a,
|
.menuitem a,
|
||||||
.menuitem a:visited,
|
.menuitem a:visited,
|
||||||
.menuitem a:hover {
|
.menuitem a:hover {
|
||||||
color: linen;
|
color: #eaa;
|
||||||
word-break: keep-all;
|
word-break: keep-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue