Advertisement
damnbritts

redirect/saved url theme by damnbritts

Aug 11th, 2013
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <meta name="image:image" content="" />
  6. <meta name="text:oldurl" content="oldurl" />
  7. <meta name="text:newurl" content="newurl" />
  8. <meta name="color:new url background" content="#f1f0f0"/>
  9. <meta name="color:new url text hover" content="#f3f1f1"/>
  10. <meta name="color:new url background hover" content="#e7e7e7"/>
  11. <meta name="color:new url text" content="#cea69c"/>
  12.  
  13. <meta name="if:RedirectPage" content="1"/>
  14. <meta name="if:SavedURL" content="0"/>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <!---- redirect/saved url theme 01 by damnbritts --->
  24. <!---- do not remove credit or claim as your own --->
  25.  
  26. <head>
  27.  
  28. <style type="text/css">
  29.  
  30. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  31.  
  32. ::-webkit-scrollbar-corner {background:#ffffff}
  33.  
  34. ::-webkit-scrollbar-thumb:vertical {background:#f3f3f3};
  35.  
  36. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
  37. }
  38.  
  39.  
  40. body {
  41. background:white;
  42. margin:0px;
  43. color:#cecccc;
  44. font-family:Calibri;
  45. font-size:10px;
  46. padding:5px;
  47. line-height:100%;
  48. }
  49.  
  50. a {
  51. color:{color:new url text};
  52. text-decoration:none;
  53. outline:none;
  54. opacity:1 ;
  55. -webkit-transition: all 0.8s;
  56. -moz-transition: all 0.8s;
  57. transition: all 0.8s;
  58. }
  59.  
  60. a:hover {
  61. color:#ddd;
  62. -webkit-transition: all 0.8s;
  63. -moz-transition: all 0.8s;
  64. transition: all 0.8s;
  65. }
  66.  
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. blockquote blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. h1 {
  83. font-size:15px;
  84. }
  85.  
  86.  
  87. #stuff{
  88. margin-bottom:20px;
  89. margin-top:100px;
  90. margin-left:35%;
  91. background:#ffffff;
  92. height:210px;
  93. width:440px;
  94. }
  95.  
  96.  
  97. #title {
  98. font-size:50px;
  99. font-family:"lazy day";
  100. font-weight:bold;
  101. letter-spacing:0px;
  102. margin-left:5px;
  103. margin-top:-100px;
  104. }
  105.  
  106. #bar{
  107. height:90px;
  108. width:2000px;
  109. margin-left:-170px;
  110. margin-top:215px;
  111. text-align:left;
  112. border-top:1px solid #ddd;
  113. border-bottom:1px solid #ddd;
  114. background:{color:new url background};
  115. -webkit-transition: all 0.5s ease-in-out;
  116. -moz-transition: all 0.5s ease-in-out;
  117. transition: all 0.5s ease-in-out;
  118. }
  119.  
  120. #bar:hover{
  121. background:{color:new url background hover};
  122. -webkit-transition: all 0.5s ease-in-out;
  123. -moz-transition: all 0.5s ease-in-out;
  124. transition: all 0.5s ease-in-out;
  125. }
  126.  
  127. #text {
  128. height:80px;
  129. margin-top:-90px;
  130. margin-left:510px;
  131. padding-left:20px;
  132. font-family:"lazy day";
  133. font-size:23px;
  134. float:left;
  135. letter-spacing:0px;
  136. text-transform:justify;
  137. line-height:100%;
  138. font-style:none;
  139. }
  140.  
  141. #text2 {
  142. height:80px;
  143. margin-top:-85px;
  144. margin-left:510px;
  145. padding-left:20px;
  146. font-family:"lazy day";
  147. font-size:22px;
  148. float:center;
  149. letter-spacing:0px;
  150. text-transform:justify;
  151. line-height:100%;
  152. font-style:none;
  153. }
  154.  
  155. @font-face{ font-family: 'meem45'; src:url('http://static.tumblr.com/gyoju49/0q5moaixz/meem45.ttf');}
  156.  
  157. @font-face {font-family:"lazy day";
  158. src:url('http://static.tumblr.com/7glhdxz/XInmgevkg/lazyday.ttf'); }
  159.  
  160.  
  161. #newurl {
  162. height:80px;
  163. margin-top:-50px;
  164. margin-left:510px;
  165. padding-left:20px;
  166. font-family:'meem45';
  167. font-size:40px;
  168. text-transform:justify;
  169. font-style:none;
  170. }
  171.  
  172.  
  173. .style{
  174. margin-bottom:25px;
  175. background:#ffffff;
  176. text-align:center;
  177. width:400px;
  178. padding:20px;
  179. letter-spacing: 2px;
  180. color:#a8a8a8;
  181. text-align:justify
  182. }
  183.  
  184.  
  185. #sidebarimage {
  186. margin-left:395px;
  187. margin-top:-27px;
  188. }
  189.  
  190. #sidebarimage img {
  191. width:110px;
  192. height:110px;
  193. border:1px solid #dbdbda;
  194. padding:5px;
  195. margin-top:12px;
  196. background:white;
  197. -webkit-transition: all 0.5s ease-in-out;
  198. -moz-transition: all 0.5s ease-in-out;
  199. transition: all 0.5s ease-in-out;
  200. }
  201.  
  202. #bar:hover #sidebarimage img {
  203. border-radius:60px;
  204. -webkit-transition: all 0.5s ease-in-out;
  205. -moz-transition: all 0.5s ease-in-out;
  206. transition: all 0.5s ease-in-out;
  207. }
  208.  
  209. #cred {
  210. font-size:8px;
  211. font-family:times;
  212. letter-spacing:1px;
  213. -moz-transition-duration:0.5s;
  214. -webkit-transition-duration:0.5s;
  215. -o-transition-duration:0.5s;
  216. }
  217.  
  218. #cred a {
  219. background-color:#fff;
  220. color:#a8a8a8;
  221. padding:5px;
  222. border:1px solid #ddd;
  223. position:fixed;
  224. font-style:normal;
  225. right:13px;
  226. bottom:0px
  227. }
  228.  
  229. #cred a:hover {
  230. color:#fff;
  231. background-color:#000;
  232. border-radius:90px;
  233. -moz-transition-duration:2s;
  234. -webkit-transition-duration:2s;
  235. -o-transition-duration:2s;
  236. }
  237.  
  238.  
  239. {CustomCSS}</style>
  240.  
  241. </head>
  242. <body>
  243. <div class="style">
  244. <div id="stuff">
  245. <div id="bar">
  246. <div id="sidebarimage"><img src="{image:image}"></div>
  247.  
  248. {block:IfRedirectPage}
  249. <div id="text">{text:oldurl} is now at:</div>
  250. <div id="newurl"><a href="http://{text:newurl}.tumblr.com">{text:newurl}</a>
  251. <div id="title">I've moved!</div>
  252. </div></div></div>
  253. {/block:IfRedirectPage}
  254.  
  255.  
  256. {block:IfSavedURL}
  257. <div id="text">{text:oldurl} is being saved by:</div>
  258. <div id="newurl"><a href="http://{text:newurl}.tumblr.com">{text:newurl}</a>
  259. <div id="title">Saved url</div>
  260. </div></div></div>
  261. {/block:IfSavedURL}
  262.  
  263.  
  264.  
  265. </div>
  266. {block:PostNotes}{PostNotes}{/block:PostNotes}
  267. {/block:Posts}</div>
  268.  
  269. <div id="cred"><a href="http://damnbritts.tumblr.com">DB</a></div>
  270.  
  271. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement