mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
ok ok
This commit is contained in:
parent
540ad65a6d
commit
0f178d5914
@ -19,6 +19,9 @@
|
||||
ul.list.nav
|
||||
margin 0
|
||||
line-height 2rem
|
||||
li::before
|
||||
content ''
|
||||
padding-right none
|
||||
li
|
||||
display inline-block
|
||||
margin-bottom 0
|
||||
@ -27,6 +30,11 @@
|
||||
li a
|
||||
border-bottom none
|
||||
text-decoration none
|
||||
li a h1
|
||||
margin 0
|
||||
line-height inherit
|
||||
text-transform capitalize
|
||||
font-size 1.2rem
|
||||
h1
|
||||
text-decoration none
|
||||
border-bottom 2px solid #000
|
||||
@ -42,11 +50,8 @@
|
||||
&.fold
|
||||
margin-top 6rem
|
||||
|
||||
.list > li > a h1
|
||||
margin 0
|
||||
line-height inherit
|
||||
text-transform capitalize
|
||||
font-size 1.2rem
|
||||
.list li h1
|
||||
line-height 2rem
|
||||
|
||||
&
|
||||
font-size 1.6rem
|
||||
@ -112,10 +117,6 @@
|
||||
height 2rem
|
||||
padding 0 .6rem
|
||||
|
||||
li::before
|
||||
content ''
|
||||
padding-right none
|
||||
|
||||
.date
|
||||
font-weight 400
|
||||
|
||||
|
@ -90,6 +90,10 @@ html {
|
||||
line-height: 1.6rem;
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
p {
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
a {
|
||||
color: #000;
|
||||
border-bottom: 1px solid #000;
|
||||
@ -145,7 +149,7 @@ h3 code {
|
||||
}
|
||||
pre,
|
||||
code {
|
||||
font-size: 0.8rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
pre {
|
||||
background-color: #f5f5f5;
|
||||
@ -165,10 +169,11 @@ ul {
|
||||
padding: 0;
|
||||
}
|
||||
li:before {
|
||||
content: "+";
|
||||
font-family: 'scp';
|
||||
content: "\2022";
|
||||
padding-right: 0.3rem;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 600;
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
#nav,
|
||||
#cont {
|
||||
@ -280,19 +285,21 @@ h3.time {
|
||||
}
|
||||
#nav a,
|
||||
.list > li > a {
|
||||
display: inline;
|
||||
}
|
||||
#nav a {
|
||||
text-transform: uppercase;
|
||||
font-size: 0.7rem;
|
||||
line-height: 1rem;
|
||||
font-weight: 200;
|
||||
letter-spacing: 1px;
|
||||
display: inline;
|
||||
}
|
||||
#nav .link-next {
|
||||
margin-top: 2rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
.list > li > a {
|
||||
margin-bottom: 0.3rem;
|
||||
.list > li {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.list > li > a h1 {
|
||||
font-size: inherit;
|
||||
@ -455,7 +462,7 @@ div.toc h1.t {
|
||||
padding-right: 1rem;
|
||||
margin-left: -1rem;
|
||||
}
|
||||
.footer {
|
||||
.footer p {
|
||||
font-family: 'scp';
|
||||
font-size: 0.7rem;
|
||||
font-weight: 400;
|
||||
@ -489,7 +496,6 @@ div.toc h1.t {
|
||||
div.post h1 {
|
||||
font-size: 2.8rem;
|
||||
line-height: 4rem;
|
||||
display: block;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@ -510,6 +516,14 @@ div.post h3::before {
|
||||
content: '\2014';
|
||||
margin-right: 0.3rem;
|
||||
}
|
||||
div.post .list li {
|
||||
margin-bottom: 0;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
div.post .list li:before {
|
||||
line-height: 2.3rem;
|
||||
vertical-align: top;
|
||||
}
|
||||
div.post p {
|
||||
font-size: 1.2rem;
|
||||
line-height: 2.2rem;
|
||||
@ -545,6 +559,10 @@ div.post p.ib {
|
||||
margin: 0;
|
||||
line-height: 2rem;
|
||||
}
|
||||
#cont.lead .bar ul.list.nav li::before {
|
||||
content: '';
|
||||
padding-right: none;
|
||||
}
|
||||
#cont.lead .bar ul.list.nav li {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
@ -555,6 +573,12 @@ div.post p.ib {
|
||||
border-bottom: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
#cont.lead .bar ul.list.nav li a h1 {
|
||||
margin: 0;
|
||||
line-height: inherit;
|
||||
text-transform: capitalize;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
#cont.lead .bar ul.list.nav h1 {
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid #000;
|
||||
@ -571,11 +595,8 @@ div.post p.ib {
|
||||
#cont.lead h1.fold {
|
||||
margin-top: 6rem;
|
||||
}
|
||||
#cont.lead .list > li > a h1 {
|
||||
margin: 0;
|
||||
line-height: inherit;
|
||||
text-transform: capitalize;
|
||||
font-size: 1.2rem;
|
||||
#cont.lead .list li h1 {
|
||||
line-height: 2rem;
|
||||
}
|
||||
#cont.lead {
|
||||
font-size: 1.6rem;
|
||||
@ -645,10 +666,6 @@ div.post p.ib {
|
||||
height: 2rem;
|
||||
padding: 0 0.6rem;
|
||||
}
|
||||
#cont.lead li::before {
|
||||
content: '';
|
||||
padding-right: none;
|
||||
}
|
||||
#cont.lead .date {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
@ -20,6 +20,10 @@ html
|
||||
line-height 1.6rem
|
||||
-webkit-text-size-adjust none
|
||||
|
||||
p
|
||||
font-size 1.2rem
|
||||
line-height 2rem
|
||||
|
||||
a
|
||||
color #000
|
||||
border-bottom 1px solid #000
|
||||
@ -75,7 +79,7 @@ h3 code
|
||||
|
||||
pre
|
||||
code
|
||||
font-size .8rem
|
||||
font-size 1rem
|
||||
|
||||
pre
|
||||
background-color #f5f5f5
|
||||
@ -95,10 +99,11 @@ ul
|
||||
padding 0
|
||||
|
||||
li:before
|
||||
content "+"
|
||||
font-family 'scp'
|
||||
content "\2022"
|
||||
padding-right .3rem
|
||||
font-size .8rem
|
||||
font-weight 600
|
||||
font-size 1rem
|
||||
font-weight 500
|
||||
|
||||
#nav
|
||||
#cont
|
||||
@ -207,19 +212,21 @@ h3.time
|
||||
|
||||
#nav a
|
||||
.list > li > a
|
||||
display inline
|
||||
|
||||
#nav a
|
||||
text-transform uppercase
|
||||
font-size .7rem
|
||||
line-height 1rem
|
||||
font-weight 200
|
||||
letter-spacing 1px
|
||||
display inline
|
||||
|
||||
#nav .link-next
|
||||
margin-top 2rem
|
||||
font-weight 500
|
||||
|
||||
.list > li > a
|
||||
margin-bottom .3rem
|
||||
.list > li
|
||||
margin-bottom 1rem
|
||||
|
||||
.list > li > a h1
|
||||
font-size inherit
|
||||
@ -381,7 +388,7 @@ div.toc
|
||||
padding-right 1rem
|
||||
margin-left -1rem
|
||||
|
||||
.footer
|
||||
.footer p
|
||||
font-family 'scp'
|
||||
font-size .7rem
|
||||
font-weight 400
|
||||
|
@ -2,7 +2,6 @@ div.post
|
||||
h1
|
||||
font-size 2.8rem
|
||||
line-height 4rem
|
||||
display block
|
||||
margin-top 1rem
|
||||
margin-bottom 1rem
|
||||
|
||||
@ -22,6 +21,13 @@ div.post
|
||||
content '\2014'
|
||||
margin-right .3rem
|
||||
|
||||
.list li
|
||||
margin-bottom 0
|
||||
font-size 1.2rem
|
||||
.list li:before
|
||||
line-height 2.3rem
|
||||
vertical-align top
|
||||
|
||||
p
|
||||
font-size 1.2rem
|
||||
line-height 2.2rem
|
||||
|
Loading…
Reference in New Issue
Block a user