Advertisement
sprockett

Theme #15: Petrichor

Jul 22nd, 2013
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.27 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. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--Theme #15 Petrichor by intrins-themes.tumblr.com-->
  9.  
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  11. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  12. <script>
  13. (function($){
  14. $(document).ready(function(){
  15. $("a[title]").style_my_tooltips({
  16. tip_follows_cursor:true,
  17. tip_delay_time:90,
  18. tip_fade_speed:600,
  19. attribute:"title"
  20. });
  21. });
  22. })(jQuery);
  23. </script>
  24. <!--basic tooltip from tutorial-baby! Enjoy-->
  25.  
  26.  
  27. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  28.  
  29. <script>
  30. $(function(){
  31. var $container = $('#stockett');
  32. $container.imagesLoaded(function(){
  33. $container.masonry({
  34. itemSelector: '.bonnie',
  35. });
  36. });
  37. $container.infinitescroll({
  38. itemSelector : ".bonnie",
  39. navSelector : "div.pagination",
  40. nextSelector : ".pagination a#next",
  41. loadingImg : "",
  42. loadingText : "<em></em>",
  43. bufferPx : 10000,
  44. extraScrollPx: 12000,
  45. },
  46. // trigger Masonry as a callback
  47. function( newElements ) {
  48. var $newElems = $( newElements ).css({ opacity: 0 });
  49. // ensure that images load before adding to masonry layout
  50. $newElems.imagesLoaded(function(){
  51. $newElems.animate({ opacity: 1 });
  52. $container.masonry( 'appended', $newElems, true );
  53. });
  54. }
  55. );
  56. });
  57. </script>
  58.  
  59. <meta name="text:Billy Music Player" content="">
  60. <meta name="text:Link A" content="">
  61. <meta name="text:Link A URL" content="">
  62. <meta name="text:Link B" content="">
  63. <meta name="text:Link B URL" content="">
  64. <meta name="text:Link C" content="">
  65. <meta name="text:Link C URL" content="">
  66. <meta name="text:Link D" content="">
  67. <meta name="text:Link D URL" content="">
  68. <meta name="text:Link E" content="">
  69. <meta name="text:Link E URL" content="">
  70. <meta name="text:Link F" content="">
  71. <meta name="text:Link F URL" content="">
  72. <meta name="text:Font Size" content="12px">
  73.  
  74. <meta name="image:Background" content="">
  75. <meta name="image:Side" content="">
  76.  
  77. <meta name="if:Grayscale Images" content="0">
  78.  
  79. <meta name="color:Background" content="#ffffff">
  80. <meta name="color:Body Text" content="#aaaaaa">
  81. <meta name="color:Link" content="#000000">
  82. <meta name="color:Link Hover" content="#bdf0c7">
  83. <meta name="color:Post Border" content="#cccccc">
  84. <meta name="color:Post Background" content="#ffffff">
  85. <meta name="color:Custom Links" content="#bdf0c7">
  86. <meta name="color:Custom Link Hover Text" content="#aaaaaa">
  87.  
  88. <style type="text/css">
  89.  
  90. .tooltip{display:inline; position:relative;}
  91. #s-m-t-tooltip {
  92. max-width:150px; /*how big the tooltip can be at most*/
  93. padding:3px 4px 5px 4px;
  94. margin:2px 7px 0 20px; /*distance from word*/
  95. background-color:#ffffff;
  96. font-family: helvetica;
  97. font-size:9px;
  98. letter-spacing:1px;
  99. text-transform:uppercase;
  100. color:{color:font};
  101. z-index:9;}
  102.  
  103. iframe#tumblr_controls{position:fixed !important;}
  104.  
  105. body{background:{color:background} url('{image:background}'); margin:0px; font-size:{text:font size}; font-family: helvetica; color:{color:body text};}
  106. a{text-decoration:none; outline:none; -moz-outline-style:none; color:{color:link}; transition:0.4s; -webkit-transition:0.4s;}
  107. a:hover{color:{color:link hover};}
  108. img{border:none; {block:IfGrayscaleImages}-webkit-filter: grayscale(100%);
  109. -moz-filter: grayscale(100%);
  110. -ms-filter: grayscale(100%);
  111. -o-filter: grayscale(100%);
  112. filter: grayscale(100%);
  113. filter: url(grayscale.svg); /* Firefox 4+ */
  114. filter: gray; /* IE 6-9 */
  115. transition:all .5s; -webkit-transition:all .5s;}
  116. img:hover{ -webkit-filter: grayscale(0%);
  117. -moz-filter: grayscale(0%);
  118. -ms-filter: grayscale(0%);
  119. -o-filter: grayscale(0%);
  120. filter: grayscale(0%);
  121. filter: none;
  122. }
  123. .html_photoset {
  124. -webkit-filter: grayscale(100%);
  125. -webkit-transition: all .5s;
  126. ...
  127. }
  128. .html_photoset:hover {
  129. -webkit-filter: grayscale(0);
  130. {/block:IfGrayscaleImages}}
  131. blockquote{padding-left:5px; border-left:1px dashed {color:link hover};}
  132. blockquote blockquote{padding-left:5px; border-left:1px dashed {color:link hover};}
  133. #stockett{top:10px; padding:10px; width:700px; left:300px; position:absolute;}
  134. .bonnie{float:left; {block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage} overflow:hidden; padding:10px; margin:10px; border:1px solid {color:post border}; background:{color:post background};}
  135. .pagination {display: none;}
  136. .notes{text-transform:uppercase; width:89%; margin:5px; text-align:center; font-family: helvetica; font-size:9px; opacity:0; transition:0.4; -webkit-transition:0.4s; position:absolute;}
  137. .bonnie:hover .notes{opacity:.9; background:#fff;}
  138. .perma{text-transform:uppercase; font-size:10px;}
  139.  
  140. #left{top:60px; left:30px; position:fixed; border:6px solid {color:post background}; outline:1px solid {color:post border};}
  141. #snow{top:18px; width:100%; text-align:center; position:absolute;}
  142. #snow a{font-size:16px; font-family:helvetica; width:70px; display:inline-block; text-transform:uppercase; background:#fff; letter-spacing:-1px; opacity:.15; color:#353334; padding:4px; margin-top:10px; transition:1s; -webkit-transition:1s; -moz-transition:1s;}
  143. #left:hover a{opacity:.4;}
  144. #left a:hover{opacity:.7;}
  145.  
  146. #right{top:60px; left:900px; z-index:1; position:fixed; width:260px;}
  147. .links{text-align:center;}
  148. .links a{width:12px; height:12px; margin:4px; border-radius:20px; background:{color:custom links}; display:inline-block;}
  149.  
  150. #doncamatic{top:40px; left:38px; position:fixed; }
  151. #doncamatic .hov{opacity:0; transition:0.4s; -webkit-transition:0.4s; margin-top:-21px; margin-left:20px;}
  152. #doncamatic:hover .hov{opacity:1;}
  153.  
  154. .sos{bottom:10px; left:10px; background:#fff; padding:4px; font-size:16px; font-family:times new roman; position:fixed; color:#aaa;}
  155.  
  156. {CustomCSS}</style></head><body>
  157.  
  158. <a href="http://intrins-themes.tumblr.com" class="sos" title="intrins themes">○</a>
  159.  
  160. <div class="pagination">
  161. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  162. </div>
  163.  
  164. {block:IfBillyMusicPlayer}<div id="doncamatic"><img src="http://media.tumblr.com/tumblr_m9c4muf9vS1rto88t.gif"><div class="hov">{text:Billy Music Player}</div></div>{/block:IfBillyMusicPlayer}
  165.  
  166. <div id="right"><font style="font-family:helvetica; font-size:16px; letter-spacing:-2px; text-transform:uppercase;"><center><a href="/">{Title}</a></center></font><br><font style="font-size:10px;"><center>{Description}</center></font><br><div class="links">
  167. {block:IfLinkA}<a href="{text:link a url}" title="{text:link a}" ></a>{/block:IfLinkA}
  168. {block:IfLinkB}<a href="{text:link b url}" title="{text:link b}" ></a>{/block:IfLinkB}
  169. {block:IfLinkC}<a href="{text:link c url}" title="{text:link c}" ></a>{/block:IfLinkC}
  170. {block:IfLinkD}<a href="{text:link d url}" title="{text:link d}" ></a>{/block:IfLinkD}
  171. {block:IfLinkE}<a href="{text:link e url}" title="{text:link e}" ></a>{/block:IfLinkE}
  172. {block:IfLinkF}<a href="{text:link f url}" title="{text:link f}" ></a>{/block:IfLinkF}
  173. </div></div>
  174.  
  175. <div id="left"><img src="{image:side}" width="260px;"><div id="snow"><a href="/">home</a><br><a href="/ask">ask</a><br><a
  176.  
  177. href="/archive">archive</a></div></div>
  178.  
  179. <div id="stockett">{block:Posts}<div class="bonnie">
  180.  
  181. {block:IndexPage}<div class="notes"><a href="{Permalink}">posted {TimeAgo}</a> {block:HasTags}<br>tagged:{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}{block:NoteCount}<br>notes: {NoteCount}{/block:NoteCount}<br>{block:RebloggedFrom}<!--<a href="{ReblogParentURL}">{ReblogParentName}</a>-->{/block:RebloggedFrom} {block:ContentSource}<!--<a href="{SourceURL}">{SourceLink}</a>-->{/block:ContentSource}</div>{/block:IndexPage}
  182.  
  183. {block:Text}{block:Title}<font style="text-transform:uppercase; font-size:10px; letter-spacing:2px;">{Title}</font>{/block:Title}<p>{Body}</p>{/block:Text}
  184.  
  185. {block:Photo}{LinkOpenTag}<center>{block:IndexPage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:IndexPage}</center>{block:PermalinkPage}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" /></center>{LinkCloseTag}{block:Caption}<br>{Caption}{/block:Caption}{/block:PermalinkPage}
  186. {/block:Photo}
  187.  
  188. {block:Photoset}{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{block:Caption}<br>{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  189.  
  190. {block:Quote}<center>{Quote}</center>{block:Source}<i> —{Source}</i></p>{/block:Source}{/block:Quote}
  191.  
  192. {block:Link}<a href="URL" target="{Target}" style="text-transform:uppercase; font-size:10px; letter-spacing:2px;">{Name}</a></t></a>{block:Description}{Description}{/block:Description}{/block:Link}
  193.  
  194. {block:Chat}{block:Title}<font style="text-transform:uppercase; font-size:10px; letter-spacing:2px;">{Title}</font>{/block:Title}<br>{block:Lines}{block:Label}<font style="text-transform:uppercase; font-size:10px; letter-spacing:2px;">{Label}</font>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  195.  
  196. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}
  197. {/block:Audio}
  198.  
  199. {block:Video}{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
  200.  
  201. {block:Answer}<i style="font-size:10px;"><img src="{AskerPortraitURL-24}" style="float:left; padding:0px 4px 4px 0px;">{Asker} asked:<br> {Question}</i><p>{Answer}</p>{/block:Answer}
  202.  
  203. {block:PermalinkPage}<a href="{Permalink}">posted {TimeAgo}</a> {block:HasTags}<br>tagged:{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}{block:NoteCount}<br>notes: {NoteCount}{/block:NoteCount}<br>{block:RebloggedFrom}reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}source:<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{PostNotes}{/block:PermalinkPage}
  204.  
  205. </div>{/block:Posts}</div>
  206.  
  207. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement