暫無描述

archives.scss 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .page-title {
  2. font-size: var(--global--font-size-page-title);
  3. }
  4. h1.page-title,
  5. h2.page-title {
  6. font-weight: var(--heading--font-weight-page-title);
  7. }
  8. h1.page-title {
  9. line-height: var(--heading--line-height-h1);
  10. }
  11. .page-header {
  12. border-bottom: 3px solid var(--global--color-border);
  13. padding-bottom: calc(2 * var(--global--spacing-vertical));
  14. }
  15. .archive,
  16. .search,
  17. .blog {
  18. .content-area {
  19. .format-aside,
  20. .format-status,
  21. .format-link {
  22. .entry-content {
  23. font-size: var(--global--font-size-lg);
  24. }
  25. }
  26. }
  27. .format-image,
  28. .format-gallery,
  29. .format-video {
  30. .entry-content {
  31. margin-top: calc(2 * var(--global--spacing-vertical));
  32. }
  33. }
  34. .entry-footer {
  35. .cat-links,
  36. .tags-links {
  37. display: block;
  38. }
  39. }
  40. &.logged-in {
  41. .entry-footer {
  42. .posted-on {
  43. margin-right: calc(0.5 * var(--global--spacing-unit));
  44. }
  45. }
  46. }
  47. }
  48. .archive-description {
  49. margin-top: var(--global--spacing-vertical);
  50. font-size: var(--global--font-size-xl);
  51. line-height: var(--global--line-height-heading);
  52. }