/* Base RForum stylesheet. Assumes RISC OS Open theme in * use to supply other components. Heavily cut down version * of the standard RForum main CSS file. */ .clear { clear: both; } .currentlink { text-decoration: underline ! important; } /* Styles for simple quote coloring */ .forum .post span.quoting-level-1 { color: #007000; } .forum .post span.quoting-level-2 { color: #000070; } .forum .post span.quoting-level-3 { color: #700000; } .forum .post span.quoting-level-5 { color: #800080; } .forum .post span.quoting-level-4 { color: #006060; } .forum .post span.quoting-level-6 { color: #606000; } /* Styles for new quote formatting */ .forum .post .quoting { margin-left: 2px; padding-left: 5px; margin-bottom: 8px; margin-top: 8px; text-align: justify; } .forum .post div.level-0 { margin: 0; padding: 0; } .forum .post div.level-1 { border-left: 2px solid #007000; } .forum .post div.level-2 { border-left: 2px solid #000070; } .forum .post div.level-3 { border-left: 2px solid #700000; } .forum .post div.level-4 { border-left: 2px solid #006060; } .forum .post div.level-5 { border-left: 2px solid #800080; } .forum .post div.level-6 { border-left: 2px solid #606000; } .forum .searchresults td.subject { width: 50%; } .forum .searchresults td.text { font-size: smaller; } .forum .searchresults td.text em { color: red; }