You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.7 KiB
Stylus
65 lines
1.7 KiB
Stylus
5 years ago
|
#blog-content
|
||
|
|
||
|
#blog-display
|
||
|
#blog-list
|
||
|
.blog-entry
|
||
|
display inline-block
|
||
|
height 500px;
|
||
|
width 50%
|
||
|
background-size cover
|
||
|
background $black
|
||
|
position relative
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
line-height: 250px;
|
||
|
label
|
||
|
background $secondary
|
||
|
padding 5px
|
||
|
border-radius 3px
|
||
|
|
||
|
|
||
|
#post-content
|
||
|
width 100%
|
||
|
margin -10px 0 0 0
|
||
|
#header-post
|
||
|
width 100%
|
||
|
min-height 350px
|
||
|
background $black
|
||
|
position relative
|
||
|
padding 0
|
||
|
margin 0
|
||
|
img
|
||
|
padding 0
|
||
|
margin 0
|
||
|
position relative
|
||
|
display block
|
||
|
width 100%
|
||
|
#header-one
|
||
|
position relative
|
||
|
width 80%
|
||
|
margin 0 auto
|
||
|
padding 30px 0 0 0
|
||
|
|
||
|
label#the-title a
|
||
|
font 500 2em $titleType
|
||
|
width 97px
|
||
|
height 115px
|
||
|
color $secondary
|
||
|
text-decoration none
|
||
|
display block
|
||
|
word-break: break-all
|
||
|
margin 10px 0 0 10px
|
||
|
span#post-title
|
||
|
font 200 4.5em/1em $titleType
|
||
|
color $white
|
||
|
margin 20px 0 0 10px
|
||
|
padding 20px 0 80px 0
|
||
|
display block
|
||
|
|
||
|
|
||
|
#post-display
|
||
|
color $tertiary
|
||
|
width 80%
|
||
|
margin 50px auto
|
||
|
font 400 1.5em $bodyType
|
||
|
padding-bottom 50px
|