@font-face { font-family: "street"; src: url("images/bold.ttf"); font-weight:bold; } html { height:100%; } body { padding: 0px; margin: 0px; font-family: sans-serif; height:100%; background-image:url('images/bb.png'); } 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; } #header { margin:0px; background-image: -moz-linear-gradient(top center, white, #AEB2B1); background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D9D9D9)); border-bottom:1px solid #CDCDCD; box-shadow: 0px 5px 10px #434343; } #logo { color:#004B6B; font-family: "street"; font-size:200%; font-weight:bold; padding-left:20px; text-shadow: 0px 1px 0px #EBEBEB; } #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; overflow : auto; } .chat-message{ margin: 0px; } .chat-name{ margin-right:10px; font-weight:bold; color : #0073EA; } .me{ color : #FF0084; } .chat-name:before{ content : "<" } .chat-name:after{ content : ">" } .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; }