Chathost
|
ET-Chat-Design
|
Harlekin
|
Tommy
|
Logins
Chathost
|
ET-Chat-Design
|
Harlekin
|
Tommy
|
Logins
ET-Chat
Designer
Kreativagentur
Login ROT
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <style> /*------------ for login -----------------------*/ .register { margin: 0 auto; width: 270px; padding: 20px; padding: 5px 8px 5px 8px; font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; color: #fff; } .register-box { margin: 0 auto; width: 270px; height: 280px; padding: 20px; background: transparent url('grey_trans.png') top left repeat; padding: 5px 8px 5px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-top: solid 1px #031960b; border-bottom: solid 0px #222; font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; color: #fff; border-radius: 8px; -webkit-box-shadow:0 0 6px rgba(0,0,0,.9); -moz-box-shadow:0 0 6px rgba(0,0,0,.9); box-shadow: 0 0 6px rgba(0,0,0,.9); overflow: hidden; } .register-input { display: block; width: 100%; height: 38px; margin-bottom: 20px; font-weight: 500; background: none; border-radius: 5px; border: 0; border-bottom: 1px solid #d8d8d8; } .register-input:focus { border-color: #1e9ce6; border-radius: 5px; outline: 0; } .register-button { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #c3c3c3; background-position: 0% 0%; display: block; width: 100%; height: 42px; margin-top: 25px; font-size: 16px; font-weight: bold; color: #494d59; text-align: center; border-radius: 2px; cursor: pointer; background-image: linear-gradient(to bottom, #fefefe, #eeeeee); background-color: #fcfcfc; background-repeat: repeat; background-attachment: scroll; } .register-button:active { background-position: 0% 0%; border-color: #c3c3c3 #d1d1d1 #d8d8d8; box-shadow: 0 1px rgba(0, 0, 0, 0.03) inset; background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc); background-color: #eee; background-repeat: repeat; background-attachment: scroll; } .register-button:focus { outline: 0; } .register-switch { height: 32px; margin-bottom: 15px; padding: 4px; background: #c80000; border-radius: 2px; background-image: url("luexi2.jpg"); -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); } .register-switch-input { display: none; } .register-switch-label { float: left; width: 33%; line-height: 32px; color: white; text-align: center; text-shadow: 0 -1px rgba(0, 0, 0, 0.2); cursor: pointer; } .register-switch-input:checked + .register-switch-label { background-position: 0% 0%; font-weight: 500; color: #434248; border-radius: 2px; background-image: linear-gradient(to bottom, #fefefe, #eeeeee); background-color: white; background-repeat: repeat; background-attachment: scroll; } :-moz-placeholder { color: #aaa; font-weight: 300; } ::-moz-placeholder { color: #aaa; font-weight: 300; opacity: 1; } ::-webkit-input-placeholder { color: #aaa; font-weight: 300; } :-ms-input-placeholder { color: #aaa; font-weight: 300; } ::-moz-focus-inner { border: 0; padding: 0; } </style> </head> <body> <table style="width: 300px" height: 300px align="center"> <tr> <td class="register-box"><center><br> <br> <form class="register" id="login" action="" onsubmit="return etchat_login();"> <input type="hidden" name="<?php echo $_SESSION[$this->_prefix.'set_check']; ?>" value="<?php echo $this->aktuell_date_u; ?>" /> <input type="text" class="register-input" name="username" id="username" placeholder="Dein Name:"> <div class="register-switch" id="lay_gender"> <input type="radio" name="gender" value="m" id="sex_m" class="register-switch-input" checked=""> <label for="sex_m" class="register-switch-label">Männlich</label> <input type="radio" name="gender" value="f" id="sex_f" class="register-switch-input"> <label for="sex_f" class="register-switch-label">Weiblich</label> <input type="radio" name="gender" value="p" id="sex_p" class="register-switch-input"> <label for="sex_p" class="register-switch-label">Paar</label> </div> <div id="lay_pw" style="display:none;"> <input type="password" class="register-input" name="pw" id="pw" placeholder="Passwort:"> </div> <input type="submit" value="Los gehts!" name="go" id="submit_button" class="register-button"> </form> </td> </tr> </table> </body> </html>
Login Blau
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <style> /*------------ for login -----------------------*/ .register { margin: 0 auto; width: 270px; padding: 20px; padding: 5px 8px 5px 8px; font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; color: #fff; } .register-box { margin: 0 auto; width: 270px; height: 280px; padding: 20px; background: transparent url('grey_trans.png') top left repeat; padding: 5px 8px 5px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-top: solid 1px #031960b; border-bottom: solid 0px #222; font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; color: #fff; border-radius: 8px; -webkit-box-shadow:0 0 6px rgba(0,0,0,.9); -moz-box-shadow:0 0 6px rgba(0,0,0,.9); box-shadow: 0 0 6px rgba(0,0,0,.9); overflow: hidden; } .register-input { display: block; width: 100%; height: 38px; margin-bottom: 20px; font-weight: 500; background: none; border-radius: 5px; border: 0; border-bottom: 1px solid #d8d8d8; } .register-input:focus { border-color: #1e9ce6; border-radius: 5px; outline: 0; } .register-button { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #c3c3c3; background-position: 0% 0%; display: block; width: 100%; height: 42px; margin-top: 25px; font-size: 16px; font-weight: bold; color: #494d59; text-align: center; border-radius: 2px; cursor: pointer; background-image: linear-gradient(to bottom, #fefefe, #eeeeee); background-color: #fcfcfc; background-repeat: repeat; background-attachment: scroll; } .register-button:active { background-position: 0% 0%; border-color: #c3c3c3 #d1d1d1 #d8d8d8; box-shadow: 0 1px rgba(0, 0, 0, 0.03) inset; background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc); background-color: #eee; background-repeat: repeat; background-attachment: scroll; } .register-button:focus { outline: 0; } .register-switch { height: 32px; margin-bottom: 15px; padding: 4px; background: #00516D; border-radius: 2px; background-image: url("luexi2.jpg"); -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); } .register-switch-input { display: none; } .register-switch-label { float: left; width: 33%; line-height: 32px; color: white; text-align: center; text-shadow: 0 -1px rgba(0, 0, 0, 0.2); cursor: pointer; } .register-switch-input:checked + .register-switch-label { background-position: 0% 0%; font-weight: 500; color: #434248; border-radius: 2px; background-image: linear-gradient(to bottom, #fefefe, #eeeeee); background-color: white; background-repeat: repeat; background-attachment: scroll; } :-moz-placeholder { color: #aaa; font-weight: 300; } ::-moz-placeholder { color: #aaa; font-weight: 300; opacity: 1; } ::-webkit-input-placeholder { color: #aaa; font-weight: 300; } :-ms-input-placeholder { color: #aaa; font-weight: 300; } ::-moz-focus-inner { border: 0; padding: 0; } </style> </head> <body> <table style="width: 300px" height: 300px align="center"> <tr> <td class="register-box"><center><br> <br> <form class="register" id="login" action="" onsubmit="return etchat_login();"> <input type="hidden" name="<?php echo $_SESSION[$this->_prefix.'set_check']; ?>" value="<?php echo $this->aktuell_date_u; ?>" /> <input type="text" class="register-input" name="username" id="username" placeholder="Dein Name:"> <div class="register-switch" id="lay_gender"> <input type="radio" name="gender" value="m" id="sex_m" class="register-switch-input" checked=""> <label for="sex_m" class="register-switch-label">Männlich</label> <input type="radio" name="gender" value="f" id="sex_f" class="register-switch-input"> <label for="sex_f" class="register-switch-label">Weiblich</label> <input type="radio" name="gender" value="p" id="sex_p" class="register-switch-input"> <label for="sex_p" class="register-switch-label">Paar</label> </div> <div id="lay_pw" style="display:none;"> <input type="password" class="register-input" name="pw" id="pw" placeholder="Passwort:"> </div> <input type="submit" value="Los gehts!" name="go" id="submit_button" class="register-button"> </form> </td> </tr> </table> </body> </html>
Login Grün
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <style> /*------------ for login -----------------------*/ .register { margin: 0 auto; width: 270px; padding: 20px; padding: 5px 8px 5px 8px; font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; color: #fff; } .register-box { margin: 0 auto; width: 270px; height: 280px; padding: 20px; background: transparent url('grey_trans.png') top left repeat; padding: 5px 8px 5px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-top: solid 1px #031960b; border-bottom: solid 0px #222; font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; color: #fff; border-radius: 8px; -webkit-box-shadow:0 0 6px rgba(0,0,0,.9); -moz-box-shadow:0 0 6px rgba(0,0,0,.9); box-shadow: 0 0 6px rgba(0,0,0,.9); overflow: hidden; } .register-input { display: block; width: 100%; height: 38px; margin-bottom: 20px; font-weight: 500; background: none; border-radius: 5px; border: 0; border-bottom: 1px solid #d8d8d8; } .register-input:focus { border-color: #1e9ce6; border-radius: 5px; outline: 0; } .register-button { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #c3c3c3; background-position: 0% 0%; display: block; width: 100%; height: 42px; margin-top: 25px; font-size: 16px; font-weight: bold; color: #494d59; text-align: center; border-radius: 2px; cursor: pointer; background-image: linear-gradient(to bottom, #fefefe, #eeeeee); background-color: #fcfcfc; background-repeat: repeat; background-attachment: scroll; } .register-button:active { background-position: 0% 0%; border-color: #c3c3c3 #d1d1d1 #d8d8d8; box-shadow: 0 1px rgba(0, 0, 0, 0.03) inset; background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc); background-color: #eee; background-repeat: repeat; background-attachment: scroll; } .register-button:focus { outline: 0; } .register-switch { height: 32px; margin-bottom: 15px; padding: 4px; background: #005A14; border-radius: 2px; background-image: url("luexi2.jpg"); -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); } .register-switch-input { display: none; } .register-switch-label { float: left; width: 33%; line-height: 32px; color: white; text-align: center; text-shadow: 0 -1px rgba(0, 0, 0, 0.2); cursor: pointer; } .register-switch-input:checked + .register-switch-label { background-position: 0% 0%; font-weight: 500; color: #434248; border-radius: 2px; background-image: linear-gradient(to bottom, #fefefe, #eeeeee); background-color: white; background-repeat: repeat; background-attachment: scroll; } :-moz-placeholder { color: #aaa; font-weight: 300; } ::-moz-placeholder { color: #aaa; font-weight: 300; opacity: 1; } ::-webkit-input-placeholder { color: #aaa; font-weight: 300; } :-ms-input-placeholder { color: #aaa; font-weight: 300; } ::-moz-focus-inner { border: 0; padding: 0; } </style> </head> <body> <table style="width: 300px" height: 300px align="center"> <tr> <td class="register-box"><center><br> <br> <form class="register" id="login" action="" onsubmit="return etchat_login();"> <input type="hidden" name="<?php echo $_SESSION[$this->_prefix.'set_check']; ?>" value="<?php echo $this->aktuell_date_u; ?>" /> <input type="text" class="register-input" name="username" id="username" placeholder="Dein Name:"> <div class="register-switch" id="lay_gender"> <input type="radio" name="gender" value="m" id="sex_m" class="register-switch-input" checked=""> <label for="sex_m" class="register-switch-label">Männlich</label> <input type="radio" name="gender" value="f" id="sex_f" class="register-switch-input"> <label for="sex_f" class="register-switch-label">Weiblich</label> <input type="radio" name="gender" value="p" id="sex_p" class="register-switch-input"> <label for="sex_p" class="register-switch-label">Paar</label> </div> <div id="lay_pw" style="display:none;"> <input type="password" class="register-input" name="pw" id="pw" placeholder="Passwort:"> </div> <input type="submit" value="Los gehts!" name="go" id="submit_button" class="register-button"> </form> </td> </tr> </table> </body> </html>
Login Orange
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <style> /*------------ for login -----------------------*/ .register { margin: 0 auto; width: 270px; padding: 20px; padding: 5px 8px 5px 8px; font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; color: #fff; } .register-box { margin: 0 auto; width: 270px; height: 280px; padding: 20px; background: transparent url('grey_trans.png') top left repeat; padding: 5px 8px 5px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-top: solid 1px #031960b; border-bottom: solid 0px #222; font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; color: #fff; border-radius: 8px; -webkit-box-shadow:0 0 6px rgba(0,0,0,.9); -moz-box-shadow:0 0 6px rgba(0,0,0,.9); box-shadow: 0 0 6px rgba(0,0,0,.9); overflow: hidden; } .register-input { display: block; width: 100%; height: 38px; margin-bottom: 20px; font-weight: 500; background: none; border-radius: 5px; border: 0; border-bottom: 1px solid #d8d8d8; } .register-input:focus { border-color: #1e9ce6; border-radius: 5px; outline: 0; } .register-button { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #c3c3c3; background-position: 0% 0%; display: block; width: 100%; height: 42px; margin-top: 25px; font-size: 16px; font-weight: bold; color: #494d59; text-align: center; border-radius: 2px; cursor: pointer; background-image: linear-gradient(to bottom, #fefefe, #eeeeee); background-color: #fcfcfc; background-repeat: repeat; background-attachment: scroll; } .register-button:active { background-position: 0% 0%; border-color: #c3c3c3 #d1d1d1 #d8d8d8; box-shadow: 0 1px rgba(0, 0, 0, 0.03) inset; background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc); background-color: #eee; background-repeat: repeat; background-attachment: scroll; } .register-button:focus { outline: 0; } .register-switch { height: 32px; margin-bottom: 15px; padding: 4px; background: #FD5300; border-radius: 2px; background-image: url("luexi2.jpg"); -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); } .register-switch-input { display: none; } .register-switch-label { float: left; width: 33%; line-height: 32px; color: white; text-align: center; text-shadow: 0 -1px rgba(0, 0, 0, 0.2); cursor: pointer; } .register-switch-input:checked + .register-switch-label { background-position: 0% 0%; font-weight: 500; color: #434248; border-radius: 2px; background-image: linear-gradient(to bottom, #fefefe, #eeeeee); background-color: white; background-repeat: repeat; background-attachment: scroll; } :-moz-placeholder { color: #aaa; font-weight: 300; } ::-moz-placeholder { color: #aaa; font-weight: 300; opacity: 1; } ::-webkit-input-placeholder { color: #aaa; font-weight: 300; } :-ms-input-placeholder { color: #aaa; font-weight: 300; } ::-moz-focus-inner { border: 0; padding: 0; } </style> </head> <body> <table style="width: 300px" height: 300px align="center"> <tr> <td class="register-box"><center><br> <br> <form class="register" id="login" action="" onsubmit="return etchat_login();"> <input type="hidden" name="<?php echo $_SESSION[$this->_prefix.'set_check']; ?>" value="<?php echo $this->aktuell_date_u; ?>" /> <input type="text" class="register-input" name="username" id="username" placeholder="Dein Name:"> <div class="register-switch" id="lay_gender"> <input type="radio" name="gender" value="m" id="sex_m" class="register-switch-input" checked=""> <label for="sex_m" class="register-switch-label">Männlich</label> <input type="radio" name="gender" value="f" id="sex_f" class="register-switch-input"> <label for="sex_f" class="register-switch-label">Weiblich</label> <input type="radio" name="gender" value="p" id="sex_p" class="register-switch-input"> <label for="sex_p" class="register-switch-label">Paar</label> </div> <div id="lay_pw" style="display:none;"> <input type="password" class="register-input" name="pw" id="pw" placeholder="Passwort:"> </div> <input type="submit" value="Los gehts!" name="go" id="submit_button" class="register-button"> </form> </td> </tr> </table> </body> </html>
ET-Chat Backgrounds