diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/CVS/Entries | 4 | ||||
| -rwxr-xr-x | html/stream.html | 3 | ||||
| -rwxr-xr-x | html/style.css | 22 |
3 files changed, 16 insertions, 13 deletions
diff --git a/html/CVS/Entries b/html/CVS/Entries index b212293..b9ef70c 100644 --- a/html/CVS/Entries +++ b/html/CVS/Entries @@ -13,8 +13,8 @@ /options.html/1.6/Sun Nov 7 02:24:57 2004// /register.html/1.10/Sun Nov 7 02:37:57 2004// /robots.txt/1.1.1.1/Fri Jan 2 03:15:10 2004// -/stream.html/1.6/Sat Feb 19 11:08:50 2005// -/style.css/1.4/Sat Feb 19 11:08:50 2005// +/stream.html/1.5/Sat Feb 12 16:15:30 2005// +/style.css/1.3/Sun Nov 7 02:24:57 2004// /test.cgi/1.2/Sat Sep 25 04:12:43 2004// /urlredirect.html/1.1/Sun Nov 7 00:33:14 2004// D diff --git a/html/stream.html b/html/stream.html index ed08a23..5bbdb43 100755 --- a/html/stream.html +++ b/html/stream.html @@ -27,12 +27,11 @@ </script> </head> <body class="stream"> -<h1>Engine: %%ychat.version%%</h2> <script language="JavaScript"> autoscroll(); </script> - Welcome to the chat, %%nick%%! + Welcome to yChat %%nick%%! <br> <br> diff --git a/html/style.css b/html/style.css index 4b6d9ca..ade4a1a 100755 --- a/html/style.css +++ b/html/style.css @@ -9,33 +9,37 @@ input { color: #000000; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; + color: #FFFFEF; + background-color: #000000; + border: solid #555555 1px; font-size: 9pt; padding: 2px; } input.text { - background-color: #FFFFEF; + background-color: #AA5100; } .fancy { font-family: Verdana, Helvetica, sans-serif; + text-decoration: none; + color: #FFFFEF; + background-color: #000000; + border: solid #555555 1px; font-size: 9pt; - color: #FFFFEF; padding: 2px; } a:hover.fancy { text-decoration: none; color: #FFFFEF; - background-color: #000000; + background-color: #323232; + border: solid #FFFFEF 1px; } -h1 { - background-color: #ffa500; - border: solid #000000 1px; - font-size: 20pt; - padding: 13px; - font-width: bold; +b { + background-color: #323232; + border: solid #555555 1px; } body.stream { |
