123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- section.main
- color: $mainColor1
- .post
- margin-top: 200px
- @media $xs
- margin-top 60px
- .post-header
- position relative
- width 100%
- margin 0 10px
- &:before
- position absolute
- padding 5px
- top -10px
- bottom -10px
- left -5px
- content " "
- border-left 1px solid $mainColor1
- border-bottom 1px solid $mainColor1
- border-top 1px solid $mainColor1
- transition: left 0.3s ease
- @media $xs
- display none
- &:after
- position absolute
- content " "
- padding 5px
- top -10px
- bottom -10px
- right -5px
- border-right 1px solid $mainColor1
- border-bottom 1px solid $mainColor1
- border-top 1px solid $mainColor1
- transition: right 0.3s ease
- @media $xs
- display none
- h1.title
- text-align: center
- font-family: $fontTitle
- text-shadow: $titleTextShadow
- cursor pointer
- a, a:link, a:visited, a:active
- border-bottom none
- @media $xs
- font-size 2.5em
- .post-info
- margin-top: 15px
- text-align: center
- text-transform: uppercase
- font-family: $fontTitle
- span
- padding: 10px
- &.hover
- &:before
- left 5px
- &:after
- right 5px
- .content
- margin-top: 65px
- @media $xs
- margin-top 40px
- text-align justify
- .gallery-container
- width 100%
- display block
- &:after
- content " "
- visibility hidden
- display block
- height 50px
- clear both
- .picture-container
- width 25%
- float left
- min-width 200px
- a
- border none
- .img-thumbnail
- border none
- background transparent
- padding-right 20px
- width 100%
- .read-more
- margin: 10px auto
- font-family $fontTitle
- text-transform uppercase
- .comments
- margin-top 120px
- @media $xs
- margin-top 60px
- .post-tags
- margin-top 60px
- text-transform: uppercase
- font-family: $fontTitle
- a, i
- margin-right 15px
- .featherlight
- .featherlight-content
- background transparent
- .featherlight-close
- color $mainColor1
- cursor pointer
- transition text-shadow 0.3s ease
- text-decoration none
- background transparent
- &:hover
- text-shadow $titleTextShadowLight
|