html
{
height:100%;
}
body
{
padding: 0px;
margin: 0px;
font-family: sans-serif;
height:100%;
}
div
{
margin:0px;
padding:0px;
}
input
{
border: 1px solid black;
}
#login
{
display: none;
}
#bottom
{
position:fixed;
bottom:0px;
width:100%;
clear:both;
}
#bottomup
{
text-align: right;
}
#consolea
{
text-decoration: none;
color : black;
background-color : gray;
margin:0px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}
#log
{
height:400px;
width:100%;
overflow:auto;
display:none;
border-top:1px solid black;
}
#left
{
float:left;
width:20%;
}
#right
{
float:left;
width:80%;
height:100%;
}
#tabs{
height:90%;
}
.chat-messages{
border:1px solid #dddddd;
height:80%;
margin-bottom:10px;
}
.chat-input{
border:1px solid #dddddd;
width:100%;
}
#roster
{
height:100%;
font-size:0.8em;
padding:5px;
}
#roster > ul
{
list-style-type: none;
padding: 0px;
}
.roster-contact
{
-moz-transition-property : background-color, box-shadow;
-moz-transition-duration: 0.5s;
-webkit-transition-property : background-color;
-webkit-transition-duration: 1s;
-o-transition-property : background-color;
-o-transition-duration: 1s;
border-bottom : 1px dotted black;
padding: 5px;
cursor: pointer;
}
.roster-contact:hover
{
background-color: #E5E9EE;
box-shadow: 5px 0px 5px #888;
}
.roster-name
{
font-weight:bold;
}
.online
{
background-color: #DBFFDC;
}
.away
{
background-color: #E3E3E3;
}