thewisepotato

Switch Redirect Page

Aug 11th, 2013
1,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title> {Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <link rel="shortcut icon" href="{Favicon}" />
  8.  
  9. <meta name="text:Old URL" content="" />
  10. <meta name="text:New URL" content="" />
  11. <meta name="text:Link URL" content="http://" />
  12. <meta name="image:Center Image" content="" />
  13. <meta name="image:Background" content="" />
  14. <meta name="color:Background" content="#000000" />
  15. <meta name="color:Circle" content="#ffffff" />
  16. <meta name="text:Big Text Size" content="28">
  17. <meta name="select:Font" content="Fauna One" title="Fauna One" />
  18. <meta name="select:Font" content="Baskerville" title="Baskerville" />
  19. <meta name="select:Font" content="Jim Nightshade" title="Jim Nightshade" />
  20. <meta name="select:Font" content="Loved by the King" title="Loved by the King" />
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Jim+Nightshade|Loved+by+the+King|Fauna+One' rel='stylesheet' type='text/css'>
  23.  
  24. <style type="text/css">
  25.  
  26. *{-webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; -ms-transition:all 0.5s ease-out; -o-transition:all 0.5s ease-out; transition:all 0.5s ease-out;}
  27.  
  28. body {background-color:{color:Background}; background-image:url({image:Background});}
  29.  
  30. a {text-decoration:none;}
  31. a:hover {color:{color:Background};}
  32.  
  33. p {text-align:center; height:20px; margin-top:52.5px; margin-bottom:52.5px; color:{color:Background}; font-family:{select:Font};}
  34.  
  35. .newurl {filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -moz-transform: rotate(-180deg); -o-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); opacity:0;}
  36.  
  37. .oldurl:after {content:'⧽';}
  38.  
  39. #bg {width:300px; height:300px; border-radius:300px; position:fixed; top:50%; left:50%; margin-top:-150px; margin-left:-150px; border:solid 1px {color:Background}; background-color:{color:Circle}}
  40.  
  41. #bg img {position:relative; height:50px; width:50px; left:125px; border-radius:150px;}
  42.  
  43. #bg:hover {filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-2); ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=-2)"; -moz-transform: rotate(-180deg); -o-transform: rotate(-180deg); -webkit-transform: rotate(-180deg);}
  44.  
  45. #bg:hover img {filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); height:100px; width:100px; left:100px;}
  46.  
  47. #bg:hover .newurl { height:35px; margin-top:32.5px; margin-bottom:32.5px; opacity:1; font-size:{text:Big Text Size}px;}
  48.  
  49. #bg:hover .newurl:before {content:'⧽';}
  50.  
  51. #bg:hover .oldurl {margin-top:40px; margin-bottom:40px;}
  52.  
  53. #bg:hover .oldurl:after {content:'';}
  54.  
  55. {CustomCSS}
  56. </style>
  57.  
  58. </head>
  59. <body>
  60.  
  61. <a href="{text:Link URL}"><div id="bg">
  62. <p class="oldurl">{text:Old URL} </p>
  63. <img src="{image:Center Image}" />
  64. <p class="newurl"> {text:New URL}</p>
  65. </div></a>
  66.  
  67.  
  68. <!------DO NOT REMOVE THE CREDIT. DOING SO WOULD MAKE YOU A THIEF.------->
  69. <a href="http://syntaxthemes.tumblr.com">
  70. <img style="position:fixed; bottom:0; right:0; display:block; opacity:0.7; margin:0; z-index:999999999999!important;" onmouseover="this.style.opacity=0.9" onmouseout="this.style.opacity=0.7" src="http://static.tumblr.com/puls2hm/QOHn1brjx/st.png"/></a>
  71. <!----------------------------------THANK-------------------------------->
  72.  
  73. </body>
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment