You are here

forum.css in AT Tools 8

/**
 * Forums
 *  - see table.scss for generic table styles.
 ============================================================================ */
.forum {
  width: 100%;
}
.forum .indent {
  overflow: hidden;
  margin-left: 33px;
  margin-left: 2.0625rem;
}
.forum .title {
  overflow: hidden;
}
.forum .icon {
  margin: 1px 10px 0 0;
  margin: 0.0625rem 0.625rem 0 0;
  float: left;
}
.forum .icon svg {
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
}
.forum td,
.forum th {
  vertical-align: top;
}

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

@media all 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: 13px;
  font-size: 0.8rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 7px 7px 7px 33px;
  margin: 0.4375rem 0.4375rem 0.4375rem 2.0625rem;
}
[dir="rtl"] .forum-list__description {
  margin: 7px 33px 7px 7px;
  margin: 0.4375rem 2.0625rem 0.4375rem 0.4375rem;
}
.forum-list__description:empty {
  display: none;
}

.forum__title {
  overflow: hidden;
}
.forum__title .submitted {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.forum-list__replies-link {
  display: block;
}

/*# sourceMappingURL=maps/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: 33px;
  11. margin-left: 2.0625rem;
  12. }
  13. .forum .title {
  14. overflow: hidden;
  15. }
  16. .forum .icon {
  17. margin: 1px 10px 0 0;
  18. margin: 0.0625rem 0.625rem 0 0;
  19. float: left;
  20. }
  21. .forum .icon svg {
  22. height: 20px;
  23. height: 1.25rem;
  24. width: 20px;
  25. width: 1.25rem;
  26. }
  27. .forum td,
  28. .forum th {
  29. vertical-align: top;
  30. }
  31. .forum-header th {
  32. white-space: nowrap;
  33. font-weight: 400;
  34. }
  35. @media all and (max-width: 45em) {
  36. .forum [class*="__last-reply"],
  37. .forum [class*="__Last-reply"] {
  38. display: none;
  39. }
  40. }
  41. .forum [class*="__topics"],
  42. .forum [class*="__posts"],
  43. .forum [class*="__replies"] {
  44. text-align: center;
  45. }
  46. .forum-list__description {
  47. overflow: hidden;
  48. font-size: 13px;
  49. font-size: 0.8rem;
  50. line-height: 18px;
  51. line-height: 1.125rem;
  52. margin: 7px 7px 7px 33px;
  53. margin: 0.4375rem 0.4375rem 0.4375rem 2.0625rem;
  54. }
  55. [dir="rtl"] .forum-list__description {
  56. margin: 7px 33px 7px 7px;
  57. margin: 0.4375rem 2.0625rem 0.4375rem 0.4375rem;
  58. }
  59. .forum-list__description:empty {
  60. display: none;
  61. }
  62. .forum__title {
  63. overflow: hidden;
  64. }
  65. .forum__title .submitted {
  66. font-size: 14px;
  67. font-size: 0.875rem;
  68. line-height: 18px;
  69. line-height: 1.125rem;
  70. }
  71. .forum-list__replies-link {
  72. display: block;
  73. }
  74. /*# sourceMappingURL=maps/forum.css.map */