Advertisement
sunrisen

neptune theme

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