Advertisement
sunrisen

palace theme

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