2022-11-23 19:14:59 +00:00
|
|
|
h1 {
|
|
|
|
@include font-size(4rem);
|
2023-11-04 15:37:28 +00:00
|
|
|
|
2022-11-23 19:14:59 +00:00
|
|
|
line-height: 1.1;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2023-06-21 20:32:16 +00:00
|
|
|
@include font-size(4rem);
|
2023-11-04 15:37:28 +00:00
|
|
|
|
2022-11-23 19:14:59 +00:00
|
|
|
line-height: 1.1;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-07-10 19:42:24 +00:00
|
|
|
.shoutHeader {
|
2022-11-23 19:14:59 +00:00
|
|
|
margin-bottom: 2em;
|
|
|
|
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
margin: 0 0 2em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.shoutCover {
|
2023-07-10 19:42:24 +00:00
|
|
|
background-size: cover;
|
|
|
|
height: 0;
|
|
|
|
padding-bottom: 56.2%;
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shoutBody {
|
2023-07-14 06:24:45 +00:00
|
|
|
font-size: 1.6rem;
|
2023-07-10 19:42:24 +00:00
|
|
|
line-height: 1.6;
|
2022-11-23 19:14:59 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0.5em;
|
2023-11-13 08:05:05 +00:00
|
|
|
cursor: zoom-in;
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
|
2023-07-14 06:24:45 +00:00
|
|
|
blockquote,
|
|
|
|
blockquote[data-type='punchline'] {
|
2023-11-11 15:22:15 +00:00
|
|
|
clear: both;
|
2023-07-14 06:24:45 +00:00
|
|
|
font-size: 2.6rem;
|
|
|
|
font-weight: bold;
|
2022-11-23 19:14:59 +00:00
|
|
|
line-height: 1.4;
|
2023-07-14 06:24:45 +00:00
|
|
|
margin: 3.2rem 0;
|
|
|
|
position: relative;
|
|
|
|
|
2023-08-14 14:48:27 +00:00
|
|
|
&::before {
|
2023-07-14 06:24:45 +00:00
|
|
|
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEwLjUwMDFWMjFIMTAuNzA2MVYxMC41MDAxSDQuNTg4MzNDNC41ODgzMyA3LjE4NjU4IDcuMzI3NTggNC41MDAwOCAxMC43MDYxIDQuNTAwMDhWMEM0Ljc5Mjk3IDAgMCA0LjcwMDczIDAgMTAuNDk5OVYxMC41MDAxWk0yNiA0LjUwMDA4VjBDMjAuMDg2OSAwIDE1LjI5MzkgNC43MDA3MyAxNS4yOTM5IDEwLjQ5OTlWMjAuOTk5OUgyNlYxMC41MDA1SDE5Ljg4MjJDMTkuODgyNCA3LjE4NyAyMi42MjE3IDQuNTAwNSAyNiA0LjUwMDVWNC41MDAwOFoiIGZpbGw9ImJsYWNrIi8+PC9zdmc+')
|
|
|
|
no-repeat;
|
|
|
|
content: '';
|
|
|
|
height: 2.1rem;
|
|
|
|
margin-right: 3rem;
|
|
|
|
position: absolute;
|
|
|
|
right: 100%;
|
|
|
|
top: 0.2em;
|
|
|
|
width: 2.6rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-07-23 16:10:28 +00:00
|
|
|
blockquote[data-type='quote'],
|
|
|
|
ta-quotation {
|
2023-07-14 06:24:45 +00:00
|
|
|
border: solid #000;
|
|
|
|
border-width: 0 0 0 2px;
|
2023-11-11 15:22:15 +00:00
|
|
|
clear: both;
|
2023-07-23 16:10:28 +00:00
|
|
|
display: block;
|
2023-07-14 06:24:45 +00:00
|
|
|
font-weight: 500;
|
|
|
|
line-height: 1.6;
|
2023-08-14 14:48:27 +00:00
|
|
|
margin: 1.6rem 0 0 calc(-8.3333% - 2px);
|
|
|
|
padding: 0 0 0 8.3333%;
|
2023-07-14 06:24:45 +00:00
|
|
|
|
|
|
|
&[data-float='left'],
|
|
|
|
&[data-float='right'] {
|
|
|
|
@include font-size(2.2rem);
|
|
|
|
line-height: 1.4;
|
2023-11-11 15:22:15 +00:00
|
|
|
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
clear: none;
|
|
|
|
}
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
&[data-float='left'] {
|
|
|
|
margin-right: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&[data-float='right'] {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-14 14:48:27 +00:00
|
|
|
&::before {
|
2023-07-14 06:24:45 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-07-23 16:10:28 +00:00
|
|
|
*[data-type='incut'],
|
|
|
|
ta-sub,
|
|
|
|
ta-selection-frame,
|
|
|
|
ta-border-sub {
|
2023-11-04 15:37:28 +00:00
|
|
|
@include font-size(1.4rem);
|
|
|
|
|
2023-07-14 06:24:45 +00:00
|
|
|
background: #f1f2f3;
|
2023-11-11 15:22:15 +00:00
|
|
|
clear: both;
|
2023-07-23 16:10:28 +00:00
|
|
|
display: block;
|
2023-07-14 06:24:45 +00:00
|
|
|
margin: 3.2rem 0;
|
|
|
|
padding: 3.2rem;
|
2022-11-23 19:14:59 +00:00
|
|
|
|
|
|
|
@include media-breakpoint-up(md) {
|
2023-08-14 14:48:27 +00:00
|
|
|
margin: 3.2rem -8.3333%;
|
|
|
|
padding: 3.2rem 8.3333%;
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
*[data-bg='black'] {
|
|
|
|
background: #000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
*[data-bg='yellow'] {
|
|
|
|
background: #f6e3a1;
|
|
|
|
}
|
|
|
|
|
|
|
|
*[data-bg='pink'] {
|
|
|
|
background: #f1b5bc;
|
|
|
|
}
|
|
|
|
|
|
|
|
*[data-bg='green'] {
|
|
|
|
background: #eafff2;
|
|
|
|
}
|
|
|
|
|
2023-07-23 16:10:28 +00:00
|
|
|
*[data-bg='white'],
|
|
|
|
ta-selection-frame {
|
2023-07-14 06:24:45 +00:00
|
|
|
background: #fff;
|
|
|
|
box-shadow: 0 0 0 1px #000;
|
2023-07-23 16:10:28 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
ta-border-sub {
|
|
|
|
box-shadow: 0 0 0 1px #000;
|
|
|
|
display: block;
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
*[data-float='half-left'] {
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
margin: 1.6rem 1.6rem 1.6rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-up(md) {
|
2023-08-14 14:48:27 +00:00
|
|
|
margin: 0 8.3333% 3.2rem -16.6666%;
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
*[data-float='half-right'] {
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
margin: 1.6rem 0 1.6rem 1.6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-up(md) {
|
2023-08-14 14:48:27 +00:00
|
|
|
margin: 0 -16.6666% 3.2rem 8.3333%;
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
mark {
|
2023-07-14 06:24:45 +00:00
|
|
|
background: #f6e3a1;
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
2023-06-27 22:47:47 +00:00
|
|
|
|
|
|
|
figure {
|
|
|
|
gap: 0;
|
|
|
|
}
|
2023-07-14 06:24:45 +00:00
|
|
|
|
|
|
|
h2 {
|
|
|
|
@include media-breakpoint-up(xl) {
|
2023-08-14 14:48:27 +00:00
|
|
|
margin-left: -16.6666%;
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.img-align-left) {
|
|
|
|
float: left;
|
2023-11-11 15:22:15 +00:00
|
|
|
margin: 0 8.3333% 1.5em 0;
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
|
2023-11-11 15:22:15 +00:00
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
:global(.width-30) {
|
|
|
|
width: 30%;
|
|
|
|
}
|
2023-07-14 06:24:45 +00:00
|
|
|
|
2023-11-11 15:22:15 +00:00
|
|
|
:global(.width-50) {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.img-align-left.width-50) {
|
|
|
|
@include media-breakpoint-up(xl) {
|
2023-08-14 14:48:27 +00:00
|
|
|
margin-left: -16.6666%;
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.img-align-right) {
|
2023-11-11 15:22:15 +00:00
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
float: right;
|
|
|
|
margin: 1em 0 1.5em 8.3333%;
|
|
|
|
}
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.img-align-right.width-50) {
|
|
|
|
@include media-breakpoint-up(xl) {
|
2023-11-08 22:06:37 +00:00
|
|
|
margin-right: -8.3333%;
|
2023-07-14 06:24:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.ta-insert-video) {
|
|
|
|
aspect-ratio: 16/9;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
|
2022-11-27 11:00:44 +00:00
|
|
|
.shoutMediaBody {
|
|
|
|
display: block;
|
2022-12-17 03:27:00 +00:00
|
|
|
|
2022-11-27 11:00:44 +00:00
|
|
|
audio {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
video {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-23 19:14:59 +00:00
|
|
|
.shoutAuthor,
|
|
|
|
.shoutDate {
|
|
|
|
@include font-size(1.5rem);
|
|
|
|
}
|
|
|
|
|
|
|
|
.shoutAuthor {
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
|
|
|
|
a {
|
|
|
|
border: none;
|
|
|
|
color: rgb(0 0 0 / 60%);
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.shoutAuthorsList {
|
2022-11-26 21:27:54 +00:00
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
|
margin: 2em 0;
|
2022-11-23 19:14:59 +00:00
|
|
|
|
|
|
|
h4 {
|
|
|
|
color: #696969;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2023-05-20 13:44:33 +00:00
|
|
|
|
|
|
|
:global(.button--subscribe) {
|
|
|
|
font-size: 1rem;
|
|
|
|
height: 3.2rem;
|
|
|
|
padding: 0.4rem;
|
|
|
|
width: 3.2rem;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 1.6rem;
|
|
|
|
}
|
|
|
|
}
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.writeComment {
|
|
|
|
@include font-size(1.7rem);
|
|
|
|
|
2023-05-01 18:32:32 +00:00
|
|
|
border: 2px solid #f6f6f6;
|
2022-11-23 19:14:59 +00:00
|
|
|
outline: none;
|
|
|
|
padding: 0.2em 0.4em;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&::placeholder {
|
|
|
|
color: #858585;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentWarning {
|
|
|
|
@include font-size(2.2rem);
|
|
|
|
|
2023-05-01 18:32:32 +00:00
|
|
|
background: #f6f6f6;
|
2022-11-23 19:14:59 +00:00
|
|
|
margin-bottom: 1em;
|
|
|
|
padding: 2.4rem 1.8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic a {
|
|
|
|
/* white-space: nowrap; */
|
|
|
|
color: black;
|
|
|
|
padding: 0.3vh;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.shoutStats {
|
|
|
|
border-top: 4px solid #000;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
2022-11-26 21:27:54 +00:00
|
|
|
padding: 3rem 0 0;
|
2023-11-06 19:15:13 +00:00
|
|
|
position: relative;
|
2022-11-26 21:27:54 +00:00
|
|
|
|
2023-11-06 19:15:13 +00:00
|
|
|
@include media-breakpoint-down(lg) {
|
2022-11-26 21:27:54 +00:00
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shoutStatsItem {
|
2022-11-26 21:27:54 +00:00
|
|
|
@include font-size(1.5rem);
|
2023-11-04 15:37:28 +00:00
|
|
|
|
2023-07-14 13:06:21 +00:00
|
|
|
align-items: center;
|
2022-11-23 19:14:59 +00:00
|
|
|
font-weight: 500;
|
2023-07-09 18:34:59 +00:00
|
|
|
display: flex;
|
2023-11-06 19:15:13 +00:00
|
|
|
margin: 0 2rem 1em 0;
|
2022-11-23 19:14:59 +00:00
|
|
|
vertical-align: baseline;
|
2023-05-17 04:04:38 +00:00
|
|
|
cursor: pointer;
|
2022-11-23 19:14:59 +00:00
|
|
|
|
2023-11-06 19:15:13 +00:00
|
|
|
@include media-breakpoint-up(xl) {
|
2023-05-20 13:44:33 +00:00
|
|
|
margin-right: 3.2rem;
|
|
|
|
}
|
|
|
|
|
2022-11-23 19:14:59 +00:00
|
|
|
.icon {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 0.2em;
|
|
|
|
transition: filter 0.2s;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-07-09 18:34:59 +00:00
|
|
|
.iconHover {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconHover {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-23 19:14:59 +00:00
|
|
|
a {
|
|
|
|
border: none;
|
2023-04-17 10:31:20 +00:00
|
|
|
text-decoration: none;
|
2023-05-01 18:32:32 +00:00
|
|
|
|
2022-11-23 19:14:59 +00:00
|
|
|
&:hover {
|
2023-04-17 10:31:20 +00:00
|
|
|
background: unset;
|
|
|
|
color: #000;
|
|
|
|
|
|
|
|
img {
|
|
|
|
filter: unset;
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-04-26 02:37:29 +00:00
|
|
|
}
|
|
|
|
|
2023-11-06 19:15:13 +00:00
|
|
|
.shoutStatsItemBookmarks {
|
|
|
|
margin-left: auto;
|
|
|
|
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-26 02:37:29 +00:00
|
|
|
.shoutStatsItemInner {
|
2023-05-01 18:32:32 +00:00
|
|
|
cursor: pointer;
|
2023-04-26 02:37:29 +00:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shoutStatsItemLikes {
|
|
|
|
.icon {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon:last-of-type {
|
|
|
|
// transform: rotate(180deg);
|
|
|
|
transform-origin: center;
|
|
|
|
margin-left: 0.3em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.shoutStatsItemAdditionalData {
|
|
|
|
color: rgb(0 0 0 / 40%);
|
2023-11-06 19:15:13 +00:00
|
|
|
cursor: default;
|
2022-11-23 19:14:59 +00:00
|
|
|
font-weight: normal;
|
|
|
|
justify-self: flex-end;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
opacity: 0.4;
|
2022-11-27 08:15:03 +00:00
|
|
|
height: 2rem;
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
2022-11-26 21:27:54 +00:00
|
|
|
|
2023-11-06 19:15:13 +00:00
|
|
|
@include media-breakpoint-down(lg) {
|
|
|
|
flex: 1 100%;
|
|
|
|
order: 9;
|
|
|
|
|
|
|
|
.shoutStatsItemAdditionalDataItem {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2022-11-26 21:27:54 +00:00
|
|
|
}
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
|
2023-06-14 17:19:30 +00:00
|
|
|
.shoutStatsItemViews {
|
2023-11-06 19:15:13 +00:00
|
|
|
color: rgb(0 0 0 / 0.4);
|
2023-06-14 17:19:30 +00:00
|
|
|
cursor: default;
|
2023-11-06 19:15:13 +00:00
|
|
|
font-weight: normal;
|
|
|
|
margin-left: auto;
|
|
|
|
white-space: nowrap;
|
2023-10-31 15:22:00 +00:00
|
|
|
|
2023-11-06 19:15:13 +00:00
|
|
|
@include media-breakpoint-down(lg) {
|
|
|
|
bottom: 0;
|
2023-10-31 15:22:00 +00:00
|
|
|
flex: 1 40%;
|
|
|
|
justify-content: end;
|
|
|
|
margin-right: 0;
|
|
|
|
order: 10;
|
2023-11-06 19:15:13 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
2023-10-31 15:22:00 +00:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.shoutStatsItemLabel {
|
2023-11-06 19:15:13 +00:00
|
|
|
font-weight: normal;
|
2023-10-31 15:22:00 +00:00
|
|
|
margin-left: 0.3em;
|
2023-11-06 19:15:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentsTextLabel {
|
|
|
|
display: none;
|
2023-10-31 15:22:00 +00:00
|
|
|
|
|
|
|
@include media-breakpoint-up(sm) {
|
2023-11-06 19:15:13 +00:00
|
|
|
display: block;
|
2023-10-31 15:22:00 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.shoutStatsItemCount {
|
2023-11-06 19:15:13 +00:00
|
|
|
@include media-breakpoint-down(lg) {
|
2023-10-31 15:22:00 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2023-06-14 17:19:30 +00:00
|
|
|
}
|
|
|
|
|
2022-11-23 19:14:59 +00:00
|
|
|
.shoutStatsItemAdditionalDataItem {
|
2022-11-26 21:27:54 +00:00
|
|
|
font-weight: normal;
|
2022-11-23 19:14:59 +00:00
|
|
|
display: inline-block;
|
2023-11-06 19:15:13 +00:00
|
|
|
//margin-left: 2rem;
|
2022-11-26 21:27:54 +00:00
|
|
|
margin-right: 0;
|
2023-07-09 18:34:59 +00:00
|
|
|
margin-bottom: 0;
|
2023-06-14 17:19:30 +00:00
|
|
|
cursor: default;
|
2022-11-26 21:27:54 +00:00
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
&:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2022-11-23 19:14:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.topicsList {
|
|
|
|
@include font-size(1.2rem);
|
2023-11-04 15:37:28 +00:00
|
|
|
|
2022-11-26 21:27:54 +00:00
|
|
|
border-bottom: 1px solid #e8e8e8;
|
2022-11-23 19:14:59 +00:00
|
|
|
letter-spacing: 0.08em;
|
2022-11-26 21:27:54 +00:00
|
|
|
margin-top: 1.6rem;
|
|
|
|
padding-bottom: 1.6rem;
|
2022-11-23 19:14:59 +00:00
|
|
|
|
|
|
|
.shoutTopic {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0.8rem 0.8rem 0.8rem 0;
|
|
|
|
|
|
|
|
a {
|
|
|
|
background: #f6f6f6;
|
|
|
|
color: #000;
|
|
|
|
border: none;
|
|
|
|
padding: 0.4rem 0.8rem;
|
|
|
|
transition: background-color 0.2s;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: rgb(0 0 0 / 20%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-11-26 21:27:54 +00:00
|
|
|
|
2023-01-20 04:40:55 +00:00
|
|
|
.comments {
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
&,
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 1em 0 0 2.4rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-26 21:27:54 +00:00
|
|
|
.commentsHeaderWrapper {
|
2023-11-06 19:15:13 +00:00
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2022-11-26 21:27:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentsHeader {
|
|
|
|
@include font-size(2.4rem);
|
2023-11-04 15:37:28 +00:00
|
|
|
|
2022-11-26 21:27:54 +00:00
|
|
|
margin-bottom: 1em;
|
2023-02-11 10:49:31 +00:00
|
|
|
|
|
|
|
.newReactions {
|
|
|
|
color: #d00820;
|
|
|
|
}
|
2022-11-26 21:27:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ratingControl {
|
|
|
|
button {
|
|
|
|
font-size: 2.225rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentForm {
|
|
|
|
margin-bottom: 2.4rem;
|
|
|
|
|
|
|
|
input,
|
|
|
|
textarea {
|
|
|
|
border-radius: 0.8rem !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentsViewSwitcher {
|
2023-05-22 22:01:04 +00:00
|
|
|
margin-top: 0 !important;
|
2023-03-29 20:47:54 +00:00
|
|
|
}
|
|
|
|
|
2022-11-26 21:27:54 +00:00
|
|
|
.help {
|
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
|
margin-bottom: 1.6rem;
|
|
|
|
padding-bottom: 3.2rem;
|
|
|
|
|
|
|
|
button {
|
|
|
|
@include font-size(1.5rem);
|
2023-11-04 15:37:28 +00:00
|
|
|
|
2022-11-26 21:27:54 +00:00
|
|
|
border-radius: 0.8rem;
|
|
|
|
margin-right: 1.2rem;
|
2023-07-23 16:32:18 +00:00
|
|
|
padding: 0.9rem 1.2rem;
|
2022-11-26 21:27:54 +00:00
|
|
|
}
|
|
|
|
}
|
2023-02-10 11:11:24 +00:00
|
|
|
|
|
|
|
.mainTopicLink {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2023-02-17 09:21:02 +00:00
|
|
|
|
|
|
|
.signInMessage {
|
|
|
|
background: #f1f2f3;
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: 16px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 20px;
|
|
|
|
|
|
|
|
.link {
|
|
|
|
color: #2638d9;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: 0.3s ease-in-out;
|
|
|
|
border-bottom: 0;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-08-17 11:11:58 +00:00
|
|
|
|
|
|
|
a[data-toggle='tooltip'] {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
vertical-align: text-top;
|
|
|
|
justify-content: center;
|
|
|
|
position: relative;
|
2023-09-04 21:50:48 +00:00
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
2023-08-17 11:11:58 +00:00
|
|
|
border-radius: 50%;
|
|
|
|
margin: -2px 0 0 1px;
|
|
|
|
border: unset;
|
2023-09-04 21:50:48 +00:00
|
|
|
background-size: contain;
|
|
|
|
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcgMTRDMTAuODY2IDE0IDE0IDEwLjg2NiAxNCA3QzE0IDMuMTM0MDEgMTAuODY2IDAgNyAwQzMuMTM0MDEgMCAwIDMuMTM0MDEgMCA3QzAgMTAuODY2IDMuMTM0MDEgMTQgNyAxNFpNNy44ODQzNSAzLjQyMzA3QzcuODg0MzUgMi45MTQyNCA3LjQ3MDExIDIuNSA2Ljk2MTI4IDIuNUM2LjQ1MjM2IDIuNSA2LjAyNjMyIDIuOTE0MjQgNi4wMzgyIDMuNDIzMDdDNi4wMzgyIDMuOTMxOTEgNi40NTI0NSA0LjM0NjE1IDYuOTYxMjggNC4zNDYxNUM3LjQ3MDExIDQuMzQ2MTUgNy44ODQzNSAzLjkzMTkxIDcuODg0MzUgMy40MjMwN1pNOC40NDA1NiAxMC41QzguNTU4OTUgMTAuNSA4LjY2NTQ0IDEwLjM5MzUgOC42NjU0NCAxMC4yNzUxTDguNjY1NDYgOS4xMDM1NUM4LjY2NTQ2IDguOTczMzYgOC41NTg5NiA4Ljg3ODY4IDguNDQwNTggOC44Nzg2OEg3Ljk0MzU0VjUuMjIxODhDNy45NDM1NCA1LjEwMzUgNy44MzcwNSA0Ljk5NzAxIDcuNzE4NjcgNC45OTcwMUg1LjU1M0M1LjQzNDYxIDQuOTk3MDEgNS4zMjgxMiA1LjA5MTcgNS4zMjgxMiA1LjIyMTg4VjYuMzkzNUM1LjMyODEyIDYuNTIzNjkgNS40MzQ2MiA2LjYxODM3IDUuNTUzIDYuNjE4MzdINi4wNTAwNFY4Ljg3ODcyTDUuNTUzIDguODc4NjRDNS40MzQ2MSA4Ljg3ODY0IDUuMzI4MTIgOC45NzMzMyA1LjMyODEyIDkuMTAzNTFWMTAuMjc1MUM1LjMyODEyIDEwLjM5MzUgNS40MzQ2MiAxMC41IDUuNTUzIDEwLjVIOC40NDA1NloiIGZpbGw9IiM0MDQwNDAiLz48L3N2Zz4=');
|
2023-08-17 11:11:58 +00:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip {
|
2023-08-21 11:15:32 +00:00
|
|
|
@include font-size(1.4rem);
|
|
|
|
|
|
|
|
position: relative;
|
2023-08-17 11:11:58 +00:00
|
|
|
padding: 8px;
|
2023-08-21 11:15:32 +00:00
|
|
|
border-radius: 4px;
|
2023-08-17 11:11:58 +00:00
|
|
|
max-width: 400px;
|
2023-08-21 11:15:32 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
background: var(--black-500);
|
|
|
|
|
2023-09-05 05:49:19 +00:00
|
|
|
.tooltipContent {
|
|
|
|
max-height: 300px;
|
|
|
|
overflow: auto;
|
2023-09-05 07:59:36 +00:00
|
|
|
color: var(--default-color-invert);
|
2023-09-05 05:49:19 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
p:last-child {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-08-28 11:48:54 +00:00
|
|
|
}
|
|
|
|
|
2023-08-21 11:15:32 +00:00
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
bottom: -4px;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-style: solid;
|
2023-11-04 15:37:28 +00:00
|
|
|
border-width: 4px 4px 0;
|
2023-08-21 11:15:32 +00:00
|
|
|
border-color: var(--black-500) transparent transparent transparent;
|
|
|
|
}
|
2023-08-17 11:11:58 +00:00
|
|
|
}
|
2023-08-22 13:37:54 +00:00
|
|
|
|
|
|
|
.lead {
|
|
|
|
@include font-size(1.8rem);
|
2023-11-04 15:37:28 +00:00
|
|
|
|
2023-08-22 13:37:54 +00:00
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
}
|
2023-11-06 19:15:13 +00:00
|
|
|
|
|
|
|
.articlePopupOpener {
|
|
|
|
.iconHover {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconHover {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|