2024-03-22 15:31:02 +01:00
|
|
|
.thread {
|
|
|
|
|
clear: both;
|
2024-03-22 16:15:38 +01:00
|
|
|
}
|
|
|
|
|
|
2024-03-26 16:08:06 +01:00
|
|
|
.hrWrapper hr {
|
|
|
|
|
margin: 0; /* margin bugs Virtuoso scrolling */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hrWrapper {
|
|
|
|
|
padding-top: 0.5em; /* instead of using margin, wrap with padding */
|
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-22 17:12:54 +01:00
|
|
|
.postDesktop .link a {
|
2024-03-22 16:15:38 +01:00
|
|
|
color: var(--post-link-text-color);
|
|
|
|
|
text-decoration: var(--post-link-text-decoration);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-22 17:12:54 +01:00
|
|
|
.postDesktop .link a:hover {
|
2024-03-22 16:15:38 +01:00
|
|
|
color: var(--post-link-text-color-hover);
|
|
|
|
|
text-decoration: var(--post-link-text-decoration-hover);
|
2024-03-22 17:12:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .postInfo {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .subject {
|
|
|
|
|
color: var(--post-subject-text-color);
|
|
|
|
|
font-weight: var(--post-subject-font-weight);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .name {
|
|
|
|
|
color: var(--post-name-text-color);
|
|
|
|
|
font-weight: var(--post-name-font-weight);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-26 16:08:06 +01:00
|
|
|
.postDesktop .postNumLink a, .postDesktop .postNumLink span {
|
|
|
|
|
color: unset;
|
|
|
|
|
text-decoration: unset;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .postNumLink a:hover, .postDesktop .postNumLink span:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: var(--button-desktop-text-color-hover);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .stickyIconWrapper {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .closedIconWrapper {
|
|
|
|
|
padding-left: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .stickyIconWrapper img, .postDesktop .closedIconWrapper img {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
border: none;
|
|
|
|
|
image-rendering: pixelated;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .replyButton {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .replyButton a {
|
|
|
|
|
color: var(--button-desktop-text-color);
|
|
|
|
|
text-decoration: var(--button-desktop-text-decoration);
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .replyButton a:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: var(--button-desktop-text-color-hover);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postMenuBtn {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
color: var(--post-menu-button-color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postMenuBtn:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: var(--post-menu-button-color-hover);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-22 17:12:54 +01:00
|
|
|
@media (max-width: 640px) {
|
|
|
|
|
.postDesktop {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2024-03-22 15:31:02 +01:00
|
|
|
}
|