DEMO 2008 Day 2 Morning Conference
January 30, 2008 by Tris Hussey
Filed under Business News
Less chatter, but still live …
/* Main Holder, adjust width to suit your page. */
.cil_mainholder {
font-family: Arial, Helvetica, sans-serif;
width: 470px;
background: #ffffff;
border: solid 1px #333333;
}
/* Adjust the height to best suite your page */
/* Remove height property to have all text show without scrollbars. */
.cil_blogholder {
position: relative;
overflow: auto;
height: 600px;
}
.cil_title_liveblog {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #323232;
}
.cil_title_date {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #323232;
}
.cil_title_date a {
border:none;
text-decoration:
underline; color:#E85D00;
}
.cil_title_date a:hover {
text-decoration:none;
}
.cil_chatmsg {
border-bottom: 1px dotted #999999;
width: 100%;
vertical-align: top;
}
.cil_msgtime {
font-weight: bold;
width: 40px;
height: 100%;
background: #E8E9E0;
padding-left: 3px;
padding-top: 5px;
margin: 0px;
}
.cil_msgtext {
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
background: #FFFFFF;
margin: 0px;
text-align: justify;
}
.cil_msgtext a {
border:none;
text-decoration:
underline; color:#E85D00;
}
.cil_msgtext a:hover …read more





