Advertisement
radiatingbiebs

theme 11; nightingale

Jan 1st, 2014
2,216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.48 KB | None | 0 0
  1. <!--
  2. theme 11 by acousticized
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <script type="text/javascript">
  11. <!--
  12.  
  13. // Disable Right Click Script
  14.  
  15. function IE(e)
  16. {
  17. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  18. {
  19. return false;
  20. }
  21. }
  22. function NS(e)
  23. {
  24. if (document.layers || (document.getElementById && !document.all))
  25. {
  26. if (e.which == "2" || e.which == "3")
  27. {
  28. return false;
  29. }
  30. }
  31. }
  32. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  33.  
  34. //-->
  35. </script>
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  38. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  39. <script>
  40. $(function(){
  41. var $container = $('#content');
  42. $container.imagesLoaded(function(){
  43. $container.masonry({
  44. itemSelector: '#posts',
  45. });
  46. });
  47. $container.infinitescroll({
  48. itemSelector : "#posts",
  49. navSelector : "div.pagination",
  50. nextSelector : ".pagination a#next",
  51. loadingImg : "",
  52. loadingText : "<em></em>",
  53. bufferPx : 500,
  54. extraScrollPx: 500,
  55. },
  56. function( newElements ) {
  57. var $newElems = $( newElements ).css({ opacity: 0 });
  58. $newElems.imagesLoaded(function(){
  59. $newElems.animate({ opacity: 1 });
  60. $container.masonry( 'appended', $newElems, true );
  61. });
  62. }
  63. );
  64. });
  65. </script>
  66. <script type="text/javascript"
  67. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  68. <script type="text/javascript"
  69. src="http://static.tumblr.com/gmywsxl/IKimyqqga/jquery.min.js"></script>
  70. <!--DEFAULT VARIABLES-->
  71. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  72. <meta name="color:background" content="#fff"/><link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  73. <meta name="color:link" content="#fdb8ce"/>
  74. <meta name="color:border" content="#fdb8ce"/>
  75. <meta name="color:line" content="#fdb8ce"/>
  76. <meta name="color:text" content="#777"/>
  77. <meta name="color:title" content="#333"/>
  78. <meta name="color:hover" content="#fff"/>
  79. <meta name="image:background" content="1"/>
  80. <meta name="image:sidebar" content="1"/>
  81. <meta name="if:3 column" content="1"/>
  82. <meta name="if:2 column" content=""/>
  83. <meta name="text:link one" content=""/>
  84. <meta name="text:link one title" content=""/>
  85. <meta name="text:link two" content=""/>
  86. <meta name="text:link two title" content=""/>
  87. <meta name="text:link three" content=""/>
  88. <meta name="text:link three title" content=""/>
  89. <meta name="text:link four" content=""/>
  90. <meta name="text:link four title" content=""/>
  91. <meta name="text:link five" content=""/>
  92. <meta name="text:link five title" content=""/>
  93. <meta name="text:link six" content=""/>
  94. <meta name="text:link six title" content=""/>
  95. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  96.  
  97.  
  98. <style type="text/css">
  99. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;-webkit-filter:invert(100%);z-index:99999 !IMPORTANT;}
  100.  
  101. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  102.  
  103.  
  104. ::-webkit-scrollbar-thumb{
  105. background-color: {color:line};
  106. border: 1px solid #fff;
  107. height:4px;
  108. -moz-border-radius: 10px;
  109. border-radius: 10px;
  110. }
  111.  
  112.  
  113. ::-webkit-scrollbar {
  114. height:4px;
  115. width:9px;
  116. background-color: #999999;
  117. border: 4px solid {color:background};
  118. }
  119.  
  120. p {
  121. margin:0px;
  122. margin-top:0px;
  123. }
  124. @font-face { font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  125.  
  126.  
  127. body {
  128. padding: 0px;
  129. margin: 0px;
  130. color:{color:text};
  131. font-family: helvetica;
  132. line-height:12px;
  133. font-size:11px;
  134. background-color: {color:Background};
  135. background-image:url({image:Background});
  136. background-attachment: fixed;
  137. background-repeat: repeat;
  138. }
  139.  
  140.  
  141. a:link, a:active, a:visited{
  142. text-decoration: none;
  143. -webkit-transition: all 0.3s ease-out;
  144. -moz-transition: all 0.3s ease-out;
  145. transition: all 0.3s ease-out;
  146. color:{color:link};
  147. text-shadow: 7px -4px 0px rgba(150, 150, 150, 0.00),
  148. -7px -4px 0px rgba(150, 150, 150, 0.00);
  149. }
  150.  
  151. a:hover {
  152. text-decoration: none;
  153. font-style:;
  154. text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.14);
  155. transition: all 0.3s ease-out;
  156. -o-transition-transition: all 0.3s ease-out;
  157. -webkit-transition: all 0.3s ease-out;
  158. -moz-transition: all 0.3s ease-out;
  159. }
  160.  
  161.  
  162. div#center{
  163. margin:auto;
  164. width:auto;
  165. text-align:center;
  166. position:relative;
  167.  
  168. background-color:;
  169. overflow:hidden;
  170. }
  171.  
  172. #posts{
  173. opacity: 1;
  174. float:center;
  175. {block:indexpage}
  176. {block:if3column}
  177. width:1000px;
  178. margin-left:310px;
  179. {/block:if3column}
  180. {block:if2column}
  181. width:700px;
  182. margin-left:410px;
  183. {/block:if2column}
  184. {/block:indexpage}
  185. {block:permalinkpage}
  186. width:520px;
  187. {block:if3column}
  188. margin-left:310px;
  189. {/block:if3column}
  190. {block:if2column}
  191. margin-left:410px;
  192. {/block:if2column}
  193. {/block:permalinkpage}
  194. margin-top:5px;
  195. transition: all 0.5s ease-out;
  196. -o-transition-transition: all 0.5s ease-out;
  197. -webkit-transition: all 0.5s ease-out;
  198. -moz-transition: all 0.5s ease-out;
  199. }
  200. #sidebar {
  201. opacity: 1.0;
  202. position:fixed !important;
  203. width:225px;
  204. font-family: calibri light;
  205. height: auto;
  206. overflow:show;
  207. background: #fff;
  208. {block:if3column}
  209. margin-left:50px;
  210. {/block:if3column}
  211. {block:if2column}
  212. margin-left:150px;
  213. {/block:if2column}
  214. padding:10px;
  215. margin-top:100px;
  216. z-index:9;
  217. BORDER:0PX SOLID #eee;
  218. border-bottom:0px solid #e5e5e5;
  219. border-right:0px solid #e5e5e5;
  220. transition: all 0.9s ease-out;
  221. -o-transition-transition: all 0.9s ease-out;
  222. -webkit-transition: all 0.9s ease-out;
  223. -moz-transition: all 0.9s ease-out;
  224. }
  225. #desc{
  226. padding:6px;
  227. padding-bottom:1px;
  228. margin-left:1px;
  229. height:auto;
  230. margin-top:-1px;
  231. }
  232.  
  233. #links{
  234. border-bottom:1px solid {color:border};
  235. height:22px;
  236. transition: all 0.6s ease-out;
  237. -o-transition-transition: all 0.6s ease-out;
  238. -webkit-transition: all 0.6s ease-out;
  239. -moz-transition: all 0.6s ease-out;}
  240.  
  241. #links a{
  242. text-transform:uppercase;
  243. padding:5px;
  244. padding-left:10px;
  245. padding-right:10px;
  246. display:inline-block;
  247. width:auto;
  248. overflow:hidden;
  249. margin-left:-1px;
  250. text-align:center;
  251. color:#888;
  252. border-bottom:1px solid {color:border};
  253. transition: all 0.6s ease-out;
  254. -o-transition-transition: all 0.6s ease-out;
  255. -webkit-transition: all 0.6s ease-out;
  256. -moz-transition: all 0.6s ease-out;
  257. z-index:9999999999999999999999;
  258. font-size:11px;font-style:normal;
  259. }
  260.  
  261. #links a:hover{
  262. border-bottom:1px solid #999;}
  263.  
  264. .entry{
  265. font-family: helvetica;
  266. font-size:10.5px;
  267. z-index:9999;
  268. float:left;
  269. width: 250px;
  270. text-align:left;
  271. height: auto;
  272. line-height:13px;
  273. background-color:#fff;
  274. margin:9px;
  275. overflow:hidden;
  276. padding: 3px;
  277. {block:PermalinkPage}
  278. width: 498px;
  279. padding:14px;
  280. height: auto;
  281. {/block:PermalinkPage}
  282. }
  283. .entry .entry_container{
  284. padding:13px; border:1px solid #eee;
  285. transition: all 0.7s ease-out;
  286. -o-transition-transition: all 0.7s ease-out;
  287. }
  288. .entry:hover .entry_container{
  289. border:1px solid {color:border};
  290. transition: all 0.7s ease-out;
  291. -o-transition-transition: all 0.7s ease-out;
  292. -webkit-transition: all 0.7s ease-out;
  293. -moz-transition: all 0.9s ease-out;
  294. }
  295.  
  296. .permalinktext {
  297. display: block;
  298. padding: 5px;
  299. font-family: calibri;
  300. font-size: 9px;
  301. height:4px;
  302. margin-top:7px;
  303. text-align:right;
  304. text-transform: uppercase;
  305. color: #424242;
  306. border-top:1px dashed #ddd;
  307. transition: all 0.7s ease-out;
  308. -o-transition-transition: all 0.7s ease-out;
  309. -webkit-transition: all 0.7s ease-out;
  310. -moz-transition: all 0.9s ease-out;
  311. }
  312.  
  313. .photoperms{
  314. background:#f7f7f7;
  315. color:#aaa;
  316. padding: 8px;
  317. height:5px;
  318. padding-bottom:5px;
  319. padding-top:11px;
  320. margin-top:-8px;
  321. font-family: calibri;
  322. font-size: 9px;
  323. line-height:5px;
  324. text-align:right;
  325. margin-left:0px;
  326. width:205px;
  327. text-transform: uppercase;}
  328.  
  329. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  330. @font-face {font-family:"Dreams";src:url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  331.  
  332.  
  333.  
  334. .titlee, .quo{
  335. font-family: calibri light;
  336. font-size: 16px;
  337. text-align:left;
  338. line-height: 16px;
  339. color:{color:Title};
  340. }
  341.  
  342.  
  343.  
  344. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  345. .user_7 .label, .user_8 .label, .user_9 .label
  346. {
  347. color:{color:Title};
  348. }
  349. .UNDER{
  350. border-bottom:1px solid ddd;}
  351. a.links {
  352. font-family: ronda;
  353. font-size: 8px;
  354. line-height: 8px;
  355. text-transform: normal;
  356. letter-spacing:0px;
  357. display:block;
  358. padding: 0px;
  359. margin-bottom: 0px;
  360. }
  361.  
  362. a.links:hover {
  363. font-style: none;
  364. text-decoration: none;
  365. letter-spacing:10px;
  366. }
  367. #infscr-loading{
  368. bottom: -70px;
  369. position: absolute;
  370. left: 50%;
  371. margin-left:-8px;
  372. width:16px;
  373. height:11px;
  374. overflow:hidden;
  375. margin-bottom: 50px;
  376. }
  377. asker{
  378. font-size:12px;
  379. font-style:italic;
  380. font-family:arial;
  381. font-weight:bold;
  382. text-transform:lowercase;
  383. letter-spacing: 0px;}
  384. #postnotes{
  385. text-align: justify;}
  386.  
  387. #postnotes blockquote{
  388. border: 0px;
  389. BACKGROUND:#F9F9F9;}
  390.  
  391. blockquote{
  392. padding:0px 0px 2px 5px;
  393. margin:0px 10px 2px 10px;
  394. border-left: 1px SOLID #AAA;
  395. }
  396.  
  397. blockquote p, ul{
  398. margin:0px;
  399. padding:0px;
  400. }
  401. #audio {
  402. width:230px;
  403. height:auto;
  404. min-height:60px;
  405. }
  406. .albumart {
  407. position:absolute;
  408. z-index:1;
  409. width:80px;
  410. padding:8px;
  411. height:80px;
  412. }
  413. .albumart img {
  414. float:left;
  415. width:80px;
  416. height:80px;
  417. }
  418. .player {
  419. opacity:0.6;
  420. width:27px;
  421. height:30px;
  422. overflow:hidden;
  423. position:absolute;
  424. z-index:999999;
  425. margin-left:30px;
  426. margin-top:30px;
  427. text-align:center;
  428. }
  429. .info {
  430. margin-left:84px;
  431. margin-top:6px;
  432. line-height:15px;
  433. height:80px;
  434. padding:8px;
  435. }
  436. ai{
  437. font-weight:bold;
  438. font-family:calibri}
  439. a img{border: 0px;}
  440.  
  441. ul, ol, li{
  442. list-style:none;
  443. margin:0px;
  444. padding:0px;
  445. }
  446.  
  447. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  448. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  449.  
  450. .notes img{width:10px; position:relative; top:3px;}
  451. <--ses-->
  452. small{font-size: 90%;}
  453.  
  454. {CustomCSS}
  455.  
  456. </style>
  457. <script src="jquery.js"></script>
  458. <script>
  459. $(document).ready(function(){
  460. $(".flip3").click(function(){
  461. $("#panel3").slideToggle("fast");
  462. });
  463. });
  464. </script>
  465. {block:IndexPage}
  466. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  467. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  468.  
  469. <script type="text/javascript">
  470. $(window).load(function(){
  471. var $wall = $('#posts');
  472. $wall.imagesLoaded(function(){
  473. $wall.masonry({
  474. itemSelector: '.entry, .entry_photo',
  475. isAnimated : false
  476. });
  477. });
  478.  
  479. $wall.infinitescroll({
  480. navSelector : '#pagination',
  481. nextSelector : '#pagination a',
  482. itemSelector : '.entry, .entry_photo',
  483. bufferPx : 2000,
  484. debug : false,
  485. errorCallback: function() {
  486. $('#infscr-loading').fadeOut('normal');
  487. }},
  488. function( newElements ) {
  489. var $newElems = $( newElements );
  490. $newElems.hide();
  491. $newElems.imagesLoaded(function(){
  492. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  493. });
  494. }); $('#posts').show(500);
  495. });
  496. </script>
  497.  
  498.  
  499. {/block:IndexPage}
  500.  
  501.  
  502. <title>{title}</title>
  503.  
  504. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lfhu337F4Z1qzvcyt.gif" />
  505. <meta name="viewport" content="width=820" />
  506.  
  507.  
  508. </head>
  509.  
  510. <body>
  511. <BODY onselectstart="return false;" ondragstart="return false;">
  512.  
  513.  
  514. <div class="wrapper">
  515. <div id="center">
  516. <div id="sidebar"><div style="padding:13px; border:1px solid {color:border};">
  517. <img src="{image:sidebar}" width="198px"/>
  518. <div id="links">
  519. <a href="{text:link one}" title="{text:link one title}">.i</a>
  520. <a href="{text:link two}" title="{text:link two title}">.ii</a>
  521. <a href="{text:link three}" title="{text:link three title}">.iii</a>
  522. <a href="{text:link four}" title="{text:link four title}">.iv</a>
  523. <a href="{text:link five}" title="{text:link five title}">.v</a>
  524. <a href="{text:link six}" title="{text:link six title}">.vi</a>
  525. </div>
  526. <p id="desc">
  527. {Description}</p>
  528.  
  529. </div>
  530.  
  531. </div>
  532. <div id="posts">
  533. {block:Posts}
  534. <div class="entry">
  535. {block:Answer}
  536.  
  537. <div style="margin-top:0px;;margin-bottom:0px;min-height:37px; max-height:37px;overflow:auto;padding: 4px; background-color:#fFF;border:1px solid {COLOR:link};border-radius:0px;">
  538. <asker>{asker}</asker>: {Question}</div>
  539. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  540. <div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div>{/block:Answer}
  541.  
  542.  
  543.  
  544. {block:Text}{block:IndexPage}<div class="entry_container">{/block:IndexPage}{block:Title}<div class="titlee">{Title}</div>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div> {block:IndexPage}</div>{/block:IndexPage}
  545. {/block:Text}
  546.  
  547. {block:Link}{block:IndexPage}<div class="entry_container">{/block:IndexPage}<div class="titlee"><a href="{URL}">{Name}</a></div>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div>{block:IndexPage}</div>{/block:IndexPage}{block:Link}
  548.  
  549. {block:Photo}
  550. {block:IndexPage}
  551. <center><div class="entry_container">
  552. <div class="photo"><a href="{permalink}"><img style="border-bottom:6px solid #fff;opacity:0.9;" class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a><p class="photoperms">
  553. {ShortMonth} {DayOfMonth} / <a href="{ReblogURL}" target="_blank">reblog this </a>photo with <a href="{permalink}">{NoteCountwithlabel}</a> </p></div></div>
  554. {/block:IndexPage}
  555. {block:PermalinkPage}
  556. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  557. {LinkCloseTag}
  558. {/block:PermalinkPage}
  559. {/block:Photo}
  560.  
  561. {block:Photoset}
  562. {block:IndexPage}
  563. <center>
  564. <div class="entry_container">
  565. {Photoset-250}</center><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a>/<a href="{permalink}">{timeago}</a>/<a href="{ReblogURL}" target="_blank">reblog</a> </div></div>
  566. {/block:IndexPage}
  567. {block:PermalinkPage}
  568. <center>
  569. {Photoset-500}</center>
  570. {/block:PermalinkPage}
  571. {/block:Photoset}
  572.  
  573. {block:Quote}{block:IndexPage}<div class="entry_container">{/block:IndexPage}<div class="quo">"{Quote}"</div> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a>/<a href="{permalink}">{timeago}</a>/<a href="{ReblogURL}" target="_blank">reblog</a> </div>{block:IndexPage}</div>{/block:IndexPage}{/block:Quote}
  574.  
  575. {block:Chat}{block:IndexPage}<div class="entry_container">{/block:IndexPage}
  576. {block:Title}<div class="titlee">{Title}</div>{/block:Title}
  577. <ul class="chat">
  578. {block:Lines}
  579. <div class="under">
  580. <li class="user_{UserNumber}">
  581. {block:Label}
  582. <span class="label"><STRONG>{Label}</STRONG></span>
  583. {/block:Label}
  584.  
  585. {Line}
  586. </li>
  587. </div>
  588. {/block:Lines}
  589. </ul>
  590. {block:IndexPage}
  591. <div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div>
  592. {/block:IndexPage}{block:IndexPage}</div>{/block:IndexPage}
  593. {/block:Chat}
  594.  
  595.  
  596. {block:Audio}
  597. {block:IndexPage}<div class="entry_container">{/block:IndexPage}
  598. <div id="audio">
  599. <div class="albumart"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}
  600. <div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  601. <div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  602. <div class="info"><ai>Artist:</ai>
  603. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><ai>Title:</ai> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><ai>Album:</ai> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><ai>Plays:</ai> {FormattedPlayCount}{/block:PlayCount}</div></div>
  604. {block:caption}<br>{caption}{/block:caption}
  605. {block:IndexPage}
  606. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div>
  607. {/block:IndexPage}
  608. {/block:Audio}
  609.  
  610. {block:Video}
  611. {block:IndexPage}
  612. <center><div class="entry_container">
  613. {Video-250}</center><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a>/<a href="{permalink}">{timeago}</a>/<a href="{ReblogURL}" target="_blank">reblog</a> </div></div>
  614. {/block:IndexPage}
  615. {block:PermalinkPage}
  616. <center>
  617. {Video-400}</center>
  618. {/block:PermalinkPage}
  619. {block:Video}
  620.  
  621.  
  622. {block:PostNotes}<div align="middle">{caption}</div>
  623. <center>
  624.  
  625. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  626.  
  627. {block:HasTags}
  628. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  629. {block:RebloggedFrom}
  630. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  631. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  632.  
  633. {/block:RebloggedFrom}
  634. </center></span>
  635. <br>
  636. <div id="postnotes">{PostNotes}</div><br>
  637.  
  638. <center>{block:ContentSource}
  639. <br><a href="{SourceURL}">
  640. {lang:Source}:
  641. {block:SourceLogo}
  642. <img src="{BlackLogoURL}" width="{LogoWidth}"
  643. height="{LogoHeight}" alt="{SourceTitle}" />
  644. {/block:SourceLogo}
  645. {block:NoSourceLogo}
  646. {SourceLink}
  647. {/block:NoSourceLogo}
  648. </a>
  649. {/block:ContentSource}</center>
  650.  
  651. {/block:PostNotes}
  652. </div>
  653. {/block:Posts}
  654. </div></div>
  655.  
  656. {block:IndexPage}
  657. {block:Pagination}
  658. <div id="pagination">
  659. {block:NextPage}
  660. <a id="nextPage" href="{NextPage}"></a>
  661. {/block:NextPage}
  662. {block:PreviousPage}
  663. <a href="{PreviousPage}"></a>
  664. {/block:PreviousPage}
  665. </div>
  666. {/block:Pagination}
  667. {/block:IndexPage}
  668. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement