
| Current Path : /var/www/html/c12park/web/themes/contrib/bootstrap/scss/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/c12park/web/themes/contrib/bootstrap/scss/components/comments.scss |
/**
* @file
* Visual styles for comments in Bartik.
*/
/* This is required to win over specificity of #content h2 */
#content .comment-wrapper h2 {
margin-bottom: 1em;
}
#content .comment-wrapper h2.comment-form__title {
margin-bottom: 1em;
}
.field-node--comment {
font-size: $font-size-sm;
}
.comment {
margin-bottom: $comment-spacer-y;
vertical-align: top;
display: flex;
}
[dir="rtl"] .comment {
direction: rtl;
}
.comment__meta {
padding: 0 30px 0 0;
/* LTR */
font-size: $font-size-base;
text-align: center;
}
[dir="rtl"] .comment__meta {
padding: 0 0 0 30px;
}
.comment__attribution img {
border: 1px solid $border-color;
}
/* This is required to win over specificity of .field--type-image img */
.field--name-user-picture {
margin: 0 auto;
float: none;
}
.comment .field--name-user-picture img {
margin: 0;
}
.comment__author .username {
white-space: nowrap;
}
.comment__author {
margin: 4px 0;
line-height: 1.2;
font-weight: bold;
font-size: $font-size-lg;
}
.comment__time,
.comment__permalink {
margin-bottom: 4px;
color: #68696b;
font-size: $font-size-sm;
line-height: 1.2;
padding: 0 0.5em 0 0;
/* LTR */
}
[dir="rtl"] .comment__time,
.comment__permalink {
padding: 0 0 0 0.5em;
}
.comment__permalink {
font-size: $font-size-sm;
line-height: 1.2;
}
.comment__content:before {
content: '';
position: absolute;
right: 100%;
/* LTR */
top: $comment-spacer-y;
border-top: $comment-spacer-y solid transparent;
border-right: $comment-spacer-x solid $border-color;
/* LTR */
border-bottom: $comment-spacer-y solid transparent;
}
[dir="rtl"] .comment__content:before {
right: auto;
left: 100%;
border-right: none;
border-left: $comment-spacer-x solid $border-color;
}
.comment__content:after {
content: '';
position: absolute;
right: 100%;
/* LTR */
top: $comment-spacer-y;
border-top: $comment-spacer-y solid transparent;
border-right: $comment-spacer-x solid $white;
/* LTR */
border-bottom: $comment-spacer-y solid transparent;
margin-right: -1px;
/* LTR */
}
[dir="rtl"] .comment__content:after {
right: auto;
left: 100%;
border-right: none;
border-left: $comment-spacer-x solid $white;
margin-right: 0;
margin-left: -1px;
}
.comment__content h3 {
margin-top: 0.94em;
margin-bottom: 0.45em;
font-size: $font-size-lg;
}
.comment__content nav {
padding-top: 1px;
}
.indented {
margin-left: 40px;
/* LTR */
}
[dir="rtl"] .indented {
margin-right: 40px;
margin-left: 0;
}
.comment .links {
padding: 0 0 0.25em 0;
}
.comment .links-inline span {
padding: 0 0.5em 0 0;
/* LTR */
font-size: $font-size-base;
}
[dir="rtl"] .comment .links-inline span {
padding: 0 0 0 0.5em;
}
.comment--unpublished {
margin-right: 5px;
/* LTR */
padding: 5px 2px 5px 5px;
/* LTR */
background: $accent-light;
}
[dir="rtl"] .comment--unpublished {
margin-left: 5px;
margin-right: 0;
padding: 5px 5px 5px 2px;
}
/**
* @todo: unpublished nodes have class .node--unpublished.
* change this to .comment--unpublished.
*/
.unpublished .comment-text .comment-arrow {
border-left: 1px solid $accent-light;
border-right: 1px solid $accent-light;
}
.unpublished {
padding: $comment-spacer-y $comment-spacer-x 0;
}
.comment-footer {
display: table-row;
}
.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
border-right-color: $accent-light;
/* LTR */
}
[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
border-left-color: $accent-light;
}