From b3a99e6e15af3be25394e66d1138bb2682f565c3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:44 +0200 Subject: tagging ychat-0.5.5 --- html/favicon.ico | Bin html/frameset.html | 12 +++++------- html/index.html | 46 ++++++++++++---------------------------------- html/input.html | 52 +++++++++++++--------------------------------------- html/notfound.html | 4 +--- html/online.html | 22 +++------------------- html/stream.html | 39 ++++++++++++++++----------------------- html/style.css | 49 ++++--------------------------------------------- 8 files changed, 54 insertions(+), 170 deletions(-) mode change 100755 => 100644 html/favicon.ico mode change 100755 => 100644 html/style.css (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..e8de35c 100755 --- a/html/index.html +++ b/html/index.html @@ -1,54 +1,32 @@ - - - %%ychat.version%% + %%PGETITLE%% - + - + + - + -
-
-%%ychat.version%%

%%INFO%% -
-
%%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 6a10fd9..aa14f8d 100755 --- a/html/online.html +++ b/html/online.html @@ -1,23 +1,7 @@ - - - + - - %%ROOMNAME%% -
-
- - - - - %%USERLIST%% -
- %%ROOMTOPIC%% -
+ + %%MESSAGE%% - - - - diff --git a/html/stream.html b/html/stream.html index 5bbdb43..6678069 100755 --- a/html/stream.html +++ b/html/stream.html @@ -1,37 +1,30 @@ - - - + - %%HTML_TITLE_TAG_CONTENT%% + %%PGETITLE%% - - - + Welcome to yChat %%nick%%!

- diff --git a/html/style.css b/html/style.css old mode 100755 new mode 100644 index ade4a1a..e31bd7e --- a/html/style.css +++ b/html/style.css @@ -1,52 +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; - 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; +A { + color: #dddddd; } - .signature { - color: #AAAAAA; + color: #dddddd; font-size: 9pt; } -- cgit v1.2.3