home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
komunikace
/
gizmo
/
WinGizmoInstall.exe
/
message_styles
/
Renkoo
/
variants
/
GreenRed.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2007-04-20
|
2KB
|
86 lines
@import "../main.css";
.incomingItem .timeStamp {
color:#b3cf77;
}
.outgoingItem .timeStamp {
color:#f8b1b1;
}
/*############Incoming Bubble########## */
.incomingItem {
background:url("../images/greenBackground.gif") repeat-y top right;
}
.incomingItem .bubbleHeading {
background:url("../images/greenCurves.gif") no-repeat top left;
}
.incomingItem .bubbleHeading div {
background:url("../images/greenCurves.gif") no-repeat top right;
}
.incomingItem .bubbleIndicator {
background:url("../images/greenIndicator.gif") no-repeat top left;
}
.incomingItem .bubbleFooting {
background:url("../images/greenCurves.gif") no-repeat bottom left;
}
.incomingItem .bubbleFooting div {
background:url("../images/greenCurves.gif") no-repeat bottom right;
}
.incomingItem .response {
background:url("../images/greenBackground.gif") repeat-y top left;
}
.incomingItem .followUp {
color:#e2efc4;
background-color:#e2efc4;
border-bottom:1px solid #fff;
}
/*############Outgoing Bubble########## */
.outgoingItem {
background:url("../images/redBackground.gif") repeat-y top right;
}
.outgoingItem .bubbleHeading {
background:url("../images/redCurves.gif") no-repeat top left;
}
.outgoingItem .bubbleHeading div {
background:url("../images/redCurves.gif") no-repeat top right;
}
.outgoingItem .bubbleIndicator {
background:url("../images/redIndicator.gif") no-repeat top left;
}
.outgoingItem .bubbleFooting {
background:url("../images/redCurves.gif") no-repeat bottom left;
}
.outgoingItem .bubbleFooting div {
background:url("../images/redCurves.gif") no-repeat bottom right;
}
.outgoingItem .response {
background:url("../images/redBackground.gif") repeat-y top left;
}
.outgoingItem .followUp {
color:#ffdada;
background-color:#ffdada;
border-bottom:1px solid #fff;
}