mirror of
https://github.com/jimeh/modern_bubbling.git
synced 2026-02-19 11:56:38 +00:00
64 lines
1.5 KiB
CSS
64 lines
1.5 KiB
CSS
|
|
|
|
/* @group misc */
|
|
.outgoing .bubble .compact .cbody {
|
|
border-top: 1px solid #1ca9ed;
|
|
}
|
|
.outgoing .bubble .time {
|
|
color: #1fb6ff;
|
|
text-shadow: #1fb6ff 0 0 5px;
|
|
}
|
|
/* @end */
|
|
|
|
|
|
/* @group top */
|
|
.outgoing .bubble .t {
|
|
background:
|
|
url("../../images/glass-aqua/topleft.png") top left no-repeat,
|
|
url("../../images/glass-aqua/topright.png") top right no-repeat;
|
|
}
|
|
.outgoing .bubble .t div {
|
|
background:
|
|
url("../../images/glass-aqua/top.png") top left repeat-x;
|
|
}
|
|
/* @end */
|
|
|
|
|
|
/* @group left-right */
|
|
.outgoing .bubble .lr {
|
|
background:
|
|
url("../../images/glass-aqua/left.png") top left repeat-y,
|
|
url("../../images/glass-aqua/right.png") top right repeat-y;
|
|
}
|
|
.outgoing .bubble .lr div {
|
|
background: url("../../images/glass-aqua/middle.png") top left repeat;
|
|
}
|
|
/* @end */
|
|
|
|
|
|
/* @group bottom */
|
|
.outgoing .bubble .b {
|
|
background:
|
|
url("../../images/glass-aqua/bottomleft-arrow.png") bottom left no-repeat,
|
|
url("../../images/glass-aqua/bottomright.png") bottom right no-repeat;
|
|
}
|
|
.outgoing .bubble .b div {
|
|
background:
|
|
url("../../images/glass-aqua/bottom.png") bottom left repeat-x;
|
|
}
|
|
/* @end */
|
|
|
|
|
|
/* @group reflection */
|
|
.outgoing .bubble .r {
|
|
opacity: 0.25;
|
|
background:
|
|
url("../../images/glass-aqua/ref-bottomleft-arrow.png") bottom left no-repeat,
|
|
url("../../images/glass-aqua/ref-bottomright.png") bottom right no-repeat;
|
|
}
|
|
.outgoing .bubble .r div {
|
|
background:
|
|
url("../../images/glass-aqua/ref-bottom.png") bottom left repeat-x;
|
|
}
|
|
/* @end */
|