You are here

forum.css in AT Tools 8.3

/**
 * Forums
 *  - see table.scss for generic table styles.
 ============================================================================ */
.forum {
  width: 100%;
}

.forum .indent {
  overflow: hidden;
  margin-left: 2.0625rem;
}

.forum .title {
  overflow: hidden;
}

.forum .icon {
  margin: 0.0625rem 0.625rem 0 0;
  float: left;
}

.forum .icon svg {
  height: 1.25rem;
  width: 1.25rem;
}

.forum td,
.forum th {
  vertical-align: top;
}

.forum-header th {
  white-space: nowrap;
  font-weight: 400;
}

@media screen and (max-width: 45em) {
  .forum [class*="__last-reply"],
  .forum [class*="__Last-reply"] {
    display: none;
  }
}

.forum [class*="__topics"],
.forum [class*="__posts"],
.forum [class*="__replies"] {
  text-align: center;
}

.forum-list__description {
  overflow: hidden;
  font-size: 0.8rem;
  margin: 0.5rem 0.5rem 0.5rem 2.0625rem;
}

[dir="rtl"] .forum-list__description {
  margin: 0.5rem 2.0625rem 0.5rem 0.5rem;
}

.forum-list__description:empty {
  display: none;
}

.forum__title {
  overflow: hidden;
}

.forum__title .submitted {
  font-size: 0.875rem;
}

.forum-list__replies-link {
  display: block;
}
/*# sourceMappingURL=forum.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/forum.css
View source
  1. /**
  2. * Forums
  3. * - see table.scss for generic table styles.
  4. ============================================================================ */
  5. .forum {
  6. width: 100%;
  7. }
  8. .forum .indent {
  9. overflow: hidden;
  10. margin-left: 2.0625rem;
  11. }
  12. .forum .title {
  13. overflow: hidden;
  14. }
  15. .forum .icon {
  16. margin: 0.0625rem 0.625rem 0 0;
  17. float: left;
  18. }
  19. .forum .icon svg {
  20. height: 1.25rem;
  21. width: 1.25rem;
  22. }
  23. .forum td,
  24. .forum th {
  25. vertical-align: top;
  26. }
  27. .forum-header th {
  28. white-space: nowrap;
  29. font-weight: 400;
  30. }
  31. @media screen and (max-width: 45em) {
  32. .forum [class*="__last-reply"],
  33. .forum [class*="__Last-reply"] {
  34. display: none;
  35. }
  36. }
  37. .forum [class*="__topics"],
  38. .forum [class*="__posts"],
  39. .forum [class*="__replies"] {
  40. text-align: center;
  41. }
  42. .forum-list__description {
  43. overflow: hidden;
  44. font-size: 0.8rem;
  45. margin: 0.5rem 0.5rem 0.5rem 2.0625rem;
  46. }
  47. [dir="rtl"] .forum-list__description {
  48. margin: 0.5rem 2.0625rem 0.5rem 0.5rem;
  49. }
  50. .forum-list__description:empty {
  51. display: none;
  52. }
  53. .forum__title {
  54. overflow: hidden;
  55. }
  56. .forum__title .submitted {
  57. font-size: 0.875rem;
  58. }
  59. .forum-list__replies-link {
  60. display: block;
  61. }
  62. /*# sourceMappingURL=forum.css.map */