Advertisement
whattheweasley

Url Change Theme

Mar 13th, 2012
20,539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <!--
  5.  
  6. DO NOT REMOVE THE FOLLOWING
  7. ► Url Change Theme by Rachael: pevensied @ tumblr.com ◄
  8. • if you're using my theme, please keep this here.
  9. • this theme isn't a base theme, do not redistribute.
  10.  
  11. -->
  12.  
  13.  
  14. <!-- VARIABLES -->
  15. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  16. <meta name="text:old" content="oldurl" />
  17. <meta name="text:new" content="newurl" />
  18. <meta name="color:old" content="#A5CEFA" />
  19. <meta name="color:new" content="#7795B5" />
  20. <meta name="color:description" content="#B4B4B4 />
  21. <meta name="color:backgroundy" content="#fff" />
  22. <meta name="color:background" content="#fff" />
  23. <meta name="image:background" content="http://static.tumblr.com/fys4d60/ihlm0munl/wood.jpg" />
  24.  
  25.  
  26. <title>{text:old} → {text:new} </title>
  27.  
  28.  
  29.  
  30. <link rel="shortcut icon" href="http://assets.tumblr.com/images/default_avatar_16.gif" />
  31.  
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37.  
  38. body {color:#C0AEA0; background-color:{color:background}; background-image: url('{image:background}'); background-position: center; background-attachment:fixed; background-repeat: repeat; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:11px; line-height:110%; text-align:justify}
  39.  
  40.  
  41.  
  42. a:link, a:active, a:visited{color: {color:new}; text-decoration:none; -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  43.  
  44. a:hover{color:{color:old};-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  45.  
  46. .credit {
  47. position:fixed; left:47%; bottom:0px; line-height:5px; letter-spacing:0px; font:10px georgia; color: {color:text}; text-transform:lowercase; font-style:italic;}
  48.  
  49.  
  50.  
  51. h1{color:{color:old}; font-family:Georgia; font-size:25px; line-height:17px; letter-spacing:-1px; font-weight:normal; text-transform:lowercase; margin-top:100px; padding:0px; text-align:center; font-style:none; text-shadow:8px 3px 15px #cccccc}
  52.  
  53.  
  54.  
  55. h2{color:{color:description}; font-family:Georgia; font-size:11px; line-height:13px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin-top:-10px; padding:0px; text-align:center; }
  56.  
  57.  
  58. </style>
  59.  
  60. <style type="text/css"></style>
  61.  
  62. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  63.  
  64.  
  65.  
  66. <body>
  67.  
  68. <h1>{text:old} → <i><a href="http://{text:new}.tumblr.com/">{text:new}</a></I></h1>
  69. <h2>{description}</h2>
  70. </div>
  71.  
  72. <!-- this is out of your way for the most part, LEAVE IT ALONE. Please. -->
  73. <div class="credit"><a target="blank"href="http://pevensied.tumblr.com/tagged/stuff/themes"><font color="{color:new}">theme by pevensied</a></font></div>
  74.  
  75. </body>
  76.  
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement