forum.css
Same filename in this branch
Same filename in other branches
- 7.x modules/forum/forum.css
- 9 core/profiles/demo_umami/themes/umami/css/classy/components/forum.css
- 9 core/themes/olivero/css/components/forum.css
- 9 core/themes/seven/css/classy/components/forum.css
- 9 core/themes/claro/css/classy/components/forum.css
- 9 core/themes/bartik/css/components/forum.css
- 9 core/themes/bartik/css/classy/components/forum.css
- 9 core/themes/classy/css/components/forum.css
- 10 core/profiles/demo_umami/themes/umami/css/classy/components/forum.css
- 10 core/themes/olivero/css/components/forum.css
- 10 core/themes/claro/css/classy/components/forum.css
- 11.x core/profiles/demo_umami/themes/umami/css/classy/components/forum.css
- 11.x core/themes/olivero/css/components/forum.css
- 11.x core/themes/claro/css/classy/components/forum.css
Styling for the Forum module.
File
-
core/
themes/ classy/ css/ components/ forum.css
View source
- /**
- * @file
- * Styling for the Forum module.
- */
-
- .forum__description {
- margin: 0.5em;
- font-size: 0.9em;
- }
- .forum__icon {
- float: left; /* LTR */
- width: 24px;
- height: 24px;
- margin: 0 9px 0 0; /* LTR */
- background-image: url(../../images/icons/forum-icons.png);
- background-repeat: no-repeat;
- }
- [dir="rtl"] .forum__icon {
- float: right;
- margin: 0 0 0 9px;
- }
- .forum__title {
- overflow: hidden;
- }
- .forum .indented {
- margin-left: 20px; /* LTR */
- }
- [dir="rtl"] .forum .indented {
- margin-right: 20px;
- margin-left: 0;
- }
- .forum__topic-status--new {
- background-position: -24px 0;
- }
- .forum__topic-status--hot {
- background-position: -48px 0;
- }
- .forum__topic-status--hot-new {
- background-position: -72px 0;
- }
- .forum__topic-status--sticky {
- background-position: -96px 0;
- }
- .forum__topic-status--closed {
- background-position: -120px 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.