Advertisement
lokiphile

Lokiphile Tumblr Moved page

Jun 24th, 2013
1,449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6.  
  7.  
  8. <!---- theme by noelle @ accioloki.tumblr.com
  9.  
  10. Please don’t remove or alter the credit
  11. Do not redistribute as your own
  12. Edit away! but please don’t use it as a base code
  13. Don't use snippets from this please
  14. I think that’s everything, enjoy! if you have any questions, just ask me and I’ll help you! :D
  15.  
  16.  
  17. --->
  18.  
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:text" content="#b8b8b8"/>
  22. <meta name="color:text hover" content="#b8b8b8"/>
  23. <meta name="color:strip" content="#b8b8b8"/>
  24. <meta name="color:border" content="#b8b8b8"/>
  25. <meta name="color:text background" content="#b8b8b8"/>
  26.  
  27. <meta name="image:image1" content=""/>
  28. <meta name="image:image2" content=""/>
  29. <meta name="image:background" content=""/>
  30. <meta name="image:strip" content=""/>
  31.  
  32. <meta name="text:previous url" content="" />
  33. <meta name="text:new url" content="" />
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Pathway+Gothic+One' rel='stylesheet' type='text/css'>
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  41.  
  42. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  43.  
  44. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  45.  
  46.  
  47. body {
  48. background: {color:Background} url("{image:Background}") fixed;
  49. margin:0px;
  50. color:#000000;
  51. font-family: 'Pathway Gothic One', sans-serif;
  52. font-size:11px;
  53. line-height:100%;
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60.  
  61. }
  62.  
  63.  
  64. a{
  65. text-decoration:none;
  66. color:{color:text};
  67. -webkit-transition: all 0.3s ease-out;
  68. -moz-transition: all 0.3s ease-out;
  69. transition: all 0.3s ease-out;
  70. }
  71.  
  72. a:hover {
  73. color:{color:text hover};
  74. -webkit-transition: all 0.3s ease-out;
  75. -moz-transition: all 0.3s ease-out;
  76. transition: all 0.3s ease-out;
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. h1 {
  94. font-size:15px;
  95. }
  96.  
  97. #lines{
  98. height:70px;
  99. width:200%;
  100. position:fixed;
  101. top:50%;
  102. margin-top:-85px;
  103. background:{color:strip} url("{image:strip}") repeat;
  104. z-index:-100;
  105. border-top: 1px solid #cecece;
  106. border-bottom: 1px solid #cecece;
  107. }
  108.  
  109. #container1{
  110. height:200px;
  111. width:600px;
  112. position:fixed;
  113. left:50%;
  114. top:50%;
  115. margin-left:-307px;
  116. margin-top:-157px;
  117. background:#d8d8d8;
  118. transition-duration: 0.8s;
  119. -moz-transition-duration: 0.8s;
  120. -webkit-transition-duration: 0.8s;
  121. -o-transition-duration: 0.8s;
  122. }
  123.  
  124. #container1:hover {
  125. left:150%;
  126. transition-duration: 0.8s;
  127. -moz-transition-duration: 0.8s;
  128. -webkit-transition-duration: 0.8s;
  129. -o-transition-duration: 0.8s;
  130. }
  131.  
  132.  
  133.  
  134. #pic{
  135. postion:fixed;
  136. width:600px;
  137. height:200px;
  138. border: 15px solid {color:border};
  139. outline: 1px solid #cecece;
  140. overflow:hidden;
  141. background:url("{image:image1}") repeat;
  142.  
  143. }
  144.  
  145.  
  146.  
  147. #words1{
  148. position:fixed;
  149. width:400px;
  150. height:20px;
  151. padding:20px;
  152. left:50%;
  153. margin-left:-210px;
  154. top:50%;
  155. margin-top:-80px;
  156. background:none;
  157. font-size: 20px;
  158. color:{color:text};
  159. text-align:center;
  160. background:{color:text background};
  161. transition-duration: 0.8s;
  162. -moz-transition-duration: 0.8s;
  163. -webkit-transition-duration: 0.8s;
  164. -o-transition-duration: 0.8s;
  165.  
  166. }
  167.  
  168. #container1:hover #words1{
  169. left:150%;
  170. transition-duration: 0.8s;
  171. -moz-transition-duration: 0.8s;
  172. -webkit-transition-duration: 0.8s;
  173. -o-transition-duration: 0.8s;
  174. }
  175.  
  176.  
  177. #container2{
  178. height:200px;
  179. width:600px;
  180. position:fixed;
  181. left:-50%;
  182. top:50%;
  183. margin-top:-157px;
  184. background:#d8d8d8;
  185. transition-duration: 0.8s;
  186. -moz-transition-duration: 0.8s;
  187. -webkit-transition-duration: 0.8s;
  188. -o-transition-duration: 0.8s;
  189. }
  190.  
  191. #container1:hover #container2{
  192. left:50%;
  193. margin-left:-307px;
  194. transition-duration: 0.8s;
  195. -moz-transition-duration: 0.8s;
  196. -webkit-transition-duration: 0.8s;
  197. -o-transition-duration: 0.8s;
  198. }
  199.  
  200.  
  201.  
  202. #pic2{
  203. postion:fixed;
  204. width:600px;
  205. height:200px;
  206. border: 15px solid {color:border};
  207. outline: 1px solid #cecece;
  208. overflow:hidden;
  209. background:url("{image:image2}") repeat;
  210.  
  211. }
  212.  
  213.  
  214.  
  215.  
  216. #words2{
  217. position:fixed;
  218. width:400px;
  219. height:20px;
  220. padding:20px;
  221. left:-70%;
  222. top:50%;
  223. margin-top:-75px;
  224. background:none;
  225. font-size: 20px;
  226. color:{color:text};
  227. background:{color:text background};
  228. text-align:center;
  229. transition-duration: 0.8s;
  230. -moz-transition-duration: 0.8s;
  231. -webkit-transition-duration: 0.8s;
  232. -o-transition-duration: 0.8s;
  233. }
  234.  
  235. #container1:hover #words2{
  236. color:{color:text hover};
  237. left:50%;
  238. margin-left:-210px;
  239. transition-duration: 0.8s;
  240. -moz-transition-duration: 0.8s;
  241. -webkit-transition-duration: 0.8s;
  242. -o-transition-duration: 0.8s;
  243. }
  244.  
  245. #credit {
  246. margin-top:0px;
  247. position:fixed;
  248. width:80px;
  249. right:0px;
  250. bottom:3px;
  251. left:40px
  252. line-height:5px;
  253. letter-spacing:0px;
  254. font:10px trebuchet ms;
  255. color: {color:text};
  256. text-transform:uppercase;
  257. transition-duration: 0.4s;
  258. -moz-transition-duration: 0.4s;
  259. -webkit-transition-duration: 0.4s;
  260. -o-transition-duration: 0.4s;
  261. }
  262.  
  263. #credit:hover{
  264. bottom:9px;
  265. transition-duration: 0.4s;
  266. -moz-transition-duration: 0.4s;
  267. -webkit-transition-duration: 0.4s;
  268. -o-transition-duration: 0.4s;
  269. }
  270.  
  271.  
  272. </style></head><body>
  273.  
  274. <div id="container1">
  275.  
  276. <div id="words1">
  277.  
  278. <b><font style="text-transform: uppercase;"><big><big>{text:previous url}</big></big></font></b>
  279.  
  280. &nbsp;&nbsp;
  281.  
  282. <small>has moved to</small>
  283.  
  284. </div>
  285.  
  286.  
  287. <div id="pic"><img src="{image:image1}"></div>
  288.  
  289. <div id="container2">
  290.  
  291. <div id="words2">
  292.  
  293.  
  294. <b><font style="text-transform: uppercase;"> <big><big><a href="http://{text:new url}.tumblr.com/">{text:new url}</a></big></big></font></b>
  295.  
  296. </div>
  297.  
  298.  
  299. <div id="pic2">"<img src="{image:image2}"></div>
  300.  
  301. </div>
  302.  
  303. </div>
  304.  
  305.  
  306.  
  307. <div id="lines">
  308. </div>
  309.  
  310. <div id="credit">
  311.  
  312. <a target="blank"href="http://accioloki.tumblr.com"><font color="#4b4b4b">© accioloki </a></font></div>
  313.  
  314.  
  315.  
  316. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement