926
927
928
929
930
931
932
933
934
935
936
937
938
939
|
flex-direction: column;
}
div.forumClosed {
}
div.forumClosed > .forumPostBody {
opacity: 0.7;
}
div.forumClosed > .forumPostHdr::before {
content: "[CLOSED] ";
}
/*div.forumClosed > div.forumPostBody {
filter: blur(5px);
}*/
div.forumpost-closure-warning {
|
>
>
>
>
|
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
|
flex-direction: column;
}
div.forumClosed {
}
div.forumClosed > .forumPostBody {
opacity: 0.7;
}
.forumPostBody a {
text-decoration-line: underline;
text-decoration-style: solid;
}
div.forumClosed > .forumPostHdr::before {
content: "[CLOSED] ";
}
/*div.forumClosed > div.forumPostBody {
filter: blur(5px);
}*/
div.forumpost-closure-warning {
|