/** * Title: Rebol.org mailing list style sheet * Author: Roland Hadinger * Retoucher: Sunanda * Version: 0.3.1 * License: Creative Commons */ /* --- mailing list styles --- */ .ml-comment { font-size: 90%; border: thin solid blue; border-bottom: thick solid blue; margin: 1em; } .post { white-space: pre; font-family: monospace} .post-quote { white-space: pre; color: blue; font-family:monospace} .post-note { color: green; font-family:monospace} .lsdata1 { background: #F0EDDF; color: #000000; } .lsdata2 { background: #E8E5D8; color: #000000; } .lsh { background-color: #CDD1E1; color: #0A294E; } .lskey1 { background: #EDEDED; color: #606086; } .lskey2 { background: #E6E6E6; color: #606086; } .menu-p1 { background-color: #E9E6DA; } .menu-p2 { background: #DBD7C8; color: #000000; } .menu-p3 { background: #CFC9B6; color: #000000; } li li { /* -- to make topic index readable -- */ border-left:thin green dotted; }
