Advertisement
sunkei

plant

Feb 8th, 2012
513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. <!--
  2.  
  3. theme made by gyapo.tumblr.com
  4. don't remove this comment
  5. -->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <meta name="image:Background" content="http://static.tumblr.com/..."/>
  21.  
  22. <meta name="color:Background" content="#fff" />
  23.  
  24. <meta name="color:Link" content="#000" />
  25. <meta name="color:Link hover" content="#555" />
  26.  
  27.  
  28. <meta name="color:EntryBG" content="#eee" />
  29. <meta name="color:Texts" content="#888" />
  30.  
  31.  
  32. <meta name="if:EndlessScroll" content="0"/>
  33.  
  34.  
  35.  
  36. {block:IfEndlessScroll}
  37. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  38.  
  39. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScroll}
  40.  
  41. <style type="text/css">
  42.  
  43. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  44.  
  45. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  46.  
  47.  
  48.  
  49. body
  50. {font-family:arial;
  51. font-size:10px;
  52. color:{color:Texts};
  53. background-color:{color:Background};
  54. background-image:url('{image:Background}');
  55. background-position: fixed;
  56. background-attachment:fixed;
  57. background-repeat:repeat;}
  58.  
  59. a
  60. {text-decoration:none;
  61. color:{color:Link};
  62. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  63. opacity:1;}
  64.  
  65. a:hover
  66. {text-decoration:none;
  67. color:{color:Link hover};
  68. opacity:1;}
  69.  
  70. blockquote
  71. {border-left:2px solid;
  72. padding-left:5px;}
  73.  
  74. </style>
  75. </head>
  76. <body>
  77.  
  78. {block:IfEndlessScroll}
  79. <a style="position:fixed;bottom:10px;right:10px;" href="#top">back to top</a>{/block:IfEndlessScroll}
  80.  
  81.  
  82.  
  83.  
  84.  
  85. </body>
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement