thewisepotato

Redirect Page #1

Aug 7th, 2013
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <meta name="image:Background" content=" " />
  6. <meta name="image:Portrait" content=" " />
  7.  
  8. <meta name="color:Background" content="#f0f0f0"/>
  9. <meta name="color:Title" content="#000000" />
  10. <meta name="color:DescriptionText" content="#000000" />
  11. <meta name="color:LinkText" content="#ffffff" />
  12. <meta name="color:LinkBox" content="#000000" />
  13.  
  14. <meta name="font:Text" content="Baskerville" />
  15.  
  16. <meta name="text:Link 1" content="" />
  17. <meta name="text:Link 1 URL" content="http://" />
  18. <meta name="text:Link 2" content="" />
  19. <meta name="text:Link 2 URL" content="http://" />
  20. <meta name="text:Link 3" content="" />
  21. <meta name="text:Link 3 URL" content="http://" />
  22. <meta name="text:Link 4" content="" />
  23. <meta name="text:Link 4 URL" content="http://" />
  24.  
  25. <title> {Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27. <link rel="shortcut icon" href="{Favicon}" />
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  30.  
  31. <style type="text/css">
  32.  
  33. *{-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;}
  34.  
  35. body {background:{color:Background} url({image:Background}); font-family:{font:Text};}
  36.  
  37. a {text-decoration:none; color:{color:LinkText};}
  38.  
  39. a:hover {color:inherit;}
  40.  
  41. #content {height:500px; width:400px; text-align:center; position:fixed; top:50%; left:50%; margin-top:-250px; margin-left:-200px;}
  42.  
  43. #content h2 {font-family:homemade apple; color:{color:Title};}
  44.  
  45. #content img {height:150px; width:150px; border-radius:100%;}
  46.  
  47. #content img:hover {-webkit-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); transform: scale(1.2,1.2);}
  48.  
  49. #content p {text-align:left; color:{color:DescriptionText};}
  50.  
  51. #links a {display:inline-block; text-decoration:none; background-color:{color:LinkBox}; color:{color:LinkText}; width:196px; border:solid 1px {color:LinkBox}; margin-bottom:5px; padding:4px 0;}
  52.  
  53. #links a:hover {color:{color:LinkBox}; background-color:transparent;}
  54.  
  55. /*---custom css----*/
  56. {CustomCSS}
  57.  
  58. </style>
  59.  
  60. </head>
  61. <body>
  62.  
  63. <div id="content">
  64.  
  65. <div id="text">
  66. <h2>{Title}</h2>
  67. <img src="{image:Portrait}" />
  68. <p>{Description}</p>
  69. </div>
  70.  
  71. <div id="links">
  72.  
  73. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  74. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  75. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  76. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  77.  
  78. </div>
  79.  
  80. </div>
  81.  
  82. <!------DO NOT REMOVE THE CREDIT. DOING SO WOULD MAKE YOU A THIEF.------->
  83. <a href="http://syntaxthemes.tumblr.com">
  84. <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>
  85. <!----------------------------------THANK-------------------------------->
  86.  
  87. </body>
  88. </html>
Advertisement
Add Comment
Please, Sign In to add comment