Advertisement
rockwithyous

Stones | Redirect Theme #001

Aug 17th, 2012
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. <!-- Stones Redirect Theme by rockwithyous | tumblr
  2. PLEASE DO NOT:
  3. * redistribute
  4. * remove credit
  5. * use as base code
  6. * claim as your own!
  7. Doing these are also considered as stealing!-->
  8.  
  9.  
  10. <!-- VARIABLES -->
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <meta name="text:old" content="old URL" />
  13. <meta name="text:new" content="new URL" />
  14. <meta name="color:old" content="#779bc2" />
  15. <meta name="color:new" content="#7795b5" />
  16. <meta name="color:description" content="#a97eb3" />
  17. <meta name="color:backgroundy" content="#fff" />
  18. <meta name="color:background" content="#fff" />
  19. <meta name="image:icon" content="" />
  20. <meta name="image:background" content="http://media.tumblr.com/tumblr_m8yy0qSTol1r94h34.png" />
  21.  
  22.  
  23. <title>{text:old} → {text:new} </title>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  26.  
  27. <link rel="shortcut icon" href="http://assets.tumblr.com/images/default_avatar_16.gif" />
  28.  
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  30.  
  31. <style type="text/css">
  32.  
  33.  
  34.  
  35. 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}
  36.  
  37.  
  38.  
  39. a:link, a:active, a:visited{color: {color:new}; text-decoration:none}
  40. a:hover {color:{color:old}; font-style: bold; text-shadow:2px 0 0 rgba(244,0,0,0.3), -2px 0 0 rgba(0,244,0,0.3);-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
  41.  
  42. #urls { font-family:Oleo Script; font-size:70px; line-height:17px; letter-spacing:-1px; font-weight:normal; text-transform:lowercase; margin-top:50px; padding:0px; text-align:center; font-style:none; text-shadow:8px 3px 15px #cccccc; color:{color:old};}
  43.  
  44. #info { 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; color:{color:description}; }
  45.  
  46. #credit{right:8px; bottom:10px; font-size:10px; position:fixed; font-family:calibri;}
  47.  
  48. #sidebarimage {margin: -0px 0 9px 0; text-align:center;}
  49. #sidebarimage img {margin-top:50px; max-width:100px; max-height:100px; text-align:center; border:10px solid {color:new};}
  50.  
  51. #boredom { margin-top:100px; border-top:8px solid {color:old};}
  52. </style>
  53.  
  54. <style type="text/css"></style>
  55.  
  56. </head>
  57.  
  58. <body>
  59.  
  60. <div id="boredom"></div>
  61. <div id="urls"><div id="sidebarimage"><img src="{image:icon}"></div><br><br> {text:old} <big><big><big>»</big></big></big><i><a href="http://{text:new}.tumblr.com/">{text:new}</a></I></div><br><br><br><div id="info">{description}</div><br><br><br><br>
  62. <div id="boredom"></div>
  63. </div>
  64. <div id="credit"><a href="http://rockwithyous.tumblr.com/mythemes" target="_blank">©THEME</a></div>
  65.  
  66. </body>
  67.  
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement