archive.styl 2.6 KB

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