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

67 lines
1.5 KiB
CSS

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