jolaaloj

Serendipity v2

Mar 28th, 2013
2,689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.14 KB | None | 0 0
  1. <!--
  2.  
  3. 001. SERENDIPITY by Urbanclique
  4. Originally by Irrelevantly
  5. Please do not steal, copy, or claim as your own.
  6.  
  7.  
  8. -->
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15. <link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  18. <script type="text/javascript">
  19. <!--
  20.  
  21. // Disable Right Click Script
  22.  
  23. function IE(e)
  24. {
  25. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  26. {
  27. return false;
  28. }
  29. }
  30. function NS(e)
  31. {
  32. if (document.layers || (document.getElementById && !document.all))
  33. {
  34. if (e.which == "2" || e.which == "3")
  35. {
  36. return false;
  37. }
  38. }
  39. }
  40. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  41.  
  42. //-->
  43.  
  44. </script>
  45. <meta name="color:background" content="#EEEEEE"/>
  46. <meta name="color:text" content="#130C11"/>
  47. <meta name="color:link" content="#000000"/>
  48. <meta name="color:scrollbar" content="#130C11"/>
  49. <meta name="color: border" content="#dddddd"/>
  50. <meta name="color: accent" content="#bbccdd"/>
  51. <meta name="color: post title" content="#bbccdd"/>
  52. <meta name="image:sidebar" content="http://static.tumblr.com/e4519d841c887cb6ac62cd8d81b1b2f7/lquab17/liAmka9ap/tumblr_static_tumblr_mfgjm0limj1r9qxdzo1_500.png"/>
  53. <meta name="image:background" content="http://static.tumblr.com/a3a63de5cc4ed7a115366e03d0c4738c/lquab17/J5Zmka9b3/tumblr_static_hor.jpeg"/>
  54. <meta name="if:show blog title" content="1"/>
  55. <meta name="if:tiny scrollbar" content="1"/>
  56. <meta name="if:tiny cursor" content="1"/>
  57. <meta name="if:default body font" content="1"/>
  58. <meta name="if:calibri body font" content="0"/>
  59. <meta name="if:georgia body font" content="0"/>
  60. <meta name="text:link 1" content="http://" />
  61. <meta name="text:link 1 title" content="" />
  62. <meta name="text:link 2" content="http://" />
  63. <meta name="text:link 2 title" content="" />
  64. <meta name="text:link 3" content="http://" />
  65. <meta name="text:link 3 title" content="" />
  66. <meta name="text:link 4" content="http://" />
  67. <meta name="text:link 4 title" content="" />
  68. <meta name="text:link fontsize" content="16px" />
  69. <meta name="text:link seperation" content="/" />
  70. <meta name="text:blog title" content="Serendipity" />
  71. <meta name="text:blogtitle fontsize" content="64px" />
  72.  
  73. <style type="text/css">
  74. {block:iftinycursor} body, a {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;} a:hover{cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;} {block:iftinycursor}
  75.  
  76. {block:iftinyscrollbar}::-webkit-scrollbar {width: 4px; height: 4px; background: {color:Background}; } ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};} {/block:iftinyscrollbar}
  77.  
  78. iframe#tumblr_controls {
  79. white-space:nowrap; filter: invert(90%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.5}
  80.  
  81. .wrapper{margin: 0px auto;width: 802px;}
  82. .header{float: left;width: 100%;}
  83. .left{float: left;margin-right: 20px;width: 802px;}
  84. .right{float: right;width: 200px;background-color: {color:Background};}
  85.  
  86. body {
  87. {block:ifdefaultbodyfont}
  88. font-family: consolas, sans-serif;
  89. font-size: 12px;
  90. {/block:ifdefaultbodyfont}
  91. {block:ifcalibribodyfont}
  92. font-family: calibri;
  93. font-size: 11px;
  94. {/block:ifcalibribodyfont}
  95. {block:ifgeorgiabodyfont}
  96. font-family: georgia;
  97. font-size: 9px;
  98. {/block:ifgeorgiabodyfont}
  99. color: {color:text};
  100. background-color: {color:Background};
  101. background-image:url({image:Background});
  102. background-attachment: fixed;
  103. background-repeat: repeat; }
  104.  
  105. a:link, a:active, a:visited{
  106. color: {color:Link};
  107. text-decoration: none;
  108. -webkit-transition: all 0.6s linear;
  109. -webkit-transition: all 0.6s linear;
  110. -moz-transition: all 0.6s linear;
  111. transition: all 0.6s linear;}
  112.  
  113. a:hover {
  114. color: #fff;
  115. text-shadow:0px 0px 2px #666;
  116. cursor: {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;}
  117. -webkit-transition: all 0.6s linear;
  118. -webkit-transition: all 0.6s linear;
  119. -moz-transition: all 0.6s linear;
  120. transition: all 0.6s linear;
  121. }
  122.  
  123. b, strong { color: {color: accent}; font-weight: none; }
  124. i,em {
  125. font-family: 'Dawning of A New Day'; font-size: 17px; text-decoration: none; line-height: 10px; }
  126. p {padding-top: 2px;}
  127. blockquote {border-left: 3px {color: border} solid; padding-left: 5px; margin-left: 5px; }
  128.  
  129. #yup {
  130. margin-left: 5px;
  131. overflow: visible;
  132. margin-top: 5px;
  133. z-index: 999999;
  134. }
  135.  
  136. #yup a {
  137. font-family: raleway;
  138. font-size: 14px;
  139. display: block;
  140. padding: 5px;
  141. text-align: center;
  142. float: left;
  143. margin-left: 5px;
  144. margin-bottom: -3px;
  145. padding-right:5px;
  146. padding-left: 5px;
  147. text-transform: lowercase;
  148. color: #666;
  149. -webkit-transition-timing-function: ease-in;
  150. -webkit-transition-duration: 0.3s;
  151. -moz-transition-timing-function: ease-in;
  152. -moz-transition-duration: 0.3s;
  153. }
  154.  
  155. #yup a:hover {
  156. padding-right: 5px;
  157. opacity:.5;
  158. -webkit-transition-timing-function: ease-in;
  159. -webkit-transition-duration: 0.3s;
  160. -moz-transition-timing-function: ease-in;
  161. -moz-transition-duration: 0.3s;
  162. }
  163.  
  164. .entry {
  165. margin: 5px;
  166. margin-left: 10px;
  167. padding: 10px;
  168. float:left;
  169. border: 1px solid #ddd;
  170. border-radius: 3px;
  171. background-color: #fff;
  172. font-size: 10px;
  173. line-height:11px;
  174. opacity: 0.8;
  175. overflow: hidden;
  176. {block:IndexPage}
  177. width:230px;
  178. {/block:IndexPage}
  179. {block:PermalinkPage}
  180. width: 500px;
  181. margin-left: 0px;
  182. {/block:PermalinkPage}
  183. }
  184.  
  185. .entry:hover{
  186. margin:5px;
  187. margin-left: 10px;
  188. float:left;
  189. font-size: 10px;
  190. line-height:11px;
  191. opacity: 0.95;
  192. {block:IndexPage}
  193. width:230px;
  194. {/block:IndexPage}
  195. {block:PermalinkPage}
  196. width: 500px;
  197. margin-left: 0px;
  198. {/block:PermalinkPage}
  199. -webkit-transition: all 0.1s linear;
  200. -webkit-transition: all 0.1s linear;
  201. -moz-transition: all 0.1s linear;
  202. transition: all 0.1s linear;
  203. }
  204.  
  205. .entry .permalink{
  206. position:absolute;
  207. overflow:hidden;
  208. margin-top: 8px;
  209. margin-right: 200px;
  210. width: 0px;
  211. height:25px;
  212. opacity: 0;
  213. background-color: white;
  214. text-align: left;
  215. text-transform: uppercase;
  216. line-height: 25px;
  217. border-right: 4px solid {color: border};
  218. padding: 0px;
  219. text-align: center;
  220. -moz-box-shadow: 1px 3px 23px #ffffff;
  221. -webkit-box-shadow: 1px 3px 23px #ffffff;
  222. box-shadow: 1px 2px 23px #ffffff;
  223. -webkit-transition: all 0.2s linear;
  224. -webkit-transition: all 0.2s linear;
  225. -moz-transition: all 0.2s linear;
  226. transition: all 0.2s linear;
  227. }
  228.  
  229. .entry:hover .permalink{
  230. opacity: .97;
  231. width: 220px;
  232. border-radius: 0px 20px 20px 0px;
  233. margin-right: 0px;
  234. -webkit-transition: all 0.6s linear;
  235. -webkit-transition: all 0.6s linear;
  236. -moz-transition: all 0.6s linear;
  237. transition: all 0.6s linear;
  238. {block:PermalinkPage}
  239. opacity: 0;
  240. {/block:PermalinkPage}
  241. }
  242.  
  243. .entry .permalink2{
  244. position:absolute;
  245. overflow:hidden;
  246. margin-top: 40px;
  247. margin-right: 200px;
  248. width: 0px;
  249. height:25px;
  250. opacity: 0;
  251. background-color: white;
  252. text-transform: uppercase;
  253. line-height: 25px;
  254. border-right: 4px solid {color: border};
  255. padding: 0px;
  256. text-align: center;
  257. -moz-box-shadow: 1px 3px 23px #ffffff;
  258. -webkit-box-shadow: 1px 3px 23px #ffffff;
  259. box-shadow: 1px 2px 23px #ffffff;
  260. -webkit-transition: all 1.0s linear;
  261. -webkit-transition: all 1.0s linear;
  262. -moz-transition: all 1.0s linear;
  263. transition: all 1.0s linear;
  264. }
  265.  
  266. .entry:hover .permalink2{
  267. opacity: .97;
  268. width: 90px;
  269. border-radius: 0px 20px 20px 0px;
  270. margin-right: 0px;
  271. -webkit-transition: all .75s linear;
  272. -webkit-transition: all .75s linear;
  273. -moz-transition: all .75s linear;
  274. transition: all .75s linear;
  275.  
  276. {block:PermalinkPage}
  277. opacity: 0;
  278. {/block:PermalinkPage}
  279. }
  280.  
  281. #sidebar{
  282. position:fixed !important;
  283. overflow: hidden;
  284. width: 246px;
  285. height:auto;
  286. margin: 100px 0px 0px -150px;
  287. background-color: white;
  288. padding: 5px;
  289. text-align: center;
  290. font-size: 10px;
  291. line-height:12px;
  292. letter-spacing:0px;
  293. margin-bottom: 5px;
  294. border: 4px double #eee;
  295. kl/lu
  296. }
  297.  
  298. .weyhey { position: fixed; margin-left:0px; margin-top: 12px; font-size: 50px; width: 250px; background: transparent; }
  299.  
  300. #posts { width: 850px; margin-left: 140px; margin-top: 10px; float:left; }
  301. #infscr-loading{ bottom: -70px; position: absolute; left: 50%; margin-left:-8px; width:16px; height:11px; overflow:hidden; margin-bottom: 50px; }
  302.  
  303. .toes{ position:fixed !important; width: 250px; height: auto; margin: 37px 0px 0px -9px; background-color: white; padding:3px; padding-top: 5px; text-align: center; font-size: 10px; line-height:12px; letter-spacing:0px; margin-bottom: 5px; border: 4px double #eee; }
  304.  
  305. @font-face { font-family: "speaknow"; src: url('http://static.tumblr.com/uzqv0i9/i9xmek3xd/speak_now_font_by_itsondemi-d30n7bz.ttf'); }
  306.  
  307. .titlee {position:fixed !important; width: 249px; height: auto; margin:84px 0px 0px -150px; padding:3px;text-align: right;font-family: speaknow; font-size: {text:Blogtitle fontsize}; line-height:12px; letter-spacing: 2px; margin-bottom: 2px; text-transform: capitalize; color: #fff; text-shadow:1px 3px 4px #727272; z-index: 99999; }
  308. .title {font-family: raleway; font-size: 20px; color: {color: Post Title}; padding: 3px; margin-top: 7px; }
  309.  
  310. .q {color: {color:text}; font-family: raleway; font-size: 12px; text-transform: uppercase; }
  311.  
  312. .bottom{ padding:0px; background-color: #EEE; text-align:center; color:#4b6ca3; margin-top:10px; border-top: 1px dashed #bbccdd;}
  313. .bottom a{letter-spacing:2px; font-size:6pt; padding:5px; color:#828282; text-transform:uppercase; font-weight: none; }
  314. .bottom a:hover{olor: #bbccdd;}
  315.  
  316.  
  317. #audioplayer { width:28px; height:35px; overflow:hidden; position:absolute; margin-top:10px; margin-left: 10px; opacity: .89; }
  318. #audiotext { width:150px; height: 50px; overflow:hidden; position:absolute; margin-top:0px; margin-left: 65px; opacity: .89; }
  319.  
  320. {CustomCSS}
  321.  
  322. iframe#tumblr_controls { position: fixed! important;
  323. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;
  324. }
  325.  
  326. .foot{ top: 26px; right: 6px; font-size: 9px; z-index:99999; position:fixed; white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;} -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  327. </style>
  328.  
  329. {block:IndexPage}
  330. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  331. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  332. <script type="text/javascript">
  333. $(window).load(function () {
  334. var $content = $('#posts');
  335. $content.masonry({itemSelector: '.entry'}),
  336. $content.infinitescroll({
  337. navSelector : 'div#pagination',
  338. nextSelector : 'div#pagination a#nextPage',
  339. itemSelector : '.entry',
  340. loading: {
  341. finishedMsg: '',
  342. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  343. },
  344. bufferPx : 600,
  345. debug : false,
  346. },
  347. // call masonry as a callback.
  348. function( newElements ) {
  349. var $newElems = $( newElements );
  350. $newElems.hide();
  351. // ensure that images load before adding to masonry layout
  352. $newElems.imagesLoaded(function(){
  353. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  354.  
  355.  
  356. });
  357. });
  358. });
  359. </script>
  360.  
  361. {/block:IndexPage}
  362. <title>{title}</title>
  363. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m230lpzA3A1qfamg6.png">
  364. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  365. <meta name="viewport" content="width=820" />
  366. </head>
  367. <body>
  368. <script type="text/javascript">
  369. $('body').hide();
  370. $('body').fadeIn(2000);
  371. </script>
  372.  
  373. <div class="wrapper">
  374. <div class="header">
  375. {block:ifshowBlogTitle}<div class="titlee"> {text:blog title}
  376. </div>{/block:ifshowBlogTitle}
  377. </div>
  378. <div id="sidebar">
  379.  
  380. <center><a title="" href="/"><img src="{image:sidebar}" style="overflow: hidden;" width="246px" height="auto"></a> <hr style="margin-top: -2px;border: none; border-top: 2px double #eee; border-bottom: 1px double #eee; height: 2px; "></center>{/block:ifshowphoto} <center><div id="yup">
  381. <a href="{text:link 1}">{text:link 1 title}</a>
  382. <a href="{text:link 2}"> {text:link 2 title}</a>
  383. <a href="{text:link 3}"> {text:link 3 title}</a>
  384. <a href="{text:link 4}">{text:link 4 title}</a>
  385. <a href="http://naturelle.co.vu/">©</a>
  386. </div>
  387. <div class="toes"> {Description}
  388. <div class="weyhey"><a href="http://{Name}.tumblr.com/"><img src="http://i47.tinypic.com/w9uz6a.png" style="width:250px;"></a></div></div></div>
  389.  
  390. <div class="left">
  391. <div id="posts">
  392. {block:Posts}
  393. <div class="entry">
  394. {block:IndexPage}
  395. {/block:IndexPage}
  396. {block:Answer}
  397. <div style="border-radius: 11px 15px 15px 11px; border: 4px double #eee; margin: 3px; padding: 5px; margin-top: -2px; margin-left: -3px; width: 222px; height: auto; padding: 3px; background: white;">
  398. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right: 10px; margin-top: 3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 11px;"/>
  399. <span class="q">{Asker}</span>: {Question}<br></div>
  400. <div style=" font-size: 10px;">
  401. {Answer}
  402. <div class="bottom">
  403. {block:Date}<a href="{Permalink}">posted {TimeAgo}</a>&nbsp;&rsaquo;&nbsp;{/block:Date} <a href="{Permalink}">{NoteCountWithLabel} </a></div>
  404. </div>
  405. {/block:Answer}
  406.  
  407. {block:Text}
  408. {block:Title}<span class="title">{Title}</span>{/block:Title} <br>{Body} <div class="bottom">
  409. {block:Date}<a href="{Permalink}">{TimeAgo}</a>&nbsp;&rsaquo;&nbsp;{/block:Date} <a href="{Permalink}">{NoteCount}</a>&nbsp;&rsaquo;&nbsp;<a href="{ReblogURL}" target="_blank">Reblog</a></div>
  410. {/block:Text}
  411.  
  412. {block:Link}
  413. <a href="{URL}" class="title">{Name}</a>
  414. {block:Description}{Description}{/block:Description}
  415. <div class="bottom">
  416. {block:Date}<a href="{Permalink}">{TimeAgo}</a>&nbsp;&rsaquo;&nbsp;{/block:Date} <a href="{Permalink}">{NoteCount} </a>&nbsp;&rsaquo;&nbsp;<a href="{ReblogURL}" target="_blank">Reblog</a></div>
  417. {block:Link}
  418.  
  419. {block:Photo}
  420. <div class="permalink">
  421. <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a></div>
  422. <div class="permalink2"><a href="{ReblogURL}" target="_blank">reblog post</a></div>
  423. {block:IndexPage}{LinkOpenTag}<a href"{Permalink}"><div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230"/></a></div>{LinkCloseTag}{/block:IndexPage}
  424. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  425. {block:HasTags}
  426. <br>tagged under: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  427. {/block:PermalinkPage}
  428. {/block:Photo}
  429.  
  430. {block:Photoset}
  431. {block:IndexPage}
  432.  
  433. <center>
  434. <div style="width: 246px; overflow-x:hidden;overflow-y:hidden; padding-right: 10px;">{Photoset-250}</div></center>
  435. <div class="bottom">
  436. {block:Date}<a href="{Permalink}">{TimeAgo}</a>&nbsp;&rsaquo;&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}#notes">{NoteCountWithLabel} </a></a>&nbsp;&rsaquo;&nbsp;{/block:NoteCount}<a href="{ReblogURL}" targer="_blank">Reblog</a></div>
  437. {/block:IndexPage}
  438. {block:PermalinkPage}
  439. <center>
  440. {Photoset-500}</center>
  441. {/block:PermalinkPage}
  442.  
  443. {/block:Photoset}
  444.  
  445. {block:Quote}
  446. {Quote}</span>
  447. {block:Source}<strong>{Source}</strong>{/block:Source} <div class="bottom">
  448. {block:Date}<a href="{Permalink}">{TimeAgo}</a>&nbsp;&rsaquo;&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}#notes">{NoteCountWithLabel} </a></a>&nbsp;&rsaquo;&nbsp;{/block:NoteCount}<a href="{ReblogURL}" targer="_blank">Reblog</a></div>
  449. {/block:Quote}
  450.  
  451. {block:Chat}
  452. {block:Title}<span class="title">{Title}</span>{/block:Title}
  453. <ul class="chat">
  454. {block:Lines}
  455. <li class="user_{UserNumber}">
  456. {block:Label}
  457. <span class="label">{Label}</span>
  458. {/block:Label}
  459.  
  460. {Line}
  461. </li>
  462. {/block:Lines}
  463. </ul> <div class="bottom">
  464. {block:Date}<a href="{Permalink}">{TimeAgo}</a>&nbsp;&rsaquo;&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}#notes">{NoteCountWithLabel} </a></a>&nbsp;&rsaquo;&nbsp;{/block:NoteCount}<a href="{ReblogURL}">Reblog</a></div>
  465. {/block:Chat}
  466.  
  467. {block:Audio}
  468. <div id= "audioplayer">{AudioPlayerWhite} </div><div id= "audiotext">
  469. <span style="color: {color: accent};">Title</span>:
  470. {block:TrackName}
  471. {TrackName}
  472. {/block:TrackName}<br>
  473. <span style="color:{color: accent};">Artist</span>: {block:Artist}
  474. {Artist}
  475. {/block:Artist} <br> <span style="color:{color: accent};">Plays</span>: {block:PlayCount} {PlayCount} {/block:PlayCount}</div>
  476. {block:AlbumArt}
  477. <img src="{AlbumArtURL}" width="50">
  478. {/block:AlbumArt}
  479.  
  480. <div class="bottom">
  481. {block:Date}<a href="{Permalink}">{TimeAgo}</a>&nbsp;&rsaquo;&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}#notes">{NoteCountWithLabel} </a></a>&nbsp;&rsaquo;&nbsp;{/block:NoteCount}<a href="{ReblogURL}">Reblog</a></div>
  482. {/block:Audio}
  483.  
  484. {block:Video}
  485. {block:IndexPage}
  486. <center>
  487. {Video-250}
  488. <div class="bottom">
  489. <a href="{Permalink}#notes">{NoteCountWithLabel} </a></a>&nbsp;&rsaquo;&nbsp;{/block:NoteCount}<a href="{ReblogURL}">Reblog</a></div>
  490. </center>
  491. {/block:IndexPage}
  492. {block:PermalinkPage}
  493. <center>
  494. {Video-550}</center>
  495. {/block:PermalinkPage}
  496. {block:Video}
  497.  
  498. {block:PermalinkPage}
  499. <center>
  500. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  501. {/block:PermalinkPage}
  502.  
  503. {block:PostNotes}{PostNotes}
  504. {/block:PostNotes}
  505. </div>
  506.  
  507. {/block:Posts}
  508. </div>
  509. </div>
  510. {block:IndexPage}
  511. {block:Pagination}
  512. <div id="pagination">
  513. {block:NextPage}
  514. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  515. {/block:NextPage}
  516. {block:PreviousPage}
  517. <a href="{PreviousPage}">&larr;&nbsp;</a>
  518. {/block:PreviousPage}
  519. </div>
  520. {/block:Pagination}
  521. {/block:IndexPage}
  522. </div>
  523. </body>
  524. </div></div>
  525. </html>
  526. <div class="foot"><a href="http://urbanclique.tumblr.com/"><img src="http://static.tumblr.com/vzjzx9a/Oyymbuhss/hdggj57retuete.png"></div></a>
  527. </div>
Advertisement
Add Comment
Please, Sign In to add comment