986
987
988
989
990
991
992
993
994
995
996
997
998
999
|
div.forumPostBody.expanded {
max-height: initial;
}
div.forumPostBody.shrunken {
/* When an expandable post is un-expanded, it is shrunkend down
to this size instead of its original size. */
max-height: 8em;
}
div.forumSel {
background-color: #cef;
}
div.forumObs {
color: #bbb;
|
>
>
>
>
|
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
|
div.forumPostBody.expanded {
max-height: initial;
}
div.forumPostBody.shrunken {
/* When an expandable post is un-expanded, it is shrunkend down
to this size instead of its original size. */
max-height: 8em;
}
span.forumPostReplyTitle {
/* thread title part of the page header when replying to a post */
font-style: italic;
}
div.forumSel {
background-color: #cef;
}
div.forumObs {
color: #bbb;
|