Advertisement
teruteru

Yaint -【 PAGE 5 by Anomaly ☽】

Jan 25th, 2017
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. PAGE #5 by Anomaly ☾ tumblr user xollyx ☽ : YAINT !!
  8.  
  9. - i made the base code
  10. - except i shouldnt be saying that because i stripped nearly everything out of it
  11. - like all there is is the body and the credit. Anyone can do this. but i still want credit because Ego
  12. - please abide by all the rules
  13.  
  14. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  15.  
  16. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  17. Feel free to message me if you need any help, my ask box is always open!
  18.  
  19. -->
  20.  
  21.  
  22. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  23.  
  24. <title>{Title}</title>
  25.  
  26. <link rel="shortcut icon" href="{image:Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30. <meta name="image:favicon" content="">
  31. <meta name="image:background" content="http://68.media.tumblr.com/2896ba8f1d52e2163eb75d9ac4a96f90/tumblr_inline_ok9kucQJ2A1ribro8_500.png">
  32.  
  33. <style type="text/css">
  34.  
  35. body {
  36. background-image:url('{image:background}');
  37. background-attachment:fixed;
  38. background-repeat:no-repeat;
  39. background-size:cover
  40. }
  41.  
  42. .credit {
  43. position:fixed;
  44. bottom:4px;
  45. left:8px;
  46. font: 9px consolas;
  47. text-transform:uppercase;
  48. letter-spacing: 0px;
  49. padding: 2px;
  50. z-index:1;
  51. }
  52.  
  53. {CustomCSS}
  54. </style>
  55. </head>
  56. <body>
  57.  
  58. <div class="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  59.  
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement