Files
modern_bubbling/neon/Resources/styles/normal/glass-out-blue.css
2009-08-25 12:13:08 +03:00

64 lines
1.5 KiB
CSS

/* @group misc */
.outgoing .bubble .compact .cbody {
border-top: 1px solid #6d98e8;
}
.outgoing .bubble .time {
color: #76a6fc;
text-shadow: #76a6fc 0 0 5px;
}
/* @end */
/* @group top */
.outgoing .bubble .t {
background:
url("../../images/glass-blue/topleft.png") top left no-repeat,
url("../../images/glass-blue/topright.png") top right no-repeat;
}
.outgoing .bubble .t div {
background:
url("../../images/glass-blue/top.png") top left repeat-x;
}
/* @end */
/* @group left-right */
.outgoing .bubble .lr {
background:
url("../../images/glass-blue/left.png") top left repeat-y,
url("../../images/glass-blue/right.png") top right repeat-y;
}
.outgoing .bubble .lr div {
background: url("../../images/glass-blue/middle.png") top left repeat;
}
/* @end */
/* @group bottom */
.outgoing .bubble .b {
background:
url("../../images/glass-blue/bottomleft-arrow.png") bottom left no-repeat,
url("../../images/glass-blue/bottomright.png") bottom right no-repeat;
}
.outgoing .bubble .b div {
background:
url("../../images/glass-blue/bottom.png") bottom left repeat-x;
}
/* @end */
/* @group reflection */
.outgoing .bubble .r {
opacity: 0.3;
background:
url("../../images/glass-blue/ref-bottomleft-arrow.png") bottom left no-repeat,
url("../../images/glass-blue/ref-bottomright.png") bottom right no-repeat;
}
.outgoing .bubble .r div {
background:
url("../../images/glass-blue/ref-bottom.png") bottom left repeat-x;
}
/* @end */