Advertisement
ialkhachi

Theme 10 - There's Nothing Here

Oct 13th, 2013
1,591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. <!-- Theme by significuntly -->
  2. <!DOCTYPE html>
  3. <!--[if lt IE 9]><html class="ie"><![endif]-->
  4. <!--[if IE 9]><html class="ie9"><![endif]-->
  5. <!--[if gt IE 9]><!--><html><!--<![endif]-->
  6. <head>
  7. <link rel="icon" href="http://assets.tumblr.com/images/favicons/favicon.ico?1 ?>"/>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  9. <meta name="text:YourName" content="Your Name"/>
  10. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  11. <meta name="robots" content="noindex"/>
  12. <title>Not found.</title>
  13. <link type="text/css" rel="stylesheet" media="screen" href="http://assets.tumblr.com/assets/styles/404.css?_v=874eb3f925f1c77a1260d7f7c7e2e34e">
  14. <style>iframe {display:none !important;}</style>
  15. </head>
  16. <body>
  17.  
  18. <div id="fullscreen_post_bg" class="fullscreen_post_bg loading"></div>
  19.  
  20. <div class="logo_button_bar">
  21. <div id="logo" class="tumblr_logo"><a href="http://www.tumblr.com/" data-translation="tumblr">Tumblr</a></div>
  22. <div class="buttons logged_in" id="logged_in_buttons">
  23. </div>
  24. <div class="buttons logged_out" id="logged_out_buttons">
  25. <a class="chrome" href="http://www.tumblr.com/login" data-translation="log_in">Log in</a>
  26. <a class="chrome blue" href="http://www.tumblr.com/register" data-translation="sign_up">Sign Up</a>
  27. </div>
  28. <div class="post_attribution no_attribution" id="post_attribution">
  29. <a href="http://www.tumblr.com" target="_blank" rel="nofollow" id="blog_name_link"><span data-translation="posted_by">Posted by</span> <strong id="blog_name"></strong></a>
  30. <a href="http://www.tumblr.com" target="_blank" rel="nofollow" class="post_avatar" id="blog_avatar_link"><img src="http://assets.tumblr.com/images/transparent-pixel.png" alt="" id="blog_avatar"></a> --
  31. <a href="http://injured.tk"><strong>Theme</strong></a>
  32. </div>
  33. <div class="clear"></div>
  34. </div>
  35.  
  36. <div class="content">
  37. <div class="valign_outer">
  38. <div class="valign_inner">
  39. <div id="container" class="narrow_box">
  40. <h1 data-translation="heading">There's nothing here.</h1>
  41. <p>Whatever you were looking for doesn't currently exist at this address. Unless you were looking for one of {text:YourName}'s URL, in which case: Congrats! You totally found it.</p>
  42.  
  43. <form method="get" action="//www.tumblr.com/search" id="search_form" class="search_form" role="search">
  44. <input type="hidden" name="referring_page" id="referring_page" value="404">
  45. <input type="hidden" name="scope" id="search_scope" value="all_of_tumblr">
  46. <div class="search_form_row">
  47. <div class="search_form_field">
  48. <input tabindex="1" type="text" name="q" id="search_query" placeholder="Search tags" value="" class="search_query popover_button " autocomplete="off" data-translation="search_tags">
  49. </div>
  50. <button type="submit" id="search_query_submit" class="search_query_submit" data-translation="search">Search</button>
  51. </div>
  52. <p><i>Note: This URL is saved. Sorry!</i></p>
  53. </form>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58.  
  59. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/languages/errors.js?4"></script>
  60. <script type="text/javascript" language="javascript">var status_code = '404';</script>
  61. <script type="text/javascript" src="http://assets.tumblr.com/assets/scripts/_t.js?_v=55bc670be4053830ae4ac09e801cc318"></script> <script type="text/javascript" src="http://assets.tumblr.com/assets/scripts/tumblr/error_page.js?_v=039a0b53e695b83395e63ece6a655ed3"></script> <script type="text/javascript">
  62. (function() {
  63. Tumblr.ErrorPage.apply_error_translations('404');
  64. Tumblr.ErrorPage.load_random_image(document.getElementById('fullscreen_post_bg'));
  65. if (_t.isLoggedIn()) {
  66. document.getElementById('logged_in_buttons').style.display = 'block';
  67. document.getElementById('logged_out_buttons').style.display = 'none';
  68. } else {
  69. // No logged out search, so go directly to the tag page
  70. document.getElementById('search_form').onsubmit = function(e) {
  71. e.cancelBubble = true;
  72. e.preventDefault();
  73. var query = document.getElementById('search_query').value;
  74. if (!query) return false;
  75. query = query.replace(/[\/]/i, ' ');
  76. window.location.href = '//www.tumblr.com/tagged/' + encodeURIComponent(query) + '?referring_page=404';
  77. return false;
  78. };
  79. }
  80. var search_query = document.getElementById('search_query');
  81. var search_form_row = search_query.parentNode.parentNode;
  82. search_query.onfocus = function() {
  83. _t.addClass(search_form_row, 'focus');
  84. };
  85. search_query.onblur = function() {
  86. _t.removeClass(search_form_row, 'focus');
  87. };
  88. })();
  89. </script>
  90.  
  91. </body>
  92. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement