Cocker

Untitled

May 11th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>DataLife Engine - Панель управления</title>
  5. <meta content="text/html; charset=windows-1251" http-equiv="content-type" />
  6. <style type="text/css">
  7. html,body{
  8.     width:100%;
  9.     margin:0px;
  10.     padding: 0px;
  11.     background: #F4F3EE;
  12.     font-size: 11px;
  13.     font-family: verdana;
  14. }
  15.  
  16. #login-box {
  17.     width:447px;
  18.     height:377px;
  19.     margin:10% auto 0 auto;
  20.     background:#FFFFFF;
  21. }
  22.  
  23. form {
  24.     margin:0px;
  25.     padding: 0px;
  26. }
  27.  
  28. input,
  29. select {
  30.     color: #000000;
  31.     outline:none;
  32. }
  33.  
  34. input[type="text"],
  35. input[type="password"],
  36. select {
  37.     width:340px;
  38.     background-color: #FFFFFF;
  39.     color: #000000;
  40.     font-size: 18px;
  41.     font-family: verdana;
  42.     font-weight: bold;
  43.     border: none;
  44.     margin-top: 20px;
  45.     margin-left: 60px;
  46. }
  47.  
  48. input[type="checkbox"] {
  49.     padding:0px;
  50.     margin-top: 25px;
  51. }
  52.  
  53. label {
  54.     padding:0px;
  55.     margin:0px;
  56. }
  57.  
  58. .error {
  59.     padding-top: 75px;
  60.     padding-left: 27px;
  61. }
  62. </style>
  63. </head>
  64. <body>
  65. <form  name="login" action="" method="post"><input type="hidden" name="subaction" value="dologin">
  66. <div id="login-box">
  67.     <div style="width:447px;height:95px;background: url(engine/skins/images/loginheader.png);"><div class="error"></div></div>
  68.     <div style="width:447px;height:66px;background: url(engine/skins/images/loginbox1.png);"><input type="text" name="username"></div>
  69.     <div style="width:447px;height:67px;background: url(engine/skins/images/loginbox3.png);"><input type="password" name="password"></div>
  70.     <div style="width:447px;height:67px;background: url(engine/skins/images/loginbox4.png);"><select name="selected_language">
  71. <option value="Russian" selected >Russian</option>
  72. </select></div>
  73.     <div style="width:37px;height:82px;float:left;background: url(engine/skins/images/loginbox6.png);"></div>
  74.     <div style="width:283px;height:82px;float:left;background: url(engine/skins/images/loginbox7.png);"><input type="checkbox" name="login_not_save" id="login_not_save" value="1"/><label for="login_not_save">&nbsp;Чужой компьютер</label></div>
  75.     <div style="width:102px;height:82px;float:left;"><input type="image" src="engine/skins/images/loginbox8.png"></div>
  76.     <div style="width:25px;height:82px;float:right;background: url(engine/skins/images/loginbox5.png);"></div>
  77. </div></form>
  78. </body>
  79. </html>
Add Comment
Please, Sign In to add comment