
| 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/node.scss |
/**
* @file
* Visual styles for Bootstrap's node component.
*/
.node__content {
font-size: $font-size-base;
margin-top: $spacer;
}
/* View mode teaser styles. */
.node--view-mode-teaser {
border-bottom: $border-width solid $border-color;
margin-bottom: $spacer;
padding-bottom: $spacer;
}
.node--view-mode-teaser h2 {
margin-top: 0;
padding-top: 0.5em;
}
.node--view-mode-teaser.node--sticky {
background: #f9f9f9;
background: rgba(0, 0, 0, 0.024);
border: $border-width solid $border-color;
padding: 0 $spacer $spacer;
}
.node--view-mode-teaser .node__content {
clear: none;
font-size: $font-size-base;
line-height: $line-height-base;
}
/* Node metadata styles. */
.node__meta {
font-size: $font-size-sm;
margin-bottom: -5px;
}
.node__meta .field--name-field-user-picture img {
float: left;
/* LTR */
margin: 1px $spacer 0 0;
/* LTR */
}
[dir="rtl"] .node__meta .field--name-field-user-picture img {
float: right;
margin-left: $spacer;
margin-right: 0;
}
/* Node links styles. */
.node__links {
text-align: right;
/* LTR */
font-size: $font-size-base;
}
[dir="rtl"] .node__links {
text-align: left;
}
/* Unpublished node styles. */
.node--unpublished {
padding: $spacer $spacer 0;
}
.node--unpublished .comment-text .comment-arrow {
border-left: $border-width solid #fff4f4;
border-right: $border-width solid #fff4f4;
}