blob: a9e40f28a2591f96c4d1a399e41c8317e480780e [file]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
html {
height:100%;
max-height:100%;
padding:0;
margin:0;
border:0;
background:#fff;
font-size:80%;
font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */
}
body{
margin-top:0px;
margin-left:0px;
color: #000000;
}
div#chatroom
{
width: 500px;
height: 340px;
background-color: #e0e0e0;
border: 1px solid black;
}
div#chatlog
{
float: left;
width: 348px;
height: 300px;
overflow: auto;
background-color: #f0f0f0;
padding: 2px;
border-right: 1px solid black;
}
div#members
{
float: left;
height: 276px;
width: 143px;
overflow: auto;
padding: 2px;
border: 0px solid black;
}
div#memberslegend
{
float: left;
clear: right;
width: 142px;
height: 18px;
padding: 2px;
font-weight : bold;
text-align: center;
background-color: #f0f0f0;
border: 0px solid black;
}
div#input
{
clear: both;
padding: 3px;
height: 28px;
background-color: #f0f0f0;
border-top: 1px solid black;
}
input#phrase
{
width:28px;
background-color: #e0f0f0;
}
input#username
{
width:14px;
background-color: #e0f0f0;
}
div.hidden
{
display: none;
}
span.from
{
font-weight: bold;
}
span.alert
{
font-style: italic;
}