~ubuntu-branches/ubuntu/natty/emesene/natty-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2011-03-03 14:49:13 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303144913-0adl9cmw2s35lvzo
Tags: 2.0~git20110303-0ubuntu1
* New upstream git revision (LP: #728469).
* Remove debian/watch, debian/emesene.xpm, debian/install and
  debian/README.source files.
* Remove 21_svn2451_fix_avatar and 20_dont_build_own_libmimic patches.
* debian/control: modify python to python (>= 2.5) in Build-Depends field.
* debian/control: remove python-libmimic from Recommends field.
* debian/control: modify python-gtk2 (>= 2.10) to python-gtk2 (>= 2.12) in
  Depends field.
* debian/control: add python-appindicator and python-xmpp to Recommends
  field.
* debian/control: add python-papyon (>= 0.5.4) and python-webkit to Depends
  field.
* debian/control: update Description field.
* debian/control: add python-setuptools to Build-Depends field.
* debian/control: move python-dbus and python-notify to Depends field.
* Update debian/copyright file.
* Update debian/links file.
* debian/menu: update description field.
* Bump Standards-Version to 3.9.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:#7fc5f8;
 
8
}
 
9
 
 
10
.outgoingItem .myBubble .indicator {
 
11
        background:url("../images/blueIndicator.png") no-repeat top left;
 
12
}
 
13
 
 
14
.outgoingItem .tableBubble .tl {
 
15
        background:url("../images/blueCurves.png") no-repeat top left;
 
16
}
 
17
 
 
18
.outgoingItem .tableBubble .tr {
 
19
        background:url("../images/blueCurves.png") no-repeat top right;
 
20
}
 
21
 
 
22
.outgoingItem .tableBubble .head {
 
23
        background:url("../images/blueCurves.png") no-repeat -10px 0;
 
24
}
 
25
 
 
26
.outgoingItem .tableBubble .message {
 
27
        background:url("../images/blueBackground.png") repeat-y top left;
 
28
}
 
29
 
 
30
.outgoingItem .tableBubble .messageRight {
 
31
        background:url("../images/blueBackground.png") repeat-y top right;
 
32
}
 
33
 
 
34
.outgoingItem .tableBubble .bl {
 
35
        background:url("../images/blueCurves.png") no-repeat bottom left;
 
36
}
 
37
 
 
38
.outgoingItem .tableBubble .br {
 
39
        background:url("../images/blueCurves.png") no-repeat bottom right;
 
40
}
 
41
 
 
42
.outgoingItem .followUp {
 
43
        background-color:#ddf0fe;
 
44
        border-bottom:1px solid #fff;
 
45
}
 
46
 
 
47
 
 
48
/*incoming */
 
49
 
 
50
.incomingItem .timeStamp {
 
51
        color:#a9a9a9;
 
52
}
 
53
 
 
54
.incomingItem .myBubble .indicator {
 
55
        background:url("../images/steelIndicator.png") no-repeat top left;
 
56
}
 
57
 
 
58
.incomingItem .tableBubble .tl {
 
59
        background:url("../images/steelCurves.png") no-repeat top left;
 
60
}
 
61
 
 
62
.incomingItem .tableBubble .tr {
 
63
        background:url("../images/steelCurves.png") no-repeat top right;
 
64
}
 
65
 
 
66
.incomingItem .tableBubble .head {
 
67
        background:url("../images/steelCurves.png") no-repeat -10px 0;
 
68
}
 
69
 
 
70
.incomingItem .tableBubble .message {
 
71
        background:url("../images/steelBackground.png") repeat-y top left;
 
72
}
 
73
 
 
74
.incomingItem .tableBubble .messageRight {
 
75
        background:url("../images/steelBackground.png") repeat-y top right;
 
76
}
 
77
 
 
78
.incomingItem .tableBubble .bl {
 
79
        background:url("../images/steelCurves.png") no-repeat bottom left;
 
80
}
 
81
 
 
82
.incomingItem .tableBubble .br {
 
83
        background:url("../images/steelCurves.png") no-repeat bottom right;
 
84
}
 
85
 
 
86
.incomingItem .followUp {
 
87
        background-color:#ececec;
 
88
        border-bottom:1px solid #fff;
 
89
}
 
90
 
 
91