From d3982ec72b255876db00825605d1d5aae0bc313e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:43 +0200 Subject: tagging ychat-0.7.7.1 --- html/help.html | 2 +- html/input.html | 10 ++++++++++ html/online.html | 3 +-- html/stream.html | 25 ++++++++++++------------- html/style.css | 22 +++++++++------------- 5 files changed, 33 insertions(+), 29 deletions(-) (limited to 'html') diff --git a/html/help.html b/html/help.html index 57ae511..ad9a25f 100755 --- a/html/help.html +++ b/html/help.html @@ -11,7 +11,7 @@ - %%USERLIST%% + %%USERLIST%%
Hello %%nick%%, all chat commands available are summarized below (Please notice that only currently - in memory loaded command modules are listed here which should be the case by yChat default configuration): + in memory loaded command modules are listed here which should be the case by yChat default configuration). You can also access help for a specific command with the /help command. Example: /help commandname:

diff --git a/html/input.html b/html/input.html index 3a9b564..31ed9fe 100755 --- a/html/input.html +++ b/html/input.html @@ -26,6 +26,13 @@ var top = (screen.availHeight-height)/2; var win = window.open(site,"_blank","width="+width+",height="+height+",left="+left+",top="+top+",scrollbars=yes"); } + function chgscroll(f) + { + if(f.checked) + parent.stream.autoscroll(); + else + parent.stream.stopscroll(); + } //--> @@ -40,8 +47,11 @@ Colors Options Help + Users Admin Logout + Scrolling: + diff --git a/html/online.html b/html/online.html index fc1fd84..6a10fd9 100755 --- a/html/online.html +++ b/html/online.html @@ -2,7 +2,6 @@ - %%ROOMNAME%% @@ -14,7 +13,7 @@ %%ROOMTOPIC%%
diff --git a/html/stream.html b/html/stream.html index db4c05c..ed08a23 100755 --- a/html/stream.html +++ b/html/stream.html @@ -8,32 +8,31 @@ - - Welcome to yChat %%nick%%! + Welcome to the chat, %%nick%%!

diff --git a/html/style.css b/html/style.css index ade4a1a..4b6d9ca 100755 --- a/html/style.css +++ b/html/style.css @@ -9,37 +9,33 @@ 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: #AA5100; + background-color: #FFFFEF; } .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: #323232; - border: solid #FFFFEF 1px; + background-color: #000000; } -b { - background-color: #323232; - border: solid #555555 1px; +h1 { + background-color: #ffa500; + border: solid #000000 1px; + font-size: 20pt; + padding: 13px; + font-width: bold; } body.stream { -- cgit v1.2.3