mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
style etc
This commit is contained in:
parent
f9631a60c0
commit
bc47a350ae
@ -78,7 +78,8 @@ code,
|
||||
pre,
|
||||
li:before,
|
||||
.spin,
|
||||
#bred a {
|
||||
#bred a,
|
||||
h3.time {
|
||||
font-family: "scp", "Courier New", courier, monospace;
|
||||
}
|
||||
body,
|
||||
@ -229,6 +230,15 @@ li:before {
|
||||
transition: opacity 1s ease-in-out;
|
||||
z-index: 4;
|
||||
}
|
||||
img.logo {
|
||||
height: 2rem;
|
||||
width: 2rem;
|
||||
}
|
||||
h3.time {
|
||||
margin-top: 0.3rem;
|
||||
font-size: 0.7rem;
|
||||
font-weight: 200;
|
||||
}
|
||||
#nav .links > div {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
@ -389,6 +399,14 @@ div.root > p {
|
||||
width: 27rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
h2.sub {
|
||||
font-size: 0.7rem;
|
||||
font-weight: 400;
|
||||
line-height: 1rem;
|
||||
letter-spacing: 1px;
|
||||
margin-top: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
div.post h1 {
|
||||
font-size: 2.8rem;
|
||||
line-height: 4rem;
|
||||
@ -396,20 +414,13 @@ div.post h1 {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
div.post h2,
|
||||
div.post h2.sub {
|
||||
div.post h2 {
|
||||
line-height: 1rem;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
div.post h2 {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
div.post h2.sub {
|
||||
font-size: 0.7rem;
|
||||
font-weight: 400;
|
||||
margin-top: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
div.post h2 {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
|
@ -9,6 +9,7 @@ pre
|
||||
li:before
|
||||
.spin
|
||||
#bred a
|
||||
h3.time
|
||||
font-family "scp","Courier New",courier,monospace
|
||||
|
||||
body
|
||||
@ -156,6 +157,15 @@ li:before
|
||||
transition opacity 1s ease-in-out
|
||||
z-index 4
|
||||
|
||||
img.logo
|
||||
height 2rem
|
||||
width 2rem
|
||||
|
||||
h3.time
|
||||
margin-top: .3rem
|
||||
font-size .7rem
|
||||
font-weight 200
|
||||
|
||||
#nav .links > div
|
||||
display inline-block
|
||||
vertical-align top
|
||||
@ -316,6 +326,14 @@ div.root > p
|
||||
width 27rem
|
||||
margin-top 2rem
|
||||
|
||||
h2.sub
|
||||
font-size .7rem
|
||||
font-weight 400
|
||||
line-height 1rem
|
||||
letter-spacing 1px
|
||||
margin-top 0
|
||||
text-transform uppercase
|
||||
|
||||
div.post
|
||||
h1
|
||||
font-size 2.8rem
|
||||
@ -325,19 +343,12 @@ div.post
|
||||
margin-bottom 1rem
|
||||
|
||||
h2
|
||||
h2.sub
|
||||
line-height 1rem
|
||||
letter-spacing 1px
|
||||
|
||||
h2
|
||||
margin-top 4rem
|
||||
|
||||
h2.sub
|
||||
font-size .7rem
|
||||
font-weight 400
|
||||
margin-top 0
|
||||
text-transform uppercase
|
||||
|
||||
h2
|
||||
font-size 1.2rem
|
||||
font-weight 500
|
||||
|
Loading…
Reference in New Issue
Block a user