Advertisement
freakinaye

Theme 17,6

Feb 11th, 2012
1,168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
  2. <head>
  3.  
  4.  
  5.  
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <meta name="color:Text" content="#000000"/>
  15. <meta name="color:Links" content="#000000"/>
  16. <meta name="color:Hover" content="#dddddd"/>
  17. <meta name="color:Background" content="#000000"/>
  18. <meta name="color:header" content="#ffffff"/>
  19. <meta name="color:center" content="#ffffff"/>
  20. <meta name="if:image opacity" content="0" />
  21. <meta name="if:show captions" content="0"/>
  22. <meta name="text:blogtitle size" content="11" />
  23. <meta name="text:post font size" content="9" />
  24. <meta name="font:body" content="Baskerville" />
  25. <meta name="font:blogtitle" content="Baskerville" />
  26. <meta name="font:nav links" content="Baskerville" />
  27. <meta name="color:line" content="#000000"/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:Sidebar" content=""/>
  30. <meta name="if:Show Sidebar Image" content="0"/>
  31.  
  32. <style type="text/css">
  33.  
  34. iframe#tumblr_controls {
  35. top: 0% !important;
  36. right:0% !important;
  37. position: absolute !important;}
  38.  
  39. body {margin:auto; color:{color:text}; width:100%;{block:iftwocolumnswithmorespace}width:580px;{/block:iftwocolumnswithmorespace}font-family:{font:body}; font-size:9px;background-color:{color:background};background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat; line-height:10px;}
  40.  
  41. a {color: {color:Links};text-decoration: none;}a:hover {color: {color:Hover};-webkit-transition-duration: .5s;}
  42. .caption {margin-top:5px; margin-bottom:10px;}
  43.  
  44. .content {margin:auto;background-color: {color:center};width:508px; float:left; margin-top:16px;margin-left:300px;}
  45.  
  46. .post{
  47. {block:indexpage}width:250px; {/block:indexpage}{block:permalinkpage}width:540px{/block:permalinkpage} float:left; position:relative; margin:2px;font-size:{text:post font size}px;font-color:{color:text};}
  48.  
  49. .post img {{block:indexpage}width:250px; {/block:indexpage}}
  50.  
  51.  
  52. {block:ifimageopacity}
  53. img{ -webkit-transition: opacity 0.3s linear; opacity: 1; }
  54. {/block:ifimageopacity}
  55. {block:ifimageopacity}
  56. img:hover{ -webkit-transition: opacity 0.3s linear; opacity: .8; }
  57. {/block:ifimageopacity}
  58.  
  59. .permalink {margin:0px; text-align:right; padding:0px; opacity:0;-moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
  60. -webkit-transition: all 0.3s ease-out;
  61. transition: all 0.3s ease-out;
  62. }
  63.  
  64. .permalink a:hover{
  65. color:{color:Hover}
  66. }
  67.  
  68. .post:hover .permalink {opacity: 1;}
  69.  
  70. .information {color:{color:text};position:fixed;position:fixed;margin-left:900px; width:200px;top:100px; padding-bottom:2px; padding-left:1px; padding-top:2px;background-image:url();background-color: #ffffff;
  71. }
  72. .information:hover{-webkit-transition: opacity 0.3s linear; opacity: 1; }
  73. .links {font-size:9px;text-align:center;font-family:{font:nav links};}
  74.  
  75. .posted {font-size:9px;}
  76. .notes{
  77. margin:left;
  78. width:250px;
  79. font-size:9px;
  80. color:#000;
  81. text-align:left;}
  82. .viewnotes{
  83. margin-top:10px;
  84. font-size:9px;
  85. color:#000;
  86. text-align:left;
  87. }
  88.  
  89. ol.notes {padding-left:5px; list-style-type:none;}
  90. ol.notes li.note {padding:2px;}
  91.  
  92. .header {margin-left:300px; position:fixed; width:508px; height:16px; background-color:{color:header};z-index:1000;padding-bottom:1px; padding-top:1px; float:center;}
  93.  
  94. .audio {background-color:#000000;width:250px;}
  95.  
  96. .ptitle {font-size:11px;}
  97. .blogtitle {border-bottom:0px solid {color:line};text-align:center;padding-top:25px;padding-bottom:5px;font-size:{text:blogtitle size}px;font-family:{font:blogtitle};line-height:9px;
  98. }
  99.  
  100. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  101. #infscr-loading {display:none;}
  102. .navigation{display:none;}
  103.  
  104. {CustomCSS}
  105. </style>
  106.  
  107.  
  108. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  109.  
  110.  
  111. {block:IndexPage}
  112. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  113. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  114.  
  115. <script type="text/javascript">
  116. $(window).load(function () {
  117. $('.content').masonry(),
  118. $('.masonryWrap').infinitescroll({
  119. navSelector : "div.navigation",
  120. // selector for the paged navigation (it will be hidden)
  121. nextSelector : ".navigation a#next",
  122. // selector for the NEXT link (to page 2)
  123. itemSelector : ".post",
  124. // selector for all items you'll retrieve
  125. bufferPx : 10000,
  126. extraScrollPx: 10000,
  127. loadingImg : "http://static.tumblr.com/ry7nsix/S4Klhms7s/load.gif",
  128. loadingText : "<em></em>",
  129. },
  130. // call masonry as a callback.
  131. function() { $('.content').masonry({ appendedContent: $(this) }); }
  132. );
  133. });
  134. </script>
  135. {/block:IndexPage}
  136.  
  137. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  138. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  139. <script type="text/javascript" charset="utf-8">
  140. var $j = jQuery.noConflict();
  141. $j(function() {
  142. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  143. $j("img").lazyload({
  144. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  145. effect: "fadeIn",
  146. });
  147. });
  148. </script>
  149. </head>
  150. <body>
  151. <div class="token"><div style="display:scroll;position:fixed;bottom:10px;right:10px">theme by <a href="http://freakinaye.tumblr.com">freakinaye</a></div>
  152. <div class="header"><font-family: consolas; font-size: 9px;">write something cute here</font> <div style="float:right;">add ur music player here</div></div>
  153. <div class="information"><center>{block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=194px></a>{/block:ifshowsidebarimage}</center>{description}</div></div></div></div></div>
  154.  
  155. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:left" href="{PreviousPage}">Newer</a></p>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}</div>
  156.  
  157. <div class="content">
  158. {block:Posts}
  159.  
  160.  
  161. {block:Text}
  162. <div class="post"><div class="text">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{Body}{block:IndexPage}<div class="permalink"><a href="{Permalink}">+</a></div></div></div>{/block:IndexPage}{/block:Text}
  163.  
  164.  
  165. {block:Photo}<div class="post">{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:indexpage}width="250px"{block:indexpage} {block:PermalinkPage}width="500px"{/block:PermalinkPage}/>{block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}</div>{/block:Photo}
  166.  
  167.  
  168. {block:Photoset}
  169. <div class="post"><div class="photoset">
  170. <center>{Photoset-250}</center>
  171. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  172. </div></div>{/block:Photoset}
  173.  
  174.  
  175. {block:Quote}
  176. <div class="post"><a href="{Permalink}">"{Quote}"</a>{block:Source}<i> by</i> {Source}{/block:Source}</div>
  177. {/block:Quote}
  178.  
  179. {block:Link}
  180. <div class="post">
  181. <div class="ptitle"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  182. {block:IndexPage}<div class="permalink"><a href="{Permalink}">+</a></div>{/block:IndexPage}
  183. </div>
  184. {/block:Link}
  185.  
  186. {block:Chat}
  187. <div class="post">{block:Title}<b>{Title}</b>{/block:Title}
  188. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}{block:IndexPage}<div class="permalink"><a href="{Permalink}">+</a></div>{/block:IndexPage}
  189. </div>
  190. {/block:Chat}
  191.  
  192. {block:Video}
  193. <div class="post"><div class="video">{Video-250}
  194. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div></div>{/block:Video}
  195.  
  196. {block:Audio}
  197. <div class="post">
  198. <div class="audio">
  199. {AudioPlayerBlack}</div>{Caption}
  200. {block:PermalinkPage}{/block:PermalinkPage}
  201. {block:IndexPage}<div class="permalink"><a href="{Permalink}">+</a></div>{/block:IndexPage}
  202. </div>
  203. {/block:Audio}
  204.  
  205. {block:PermalinkPage}
  206. <div class="posted"><u>Posted:</u> {TimeAgo}, with {NoteCount} Notes</div>
  207. <br>{block:PostNotes}<div class="viewnotes"></div>{/block:PostNotes}
  208. <div class="notes">
  209. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  210.  
  211. {/block:Posts}
  212.  
  213. </div>
  214. </div>
  215. </div>
  216. </div>
  217. </div>
  218. </div>
  219. </body>
  220. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement