post-layout.styl 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. section.main
  2. color: $mainColor1
  3. .post
  4. margin-top: 200px
  5. @media $xs
  6. margin-top 60px
  7. .post-header
  8. position relative
  9. width 100%
  10. margin 0 10px
  11. &:before
  12. position absolute
  13. padding 5px
  14. top -10px
  15. bottom -10px
  16. left -5px
  17. content " "
  18. border-left 1px solid $mainColor1
  19. border-bottom 1px solid $mainColor1
  20. border-top 1px solid $mainColor1
  21. transition: left 0.3s ease
  22. @media $xs
  23. display none
  24. &:after
  25. position absolute
  26. content " "
  27. padding 5px
  28. top -10px
  29. bottom -10px
  30. right -5px
  31. border-right 1px solid $mainColor1
  32. border-bottom 1px solid $mainColor1
  33. border-top 1px solid $mainColor1
  34. transition: right 0.3s ease
  35. @media $xs
  36. display none
  37. h1.title
  38. text-align: center
  39. font-family: $fontTitle
  40. text-shadow: $titleTextShadow
  41. cursor pointer
  42. a, a:link, a:visited, a:active
  43. border-bottom none
  44. @media $xs
  45. font-size 2.5em
  46. .post-info
  47. margin-top: 15px
  48. text-align: center
  49. text-transform: uppercase
  50. font-family: $fontTitle
  51. span
  52. padding: 10px
  53. &.hover
  54. &:before
  55. left 5px
  56. &:after
  57. right 5px
  58. .content
  59. margin-top: 65px
  60. @media $xs
  61. margin-top 40px
  62. text-align justify
  63. .gallery-container
  64. width 100%
  65. display block
  66. &:after
  67. content " "
  68. visibility hidden
  69. display block
  70. height 50px
  71. clear both
  72. .picture-container
  73. width 25%
  74. float left
  75. min-width 200px
  76. a
  77. border none
  78. .img-thumbnail
  79. border none
  80. background transparent
  81. padding-right 20px
  82. width 100%
  83. .read-more
  84. margin: 10px auto
  85. font-family $fontTitle
  86. text-transform uppercase
  87. .comments
  88. margin-top 120px
  89. @media $xs
  90. margin-top 60px
  91. .post-tags
  92. margin-top 60px
  93. text-transform: uppercase
  94. font-family: $fontTitle
  95. a, i
  96. margin-right 15px
  97. .featherlight
  98. .featherlight-content
  99. background transparent
  100. .featherlight-close
  101. color $mainColor1
  102. cursor pointer
  103. transition text-shadow 0.3s ease
  104. text-decoration none
  105. background transparent
  106. &:hover
  107. text-shadow $titleTextShadowLight