From c8b2ef7b899766d04562f7e04a84251cea8fa701 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:44 +0200 Subject: tagging ychat-0.8.0 --- 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 +++++++++++++++++++++++++++++++++++++++++---- 8 files changed, 166 insertions(+), 56 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/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..31ed9fe 100755 --- a/html/input.html +++ b/html/input.html @@ -1,34 +1,60 @@ + - + + - %%PGETITLE%% + %%HTML_TITLE_TAG_CONTENT%% - - + - -
- - + + +
+ + + +
+
+ Colors + Options + Help + Users + Admin + Logout + Scrolling: + +
+ - - -
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..3eda553 100755 --- a/html/online.html +++ b/html/online.html @@ -1,7 +1,20 @@ + - - - - %%MESSAGE%% + + + + + + %%room%% +
+
+ + + + + %%userlist%% +
+ %%topic%% +
diff --git a/html/stream.html b/html/stream.html index 6678069..ed08a23 100755 --- a/html/stream.html +++ b/html/stream.html @@ -1,30 +1,38 @@ + - + + - %%PGETITLE%% + %%HTML_TITLE_TAG_CONTENT%% - - Welcome to yChat %%nick%%! + +

Engine: %%ychat.version%%

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

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