|
Jetty example source code file (chat.css)
The Jetty chat.css source codediv { border: 0px solid black; } div#chatroom { width: 41em; background-color: #e0e0e0; border: 1px solid black; } div#chat { float: left; width: 30em; height: 20ex; overflow: auto; background-color: #f0f0f0; padding: 4px; border-right: 1px solid black; } div#members { float: left; clear: right; width: 10em; border: 0px solid black; } div#input { clear: both; padding: 4px; border-top: 1px solid black; } input#phrase { width:28em; background-color: #e0f0f0; } input#username { width:14em; background-color: #e0f0f0; } div.hidden { display: none; } span.from { font-weight: bold; } span.alert { font-style: italic; } Other Jetty examples (source code examples)Here is a short list of links related to this Jetty chat.css source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.