~emesene-team/emesene/master

« back to all changes in this revision

Viewing changes to emesene/themes/conversations/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css

  • Committer: Riccardo (C10uD)
  • Date: 2012-07-01 16:54:34 UTC
  • Revision ID: git-v1:17ed298a3acb830f76aa2703351993cff749ed35
import2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import url("../Styles/main.css");
 
2
 
 
3
/* outgoing */
 
4
 
 
5
.x-outgoingItem .x-timeStamp
 
6
{
 
7
        color: #bdb410;
 
8
}
 
9
 
 
10
.x-outgoingItem .x-myBubble .x-indicator
 
11
{
 
12
        background: url("../images/yellowIndicator.png") no-repeat top left;
 
13
}
 
14
 
 
15
.x-outgoingItem .x-tableBubble .x-tl
 
16
{
 
17
        background: url("../images/yellowCurves.png") no-repeat top left;
 
18
}
 
19
 
 
20
.x-outgoingItem .x-tableBubble .x-tr
 
21
{
 
22
        background: url("../images/yellowCurves.png") no-repeat top right;
 
23
}
 
24
 
 
25
.x-outgoingItem .x-tableBubble .x-head
 
26
{
 
27
        background: url("../images/yellowCurves.png") no-repeat -10px 0;
 
28
}
 
29
 
 
30
.x-outgoingItem .x-tableBubble .x-message
 
31
{
 
32
        background: url("../images/yellowBackground.png") repeat-y top left;
 
33
}
 
34
 
 
35
.x-outgoingItem .x-tableBubble .x-messageRight
 
36
{
 
37
        background: url("../images/yellowBackground.png") repeat-y top right;
 
38
}
 
39
 
 
40
.x-outgoingItem .x-tableBubble .x-bl
 
41
{
 
42
        background: url("../images/yellowCurves.png") no-repeat bottom left;
 
43
}
 
44
 
 
45
.x-outgoingItem .x-tableBubble .x-br
 
46
{
 
47
        background: url("../images/yellowCurves.png") no-repeat bottom right;
 
48
}
 
49
 
 
50
.x-outgoingItem .x-followUp
 
51
{
 
52
        background-color: #f4f0a7;
 
53
        border-bottom: 1px solid #fff;
 
54
}
 
55
 
 
56
/*incoming */
 
57
 
 
58
.x-incomingItem .x-timeStamp
 
59
{
 
60
        color: #7fc5f8;
 
61
}
 
62
 
 
63
.x-incomingItem .x-myBubble .x-indicator
 
64
{
 
65
        background: url("../images/blueIndicator.png") no-repeat top left;
 
66
}
 
67
 
 
68
.x-incomingItem .x-tableBubble .x-tl
 
69
{
 
70
        background: url("../images/blueCurves.png") no-repeat top left;
 
71
}
 
72
 
 
73
.x-incomingItem .x-tableBubble .x-tr
 
74
{
 
75
        background: url("../images/blueCurves.png") no-repeat top right;
 
76
}
 
77
 
 
78
.x-incomingItem .x-tableBubble .x-head
 
79
{
 
80
        background: url("../images/blueCurves.png") no-repeat -10px 0;
 
81
}
 
82
 
 
83
.x-incomingItem .x-tableBubble .x-message
 
84
{
 
85
        background: url("../images/blueBackground.png") repeat-y top left;
 
86
}
 
87
 
 
88
.x-incomingItem .x-tableBubble .x-messageRight
 
89
{
 
90
        background: url("../images/blueBackground.png") repeat-y top right;
 
91
}
 
92
 
 
93
.x-incomingItem .x-tableBubble .x-bl
 
94
{
 
95
        background: url("../images/blueCurves.png") no-repeat bottom left;
 
96
}
 
97
 
 
98
.x-incomingItem .x-tableBubble .x-br
 
99
{
 
100
        background: url("../images/blueCurves.png") no-repeat bottom right;
 
101
}
 
102
 
 
103
.x-incomingItem .x-followUp
 
104
{
 
105
        background-color: #ddf0fe;
 
106
        border-bottom: 1px solid #fff;
 
107
}
 
108
 
 
109
.mention,
 
110
.firstFocus .x-timeStamp:before
 
111
{
 
112
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
 
113
}
 
114
 
 
115
.mention .x-avatar
 
116
{
 
117
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
 
118
}