File: Red%20on%20Yellow.css

package info (click to toggle)
swift-im 2.0~beta1%2Bdev47-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 13,508 kB
  • sloc: cpp: 79,149; python: 1,397; xml: 546; sh: 150; ansic: 54; makefile: 40
file content (91 lines) | stat: -rw-r--r-- 2,014 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
@import url("../main.css");

/* outgoing */


.outgoingItem .timeStamp {
		color:#f88f8f;
}

.outgoingItem .myBubble .indicator {
	background:url("../images/redIndicator.png") no-repeat top left;
}

.outgoingItem .tableBubble .tl {
	background:url("../images/redCurves.png") no-repeat top left;
}

.outgoingItem .tableBubble .tr {
	background:url("../images/redCurves.png") no-repeat top right;
}

.outgoingItem .tableBubble .head {
	background:url("../images/redCurves.png") no-repeat -10px 0;
}

.outgoingItem .tableBubble .message {
	background:url("../images/redBackground.png") repeat-y top left;
}

.outgoingItem .tableBubble .messageRight {
	background:url("../images/redBackground.png") repeat-y top right;
}

.outgoingItem .tableBubble .bl {
	background:url("../images/redCurves.png") no-repeat bottom left;
}

.outgoingItem .tableBubble .br {
	background:url("../images/redCurves.png") no-repeat bottom right;
}

.outgoingItem .followUp {
	background-color:#ffdada;
	border-bottom:1px solid #fff;
}




/*incoming */

.incomingItem .timeStamp {
	color:#bdb410;
}

.incomingItem .myBubble .indicator {
	background:url("../images/yellowIndicator.png") no-repeat top left;
}

.incomingItem .tableBubble .tl {
	background:url("../images/yellowCurves.png") no-repeat top left;
}

.incomingItem .tableBubble .tr {
	background:url("../images/yellowCurves.png") no-repeat top right;
}

.incomingItem .tableBubble .head {
	background:url("../images/yellowCurves.png") no-repeat -10px 0;
}

.incomingItem .tableBubble .message {
	background:url("../images/yellowBackground.png") repeat-y top left;
}

.incomingItem .tableBubble .messageRight {
	background:url("../images/yellowBackground.png") repeat-y top right;
}

.incomingItem .tableBubble .bl {
	background:url("../images/yellowCurves.png") no-repeat bottom left;
}

.incomingItem .tableBubble .br {
	background:url("../images/yellowCurves.png") no-repeat bottom right;
}

.incomingItem .followUp {
	background-color:#f4f0a7;
	border-bottom:1px solid #fff;
}