From 0537da9d1e0f593130fc3967befb71e673b016bc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:42 +0200 Subject: tagging ychat-0.5.4 --- html/favicon.ico | Bin html/frameset.html | 12 +++++------- html/index.html | 46 ++++++++++++---------------------------------- html/input.html | 52 +++++++++++++--------------------------------------- html/notfound.html | 4 +--- html/online.html | 21 ++++----------------- html/stream.html | 42 +++++++++++++++++------------------------- html/style.css | 45 ++++----------------------------------------- html/y_ani.gif | Bin 0 -> 35107 bytes html/y_black.gif | Bin 0 -> 61100 bytes 10 files changed, 56 insertions(+), 166 deletions(-) mode change 100755 => 100644 html/favicon.ico mode change 100755 => 100644 html/style.css create mode 100755 html/y_ani.gif create mode 100755 html/y_black.gif (limited to 'html') diff --git a/html/favicon.ico b/html/favicon.ico old mode 100755 new mode 100644 diff --git a/html/frameset.html b/html/frameset.html index 672f8fa..fe6b973 100755 --- a/html/frameset.html +++ b/html/frameset.html @@ -1,21 +1,19 @@ - - - %%ychat.version%% + %%PGETITLE%% - + Your browser does not support frames, - - + + - + diff --git a/html/index.html b/html/index.html index 983e7ef..7bc01b0 100755 --- a/html/index.html +++ b/html/index.html @@ -1,54 +1,32 @@ - - - %%ychat.version%% + %%PGETITLE%% - + - + + - + -
-
-%%ychat.version%%

%%INFO%% -
-
ychat%%PGETITLE%%
%%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 31ed9fe..a403d8e 100755 --- a/html/input.html +++ b/html/input.html @@ -1,60 +1,34 @@ - - - + - %%HTML_TITLE_TAG_CONTENT%% + %%PGETITLE%% - + + - -
-
- - - -
-
- Colors - Options - Help - Users - Admin - Logout - Scrolling: - -
- + + + + + + +
diff --git a/html/notfound.html b/html/notfound.html index a14d44b..574e341 100755 --- a/html/notfound.html +++ b/html/notfound.html @@ -1,9 +1,7 @@ - - - %%HTML_TITLE_TAG_CONTENT%% + %%PGETITLE%% diff --git a/html/online.html b/html/online.html index 3eda553..aa14f8d 100755 --- a/html/online.html +++ b/html/online.html @@ -1,20 +1,7 @@ - - - - - - - %%room%% -
-
- - - - - %%userlist%% -
- %%topic%% -
+ + + + %%MESSAGE%% diff --git a/html/stream.html b/html/stream.html index ed08a23..6678069 100755 --- a/html/stream.html +++ b/html/stream.html @@ -1,38 +1,30 @@ - - - + - %%HTML_TITLE_TAG_CONTENT%% + %%PGETITLE%% - -

Engine: %%ychat.version%%

- - - Welcome to the chat, %%nick%%! + + Welcome to yChat %%nick%%!

- diff --git a/html/style.css b/html/style.css old mode 100755 new mode 100644 index 4b6d9ca..e31bd7e --- a/html/style.css +++ b/html/style.css @@ -1,48 +1,11 @@ -body, div { +BODY, TD { font-family: Verdana, Helvetica, sans-serif; - background-color: #000000; - color: #FFFFEF; font-size: 11pt; } - -input { - color: #000000; - font-family: Verdana, Helvetica, sans-serif; - text-decoration: none; - font-size: 9pt; - padding: 2px; -} - -input.text { - background-color: #FFFFEF; -} - -.fancy { - font-family: Verdana, Helvetica, sans-serif; - font-size: 9pt; - color: #FFFFEF; - padding: 2px; -} - -a:hover.fancy { - text-decoration: none; - color: #FFFFEF; - background-color: #000000; -} - -h1 { - background-color: #ffa500; - border: solid #000000 1px; - font-size: 20pt; - padding: 13px; - font-width: bold; -} - -body.stream { - background-color: #323232; +A { + color: #dddddd; } - .signature { - color: #AAAAAA; + color: #dddddd; font-size: 9pt; } diff --git a/html/y_ani.gif b/html/y_ani.gif new file mode 100755 index 0000000..e730988 Binary files /dev/null and b/html/y_ani.gif differ diff --git a/html/y_black.gif b/html/y_black.gif new file mode 100755 index 0000000..06274c2 Binary files /dev/null and b/html/y_black.gif differ -- cgit v1.2.3