PretendYoureXyzzy/WebContent/cah.css

75 lines
903 B
CSS
Raw Normal View History

2011-12-17 00:39:52 +00:00
#nickbox {
border: 1px solid black;
display: inline;
padding: 5px;
/*
text-align: center;
vertical-align: middle;
*/
}
#canvass {
/* * /
2011-12-17 00:39:52 +00:00
display: none;
/* */
height: 750px;
2011-12-17 00:39:52 +00:00
overflow: none;
position: relative;
width: 1000px;
2011-12-17 00:39:52 +00:00
border: 1px solid red;
}
#chat_area {
width: 500px;
height: 215px;
border: 0px;
position: absolute;
bottom: 0px;
right: 0px;
overflow: none;
}
2011-12-17 00:39:52 +00:00
#log {
width: 500px;
height: 198px;
2011-12-17 00:39:52 +00:00
border: 1px solid black;
position: absolute;
bottom: 17px;
2011-12-17 00:39:52 +00:00
right: 0px;
overflow: auto;
}
#chat {
border: 1px solid black;
width: 451px;
height: 17px;
position: absolute;
bottom: -1px;
right: 49px;
padding: 0px;
}
2012-01-06 23:53:04 +00:00
#logout {
position: absolute;
top: 0px;
right: 0px;
}
#chat_submit {
width: 50px;
height: 19px;
position: absolute;
right: 0px;
bottom: -1px;
margin: 0px;
padding: 0px;
}
2011-12-17 00:39:52 +00:00
span.error {
color: red;
}
span.debug {
color: blue;
}