From ae4e87df37ed8904de92c7cf2f3a11128cda2a21 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:41 +0200 Subject: tagging ychat-0.7.4.1 --- html/admin.html | 0 html/blank.html | 0 html/colors.html | 0 html/demo.html | 0 html/favicon.ico | Bin html/frameset.html | 0 html/help.html | 2 +- html/images/away.gif | Bin html/images/blank.gif | Bin html/images/guest.png | Bin html/images/ircuser.png | Bin html/images/rang0.png | Bin html/images/rang1.png | Bin html/images/rang2.png | Bin html/index.html | 0 html/input.html | 1 - html/notfound.html | 0 html/online.html | 16 +++++++++------ html/options.html | 0 html/register.html | 0 html/robots.txt | 0 html/stream.html | 4 +--- html/style.css | 51 ++++++++++++++++++++++++++++++++++++++++++++---- html/test.cgi | 0 html/urlredirect.html | 0 25 files changed, 59 insertions(+), 15 deletions(-) mode change 100644 => 100755 html/admin.html mode change 100644 => 100755 html/blank.html mode change 100644 => 100755 html/colors.html mode change 100644 => 100755 html/demo.html mode change 100644 => 100755 html/favicon.ico mode change 100644 => 100755 html/frameset.html mode change 100644 => 100755 html/help.html mode change 100644 => 100755 html/images/away.gif mode change 100644 => 100755 html/images/blank.gif mode change 100644 => 100755 html/images/guest.png mode change 100644 => 100755 html/images/ircuser.png mode change 100644 => 100755 html/images/rang0.png mode change 100644 => 100755 html/images/rang1.png mode change 100644 => 100755 html/images/rang2.png mode change 100644 => 100755 html/index.html mode change 100644 => 100755 html/input.html mode change 100644 => 100755 html/notfound.html mode change 100644 => 100755 html/online.html mode change 100644 => 100755 html/options.html mode change 100644 => 100755 html/register.html mode change 100644 => 100755 html/robots.txt mode change 100644 => 100755 html/stream.html mode change 100644 => 100755 html/style.css mode change 100644 => 100755 html/test.cgi mode change 100644 => 100755 html/urlredirect.html (limited to 'html') diff --git a/html/admin.html b/html/admin.html old mode 100644 new mode 100755 diff --git a/html/blank.html b/html/blank.html old mode 100644 new mode 100755 diff --git a/html/colors.html b/html/colors.html old mode 100644 new mode 100755 diff --git a/html/demo.html b/html/demo.html old mode 100644 new mode 100755 diff --git a/html/favicon.ico b/html/favicon.ico old mode 100644 new mode 100755 diff --git a/html/frameset.html b/html/frameset.html old mode 100644 new mode 100755 diff --git a/html/help.html b/html/help.html old mode 100644 new mode 100755 index ad9a25f..57ae511 --- a/html/help.html +++ b/html/help.html @@ -11,7 +11,7 @@
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). You can also access help for a specific command with the /help command. Example: /help commandname: + in memory loaded command modules are listed here which should be the case by yChat default configuration):

diff --git a/html/images/away.gif b/html/images/away.gif old mode 100644 new mode 100755 diff --git a/html/images/blank.gif b/html/images/blank.gif old mode 100644 new mode 100755 diff --git a/html/images/guest.png b/html/images/guest.png old mode 100644 new mode 100755 diff --git a/html/images/ircuser.png b/html/images/ircuser.png old mode 100644 new mode 100755 diff --git a/html/images/rang0.png b/html/images/rang0.png old mode 100644 new mode 100755 diff --git a/html/images/rang1.png b/html/images/rang1.png old mode 100644 new mode 100755 diff --git a/html/images/rang2.png b/html/images/rang2.png old mode 100644 new mode 100755 diff --git a/html/index.html b/html/index.html old mode 100644 new mode 100755 diff --git a/html/input.html b/html/input.html old mode 100644 new mode 100755 index 31ed9fe..93e04d2 --- a/html/input.html +++ b/html/input.html @@ -47,7 +47,6 @@ Colors Options Help - Users Admin Logout Scrolling: diff --git a/html/notfound.html b/html/notfound.html old mode 100644 new mode 100755 diff --git a/html/online.html b/html/online.html old mode 100644 new mode 100755 index 3eda553..fc1fd84 --- a/html/online.html +++ b/html/online.html @@ -1,20 +1,24 @@ - - - + + + - %%room%% + %%ROOMNAME%%

- %%userlist%% + %%USERLIST%%
- %%topic%% + %%ROOMTOPIC%%
+ + + + diff --git a/html/options.html b/html/options.html old mode 100644 new mode 100755 diff --git a/html/register.html b/html/register.html old mode 100644 new mode 100755 diff --git a/html/robots.txt b/html/robots.txt old mode 100644 new mode 100755 diff --git a/html/stream.html b/html/stream.html old mode 100644 new mode 100755 index bbf8f71..5bbdb43 --- a/html/stream.html +++ b/html/stream.html @@ -27,13 +27,11 @@ -Engine: %%ychat.version%% -
- Welcome to the chat, %%nick%%! + Welcome to yChat %%nick%%!

diff --git a/html/style.css b/html/style.css old mode 100644 new mode 100755 index 593fc7a..ade4a1a --- a/html/style.css +++ b/html/style.css @@ -1,9 +1,52 @@ -body { +body, div { + font-family: Verdana, Helvetica, sans-serif; background-color: #000000; - color: #ffffff; + color: #FFFFEF; + font-size: 11pt; } -a { - color: #ffffff; +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; +} + +.fancy { + font-family: Verdana, Helvetica, sans-serif; + text-decoration: none; + color: #FFFFEF; + background-color: #000000; + border: solid #555555 1px; + font-size: 9pt; + padding: 2px; +} + +a:hover.fancy { + text-decoration: none; + color: #FFFFEF; + background-color: #323232; + border: solid #FFFFEF 1px; +} + +b { + background-color: #323232; + border: solid #555555 1px; +} + +body.stream { + background-color: #323232; +} + +.signature { + color: #AAAAAA; + font-size: 9pt; +} diff --git a/html/test.cgi b/html/test.cgi old mode 100644 new mode 100755 diff --git a/html/urlredirect.html b/html/urlredirect.html old mode 100644 new mode 100755 -- cgit v1.2.3