From eab0b1c2d649fa16707b24cd2a91f195078167b0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:46 +0200 Subject: tagging ychat-0.7.2 --- html/favicon.ico | Bin html/frameset.html | 12 +++++++----- html/help.html | 2 +- html/index.html | 46 ++++++++++++++++++++++++++++++++++------------ html/input.html | 41 ++++++++++++++++++++++++++++------------- html/notfound.html | 4 +++- html/online.html | 23 ++++++++++++++++++++--- html/stream.html | 35 ++++++++++++++++++++++------------- html/style.css | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 9 files changed, 160 insertions(+), 52 deletions(-) mode change 100644 => 100755 html/favicon.ico mode change 100644 => 100755 html/style.css (limited to 'html') 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 index fe6b973..672f8fa 100755 --- a/html/frameset.html +++ b/html/frameset.html @@ -1,19 +1,21 @@ + + - %%PGETITLE%% + %%ychat.version%% - + Your browser does not support frames, - - + + - + diff --git a/html/help.html b/html/help.html index ad9a25f..57ae511 100755 --- 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/index.html b/html/index.html index 7bc01b0..983e7ef 100755 --- a/html/index.html +++ b/html/index.html @@ -1,32 +1,54 @@ + + - %%PGETITLE%% + %%ychat.version%% - + - - + - + -
ychat%%PGETITLE%%
%%INFO%%
+
+%%ychat.version%%

%%INFO%% +
+
  
-Enter your nick: -
+
+ - - - +Enter your nick:
+ +
+
+Enter your password:
+ +
+
+Enter your room:
+ +
+
+ + +
+Register a new nick +
+
+If you don't want to register you may login +
+without a password using an unregistered nick.


-
yChat is OpenSource - get it at http://www.yChat.org
+
yChat is OpenSource - get it at http://www.yChat.org
diff --git a/html/input.html b/html/input.html index a403d8e..a06ae78 100755 --- a/html/input.html +++ b/html/input.html @@ -1,34 +1,49 @@ + - + + - %%PGETITLE%% + %%HTML_TITLE_TAG_CONTENT%% - - + - -
- - + + +
+ + + +
+ + - - -
diff --git a/html/notfound.html b/html/notfound.html index 574e341..a14d44b 100755 --- a/html/notfound.html +++ b/html/notfound.html @@ -1,7 +1,9 @@ + + - %%PGETITLE%% + %%HTML_TITLE_TAG_CONTENT%% diff --git a/html/online.html b/html/online.html index aa14f8d..fc1fd84 100755 --- a/html/online.html +++ b/html/online.html @@ -1,7 +1,24 @@ + - + + + - - %%MESSAGE%% + + %%ROOMNAME%% +
+
+ + + + + %%USERLIST%% +
+ %%ROOMTOPIC%% +
+ + + + diff --git a/html/stream.html b/html/stream.html index 6678069..db4c05c 100755 --- a/html/stream.html +++ b/html/stream.html @@ -1,30 +1,39 @@ + - + + - %%PGETITLE%% + %%HTML_TITLE_TAG_CONTENT%% - + + + Welcome to yChat %%nick%%!

+ diff --git a/html/style.css b/html/style.css old mode 100644 new mode 100755 index e31bd7e..ade4a1a --- a/html/style.css +++ b/html/style.css @@ -1,11 +1,52 @@ -BODY, TD { +body, div { font-family: Verdana, Helvetica, sans-serif; + background-color: #000000; + color: #FFFFEF; font-size: 11pt; } -A { - color: #dddddd; + +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: #dddddd; + color: #AAAAAA; font-size: 9pt; } -- cgit v1.2.3