Advertisement
MAThemes

Redirect Theme #1

Sep 7th, 2013
9,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. <!--
  2. REDIRECT THEME #1
  3. by myackles.tumblr.com / ma-themes.tumblr.com
  4.  
  5. DO NOT REMOVE/MOVE CREDIT OR CLAIM AS YOUR OWN!!
  6. -->
  7.  
  8. <html><head>
  9.  
  10. <meta name="color:Links" content="#696769"/>
  11. <meta name="color:Font" content="#a8a6a8"/>
  12. <meta name="color:Border" content="#eeecec"/>
  13. <meta name="color:Background" content="#ffffff"/>
  14.  
  15. <meta name="text:LINK TO NEW URL" content="http://www." />
  16. <meta name="text:NEW URL" content="newurl" />
  17.  
  18. <meta name="image:Image" content="http://static.tumblr.com/b9e91723067f3a0cf948c060809a4786/btjhfod/zCamsq1c0/tumblr_static_tumblr_mlj896qnvz1rgpyeqo1_500.png"/>
  19. <meta name="image:Background Image" content=""/>
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22.  
  23. <style type="text/css">
  24.  
  25. body { color: {color:Font};background-color: {color:Background};background-image: url('{image:Background Image}');background-attachment: fixed;background-position: left top;background-repeat: repeat; }
  26.  
  27. a:link, a:visited, a:active {color: {color:Links};text-decoration:none;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
  28.  
  29. a:hover {-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;text-shadow:4px 0 0 rgba(0,0,0,0.17), -4px 0 0 rgba(0,0,0,0.17);}
  30.  
  31. #container{margin-top:150px;width:100%;text-align:center;}
  32.  
  33. #image{display:inline-block;padding-bottom:10px;}
  34.  
  35. #now {color:{color:title};text-transform:uppercase;font-size:22px;font-style:italic;font-family:trebouchet ms;padding-bottom:10px;border-bottom:1px solid {color:border};text-decoration:none;}
  36.  
  37. #description{margin-top:10px;font-family:cambria;font-size:12px;font-style:italic;}
  38.  
  39. #credit {position: fixed;bottom: 4px;right: 10px;width: 40px;-webkit-transition-duration: .90s; }
  40.  
  41. .crdt {display: block;width: 40px;padding: 2px 0px 4px 0px;font: 13px Cambria;font-style: italic;text-align: center;-webkit-transition-duration: .90s;}
  42.  
  43. </style>
  44. </head>
  45.  
  46.  
  47. <body>
  48. <div id="credit">
  49. <a href="http://ma-themes.tumblr.com" target="_blank">
  50. <div class="crdt">credit</div></a>
  51. </div>
  52.  
  53. <div id="container">
  54. <div id="image"><img src="{image:Image}" width="200" ></div>
  55. <div id="now">now at <a href="{text:link to new url}">{text:new url}</a></div>
  56. <div id="description">{Description}</div>
  57. </div>
  58.  
  59.  
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement