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

« back to all changes in this revision

Viewing changes to ubuntu.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css

  • 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
@import url("../main.css");
 
2
 
 
3
/* outgoing */
 
4
 
 
5
 
 
6
.outgoingItem .timeStamp {
 
7
                color:#bdb410;
 
8
}
 
9
 
 
10
.outgoingItem .myBubble .indicator {
 
11
        background:url("../images/yellowIndicator.png") no-repeat top left;
 
12
}
 
13
 
 
14
.outgoingItem .tableBubble .tl {
 
15
        background:url("../images/yellowCurves.png") no-repeat top left;
 
16
}
 
17
 
 
18
.outgoingItem .tableBubble .tr {
 
19
        background:url("../images/yellowCurves.png") no-repeat top right;
 
20
}
 
21
 
 
22
.outgoingItem .tableBubble .head {
 
23
        background:url("../images/yellowCurves.png") no-repeat -10px 0;
 
24
}
 
25
 
 
26
.outgoingItem .tableBubble .message {
 
27
        background:url("../images/yellowBackground.png") repeat-y top left;
 
28
}
 
29
 
 
30
.outgoingItem .tableBubble .messageRight {
 
31
        background:url("../images/yellowBackground.png") repeat-y top right;
 
32
}
 
33
 
 
34
.outgoingItem .tableBubble .bl {
 
35
        background:url("../images/yellowCurves.png") no-repeat bottom left;
 
36
}
 
37
 
 
38
.outgoingItem .tableBubble .br {
 
39
        background:url("../images/yellowCurves.png") no-repeat bottom right;
 
40
}
 
41
 
 
42
.outgoingItem .followUp {
 
43
        background-color:#f4f0a7;
 
44
        border-bottom:1px solid #fff;
 
45
}
 
46
 
 
47
 
 
48
/*incoming */
 
49
 
 
50
.incomingItem .timeStamp {
 
51
        color:#9ecf35;
 
52
}
 
53
 
 
54
 
 
55
.incomingItem .myBubble .indicator {
 
56
        background:url("../images/greenIndicator.png") no-repeat top left;
 
57
}
 
58
 
 
59
.incomingItem .timeStamp {
 
60
        color:#9ecf35;
 
61
}
 
62
 
 
63
.incomingItem .tableBubble .tl {
 
64
        background:url("../images/greenCurves.png") no-repeat top left;
 
65
}
 
66
 
 
67
.incomingItem .tableBubble .tr {
 
68
        background:url("../images/greenCurves.png") no-repeat top right;
 
69
}
 
70
 
 
71
.incomingItem .tableBubble .head {
 
72
        background:url("../images/greenCurves.png") no-repeat -10px 0;
 
73
}
 
74
 
 
75
.incomingItem .tableBubble .message {
 
76
        background:url("../images/greenBackground.png") repeat-y top left;
 
77
}
 
78
 
 
79
.incomingItem .tableBubble .messageRight {
 
80
        background:url("../images/greenBackground.png") repeat-y top right;
 
81
}
 
82
 
 
83
.incomingItem .tableBubble .bl {
 
84
        background:url("../images/greenCurves.png") no-repeat bottom left;
 
85
}
 
86
 
 
87
.incomingItem .tableBubble .br {
 
88
        background:url("../images/greenCurves.png") no-repeat bottom right;
 
89
}
 
90
 
 
91
.incomingItem .followUp {
 
92
        background-color:#e2efc4;
 
93
        border-bottom:1px solid #fff;
 
94
}
 
95
 
 
96