Advertisement
Perfect-Nicholas

Redirect Theme

Nov 23rd, 2013
1,623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. <!----
  2.  
  3. Redirect Theme by llermans (tumblr.com)
  4.  
  5. ---->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17.  
  18. <head>
  19.  
  20. <title>{Title}</title>
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24. <link rel="shortcut icon" href="{Favicon}" />
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  26.  
  27. <meta name="color:Background" content="#a2d9e0" />
  28. <meta name="color:Links Hover" content="#ffffff" />
  29. <meta name="color:Scroll" content="#ffffff" />
  30. <meta name="color:Scrollbar" content="#eeeeee" />
  31. <meta name="color:Bold" content="#5a8685" />
  32. <meta name="color:Italic" content="#748180"/>
  33.  
  34. <meta name="color:Text" content="#ffffff" />
  35. <meta name="color:Border" content="#eeeeee" />
  36.  
  37. <meta name="image:Background" content=""/>
  38.  
  39. <meta name="if:description" content="1" />
  40.  
  41. <meta name="text:new url" content="" />
  42. <meta name="text:previous url" content="" />
  43.  
  44. <script src="http://tympanus.net/Development/ModalWindowEffects/js/modalEffects.js"></script>
  45.  
  46. <style type="text/css">
  47.  
  48. @font-face {
  49. font-family: 'Open Sans';
  50. font-style: normal;
  51. font-weight: 400;
  52. src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  53. }
  54.  
  55. @font-face {
  56. font-family: 'Open Sans';
  57. font-style: normal;
  58. font-weight: 700;
  59. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  60. }
  61.  
  62. iframe#tumblr_controls {
  63. top:0%!important;
  64. right:0%!important;
  65. position:fixed!important;
  66. z-index:999999999!important;
  67. opacity:0.3;
  68. -webkit-filter:invert(100%);
  69. -moz-filter:invert(100%);
  70. -o-filter:invert(100%);
  71. -ms-filter:invert(100%);
  72. filter:invert(100%);
  73. }
  74.  
  75. ::-webkit-scrollbar {
  76. width:7px;
  77. height:7px;
  78. }
  79.  
  80. ::-webkit-scrollbar-track-piece {
  81. background-color:{color:Scroll};
  82. }
  83. ::-webkit-scrollbar-thumb {
  84. background-color:{color:Scrollbar};
  85. border:2px solid {color:Scroll};
  86. }
  87.  
  88.  
  89. body {
  90. margin:0;
  91. padding:0;
  92. border:0;
  93. background:url('{image:Background}');
  94. background-attachment:fixed;
  95. background-repeat:repeat;
  96. background-color:{color:Background};
  97. color:{color:Text};
  98. font-family:'open sans';
  99. font-size:10px;
  100. line-height:12px;
  101. word-wrap:break-word;
  102. }
  103.  
  104.  
  105. a {
  106. color:{color:text};
  107. text-decoration:none;
  108. transition-duration: 0.6s;
  109. -moz-transition-duration: 0.6s;
  110. -webkit-transition-duration: 0.6s;
  111. -o-transition-duration: 0.6s;
  112. }
  113.  
  114. a:hover{
  115. color:{color:Links Hover};
  116. }
  117.  
  118. pre {
  119. width:95%;
  120. margin-left:auto;
  121. margin-right:auto;
  122. white-space:pre-wrap;
  123. word-wrap:break-word;
  124. background:#f4f4f4;
  125. padding:4px;
  126. }
  127.  
  128. blockquote {
  129. border-left: 1px solid {color:border};
  130. padding:3px 20px 3px 20px;
  131. margin:15px;
  132. width:500px;
  133. font-size:15px;
  134. text-align:left;
  135. font-family:'open sans';
  136. color:{color:text};
  137. margin-left:440px;
  138. line-height:130%;
  139. }
  140.  
  141. b, strong {
  142. color:{color:Bold};
  143. font-weight:bold;
  144. }
  145.  
  146. i, em {
  147. color:{color:Italic};
  148. font-style:italic;
  149. }
  150.  
  151. ul {
  152. list-style:square;
  153. margin-left:-20px;
  154. }
  155.  
  156. h2 {
  157. margin-top:0px;
  158. color:{color:Bold};
  159. }
  160.  
  161. #box {
  162. width:300px;
  163. margin:auto;
  164. padding:20px;
  165. {block:ifnotDescription}
  166. border-bottom:3px solid {color:border};
  167. border-top:3px solid {color:border};
  168. border-radius:50%;
  169. {/block:ifnotDescription}
  170. }
  171.  
  172. .oldurl {
  173. {block:ifDescription}
  174. margin-left:-340px;
  175. {/block:ifDescription}
  176. text-align:center;
  177. text-transform:uppercase;
  178. font-family:open sans;
  179. font-size:11px;
  180. color:{color:text};
  181. }
  182.  
  183. .newurl {
  184. {block:ifDescription}
  185. margin-left:-340px;
  186. {/block:ifDescription}
  187. text-align:center;
  188. font-size:45px;
  189. line-height:90%;
  190. color:{color:text};
  191. margin-top:5px;
  192.  
  193. }
  194.  
  195. #animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;}.animated.hinge{-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;}
  196. @-webkit-keyframes pulse {
  197. 0% { -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.1); }
  198. 100% { -webkit-transform: scale(1); }
  199. }
  200. @-moz-keyframes pulse {
  201. 0% { -moz-transform: scale(1); }
  202. 50% { -moz-transform: scale(1.1); }
  203. 100% { -moz-transform: scale(1); }
  204. }
  205. @-o-keyframes pulse {
  206. 0% { -o-transform: scale(1); }
  207. 50% { -o-transform: scale(1.1); }
  208. 100% { -o-transform: scale(1); }
  209. }
  210. @keyframes pulse {
  211. 0% { transform: scale(1); }
  212. 50% { transform: scale(1.1); }
  213. 100% { transform: scale(1); }
  214. }
  215.  
  216. .pulse {
  217. -webkit-animation-name: pulse;
  218. -moz-animation-name: pulse;
  219. -o-animation-name: pulse;
  220. animation-name: pulse;
  221. }
  222.  
  223. credit {
  224. position:fixed;
  225. right:10px;
  226. bottom:10px;
  227. border: none;
  228. padding: 0.6em 1.2em;
  229. background: {color:background};
  230. color: #fff;
  231. font-family: 'Lato', Calibri, Arial, sans-serif;
  232. font-size: 1em;
  233. letter-spacing: 1px;
  234. text-transform: uppercase;
  235. cursor: pointer;
  236. display: inline-block;
  237. border-radius: 2px;
  238. -webkit-transition: all 0.5s ease;
  239. -moz-transition: all 0.5s ease;
  240. -ms-transition: all 0.5s ease;
  241. -o-transition: all 0.5s ease;
  242. transition: all 0.5s ease;
  243. }
  244.  
  245. credit:hover {
  246. background: {color:bold};
  247. color: #fff;
  248. -webkit-transition: all 0.5s ease;
  249. -moz-transition: all 0.5s ease;
  250. -ms-transition: all 0.5s ease;
  251. -o-transition: all 0.5s ease;
  252. transition: all 0.5s ease;
  253. }
  254.  
  255. {CustomCSS}
  256.  
  257. </style>
  258.  
  259. <body>
  260.  
  261. {block:IfnotDescription}
  262. <div style="margin-top:250px;"></div>
  263. <div id="box">
  264. <div class="oldurl">
  265. {text:previous url} has moved to <br></div>
  266. <div class="newurl"><div id="animated" class="pulse"><strong><a href="http://{text:new url}.tumblr.com/">{text:new url}</a></strong></div></div>
  267. {block:IfnotDescription}
  268.  
  269. {block:IfDescription}
  270. <div style="margin-top:180px;"></div>
  271. <div id="box">
  272. <div class="oldurl">
  273. {text:previous url} has moved to <br></div>
  274. <div class="newurl"><div id="animated" class="pulse"><span style="border-bottom:3px solid {color:border};"><strong><a href="http://{text:new url}.tumblr.com/">{text:new url}</a></strong></span></div> </div></div>
  275. <br>
  276. <blockquote>{Description}</blockquote></div>
  277. {/block:IfDescription}
  278.  
  279. <a href="http://llermans.tumblr.com/"><credit class="md-trigger" data-modal="modal-1">llmns</credit></a>
  280.  
  281. </body>
  282. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement