threaded_stylesheet

   Usages of this macro
... in topic.naml
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
<macro name="threaded_stylesheet">
    <style type="text/css">
        #topic-contents {
            overflow:hidden;
            cursor: url("/images/hand.png"),w-resize;
        }
        div.clickable-row {
            white-space:nowrap;
            right:1em;
            padding:.2em 0;
            cursor:pointer;
        }
        div.full-row {
            border-width:2px;
            border-style:solid;
            padding:.3em .8em .5em;
            cursor:text;
        }
        div.full-row-header {
            padding-bottom:1em;
            cursor:pointer;
        }
        div.full-row-header > * {
            cursor:pointer;
        }
        div.connect-outer {
            background-image:url("/images/connect-line.gif");
        }
        div.outer-line {
            background-repeat: repeat-y;
        }
        div.outer-end {
            background-repeat: no-repeat;
        }
        div.connect-inner {
            padding-left:1em;
            cursor: url("/images/hand.png"),w-resize;
        }
        div.inner-line {
            background:none;
        }
        div.inner-end {
            background:url("/images/connect-end.gif") no-repeat;
        }
        span.post-snippet { font-size:75%; }
 
        div.message-text {
            cursor:text;
            overflow-x:auto;
        }
        div.right-menu {
            float:right;
            padding:.3em;
        }
        img.view-icon {
            border:none;
            width:18px;
            height:18px;
            vertical-align:middle;
        }
        img.close {
            width:11px;
            height:11px;
        }
    </style>
</macro>