home *** CD-ROM | disk | FTP | other *** search
- body {
- background: white url(images/background.png) center top repeat-x fixed;
- font-weight: normal;
- margin: 0 0 10px 0;
- }
-
- .incoming { color: #a6002c; }
- .context .incoming { color:#A65369; }
-
- .outgoing { color: #001190; }
- .context .outgoing { color: #47508F; }
-
- .container {
- position: relative;
- }
-
- .context {
- }
- .context .top_left{
- background: url("images/context_top_left.png") top left no-repeat;
- }
-
- .context .top_center{
- background: url("images/context_top_center.png") top left repeat-x;
- }
-
- .context .top_right{
- background: url("images/context_top_right.png") top right no-repeat;
- }
-
- .context .middle_left{
- background: url("images/context_middle_left.png") top left repeat-y;
- }
-
- .context .middle_right{
- background: url("images/context_middle_right.png") top right repeat-y;
- }
-
- .context .bottom_left{
- background: url("images/context_bottom_left.png") bottom left no-repeat;
-
- }
-
- .context .bottom_center{
- background: url("images/context_bottom_center.png") bottom left repeat-x;
-
- }
-
- .context .bottom_right{
- background: url("images/context_bottom_right.png") bottom right no-repeat;
- }
-
- .context .middle_center{
- background: url("images/context_middle_center.png") top left repeat;
- }
- .top_left{
- position: absolute;
- left: 0px;
- top: 0px;
- width: 16px;
- height: 16px;
-
- background: url("images/top_left.png") top left no-repeat;
- }
-
- .top_center{
- position: absolute;
- left: 16px;
- top: 0px;
- right: 16px;
- height: 16px;
-
- background: url("images/top_center.png") top left repeat-x;
- }
-
- .top_right{
- position: absolute;
- right: 0px;
- top: 0px;
- width: 16px;
- height: 16px;
-
- background: url("images/top_right.png") top right no-repeat;
- }
-
- .middle_left{
- position: absolute;
- left: 0px;
- top: 16px;
- width: 41px;
- bottom: 35px;
-
- background: url("images/middle_left.png") top left repeat-y;
- }
-
- .middle_right{
- position: absolute;
- right: 0px;
- top: 16px;
- width: 41px;
- bottom: 35px;
-
- background: url("images/middle_right.png") top right repeat-y;
- }
-
- .bottom_left{
- position: absolute;
- left: 0px;
- bottom: 0px;
- width: 41px;
- height: 35px;
-
- background: url("images/bottom_left.png") bottom left no-repeat;
-
- }
-
- .bottom_center{
- position: absolute;
- left: 41px;
- bottom: 0px;
- right: 41px;
- height: 35px;
-
- background: url("images/bottom_center.png") top left repeat-x;
-
- }
-
- .bottom_right{
- position: absolute;
- right: 0px;
- bottom: 0px;
- width: 41px;
- height: 35px;
-
- background: url("images/bottom_right.png") bottom right no-repeat;
- }
-
- .middle_center{
- position: absolute;
- left: 41px;
- top: 16px;
- right: 41px;
- bottom: 35px;
-
- background: url("images/middle_center.png") top left repeat;
- }
-
- .senderstring{
-
- position: absolute;
- left: 56px;
- right: 40px;
- top: 13px;
-
- z-index: 2;
-
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
-
- font-size: 11px;
- font-weight: bold;
- text-transform: lowercase;
- text-shadow: 1px 1px 3px #ccc;
-
- margin-bottom: 0;
- }
-
- .sender {
- top: -1px;
- left: 0px;
- right: 38px;
- height: 16px;
- position: absolute;
- padding: 13px 5px 0 56px;
- margin-bottom: 0;
- }
-
- .context .sender {
- }
-
- .time_initial {
- position: absolute;
- right: 0;
- top: -1px;
- font-size: 9px;
- font-weight: normal;
- text-transform: uppercase;
- text-shadow: 1px 1px 3px #ccc;
- color: #808080;
- padding: 14px 16px 0 15px;
- margin-bottom: 0;
- }
-
- .context .time_initial {
- }
-
- .time_consecutive {
- float: left;
- background: 29px url("images/arrow.png") no-repeat;
- margin-left: -40px;
- margin-top: 5px;
- font-size: 9px;
- text-shadow: 1px 1px 3px #ddd;
- color: #bfbfbf;
- }
-
-
- .buddyicon {
- position: absolute;
- background: url("images/buddy_background.png");
- top: 11px;
- left: 12px;
- z-index: 4;
- height: 40px;
- width: 40px;
- }
-
- .buddyicon img {
- position: absolute;
- top: 3px;
- left: 3px;
- z-index: 3;
- }
-
- .message {
- position: relative;
- top: 15px;
- left: 0px;
- margin-right: 19px;
- text-shadow: 1px 1px 3px #ccc;
- padding: 6px 0 25px 56px;
- color: #404040;
- }
-
- .context .message {
- color: #666666;
- }
-
- p {
- padding: 0;
- margin-bottom: 6px;
- overflow: auto;
- }
-
- .status_container {
- position: relative;
- background: url("images/status_background.png");
- margin: 0px 30px -1px 32px;
- color: #fff;
- text-shadow: 1px 1px 3px #aaa;
- font-size: 9px;
- font-weight: bold;
- text-transform: lowercase;
- height: 29px;
- }
-
- .status_message {
- position: relative;
- left: -30px;
- background: url("images/status_left.png") top left no-repeat;
- padding: 7px 8px 7px 15px;
- }
-
- .status_time {
- position: absolute;
- top: 0px;
- right: -30px;
- padding: 8px 16px 8px 5px;
- text-transform: uppercase;
- font-size: 8px;
- font-weight: normal;
- background: url("images/status_right.png") top right no-repeat;
- }
-
- IMG {
- vertical-align:middle;
- top:-3px;
- }
-
- img.scaledToFitImage{ width:auto; }
-
- #Chat {
- overflow: hidden;
- margin-bottom: -8px;
- }
-