~ubuntu-branches/ubuntu/maverick/adium-theme-ubuntu/maverick

« back to all changes in this revision

Viewing changes to ubuntu.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-02-16 10:38:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100216103827-3yss1b21cq6m4f7v
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

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:#f88f8f;
 
8
}
 
9
 
 
10
.outgoingItem .myBubble .indicator {
 
11
        background:url("../images/redIndicator.png") no-repeat top left;
 
12
}
 
13
 
 
14
.outgoingItem .tableBubble .tl {
 
15
        background:url("../images/redCurves.png") no-repeat top left;
 
16
}
 
17
 
 
18
.outgoingItem .tableBubble .tr {
 
19
        background:url("../images/redCurves.png") no-repeat top right;
 
20
}
 
21
 
 
22
.outgoingItem .tableBubble .head {
 
23
        background:url("../images/redCurves.png") no-repeat -10px 0;
 
24
}
 
25
 
 
26
.outgoingItem .tableBubble .message {
 
27
        background:url("../images/redBackground.png") repeat-y top left;
 
28
}
 
29
 
 
30
.outgoingItem .tableBubble .messageRight {
 
31
        background:url("../images/redBackground.png") repeat-y top right;
 
32
}
 
33
 
 
34
.outgoingItem .tableBubble .bl {
 
35
        background:url("../images/redCurves.png") no-repeat bottom left;
 
36
}
 
37
 
 
38
.outgoingItem .tableBubble .br {
 
39
        background:url("../images/redCurves.png") no-repeat bottom right;
 
40
}
 
41
 
 
42
.outgoingItem .followUp {
 
43
        background-color:#ffdada;
 
44
        border-bottom:1px solid #fff;
 
45
}
 
46
 
 
47
 
 
48
 
 
49
/*incoming */
 
50
 
 
51
.incomingItem .timeStamp {
 
52
        color:#7fc5f8;
 
53
}
 
54
 
 
55
.incomingItem .myBubble .indicator {
 
56
        background:url("../images/blueIndicator.png") no-repeat top left;
 
57
}
 
58
 
 
59
.incomingItem .tableBubble .tl {
 
60
        background:url("../images/blueCurves.png") no-repeat top left;
 
61
}
 
62
 
 
63
.incomingItem .tableBubble .tr {
 
64
        background:url("../images/blueCurves.png") no-repeat top right;
 
65
}
 
66
 
 
67
.incomingItem .tableBubble .head {
 
68
        background:url("../images/blueCurves.png") no-repeat -10px 0;
 
69
}
 
70
 
 
71
.incomingItem .tableBubble .message {
 
72
        background:url("../images/blueBackground.png") repeat-y top left;
 
73
}
 
74
 
 
75
.incomingItem .tableBubble .messageRight {
 
76
        background:url("../images/blueBackground.png") repeat-y top right;
 
77
}
 
78
 
 
79
.incomingItem .tableBubble .bl {
 
80
        background:url("../images/blueCurves.png") no-repeat bottom left;
 
81
}
 
82
 
 
83
.incomingItem .tableBubble .br {
 
84
        background:url("../images/blueCurves.png") no-repeat bottom right;
 
85
}
 
86
 
 
87
.incomingItem .followUp {
 
88
        background-color:#ddf0fe;
 
89
        border-bottom:1px solid #fff;
 
90
}