mirror of
https://github.com/jimeh/modern_bubbling.git
synced 2026-02-19 11:56:38 +00:00
53 lines
1.3 KiB
CSS
53 lines
1.3 KiB
CSS
/* import header for the white variants */
|
|
@import url("../_headers/white.css");
|
|
|
|
/* include the global header override style sheet */
|
|
@import url("../_headers/_global_override.css");
|
|
|
|
|
|
BODY {
|
|
background: #fff url("../../images/bg-white.jpg") top center repeat-y;
|
|
}
|
|
|
|
|
|
.message .topleft {
|
|
background: url("../../images/white/topleft.png") top left no-repeat;
|
|
}
|
|
.message .top {
|
|
background: url("../../images/white/top.png") top right repeat-x;
|
|
}
|
|
.message .topright {
|
|
background: url("../../images/white/topright.png") top right no-repeat;
|
|
}
|
|
.message .left {
|
|
background: url("../../images/white/left.png") top left repeat-y;
|
|
}
|
|
.message .middle {
|
|
background: url("../../images/white/middle.png") top left repeat;
|
|
}
|
|
.message .right {
|
|
background: url("../../images/white/right.png") top right repeat-y;
|
|
}
|
|
.message .bottomleft {
|
|
background: url("../../images/white/bottomleft.png") top left no-repeat;
|
|
}
|
|
.message .bottom {
|
|
background: url("../../images/white/bottom.png") top right repeat-x;
|
|
}
|
|
.message .bottomright {
|
|
background: url("../../images/white/bottomright.png") top right no-repeat;
|
|
}
|
|
|
|
.message .compact .cnbody {
|
|
border-top: 1px dotted #e5e5e5;
|
|
}
|
|
|
|
|
|
.incoming .message .bottomright {
|
|
background-image: url("../../images/white/bottomright-arrow.png");
|
|
}
|
|
|
|
.outgoing .message .bottomleft {
|
|
background-image: url("../../images/white/bottomleft-arrow.png");
|
|
}
|