Advertisement
sunrisen

hulu v3

Mar 22nd, 2015
15,900
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.52 KB | None | 0 0
  1. <!--
  2.  
  3. HULU THEME V3 CREATED BY DECADE (SUNRISENTHEMES)
  4. RELEASED 22/03/2015
  5. _ ___ __ _ _ ___
  6. | \ | / /_\ | \ |
  7. | | |--- | | | | | |---
  8. |__/ |___ \___ | | |__/ |___
  9.  
  10. FIND MORE THEMES BY DECADE AT SUNRISENTHEMES
  11.  
  12. -->
  13. <html lang="en">
  14. <head>
  15. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|Oxygen|Didact+Gothic|Open+Sans|Raleway:200' rel='stylesheet' type='text/css'>
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{Favicon}">
  26.  
  27. <!-------------- color inputs --------------->
  28. <meta name="color:background" content="#ffffff"/>
  29. <meta name="color:text" content="#000000"/>
  30. <meta name="color:link" content="#000000"/>
  31. <meta name="color:hover" content="#cccccc"/>
  32. <meta name="color:permalink" content="#cccccc"/>
  33. <meta name="color:title" content="#000000"/>
  34. <meta name="color:post border" content="#000000"/>
  35.  
  36. <!-------------- image inputs --------------->
  37. <meta name="image:background" content=""/>
  38. <meta name="image:header" content=""/>
  39.  
  40. <!-------------- if inputs ------------------>
  41. <meta name="if:show ask link" content="0"/>
  42. <meta name="if:invert follow button" content="1"/>
  43. <meta name="if:show header image" content="0"/>
  44. <meta name="if:perma style one" content="1"/>
  45. <meta name="if:perma style two" content="0"/>
  46. <meta name="if:image fade" content="1"/>
  47. <meta name="if:two columns" content="0"/>
  48. <meta name="if:three columns" content="1"/>
  49. <meta name="if:four columns" content="0"/>
  50. <meta name="if:five columns" content="0"/>
  51.  
  52. <!-------------- link inputs ----------------->
  53. <meta name="text:link one" content=""/>
  54. <meta name="text:link one title" content=""/>
  55. <meta name="text:link two" content=""/>
  56. <meta name="text:link two title" content=""/>
  57. <meta name="text:link three" content=""/>
  58. <meta name="text:link three title" content=""/>
  59. <meta name="text:link four" content=""/>
  60. <meta name="text:link four title" content=""/>
  61. <meta name="text:link five" content=""/>
  62. <meta name="text:link five title" content=""/>
  63. <meta name="text:link six" content=""/>
  64. <meta name="text:link six title" content=""/>
  65.  
  66. <style type="text/css">
  67.  
  68. #tumblr_controls{
  69. position:fixed !important;
  70. {block:ifinvertfollowbutton}
  71. -webkit-filter: invert(100%) ;
  72. {/block:ifinvertfollowbutton}
  73. }
  74.  
  75. ::-webkit-scrollbar-thumb{
  76. background-color: {color:text};
  77. border: 3px solid {color:background};
  78. height:auto;
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. height:auto;
  83. width:9px;
  84. background-color: #999999;
  85. border: 4px solid {color:background};
  86. }
  87.  
  88. body{
  89. margin:0px;
  90. background-repeat: repeat;
  91. background-attachment:fixed;
  92. background-color:{color:background};
  93. background-image:url('{image:background}');
  94. font-size: 8px;
  95. font-family: littlefont;
  96. line-height:9px;
  97. text-transform:lowercase;
  98. color: {color:text};
  99. }
  100.  
  101. a:link, a:active, a:visited{
  102. color: {color:link};
  103. text-decoration: none;
  104. padding-bottom:1px;
  105. -webkit-transition-duration:.2s;
  106. }
  107.  
  108. a:hover{
  109. color: {color:hover};
  110. }
  111.  
  112. .entry {
  113. margin:15px;
  114. padding: 20px;
  115. padding-bottom:22px;
  116. margin-bottom:12px;
  117. float:left;
  118. background-color:none;
  119. {block:IndexPage}
  120. width:250px;
  121. {/block:IndexPage}
  122. {block:iffivecolumns}margin:5px;
  123. {block:indexpage}
  124. width:200px;
  125. {/block:indexpage}
  126. {/block:iffivecolumns}
  127. {block:PermalinkPage}
  128. width:500px;
  129. {/block:PermalinkPage}
  130. font-family:arial;
  131. font-size: 9px;
  132. letter-spacing:0px;
  133. text-transform:uppercase;
  134. line-height:14px;
  135. color:#888888;
  136. overflow:hidden;
  137. }
  138. .entry:hover a{{block:ifpermastyleone}color:white;{/block:ifpermastyleone}
  139. }
  140.  
  141. .entry img{max-width:100%;}
  142. .entry .shadow {z-index:-10;width:250px;height:100%;display:inline-block;position:absolute;padding:30px;padding-bottom:32px;background:{color:background};margin-top:-30px;margin-left:-32px;{block:permalinkpage}display:none;{/block:permalinkpage}-webkit-transition-duration:.7s;}
  143. .entry:hover .shadow{{block:ifpermastyleone}background:black;{/block:ifpermastyleone}}
  144. .photo a, .photo a:hover{background:none;border:none;}
  145.  
  146. .wrapper{{block:indexpage}{block:iftwocolumns}width:640px;{block:iftwocolumns}{block:ifthreecolumns}width:960px;{/block:ifthreecolumns}{block:iffourcolumns}width:1300px;{/block:iffourcolumns}{block:iffivecolumns}width:1250px;{/block:iffivecolumns}{/block:indexpage}{block:permalinkpage}width:530px;{/block:permalinkpage}margin:0px auto;}
  147.  
  148. #posts {
  149. width:100%;
  150. {block:permalinkpage}
  151. width:530px;
  152. {/block:permalinkpage}
  153. {block:ifnotshowheaderimage}
  154. margin-top:-20px;
  155. padding-top:0px;
  156. {/block:ifnotshowheaderimage}
  157. {block:ifshowheaderimage}
  158. margin-top:0px;
  159. padding-top:0px;
  160. {/block:ifshowheaderimage}
  161. padding-bottom:100px;
  162. padding-right:0px;
  163. padding-left:0px;
  164. margin-left:10px;
  165. background:none;
  166. padding-left:0px;
  167. z-index:2;
  168. }
  169.  
  170. #infscr-loading{
  171. bottom: -10px;
  172. position: absolute;
  173. left: 50%;
  174. margin-left:0px;
  175. width:16px;
  176. height:16px;
  177. overflow:hidden;
  178. margin-bottom: 50px;
  179. }
  180.  
  181. .img{{block:indexpage}margin-bottom:-3px;{block:ifimagefade}opacity:.9;{/block:ifimagefade}{/block:indexpage}z-index:2;-webkit-transition-duration:.7s;-webkit-filter:grayscale(0%);z-index:3;}
  182.  
  183. .img:hover, .entry:hover .img{opacity:1;}
  184.  
  185. .img a{{block:indexpage}color:black;{/block:indexpage}}
  186. .img a:hover{color:{color:hover};}
  187.  
  188. .title{
  189. font-family:consolas;
  190. font-size: 9px;
  191. font-weight:normal;
  192. line-height:7px;
  193. letter-spacing:1px;
  194. text-transform:uppercase;
  195. color:white;
  196. }
  197. .entry:hover .title a{color:white;}
  198.  
  199. blockquote{
  200. padding:0px 0px 2px 5px;
  201. margin:2px 0px 2px 1px;
  202. border-left: 1px solid #cccccc;}
  203. blockquote p, ul{margin:0px; padding:0px;}
  204.  
  205. .chat .line{
  206. background-color:#ffffff;
  207. margin: 0 0 1px;
  208. padding: 5px;
  209. }
  210. .chat .line.odd{
  211. background-color:#eeeeee;
  212. }
  213.  
  214. .label {font-weight:bold; color:{color:text}}
  215.  
  216. a img{border: 0px;}
  217.  
  218. .p { padding-top: 5px; }
  219. .ol, ul { margin-left: 10px; padding: 5px; }
  220. .ul { list-style-type: square; }
  221.  
  222. .albumart { margin-bottom: 0px; }
  223. .albumart img, .audio embed { width: 55px; padding-right: 5px;}
  224. .notes img{width:20px; position:left; top:5px;border-radius:100px;}
  225. .notes{line-height:17px;text-transform:uppercase;font-family:consolas;font-size:9px;letter-spacing:1px;text-align:left;}
  226.  
  227. .ig{opacity:.9;-webkit-transition-duration:.8s;}.ig:hover, .entry:hover .ig{opacity:1;}
  228.  
  229. #s-m-t-tooltip{
  230. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  231. max-width:270px;
  232. margin-top:7px;
  233. margin-left:7px;
  234. padding-left:4px;
  235. padding-right:4px;
  236. border:none;
  237. border-radius:0px;
  238. z-index:1000;
  239. background-color:#ffffff;
  240. color:#000000;
  241. font-family:source sans pro;
  242. z-index:1000000009;
  243. font-size:8px;
  244. letter-spacing:1px;
  245. font-style:normal;
  246. text-transform:uppercase;
  247. line-height:15px;
  248. box-shadow:3px 3px 0px #cccccc;
  249. border:1px solid #aaaaaa;
  250. }
  251.  
  252. #sidebar{
  253. position:relative;
  254. height:auto;
  255. width:100%;
  256. height:70px;
  257. margin-top:0px;
  258. padding-top:30px;
  259. padding:0px;
  260. padding-bottom:0px;
  261. background:{color:background};
  262. color:black;
  263. font-family:didact gothic;
  264. font-size:9px;letter-spacing:1px;text-transform:uppercase;-webkit-transition-duration:1s;
  265. text-align:center;
  266. z-index:0;
  267. margin-left:0px;
  268. line-height:30px;
  269. padding-left:0px;
  270. opacity:0;
  271. padding-top:30px;
  272. padding-bottom:30px;
  273.  
  274. }
  275. #sidebar:hover{opacity:1;}
  276. #sidebar2{width:100%;height:auto;position:absolute;margin-top:30px;margin-left:0px;font-size:30px;font-family:Raleway;padding:0px;text-align:center;text-transform:uppercase;color:{color:title};}
  277. .links{margin-left:10px;line-height:10px;margin-top:9px;font-size:12px;z-index:10000000000009;}
  278.  
  279. .hear {width:36px;height:36px;padding:5px;overflow:hidden;position:absolute;z-index:9999;margin:-145px 0 0 105px;background-color:#000000;-moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px;
  280. }
  281.  
  282. .hear .player {width:26px;height:26px;overflow:hidden;position:absolute;margin:5px 0 0 5px;background-color:#000000;-moz-border-radius: 30px;
  283. }
  284.  
  285. @font-face {font-family: "littlefont";
  286. src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf');
  287. }
  288.  
  289. .perma {position:absolute; text-decoration:none; margin-top:0px; margin-left:-15px; padding:2px; opacity:1;-webkit-transition: all .7s ease-in-out;-moz-transition: all .7s ease-in-out;-o-transition: all .7s ease-in-out;transition: all .7s ease-in-out;z-index:10;font-family:littlefont;width:auto;text-align:center;color:white;font-size:8px;padding-top:0px;padding-bottom:0px;border:0px;z-index:1;letter-spacing:1px;}
  290. .perma a {text-transform:uppercase;color:#ffffff;{block:ifpermastyletwo}color:black;{/block:ifpermastyletwo}}
  291. .perma:hover a{color:white;{block:ifpermastyletwo}color:black;{/block:ifpermastyletwo}}
  292. .entry:hover .perma {margin-left:-15px;-webkit-transition: all .7s ease-in-out;-moz-transition: all .7s ease-in-out;-o-transition: all .7s ease-in-out;transition: all .7s ease-in-out; position:absolute; opacity:1;border:0px;{block:ifpermastyletwo}color:black;{/block:ifpermastyletwo}}
  293. .entry:hover .perma:hover{opacity:1;z-index:100;color:black;-webkit-transition: all .7s ease-in-out;-moz-transition: all .7s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .7s ease-in-out;}
  294.  
  295. .perma2 {position:absolute; text-decoration:none; margin-top:0px; margin-left:40px; padding:2px; opacity:1;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;z-index:10;font-family:littlefont;font-size:8px;width:auto;text-align:center;color:white;text-transform:uppercase;letter-spacing:1px;padding-top:0px;padding-bottom:0px;}
  296. .perma2 a {text-decoration:none;text-transform:uppercase;color:white;{block:ifpermastyletwo}color:black;{/block:ifpermastyletwo}}
  297. .perma2 a:hover{color:white;{block:ifpermastyletwo}color:black;{/block:ifpermastyletwo}}
  298. .entry:hover .perma2 {-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out; position:absolute; opacity:1;{block:ifpermastyletwo}color:black;{/block:ifpermastyletwo}}
  299. .entry:hover .perma2:hover{opacity:1;z-index:100;border:0px;color:black;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
  300.  
  301. .perma3 {position:absolute; text-decoration:none; top:50%;margin-top:-30px; left:50%; margin-left:-27px; padding:1px; opacity:0; -webkit-transition: 0.4s ease-in;z-index:10;font-family:trebuchet ms;width:55px;text-align:center;background:{color:background};padding-top:5px;padding-bottom:5px;font-size:9px;letter-spacing:1px;}
  302. .perma3 a {text-decoration:none;text-transform:uppercase;}
  303. .entry:hover .perma3 {-webkit-transition: 0.4s ease-in; position:absolute; background:{color:background}; opacity:.8;}
  304. .entry:hover .perma3:hover{opacity:.9;z-index:100;}
  305.  
  306. .perma4 {position:absolute; text-decoration:none; top:50%;margin-top:0px;left:50%;margin-left:-27px; padding:1px;padding-top:5px;padding-bottom:5px; background:{color:background}; opacity:0; -webkit-transition: 0.4s ease-in;z-index:10;font-family:trebuchet ms;width:55px;text-align:center;font-size:9px;letter-spacing:1px;}
  307. .perma4 a {text-decoration:none;text-transform:uppercase;}
  308. .entry:hover .perma4 {-webkit-transition: 0.4s ease-in; position:absolute; background:{color:background}; opacity:.8;}
  309. .entry:hover .perma4:hover{opacity:.9;z-index:100;}
  310.  
  311. {CustomCSS}
  312. </style>
  313. <!-----
  314. credit - please keep this link so i can keep my themes free, otherwise i will have to make all themes premium and nobody likes paying for themes, thank you for understanding
  315. ------->
  316. <div style="bottom:5px;right:5px;position:fixed;z-index:99999999999999999;"><a href="http://decade.tumblr.com" title="credit"><img src="http://static.tumblr.com/sjab39p/xU4nc96xj/cigarette.png" style="z-index:999999999;"/></a></div>
  317. <!----- end credit ------>
  318. {block:IndexPage}
  319. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  320. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  321. <script type="text/javascript">
  322. $(window).load(function () {
  323. var $content = $('#posts');
  324. $content.masonry({itemSelector: '.entry'}),
  325. $content.infinitescroll({
  326. navSelector : 'div#pagination',
  327. nextSelector : 'div#pagination a#nextPage',
  328. itemSelector : '.entry',
  329. loading: {
  330. finishedMsg: '',
  331. img: 'http://static.tumblr.com/apahx90/gbVmpo84y/ajax-loader-1.gif'
  332. },
  333. bufferPx : 600,
  334. debug : false,
  335. },
  336. // call masonry as a callback.
  337. function( newElements ) {
  338. var $newElems = $( newElements );
  339. $newElems.hide();
  340. // ensure that images load before adding to masonry layout
  341. $newElems.imagesLoaded(function(){
  342. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(1300);} );
  343. });
  344. });
  345. });
  346. </script>
  347. {/block:IndexPage}
  348. <meta name="viewport" content="width=800" />
  349.  
  350. </head><body>
  351. <div id="sidebar2">{block:ifshowheaderimage}
  352. <center><img src="{image:header}" style="margin-top:-20px;max-height:100px;width:auto;"/></center>
  353. {/block:ifshowheaderimage}
  354. {block:ifnotshowheaderimage}
  355. {title}
  356. {/block:ifnotshowheaderimage}</div>
  357. <div id="sidebar">
  358. <div style="line-height:9px;">
  359. {description}
  360. </div>
  361. <div class="links"><a href="/">refresh</a>{block:ifshowasklink}&nbsp; / &nbsp;<a href="/ask">ask</a>{/block:ifshowasklink}{block:iflinkonetitle}&nbsp; / &nbsp;<a href="{text:link one}">{text:link one title}</a>{/block:iflinkonetitle}{block:iflinktwotitle}&nbsp; / &nbsp;<a href="{text:link two}">{text:link two title}</a>{/block:iflinkotwotitle}{block:iflinkthreetitle}&nbsp; / &nbsp;<a href="{text:link three}">{text:link three title}</a>{/block:iflinkthreetitle}{block:iflinkfourtitle}&nbsp; / &nbsp;<a href="{text:link four}">{text:link four title}</a>{/block:iflinkfourtitle}{block:iflinkfivetitle}&nbsp; / &nbsp;<a href="{text:link five}">{text:link five title}</a>{/block:iflinkfivetitle}{block:iflinksixtitle}&nbsp; / &nbsp;<a href="{text:link six}">{text:link six title}</a>{/block:iflinksixtitle}<!--- to help keep my themes free, please leave this credit here so i can keep creating themes which you won't have to pay for, thank you --->&nbsp; / &nbsp;<a href="http://decade.tumblr.com">credit</a></div>
  362. </div>
  363.  
  364. <div class="wrapper">
  365. <div class="autopagerize_page_element">
  366. <div id="posts">
  367.  
  368. {block:Posts}
  369. <div class="entry">
  370. <div class="shadow" style="{block:Answer}left:0px;padding-right:60px;{/block:Answer}"></div>
  371.  
  372. {block:Text}
  373. {block:Title}<div class="title">{Title}</div>{/block:Title}
  374. {Body}
  375. {block:IndexPage}
  376. <div class="perma" style="font-family:arial;"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  377. <div class="perma2" style="font-family:arial;"><a href="{permalink}">{notecountwithlabel}</a></div>
  378. {/block:IndexPage}
  379. {/block:Text}
  380.  
  381. {block:Link}
  382. <a href="{URL}" class="title">{Name}</a>
  383. {block:Description}{Description}{/block:Description}
  384. {block:IndexPage}
  385. <div class="perma" style="font-family:arial;"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  386. <div class="perma2" style="font-family:arial;"><a href="{permalink}">{notecountwithlabel}</a></div>
  387. {/block:IndexPage}
  388. {block:Link}
  389.  
  390. {block:Photo}
  391. <div class="img">
  392. {block:ifpermastyletwo}
  393. <div class="perma3"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  394. <div class="perma4"><a href="{permalink}">{notecount}</a></div>
  395. {/block:ifpermastyletwo}
  396. {block:indexpage}
  397. <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="100%"></img></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" width="500px" class="border"></img>{/block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  398. {block:ifpermastyleone}
  399. {block:IndexPage}
  400. <div class="perma" style="font-family:arial;"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  401. <div class="perma2" style="font-family:arial;"><a href="{permalink}">{notecountwithlabel}</a></div>
  402. {/block:IndexPage}
  403. {/block:ifpermastyleone}
  404. </div>
  405. {/block:Photo}
  406.  
  407. {block:Answer}
  408. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;border-radius:100px;"/>
  409. <b>{Asker}</b>: <b>{Question}</b>{Answer}
  410. {block:IndexPage}
  411. <div class="perma" style="font-family:arial;"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  412. <div class="perma2" style="font-family:arial;"><a href="{permalink}">{notecountwithlabel}</a></div>
  413. {/block:IndexPage}
  414. {/block:Answer}
  415.  
  416. {block:Photoset}
  417. <div class="img">
  418. {block:IndexPage}<a href="{permalink}">{block:Photos}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{/block:Photos}<div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div></a>{/block:IndexPage}
  419. {block:PermalinkPage}<center>{Photoset-500}</center>{/block:PermalinkPage}
  420. </div>
  421. {block:IndexPage}
  422. <div class="perma" style="font-family:arial;"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  423. <div class="perma2" style="font-family:arial;"><a href="{permalink}">{notecountwithlabel}</a></div>
  424. {/block:IndexPage}
  425. {/block:Photoset}
  426.  
  427. {block:Quote}
  428. {Quote} - {source}
  429. {block:IndexPage}
  430. <div class="perma" style="font-family:arial;"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  431. <div class="perma2" style="font-family:arial;"><a href="{permalink}">{notecountwithlabel}</a></div>
  432. {/block:IndexPage}
  433. {/block:Quote}
  434.  
  435. {block:Audio}
  436. {block:indexpage}
  437. <div class="audio">{block:AlbumArt}<a href="{permalink}" title="{block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}"><img src="{AlbumArtURL}" style="width:100%;height:auto;position:relative;" class="ig"/></a>{/block:AlbumArt}</div><div class="hear">
  438. <div class="player">
  439. {AudioPlayerBlack}</div></div>
  440. {block:ExternalAudio}{/block:ExternalAudio}
  441. {/block:indexpage}
  442. {block:permalinkpage}
  443. <div id="audio">{block:AlbumArt}<img src="{AlbumArtURL}" style="width:47px;height:47px;position:relative;">{/block:AlbumArt}</div><div style="float:left;text-align:left;width:300px;height:27px;padding-top:10px;padding-bottom:10px;{block:albumart}margin-top:-51px;{/block:albumart}float:right;background-color:#000000;">{AudioPlayerBlack height="50" width="420"}
  444. {block:ExternalAudio}{/block:ExternalAudio}</div>
  445. {/block:permalinkpage}
  446. {block:IndexPage}
  447. <div class="perma" style="font-family:arial;"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  448. <div class="perma2" style="font-family:arial;"><a href="{permalink}">{notecountwithlabel}</a></div>
  449. {/block:IndexPage}
  450. {/block:Audio}
  451.  
  452. {block:video}
  453. {block:indexpage}
  454. {video-250}
  455. {block:indexpage}
  456. {block:permalinkpage}
  457. {video-500}
  458. {/block:permalinkpage}
  459. {block:IndexPage}
  460. <div class="perma" style="font-family:arial;"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  461. <div class="perma2" style="font-family:arial;"><a href="{permalink}">{notecountwithlabel}</a></div>
  462. {/block:IndexPage}
  463. {/block:video}
  464.  
  465. {block:Chat}
  466. {block:Title}<div class="title"><center>{Title}</center></div>{/block:Title}
  467. <div class="chat">
  468. <div class="lines">
  469. {block:Lines}
  470. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  471. {/block:Lines}
  472. </div>
  473. </div>
  474. {block:IndexPage}
  475. <div class="perma" style="font-family:arial;"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  476. <div class="perma2" style="font-family:arial;"><a href="{permalink}">{notecountwithlabel}</a></div>
  477. {/block:IndexPage}
  478. {/block:Chat}
  479.  
  480. {block:IndexPage}
  481. <div style="display:none;">
  482. {block:ContentSource}
  483. <a href="{SourceURL}">
  484. {lang:Source}:
  485. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  486. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  487. </a>via {ReblogParentName}{block:RebloggedFromReblog}{/block:RebloggedFromReblog}{/block:ContentSource}</div>
  488. {/block:IndexPage}
  489.  
  490. {block:PermalinkPage}
  491. <center>
  492. {block:Date}
  493. <center>
  494. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  495. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  496. {/block:Date}
  497. {block:RebloggedFrom}
  498. <center><br>{via: <a href="{ReblogParentURL}">{ReblogParentName}</a>}
  499. </center>
  500. {/block:RebloggedFrom}
  501. {/block:PermalinkPage}
  502.  
  503. {block:PostNotes}<div class="notes">{PostNotes}</div>
  504. {/block:PostNotes}
  505. </div>
  506.  
  507.  
  508. {/block:Posts}
  509. </div>
  510. </div></div>
  511. <div class="right">
  512. </div>
  513. <div class="footer">
  514. <br>
  515. </div>
  516. </body>
  517. </html>
  518. <div style="position:fixed;right:0px;bottom:-425px;">
  519. {block:IndexPage}
  520. {block:Pagination}
  521. <div id="pagination">
  522. {block:NextPage}
  523. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  524. {/block:NextPage}
  525. {block:PreviousPage}
  526. <a href="{PreviousPage}">&larr;&nbsp;</a>
  527. {/block:PreviousPage}
  528. </div>
  529. {/block:Pagination}
  530. {/block:IndexPage}</div></div>
  531. </body>
  532. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  533. <script>
  534. (function($){
  535. $(document).ready(function(){
  536. $("[title],a[title],img[title]").style_my_tooltips({
  537. tip_follows_cursor:true,
  538. tip_delay_time:100,
  539. tip_fade_speed:300,
  540. attribute:"title"
  541. });
  542. });
  543. })(jQuery);
  544. </script>
  545. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement