Advertisement
sunrisen

cheap theme

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