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

69 lines
1.5 KiB
CSS

/* @group misc */
.outgoing .bubble .compact .cbody {
border-top: 1px solid #191919;
}
.outgoing .bubble {
color: #ccc;
}
.outgoing .bubble .time {
color: #aaa;
}
.bubble .body a, .bubble .cbody a {
color: #3030be;
}
/* @end */
/* @group top */
.outgoing .bubble .t {
background:
url("../../images/glass-black/topleft.png") top left no-repeat,
url("../../images/glass-black/topright.png") top right no-repeat;
}
.outgoing .bubble .t div {
background:
url("../../images/glass-black/top.png") top left repeat-x;
}
/* @end */
/* @group left-right */
.outgoing .bubble .lr {
background:
url("../../images/glass-black/left.png") top left repeat-y,
url("../../images/glass-black/right.png") top right repeat-y;
}
.outgoing .bubble .lr div {
background: url("../../images/glass-black/middle.png") top left repeat;
}
/* @end */
/* @group bottom */
.outgoing .bubble .b {
background:
url("../../images/glass-black/bottomleft-arrow.png") bottom left no-repeat,
url("../../images/glass-black/bottomright.png") bottom right no-repeat;
}
.outgoing .bubble .b div {
background:
url("../../images/glass-black/bottom.png") bottom left repeat-x;
}
/* @end */
/* @group reflection */
.outgoing .bubble .r {
opacity: 0.3;
background:
url("../../images/glass-black/ref-bottomleft-arrow.png") bottom left no-repeat,
url("../../images/glass-black/ref-bottomright.png") bottom right no-repeat;
}
.outgoing .bubble .r div {
background:
url("../../images/glass-black/ref-bottom.png") bottom left repeat-x;
}
/* @end */