xojessyca

Redirect Theme #2 by Velocitythemes

May 28th, 2012
1,652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. <html>
  2.  
  3. <!--Theme by Velocit-y.tumblr.com, PLEASE DO NOT REMOVE CREDIT-->
  4.  
  5. <head>
  6.  
  7. <meta name="color:Background" content="#F2EFEF" />
  8. <meta name="color:Side 1" content="#F28181" />
  9. <meta name="color:Side 2" content="#81F2E1" />
  10.  
  11. <meta name="text:Old URL" content="" />
  12. <meta name="text:New URL" content="" />
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <title>{text:Old URL} » {text:New URL}</title>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  20.  
  21. </head>
  22.  
  23. <style type="text/css">
  24.  
  25. body{ font-size:11px; background-color:{color:Background};}
  26.  
  27. a {text-decoration:none;}
  28.  
  29. .box {width: 150px; height: 150px; margin:225px auto auto auto;}
  30.  
  31. .main2 {width: 150px; height: 150px; background-color: #7a7a72; position: relative; z-index: 10; color:transparent; line-height:150px; text-align:center;
  32. -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
  33. }
  34.  
  35. .box:hover .main2 {
  36. color:#FFF;
  37. }
  38.  
  39. .s1, .s2 {opacity: 0.0; height: 0px; height: 150px; width: 150px; position: absolute; z-index: 5; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
  40.  
  41. .s1 {
  42. color:#FFF;
  43. font-family:'Open Sans Condensed';
  44. font-size:11px;
  45. line-height:150px;
  46. text-align:center;
  47. text-transform:uppercase;
  48. background-color:{color:Side 1};
  49. }
  50.  
  51. .box:hover .s1 {opacity: 1.0; margin-left: -150px; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
  52.  
  53. .s2 {
  54. color:#777;
  55. font-family:'Open Sans Condensed';
  56. font-size:11px;
  57. line-height:150px;
  58. text-align:center;
  59. text-transform:uppercase;
  60. background-color:{color:Side 2};
  61. }
  62.  
  63. .box:hover .s2 {opacity: 1.0; margin-left: 150px; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
  64.  
  65. .credits{
  66. position:fixed;
  67. bottom:0px;right:0px;
  68. padding: 10px;
  69. font-size:12px;
  70. font-weight:bold;
  71. text-transform:uppercase;
  72. font-family:'Open Sans Condensed';
  73. }
  74.  
  75. .credits a{ color:#000 }
  76.  
  77. </style>
  78.  
  79. <body>
  80.  
  81. <div class="box">
  82. <div class="s1">{text:Old URL}</div>
  83.  
  84. <a href="http://{text:New URL}.tumblr.com">
  85. <div class="s2">{text:New URL}</div>
  86. </a>
  87.  
  88. <div class="main2">»</div>
  89. </div>
  90.  
  91. <div class="credits"><a href="http://velocitythemes.tumblr.com">theme</a></div>
  92.  
  93. </body>
  94.  
  95. </html>
Advertisement
Add Comment
Please, Sign In to add comment