minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Content.html
author mathuaerknedam
Thu Mar 18 00:31:35 2010 -0500 (2010-03-18)
changeset 446 acaef596ee92
parent 427 ee6be76e5f44
child 448 0ff01ef4fbf2
permissions -rw-r--r--
minimal_mod: adding two new sendercolor variants that should please a good chunk of people, and some html/css cleanup found along the way.
     1 <div class="x-container %messageClasses% %userIcons%" style="background-color:%textbackgroundcolor{.75}%;">
     2 	<div class="x-time" title="%time{dd MMM yyyy}%">%time%</div>
     3 	<img class="x-buddyicon" src="%userIconPath%" />
     4 	<div class="x-sender" style="color: %senderColor%;" title="%senderPrefix%&nbsp;%senderScreenName%">%sender%</div>
     5 	<div class="x-message" title="%service% %time%">%message%</div>
     6 </div>
     7 <div id="insert"></div>