905
906
907
908
909
910
911
912
913
914
915
916
917
918
|
opacity: 0.7;
}
div.forumClosed > *:first-child::before {
content: "[CLOSED] ";
color: red;
opacity: 0.7;
}
.forum div > form {
margin: 0.5em 0;
}
.forum-post-collapser {
/* Common style for the bottom-of-post and right-of-post
expand/collapse widgets. */
font-size: 0.8em;
|
>
>
>
|
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
|
opacity: 0.7;
}
div.forumClosed > *:first-child::before {
content: "[CLOSED] ";
color: red;
opacity: 0.7;
}
/*div.forumClosed > div.forumPostBody {
filter: blur(5px);
}*/
.forum div > form {
margin: 0.5em 0;
}
.forum-post-collapser {
/* Common style for the bottom-of-post and right-of-post
expand/collapse widgets. */
font-size: 0.8em;
|