Advertisement
kawaiibuu

GONE

Mar 19th, 2015
1,678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. <!--
  2.  
  3. GONE
  4.  
  5. created by softwaring.tumblr.com
  6. download at jubileethemes.tumblr.com
  7.  
  8. -->
  9.  
  10. <html>
  11. <head>
  12. <style>
  13.  
  14. body {
  15. font: 14px/1.4em "Helvetica Neue","HelveticaNeue", Helvetica, Arial, sans-serif; color: #525252;
  16.  
  17. background: #F2F2F2; }
  18.  
  19. a { color: blue; }
  20.  
  21. a:active { color: red; }
  22.  
  23. .link { text-transform: uppercase; font-size: 12px; }
  24.  
  25. .link a {
  26. color: rgba(68, 68, 68, 0.5);
  27.  
  28. transition: all 0.5s ease;
  29. -o-transition-transition: all 0.5s ease;
  30. -webkit-transition: all 0.5s ease;
  31. -moz-transition: all 0.5s ease; }
  32.  
  33. #content:hover .link a {
  34. color: blue;
  35.  
  36. transition: all 0.5s ease;
  37. -o-transition-transition: all 0.5s ease;
  38. -webkit-transition: all 0.5s ease;
  39. -moz-transition: all 0.5s ease; }
  40.  
  41. #content {
  42. width: 520px;
  43. border: 1px solid rgba(0, 0, 0, 0.08);
  44. text-align: center;
  45. background: #FFF;
  46. border-radius: 3px;
  47. padding: 20px;
  48. margin: 10% auto; }
  49.  
  50. .t-logo {
  51. background-image: url("/images/logo/alt/t_black_small.png?v=e9d732b122500ac0d5ff73125f85916a"); background-repeat: no-repeat;
  52. display: inline-block;
  53. overflow: hidden;
  54. text-align: center;
  55. height: 25px; width: 15px;
  56. opacity: 0.69;
  57. margin-bottom: 15px;
  58. color: transparent; }
  59.  
  60. .t-logo a { color: transparent; }
  61.  
  62. h1 { color: #444; font-size: 20px; font-weight: 300; margin-bottom: 5px; }
  63.  
  64. h2 { color: rgba(68, 68, 68, 0.5); font-size: 14px; font-weight: 300; }
  65.  
  66. </style>
  67. </head>
  68. <body>
  69.  
  70. <div id="content">
  71. <div class="inner">
  72. <a href="//www.tumblr.com" class="t-logo">Tumblr</a>
  73. <h1>This blog is gone now.</h1>
  74. <h2>But there's more where that came from.</h2>
  75.  
  76. <div class="link">
  77. <a href=" YOUR NEW URL HERE ">go to new URL</a>
  78. </div>
  79. </div>
  80. </div>
  81. </body>
  82. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement