div#container * { border: 0; margin: 0; padding: 0; } div#container { position:absolute; top:0px; left:0px; border: 0; margin: 0; padding: 0; } #minmax { cursor: pointer; } div#content { position:absolute; top:0px; left:0px; } div#chat { position: absolute; left: 0px; top: 0px; border: 1px solid black; overflow: auto; width: 480px; height: 80px; background-color: #e0edde; } div#smileys { position: absolute; bottom: 0px; right: 0px; padding: 0; width: 20%; height: 58%; overflow: auto; text-align: center; border: 1px solid black; background-color: #FFF; } div#online { position: absolute; right: 0px; top: 0px; padding: 0; overflow: auto; border: black solid 1px; color: #000; background-color: #FFF; width: 20%; height: 39%; } div#online ul { list-style-type: none; margin: 0; padding: 0; margin-left: 8px; margin-right: 8px; } div#online li { border-bottom: 1px solid #DDD; font-weight: bold; font-size: 90%; } h2#title { font-size: 14px; } img#minmax { float: right; } .invisible { display: none; } div.message { margin: 0; } .words { font-size: 12px; } div.oldmsg { background-color: #dde4dc; } span.heure, span.date { color: #bebebe; font-size: 70%; } span.nick { color: #fbac17; font-weight: bold; } div#input_container { border: black solid 0px; } divinput_container table { width: 480px; border: black solid 1px; } input#words { position:absolute; top:82px; left:0px; border: black solid 1px; width: 480px; height: 1.3em; } div#cmd_container { position: relative; margin-top: 5px; width: 100%; } input#handle { border: black solid 1px; padding: 0 4px 0 4px; color: black; text-align: center; margin-bottom: 5px; } a#logo { position: absolute; right: 0px; top: 0px; } div.btn { /* display: inline; cursor: pointer; */ position:absolute; left:0px; top:120px; } div.btn img { border: 1px solid #393; /* same as container color */ } div.btn img:hover { border: 1px solid #000; } p#errors { display: none; margin-top: 5px; padding: 2px; height: 18px; border: black solid 1px; color: #EC4A1F; background-color: #FFBA76; text-align: center; font-style: italic; font-weight: bold; } /* commands */ .cmd_msg { color: black; } .cmd_me { font-style: italic; color: black; } .cmd_notice { font-style: italic; color: #888; } div#colorlist { display: none; } img.color { padding: 1px; cursor: pointer; } .nickmarker { white-space: pre; }