archive.styl 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .archives
  2. clearfix()
  3. .article:first-child
  4. margin: 20px 0
  5. .archive-year-wrap,
  6. .archive-category-wrap,
  7. .archive-tag-wrap,
  8. .layout-title
  9. font-size: 1.4em
  10. margin: block-margin 0 20px 0
  11. @media mq-mini
  12. padding: 0 15px
  13. font-size: 1.2em
  14. .fa
  15. margin-right: 3px
  16. .archive-year
  17. color: color-default
  18. &:hover
  19. color: color-link
  20. .layout-wrap-inner
  21. @media mq-mini
  22. padding: 0 15px
  23. .archive-year
  24. @extend $block-caption
  25. .archive-article
  26. clearfix()
  27. avoid-column-break()
  28. @extend $block
  29. padding: 0
  30. margin-bottom: 15px
  31. .archive-article-thumbnail
  32. float: left
  33. margin-right: 10px
  34. .thumbnail
  35. width: 160px
  36. height: 90px
  37. display: block
  38. position: relative
  39. overflow: hidden
  40. span
  41. width: 100%
  42. height: 100%
  43. display: block
  44. .thumbnail-image
  45. position: absolute
  46. background-size: cover
  47. background-position: center
  48. .thumbnail-none
  49. background-image: url(thumbnail-default-small)
  50. @media mq-mini
  51. .thumbnail
  52. width: 120px
  53. height: 67.5px
  54. .archive-article-header
  55. padding: 10px
  56. a
  57. @extend $link-dark
  58. .archive-article-title
  59. font-size: 1.2em
  60. line-height: 1.2em
  61. @media mq-mini
  62. font-size: 1em
  63. line-height: 1em
  64. height: 1em
  65. overflow: hidden
  66. display: block
  67. .archive-article-date
  68. display: block
  69. margin-top: 8px
  70. .layout-wrap-inner
  71. &.list-categories
  72. ul
  73. margin-left: 15px
  74. list-style: none
  75. li,
  76. .category-list-child
  77. padding: 10px 0
  78. font-size: font-size
  79. border-bottom: 1px solid border-color
  80. a
  81. color: color-sidebar-text
  82. ul, ol
  83. list-style: none
  84. li
  85. border: none
  86. &:last-child
  87. padding-bottom: 0px
  88. li
  89. a
  90. &:before
  91. color: #ccc
  92. content: "\f0da"
  93. font-size: 12px
  94. margin-right: 6px
  95. font-family: FontAwesome
  96. transition: 0.2s ease
  97. &:hover:before
  98. color: color-sidebar-text-dark
  99. &.tag-cloud
  100. a
  101. @extend $link-dark
  102. margin-right: 8px
  103. &:before
  104. content: '#'
  105. #page-nav
  106. clearfix()
  107. margin: block-margin auto
  108. text-align: center
  109. color: color-grey
  110. overflow: hidden
  111. a, span
  112. height: 32px
  113. padding: 0 10px
  114. line-height: 32px
  115. text-align: center
  116. display: inline-block
  117. border-radius: 2px
  118. a
  119. color: color-grey
  120. text-decoration: none
  121. &:hover
  122. color: white
  123. background: color-link
  124. .page-number
  125. display: inline-block
  126. @media mq-mini
  127. display: none
  128. .current
  129. color: color-default
  130. font-weight: bold
  131. .space
  132. color: color-border