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