Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 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.  
  4. <html>
  5. <head>
  6. <!--
  7. Bloodbuzz theme by electricprism.
  8. I do not mind if you delete the credit links but DO NOT CLAIM THEME AS OUR OWN!
  9. -->
  10.  
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16.  
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19. <meta name="text:body font size" content="11px"/>
  20. <meta name="color:background" content="#fff"/>
  21. <meta name="color:header" content="#fff"/>
  22. <meta name="color:text" content="#222"/>
  23. <meta name="color:link" content="#222"/>
  24. <meta name="color:link hover" content="#a8a8a8"/>
  25. <meta name="color:navigation" content="#a8a8a8"/>
  26. <meta name="color:navigation hover" content="#000"/>
  27. <meta name="color:line" content="#aeaeae"/>
  28. <meta name="color:scrollbar track" content="#eee"/>
  29.  
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34.  
  35. body {background:{color:background}; font-family:arial; font-size:{text:body font size}; line-height:15px; text-align:justify; color:{color:text};}
  36.  
  37.  
  38. .content{width:580px;margin:auto;margin-top:-10px;}
  39. .posts {{block:IndexPage}width:580px;{/block:IndexPage}{block:PermalinkPage}width:580px;padding-left:3%;{/block:PermalinkPage}position:relative;margin-top:20px;}
  40. .post {{block:IndexPage}width:250px; margin:20px;{/block:IndexPage}{block:PermalinkPage}width:540px;{/block:PermalinkPage}}
  41. .header {margin:auto;width:545px;height:auto;padding-bottom:5px;border-bottom:1px solid {color:line};margin-top:75px;}
  42. .titandnav {font-size:14px;text-transform:none;z-index:99999999999999999999;}
  43. .titandnav a {font-family:arial;text-transform:uppercase;color:{color:navigation};text-decoration:none;padding-top:20px;}
  44. .titandnav a:hover {color:{color:navigation hover};}
  45.  
  46. a {text-decoration:none; text-transform:none; color:{color:link}; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  47. a:hover {color:{color:link hover}; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  48.  
  49. h3 {font-family:{font:body}; font-size:13; text-decoration:none; font-weight: bold; text-transform:uppercase;}
  50.  
  51. .permalink {padding:2px;text-align:right;opacity:0.6;font-size:9px;}
  52. .post .permalink {opacity:0.0}
  53. .post:hover .permalink {-moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in; opacity:1;}
  54.  
  55. .caption{background-color:{color:background};color:{color:text};font-size:10px; text-transform:none;}
  56.  
  57. .notes {width:580px;position:absolute;margin-top:5px; margin-left:1%;font-size:9px;}
  58. ol.notes li.note {padding:5px; list-style-type:none;}
  59. ol.notes {max-height: 250px;width:580px;overflow: auto;}
  60. img.avatar {display:none;}
  61.  
  62. ::-webkit-scrollbar{width:7px;height:7px;}
  63. ::-webkit-scrollbar-button:start:decrement
  64. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  65. ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  66. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar track};-webkit-border-radius:px;}
  67.  
  68.  
  69. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  70. #infscr-loading {display:none;}
  71. #imgp {margin-bottom:25px;}
  72. #pset iframe{display:block;{block:IndexPage}width:250px !important;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}text-align:center;}
  73.  
  74. {CustomCSS}
  75.  
  76. </style>
  77.  
  78.  
  79. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  80. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  81. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  82.  
  83. <script type="text/javascript">
  84. $(window).load(function () {
  85. $('.posts').masonry(),
  86. $('.masonryWrap').infinitescroll({
  87. navSelector : ".navigation",
  88. nextSelector : ".navigation a#next",
  89. itemSelector : ".post",
  90. bufferPx : 10000,
  91. extraScrollPx: 10000,
  92. loadingImg : "http://static.tumblr.com/di6vmmh/umVm7zqip/invisible.gif",
  93. loadingText : "<em>loading posts</em>",
  94. },
  95. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  96. );
  97. });
  98. </script>
  99.  
  100. <script>(function(d, s, id) {
  101. var js, fjs = d.getElementsByTagName(s)[0];
  102. if (d.getElementById(id)) return;
  103. js = d.createElement(s); js.id = id;
  104. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  105. fjs.parentNode.insertBefore(js, fjs);
  106. }(document, 'script', 'facebook-jssdk'));</script>
  107.  
  108. </head>
  109.  
  110. <body>
  111.  
  112.  
  113.  
  114. <div class="header"><div class="titandnav"><a href="/"><b>{Title}</b> </a><a href="/ask">contact</a> <a href="/archive">index</a> {block:HasPages}{block:Pages} <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages} <a href="http://electricprism.tumblr.com">theme</a></div></div>
  115.  
  116. <div class="content">
  117.  
  118. <div class="posts">
  119.  
  120. {Block:Posts}
  121.  
  122.  
  123. {block:Text}
  124. <div class="post">
  125. {block:Title}
  126. <h3>{Title}</h3>
  127. {/block:Title}
  128. {Body}
  129. {block:IndexPage}
  130. <div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}</a></div>
  131. {/block:IndexPage}
  132. {block:PermalinkPage}
  133. <div class="caption">
  134. <b>Posted on: </b>{Month} {DayOfMonth}, {Year}{block:NoteCount} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.
  135. </div>
  136. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  137. {/block:PermalinkPage}
  138. </div>
  139. {/block:Text}
  140.  
  141.  
  142. {block:Photo}
  143. <div class="post">
  144. <div id="imgp">
  145. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="250" alt="{PhotoAlt}"/></a>{/block:IndexPage}
  146. {block:PermalinkPage}
  147. {LinkOpenTag}
  148. <img src="{PhotoURL-HighRes}" width="540" alt="{PhotoAlt}"/>
  149. {LinkCloseTag}
  150. {block:Caption}<div class="caption">{Caption}{/block:Caption}
  151. <b>Posted on: </b>{Month} {DayOfMonth}, {Year}{block:NoteCount} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.</div>
  152. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  153. {/block:PermalinkPage}
  154. </div></div>
  155. {/block:Photo}
  156.  
  157. {block:Photoset}
  158. <div class="post"><div class="pset"><center>{Photoset-250}</center><div class="perm"><a href="{Permalink}">{ShortMonth} {DayofMonth}</a></div></div></div>{block:PermalinkPage}{block:Caption}<br><div class="caption">{Caption}{/block:Caption}<br><br>
  159. <b>Posted on: </b>{Month} {DayOfMonth}, {Year}{block:NoteCount} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.
  160. </div>
  161. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  162. {/block:PermalinkPage}
  163. {/block:Photoset}
  164.  
  165.  
  166. {block:Quote}
  167. <div class="post">
  168. <i>"{Quote}"</i>
  169. {block:Source}<b><br>━ {Source}</b>{/block:Source}
  170. {block:IndexPage}
  171. <div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}</a></div>
  172. {/block:IndexPage}
  173. {block:PermalinkPage}
  174. <div class="caption">
  175. <b>Posted on: </b>{Month} {DayOfMonth}, {Year}{block:NoteCount} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.
  176. </div>
  177. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  178. {/block:PermalinkPage}
  179. </div>
  180. {/block:Quote}
  181.  
  182.  
  183. {block:link}
  184. <div class="post">
  185. <div class="linkpost"><a href="{URL}" class="linkpost" {Target}><h3>{Name}</h3></a>{block:Description}<div class="description">{Description}</div>{/block:Description}</div>
  186. {block:IndexPage}
  187. <div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}</a></div>
  188. {/block:IndexPage}
  189. {block:PermalinkPage}
  190. <div class="caption">
  191. <b>Posted on: </b>{Month} {DayOfMonth}, {Year}{block:NoteCount} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.</div>
  192. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  193. {/block:PermalinkPage}
  194. </div>
  195. {/block:link}
  196.  
  197.  
  198. {block:Chat}
  199. <div class="post">
  200. {block:Title}{Title}{/block:Title}{block:Lines}<br>{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}{/block:Lines}
  201. {block:IndexPage}
  202. <div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}</a></div>
  203. {/block:IndexPage}
  204. {block:PermalinkPage}
  205. <div class="caption">
  206. <b>Posted on: </b>{Month} {DayOfMonth}, {Year}{block:NoteCount} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.
  207. </div>
  208. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  209. {/block:PermalinkPage}
  210. </div>
  211. {/block:Chat}
  212.  
  213.  
  214. {block:Video}
  215. <div class="post">
  216. <div class="video">
  217. <center>{Video-250}</center>
  218. {block:Caption}<div class="audiocaption">{Caption}</div>{/block:Caption}</div>
  219. {block:IndexPage}
  220. <div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}</div>
  221. {/block:IndexPage}
  222. {block:PermalinkPage}
  223. <div class="caption">
  224. <b>Posted on: </b>{Month} {DayOfMonth}, {Year}{block:NoteCount} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.
  225. </div>
  226. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  227. {/block:PermalinkPage}
  228. </div>
  229. {/block:Video}
  230.  
  231.  
  232. {block:Audio}
  233. <div class="post">
  234. {AudioPlayerGrey}
  235. {Block:Caption}{Caption}{/Block:Caption}
  236. {block:IndexPage}
  237. <div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}</a></div>
  238. {/block:IndexPage}
  239. {block:PermalinkPage}
  240. <div class="caption">
  241. <b>Posted on: </b>{Month} {DayOfMonth}, {Year}{block:NoteCount} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.
  242. </div>
  243. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  244. {/block:PermalinkPage}
  245. </div>
  246. {/block:Audio}
  247.  
  248. {block:Answer}
  249. <div class="post">
  250. <b>{Asker}:</b> {Question}
  251. <i>{Answer}</i>
  252. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth}</a></div>{/block:IndexPage}
  253. {block:PermalinkPage}
  254. {block:Caption}<br><div class="caption">{Caption}</div>{/block:Caption}<br><br>
  255. <b>Posted on: </b>{Month} {DayOfMonth}, {Year}{block:NoteCount} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.</div>
  256. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  257. {/block:PermalinkPage}
  258. </div>
  259. {/block:Answer}
  260.  
  261. {/block:Posts}
  262. {block:IndexPage}
  263. <div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  264. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}{/block:Pagination}</div>
  265. {/block:IndexPage}
  266.  
  267.  
  268. </div>
  269. </div>
  270. <div style="position:fixed; bottom:10px; right:10px;"><a href="http://electricprism.tumblr.com/">©</a></div>
  271. </body>
  272. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement