/** style sheet for content !!! **/ /** does not(!) affect text edit **/ /** http://doc.qt.io/qt-5/richtext-html-subset.html **/ table { font-size: 8pt; } tr { } td { vertical-align: middle; } td.timestamp { color: green; } td.message{ } /** recipient info normal/supervisor **/ td.recipient{ color: yellow; } .sent td.recipient{ color: blue; } .supervisor td.recipient{ background-color: red; } /** sent info normal/supervisor **/ td.sender{ color: yellow; } .sent td.sender{ color: blue; } .supervisor td.sender{ background-color: red; }