~emesene-team/emesene/master

« back to all changes in this revision

Viewing changes to emesene/themes/conversations/Ravenant.AdiumMessageStyle/Contents/Resources/Variants/Blue-Green.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("../main.css");
 
2
 
 
3
/* @group Incoming */
 
4
 
 
5
.in {
 
6
        border-top: 1px solid #5c90b0;
 
7
        background: -webkit-gradient(linear, left top, left bottom, from(#3f6882), color-stop(0.8, #253d4c));
 
8
}
 
9
 
 
10
.in .time {
 
11
        color: #5c90b0;
 
12
}
 
13
 
 
14
/* @end */
 
15
 
 
16
/* @group Outgoing */
 
17
 
 
18
.out {
 
19
        border-top: 1px solid #9eb692;
 
20
        background: -webkit-gradient(linear, left top, left bottom, from(#688c55), color-stop(0.8, #394d2f));
 
21
}
 
22
 
 
23
.out .time {
 
24
        color: #9eb692;
 
25
}
 
26
 
 
27
/* @end */