~cmiller/adium-theme-ubuntu/lp959084-avoid-scroll-infinite-loop

« back to all changes in this revision

Viewing changes to ubuntu.AdiumMessageStyle/Contents/Resources/Demo.html

  • Committer: Ken VanDine
  • Date: 2010-02-17 21:51:56 UTC
  • Revision ID: ken.vandine@canonical.com-20100217215156-eg1d44y0j0dhzww8
inital import into bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
<head>
 
5
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 
6
        <base href="%@">
 
7
 
 
8
        <style id="mainStyle" type="text/css" media="screen,print">     @import url( "Variants/Yellow on Green Alternating.css" ); </style>
 
9
 
 
10
</head>
 
11
<body style="background-color:#e3e3e3">
 
12
<div id="Chat">
 
13
        <div class="chatItem incomingItem">
 
14
                <table width="100%">
 
15
                        <tr>
 
16
                                <td valign="top">
 
17
                                        <img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="avatar">
 
18
                                        <div class="myBubble">
 
19
                                                <div class="indicator"></div>
 
20
                                                <table class="tableBubble" cellspacing="0" cellpadding="0">
 
21
                                                        <tr>
 
22
                                                                <td class="tl"></td>
 
23
                                                                <td class="tr"></td>
 
24
                                                        </tr>
 
25
                                                        <tr>
 
26
                                                                <td class="message">
 
27
                                                                <div class="timeStamp nameStamp">Torrey <div class="timeStamp">4:55 am</div></div>
 
28
                                                                
 
29
                                                                        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
 
30
                                                                        
 
31
                                                                                <div class="followUp"></div>
 
32
                                                                                <div>
 
33
                                                                                        testing 1
 
34
                                                                                        <div class="timeStamp">%sender% @ %time%</div>
 
35
                                                                                </div>
 
36
                                                                                <div class="followUp"></div>
 
37
                                                                                <div class="followUpMessage">
 
38
                                                                                        testing 123
 
39
                                                                                        <div class="timeStamp">%sender% @ %time%</div>
 
40
                                                                                </div>
 
41
                                                                                <div class="followUp"></div>
 
42
                                                                                <div>
 
43
                                                                                        testing 123testing 123testing 123testing 123
 
44
                                                                                        testing 123testing 123
 
45
                                                                                        <div class="timeStamp">%sender% @ %time%</div>
 
46
                                                                                </div>
 
47
                                                                </td>
 
48
                                                                <td class="messageRight"></td>
 
49
                                                        </tr>
 
50
                                                        <tr>
 
51
                                                                <td class="bl"></td>
 
52
                                                                <td class="br"></td>
 
53
                                                        </tr>
 
54
                                                </table>
 
55
                                        </div>
 
56
                                </td>
 
57
                        </tr>
 
58
                </table>
 
59
        </div>
 
60
 
 
61
        <div class="chatItem outgoingItem">
 
62
                <table width="100%">
 
63
                        <tr>
 
64
                                <td valign="top">
 
65
                                        <img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="avatar">
 
66
                                        <div class="myBubble">
 
67
                                                <div class="indicator"></div>
 
68
                                                <table class="tableBubble" cellspacing="0" cellpadding="0">
 
69
                                                        <tr>
 
70
                                                                <td class="tl"></td>
 
71
                                                                <td class="tr"></td>
 
72
                                                        </tr>
 
73
                                                        <tr>
 
74
                                                                <td class="message">                                                                            
 
75
                                                                        Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas aliquam sapien. Aliquam sed erat eu leo bibendum egestas. Praesent mauris. Quisque eget eros et neque scelerisque convallis. Phasellus orci. Pellentesque interdum tellus a erat. venenatis tristique.
 
76
                                                                        <div class="timeStamp">Torrey @ 4:55 am</div>
 
77
                                                                </td>
 
78
                                                                <td class="messageRight"></td>
 
79
                                                        </tr>
 
80
                                                        <tr>
 
81
                                                                <td class="bl"></td>
 
82
                                                                <td class="br"></td>
 
83
                                                        </tr>
 
84
                                                </table>
 
85
                                        </div>
 
86
                                </td>
 
87
                        </tr>
 
88
                </table>
 
89
        </div>
 
90
 
 
91
</div>
 
92
</body>
 
93
</html>
 
 
b'\\ No newline at end of file'