Advertisement
deanandhispie

Theme #7 Redirect/Saved URL Theme

Oct 2nd, 2013
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.69 KB | None | 0 0
  1. <!--------------------------------------------------------------
  2. Theme #7 Redirect/Saved URL Theme  by Kaylie (@scaredcrowley)
  3.  
  4. PLEASE abide by the following rules if you're going to use this theme:
  5.    
  6.    1. DO NOT STEAL any parts of the theme. I will recognize my own work when I see it. Also, editing and redistributing with my name attached counts as stealing.
  7.    2. KEEP MY CREDITS intact and where they are.
  8.    3. DO NOT USE THIS THEME AS A BASE CODE!
  9.    
  10.    Thanks and enjoy the theme!
  11.   ---------------------------------------------------------->
  12.  
  13. <html lang="en">
  14.  
  15. <head>
  16. <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
  17. <title>{title}</title>
  18.  
  19. <meta name="color:Background" content="#ffffff" />
  20. <meta name="color:text" content="#e7b7db" />
  21. <meta name="color:stuff" content="#e7b7db" />
  22. <meta name="color:stuffhover" content="#e7b7db" />
  23. <meta name="color:links" content="#e7b7db" />
  24. <meta name="color:links hover" content="#e7b7db" />
  25. <meta name="color:image border" content="#e7b7db" />
  26.  
  27. <meta name="text:new url" content="" />
  28. <meta name="text:old url" content="" />
  29.  
  30. <meta name="image:image" content="http://24.media.tumblr.com/tumblr_makxq2ZsZ21rbzfjbo1_500.jpg"/>
  31.  
  32.  
  33. <link rel=”shortcut icon” href={Favicon}/>
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37. <style type="text/css">
  38.  
  39. body{
  40. color:black;
  41. font-family:cambria;
  42. font-size:10px;
  43. background-color:{color:background};
  44. }
  45.  
  46. #old{
  47. font-family:Clicker Script;    
  48. font-size:30px;
  49. color:{color:urls};
  50. margin-top:20px
  51. }
  52.  
  53. #new{
  54. font-family:Clicker Script;    
  55. font-size:30px;
  56. color:{color:urls}
  57. }
  58.  
  59. #rdj{
  60. font-family:cambria;
  61. font-size:25px;
  62. color:{color:text};
  63. }
  64.  
  65. #urls{
  66. margin-top:10px;
  67. text-align:center;
  68. height:118px;
  69. width:700px;
  70. }
  71.  
  72. #scarlett{
  73. font-size: 11px;
  74. font-family:cambria;
  75. color:{color:links};
  76. margin-top:10px
  77. }
  78.  
  79. #scarlett a{
  80. color:{color:links};
  81. width: 40px;
  82. height: 10px;
  83. padding: 2px;
  84. letter-spacing: 0px;
  85. line-height: 100%;
  86. overflow: hidden;
  87. color:{color:links}
  88. }
  89.  
  90. #scarlett a:hover{
  91. letter-spacing:2px;
  92. color:{color:links hover}
  93. }
  94.  
  95. #tom img {
  96. width:200px;
  97. height:200px;
  98. border-radius:120px;
  99. padding:5px;
  100. border: 3px double{color:image border};
  101. margin-top:120px;
  102. }
  103.  
  104. #tom {
  105. text-decoration:none
  106. }
  107.  
  108. body {
  109. background-color:{color:background};
  110. text-align:justify;
  111. font-family:cambria;
  112. color: {color:text};
  113. font-size: 11px;
  114. line-height:150%;
  115. }
  116.  
  117. a {
  118. text-decoration:none;
  119. -webkit-transition:all 0.5s ease-in-out;
  120. -moz-transition:all 0.5s ease-in-out;
  121. -o-transition:all 0.5s ease-in-out;
  122. -ms-transition:all 0.5s ease-in-out;
  123. transition:all 0.5s ease-in-out;
  124. color:{color:stuff}
  125. }
  126.  
  127. a:hover {
  128. color:{color:stuffhover};
  129. letter-spacing:2px;
  130. -webkit-transition:all 0.5s ease-in-out;
  131. -moz-transition:all 0.5s ease-in-out;
  132. -o-transition:all 0.5s ease-in-out;
  133. -ms-transition:all 0.5s ease-in-out;
  134. transition:all 0.5s ease-in-out;
  135. }
  136.  
  137. {CustomCSS}</style>
  138.  
  139.  
  140.  
  141. </head>
  142. <body>
  143. <center>
  144. <div id="tom"><div id="tom"><img src="{image:image}"></img></div></div>
  145.  
  146. </div>
  147. <div id="urls">
  148. <div id="old"><center><a href="http://{text:old url}.tumblr.com">{text:old url}</a><br><br>
  149. <div id="rdj">is now at</div><br/>
  150. <div id="new"><a href="http://{text:new url}.tumblr.com">{text:new url}</a>
  151. <div id="scarlett">
  152. <a href="http://{text:new url}.tumblr.com/ask">mail</a></p>
  153. <a href="http://tumblr.com/dashboard">dash</a> </p>
  154. <a href="http://scaredcrowley.tumblr.com">credit</a></p>
  155. </div></div>
  156. </div></div></center>
  157.  
  158. {block:Text}{Body}{/block:Text}
  159.  
  160.  
  161. </div>
  162.  
  163. </body>
  164. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement