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

« back to all changes in this revision

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