You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/styles/Kopete/Contents/Resources/Outgoing/Content.html

22 lines
793 B

<div class="KopeteMessage">
<div style="padding:0;margin:0;border:none;border-color:%senderColor{180}% %senderColor{140}% %senderColor{140}% %senderColor{180}%;background-color:%senderColor{155}%">
<div class="OutgoingMessageHeader">
<!-- Contact photo -->
<img class="outUserPicture" src="%userIconPath%" />
<!-- Protocol Icon -->
<img class="outStatusIcon" src="%senderStatusIcon%" />
<!-- Time Display -->
<div class="outTime">%time%</div>
<!-- MetaContact display -->
<div class="outMetacontact">%sender% &#160;</div>
</div>
</div>
<ul class="OutgoingList" style="direction: %messageDirection%;">
<li class="OutgoingMessage" style="direction: %messageDirection%;">%message%</li>
<!-- For support of consecutive messages -->
<div id="insert" />
</ul>
</div>