Advertisement
jollyxo

HEARTBREAK Theme by Jolly

Dec 27th, 2012
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.23 KB | None | 0 0
  1. <!--
  2. ******************************************
  3. | | |
  4. | | |
  5. | _____ | |
  6. | | | | | | \ / PLEADINGLY.tumblr.com
  7. | | | | | | \ / UNPRESENRABLE.tumblr.com
  8. \_____/ |_____| | | \____/ JOLLYTHEMES.tumblr.com
  9. /
  10. /
  11. \____/
  12. HEARTBREAK Theme by unpresentable aka pleadingly
  13. Please do not remove the credits.
  14. Or at least put me on your faqs. Thank you.
  15. ******************************************
  16. -->
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19.  
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  22. <link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
  23.  
  24. <head>
  25.  
  26.  
  27. <meta name="color:Background" content="#acacac"/>
  28. <meta name="color:Blogtitle color" content="#acacac"/>
  29. <meta name="color:Post background" content=""/>
  30. <meta name="color:linkbar" content="#acacac"/>
  31. <meta name="color:Text" content="#130C11"/>
  32. <meta name="color:Description" content=""/>
  33. <meta name="color:Links" content="#130C11"/>
  34. <meta name="color:Title" content="#130C11"/>
  35. <meta name="color:Hover" content="#130C11"/>
  36. <meta name="color:border" content="#130C11"/>
  37. <meta name="color:Scrollbar" content="#130C11"/>
  38. <meta name="color:Link" content="#130C11"/>
  39. <meta name="image:Background" content=""/>
  40. <meta name="image:sidebar" content="1"/>
  41. <meta name="image:sidebar background" content="http://static.tumblr.com/2rgbcto/gK8mfpk08/bg13.jpg"/>
  42. <meta name="image:linkbar" content="1">
  43.  
  44. <meta name="text:blog title" content="" />
  45.  
  46. <meta name="if:show photo" content="1"/>
  47. <meta name="if:tiny cursor" content="1"/>
  48. <meta name="if:tiny scrollbar" content="1"/>
  49. <meta name="if:Faded Image" content="1"/>
  50. <meta name="if:Inverted Image" content="0"/>
  51. <meta name="text:link one" content="" />
  52. <meta name="text:link one title" content="" />
  53. <meta name="text:link two" content="" />
  54. <meta name="text:link two title" content="" />
  55. <meta name="text:link three" content="" />
  56. <meta name="text:link three title" content="" />
  57. <meta name="text:link four" content="" />
  58. <meta name="text:link four title" content="" />
  59. <meta name="text:link five" content="" />
  60. <meta name="text:link five title" content="" />
  61. <meta name="text:link six" content="" />
  62. <meta name="text:link six title" content="" />
  63.  
  64. <script type="text/javascript"
  65. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  66.  
  67. <style type="text/css">
  68.  
  69. @font-face {font-family:Urmom; src: url('http://static.tumblr.com/cs9z8nu/rxKmdmelb/setfiretotherain.ttf');}
  70.  
  71. @font-face { font-family: Signerica; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  72.  
  73.  
  74. </style>
  75.  
  76.  
  77. <style type="text/css">
  78.  
  79. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  80.  
  81. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: #cecece; }
  82. ::-webkit-scrollbar-thumb { background-color: #130C11;}{/block:iftinyscrollbar}
  83.  
  84. .wrapper{
  85. margin: 0px auto;
  86. width: 780px;
  87. }
  88.  
  89. #tumblr_controls{
  90. position:fixed !important;
  91. -webkit-filter: invert(100%)
  92. }
  93.  
  94. {block:IfFadedImage}
  95. img{
  96. -webkit-transition: opacity 0.8s linear;
  97. opacity: 0.60;
  98. }
  99. img:hover{
  100. -webkit-transition: opacity 0.8s linear;
  101. opacity: 1;
  102. }{/block:IfFadedImage}
  103.  
  104. {block:IfInvertedImage}
  105. img{
  106. -webkit-transition: opacity 0.8s linear;
  107. opacity: 1;
  108. }
  109. img:hover{-webkit-transition: opacity 0.8s linear;
  110. opacity: 0.60;
  111. }
  112. {/block:IfInvertedImage}
  113.  
  114.  
  115. body {
  116. padding: 5px;
  117. margin: 0px;
  118. color:{color:text};
  119. background-color: {color:Background};
  120. background-image:url({image:Background});
  121. background-repeat: repeat;
  122. background-attachment: fixed;
  123. font-family: Ubuntu;
  124. font-size: 12px;
  125. line-height:13px;
  126. letter-spacing: 0px;
  127. color:{color:text};
  128. }
  129.  
  130. p {
  131. margin:0px;
  132. margin-top:0px;
  133. }
  134.  
  135. a:link, a:active, a:visited{
  136. color: {color:Link};
  137. text-decoration: none;
  138. }
  139.  
  140. a:hover{
  141. color:{color:Hover};
  142. -webkit-transition: color 0.3s ease-out;
  143. -moz-transition: color 0.3s ease-out;
  144. }
  145.  
  146. .entry {
  147. margin:4px;
  148. font-family: Ubuntu;
  149. padding: 5px;
  150. background-color: #f5f2f2;
  151. float:left;
  152. background-image:URL();
  153. background-color: white;
  154. font-size: 11px;
  155. letter-spacing: 0px;
  156. border: 3px double #cecece;
  157.  
  158. line-height:13px;
  159. {block:IndexPage}
  160. width:250px;
  161. {/block:IndexPage}
  162. {block:PermalinkPage}
  163. width:500px;
  164. {/block:PermalinkPage}
  165. opacity: 0.8;
  166.  
  167. }
  168.  
  169. .entry .perma{
  170. position: absolute;
  171. text-transform: uppercase;
  172. bottom: 3px;
  173. right: 5px;
  174. font-size: 10px;
  175. line-height: 10px;
  176. font-family: 'PT Sans Narrow',sans-serif;
  177. letter-spacing: 1px;
  178. z-index: 9;
  179. color: #fff;
  180. opacity: 0;
  181. filter: alpha(opacity = 0);
  182. -webkit-transition: all 0.2s ease;
  183. -moz-transition: all 0.2s ease;
  184. transition: all 0.2s ease;
  185. -o-transition: all 0.2s ease;
  186. text-shadow: 1px 0px 3px black;
  187. }
  188.  
  189. .entry:hover .perma{
  190. opacity: 1.0;
  191. filter: alpha(opacity = 100);
  192. }
  193.  
  194.  
  195.  
  196. .perm{
  197. display: block;
  198. font-family: 'PT Sans Narrow',sans-serif;
  199. font-size: 12px;
  200. line-height:10px;
  201. letter-spacing:1px;
  202. text-transform:uppercase;
  203. text-align: right;
  204. background-color:transparent;
  205. border-top: 1px solid #dddddd;
  206. padding-bottom:5px;
  207. }
  208.  
  209. #pagination{
  210. display:none;
  211. }
  212.  
  213. .clear {
  214. clear: both;
  215. }
  216.  
  217. #posts {
  218. opacity: .5px;
  219. margin-top:5px;
  220. position:relative;
  221. {block:IndexPage}
  222. width:560px;
  223. margin-left: 100px;
  224. margin-top: 0px;
  225. {/block:IndexPage}
  226. {block:PermalinkPage}
  227. width: 500px;
  228. margin-left: 80px;
  229. margin-top: 0px;
  230. {/block:PermalinkPage}
  231. }
  232.  
  233.  
  234. ol.notes img {
  235. width: 16px;
  236. display: inline;
  237. position: relative;
  238. top: 3px;
  239. }
  240.  
  241. #sidebar{
  242. position:fixed;
  243. padding-top: 5px;
  244. padding-right: 5px;
  245. padding-left: 5px;
  246. margin-left: -180px;
  247. height: 100%;
  248. width: 240px;
  249. text-align: right;
  250. background-color: {color:Background};
  251. background-image:url({image:sidebar Background});
  252. font-size: 12px;
  253. line-height:13px;
  254. letter-spacing: 0px;
  255. font-family: Ubuntu;
  256. color: {color:description};
  257. -webkit-transition: all 0.3s ease-out;
  258. -moz-transition: all 0.3s ease-out;
  259. transition: all 0.3s ease-out;
  260. }
  261.  
  262.  
  263. .description {
  264. font-family: Ubuntu;
  265. font-size: 11px;
  266. width: auto;
  267. line-height:13px;
  268. letter-spacing: 1px;
  269. height: auto;
  270. opacity: 0;
  271. -webkit-transition: all 0.3s ease-out;
  272. -moz-transition: all 0.3s ease-out;
  273. transition: all 0.3s ease-out;
  274. margin-bottom:-2px;}
  275.  
  276. #sidebar:hover .description {
  277. height:auto;
  278. width: auto;
  279. opacity:1;
  280. line-height:13px;
  281. -webkit-transition: all 0.3s ease-out;
  282. -moz-transition: all 0.3s ease-out;
  283. transition: all 0.3s ease-out;}
  284.  
  285. .desc {overflow-y:scroll; height:99px;}
  286.  
  287. .links {
  288. color: {color:links};
  289. display: inline;
  290. font-family: Ubuntu;
  291. line-height:13px;
  292. margin-top:7px;
  293. margin-bottom:3px;
  294. text-align:center;
  295. font-size: 10px;
  296. letter-spacing:1px; }
  297.  
  298. .links a {
  299. color: {color:links};
  300. -webkit-transition: all 0.3s ease-out;
  301. -moz-transition: all 0.3s ease-out;
  302. transition: all 0.3s ease-out;}
  303.  
  304. .links a:hover {
  305. color: {color:hover};
  306. -webkit-transition: all 0.3s ease-out;
  307. -moz-transition: all 0.3s ease-out;
  308. transition: all 0.3s ease-out;
  309. }
  310.  
  311. #postnotes{
  312.  
  313. text-align: justify;}
  314.  
  315. #postnotes blockquote{
  316. border: 0px;}
  317.  
  318. #infscr-loading{
  319. bottom: -70px;
  320. position: absolute;
  321. left: 50%;
  322. margin-left:-8px;
  323. width:16px;
  324. height:11px;
  325. overflow:hidden;
  326. margin-bottom: 50px;
  327. }
  328.  
  329. .title{
  330. font-family: Ubuntu;
  331. font-size: 16px;
  332. line-height:14px;
  333. color: {color:Title};
  334. font-weight: normal;
  335. padding:1px 1px 1px 1px;
  336. }
  337.  
  338.  
  339. .blog{
  340. font-family: Signerica;
  341. letter-spacing:0px;
  342. font-align: center;
  343. font-size: 25px;
  344. line-height:20px;
  345. padding-bottom:2px;
  346. color: {color:Blogtitle color};
  347. background-color:transparent;
  348. border-bottom: 0px solid white;
  349. -webkit-transition: all 0.3s linear;
  350. -webkit-transition: all 0.3s linear;
  351. -moz-transition: all 0.3s linear;
  352. transition: all 0.3s linear;
  353. }
  354.  
  355. .blog:hover{
  356. color: #ccc;
  357. -webkit-transition: all 0.3s linear;
  358. -webkit-transition: all 0.3s linear;
  359. -moz-transition: all 0.3s linear;
  360. transition: all 0.3s linear;
  361. }
  362.  
  363.  
  364.  
  365. #jalc{
  366. position:fixed !important;
  367. right:3px;
  368. top:26px;
  369. font-size: 10px;
  370. line-height:12px;
  371. vertical-align: middle;
  372. overflow: hidden;
  373. padding:3px;
  374. -webkit-border-radius:2px;
  375. moz-border-radius:2px;
  376. -o-border-radius:2px;
  377. border-radius:2px;
  378. z-index: 100;}
  379.  
  380. #jalc a{
  381. color: #fff;}
  382.  
  383. .ann a{
  384. color: #fff;}
  385.  
  386. .ann{
  387. color: #fff;
  388. font-size: 12px;
  389. display: inline-block;}
  390.  
  391. -webkit-transition: opacity 0.2s linear;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
  392.  
  393. a img{border: 0px;}
  394.  
  395. blockquote{
  396. padding:2px 2px 2px 5px;
  397. margin:4px 4px 4px 7px;
  398. border-left: 4px solid #dddddd;
  399. }
  400.  
  401. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  402.  
  403. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  404. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  405.  
  406. .notes img{width:10px; position:relative; top:3px;}
  407. <--ses-->
  408. small{font-size: 90%;}
  409.  
  410.  
  411. .caption img {
  412. max-width: 100%;
  413. }
  414.  
  415.  
  416. #jalc{
  417. position:fixed !important;
  418. right:3px;
  419. top:26px;
  420. font-size: 10px;
  421. line-height:12px;
  422. vertical-align: middle;
  423. overflow: hidden;
  424. padding:3px;
  425. -webkit-border-radius:2px;
  426. moz-border-radius:2px;
  427. -o-border-radius:2px;
  428. border-radius:2px;
  429. z-index: 100;}
  430.  
  431. #jalc a{
  432. color: #fff;}
  433.  
  434. .ann a{
  435. color: #fff;}
  436.  
  437. .ann{
  438. color: #fff;
  439. font-size: 12px;
  440. display: inline-block;}
  441. #jaaaa {
  442. position: fixed;
  443. z-index: 5000;
  444. background-color: transparent;
  445. font-family: Lekton;
  446. padding: 5px;
  447. bottom:-3px;
  448. right: 15px;
  449. color:#000;
  450. border-top-right-radius:3px;
  451. border-top-left-radius:3px;
  452. box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
  453. -webkit-transition: all 0.3s ease;
  454. -moz-transition: all 0.3s ease;
  455. transition: all 0.3s ease;}
  456.  
  457.  
  458. #jaaaa:hover {
  459. bottom:0px;
  460. padding-bottom:10px;
  461. -webkit-transition: all 0.3s ease;
  462. -moz-transition: all 0.3s ease;
  463. transition: all 0.3s ease;}
  464.  
  465. {CustomCSS}
  466. </style>
  467.  
  468. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  469. <script type="text/javascript">
  470. $(function(){
  471. $("#pageLink").click(function(){
  472. $("#titlePages").fadeToggle(500);
  473. });
  474. });
  475. </script>
  476.  
  477. {block:IndexPage}
  478. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  479. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  480. <script type="text/javascript">
  481. $(window).load(function () {
  482. var $content = $('#posts');
  483. $content.masonry({
  484. itemSelector: '.entry',
  485. isAnimated: true
  486. }),
  487. $content.infinitescroll({
  488. navSelector : '#pagination',
  489. nextSelector : '#pagination a#nextPage',
  490. itemSelector : '.entry',
  491. loading: {
  492. finishedMsg: '',
  493. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  494. },
  495. bufferPx : 200,
  496. debug : false,
  497. },
  498. // call masonry as a callback.
  499. function( newElements ) {
  500. var $newElems = $( newElements );
  501. $newElems.hide();
  502. // ensure that images load before adding to masonry layout
  503. $newElems.imagesLoaded(function(){
  504. $content.masonry( 'appended',
  505. $newElems, true,
  506. function(){$newElems.fadeIn(300);}
  507. );
  508.  
  509.  
  510. });
  511. });
  512. });
  513. </script>
  514. {/block:IndexPage}
  515.  
  516. <title>{title}</title>
  517.  
  518. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lu2de5CqUh1qfoi4t.gif">
  519. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  520. <meta name="viewport" content="width=820" />
  521.  
  522. </style>
  523. </head>
  524. <body>
  525. <div class="wrapper">
  526. <div style="position:fixed;right:0px;top:28px;">
  527. </span>
  528. </div>
  529.  
  530. <div id="sidebar"><center>
  531. <div class="blog"><div style="margin-top:3px; background-color:#ddd; padding-top:3px; padding-bottom:3px;
  532. border-top: 3px double #ccc; border-bottom: 3px double #ccc;"><blogtitle>{text:blog title}</blogtitle></div>
  533. {block:ifshowphoto}<p><a href="/"><img src="{image:sidebar}" width=240px;></a>{/block:ifshowphoto}<p></div>
  534.  
  535. <div class="links"><center>
  536. <div style="background-color:#ddd; padding-top:3px; padding-bottom:3px;
  537. border-top: 3px double #ccc; border-bottom: 3px double #ccc;">
  538. {block:ifLinkOneTitle}
  539. <a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  540. {block:ifLinkTwoTitle}
  541. <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  542. {block:ifLinkThreeTitle}
  543. <a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  544. {block:ifLinkFourTitle}
  545. <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  546. {block:ifLinkFiveTitle}
  547. <a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle}
  548. {block:ifLinkSixTitle}
  549. <a href="{text:Link Six}">{text:Link Six Title}</a>{/block:ifLinkSixTitle}
  550. <a href="http://unpresentable.tumblr.com/">©</a>
  551.  
  552. </center></div>
  553. <div id="jalc">
  554. <a href="http://jollythemes.tumblr.com/" target="_blank"><div class="ann"><img src="http://64.19.142.13/static.tumblr.com/vzjzx9a/Oyymbuhss/hdggj57retuete.png"></div> </a>
  555. </div>
  556.  
  557. <div class="description"><div class="desc">{description}</div></div>
  558. </center>
  559. </div>
  560.  
  561.  
  562.  
  563.  
  564. <div id="posts">
  565.  
  566. {block:Posts}
  567. <div class="entry">
  568.  
  569.  
  570. {block:Text}
  571. {block:Title}<span class="title">{Title}</span>{/block:Title}<br>
  572. <div class="caption"><span class="entrytext">{Body}</span></div>
  573. <div class="perm">{block:IndexPage}<div align="right"><br><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  574. {/block:Text}
  575.  
  576. {block:Link}
  577. <a href="{URL}" class="title">{Name}</a><br>
  578. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  579. <div class="perm">{block:IndexPage}<div align="right"><br></small>{24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  580. {block:Link}
  581.  
  582.  
  583. {block:Photo}
  584. {block:IndexPage}{LinkOpenTag}<div class="photo">
  585. <div class="perma"><a href="{ReblogURL}" target="_blank">↻&nbsp&nbsp</a>
  586. posted {DayOfWeek} &#8226; {24Hour}:{Minutes} with <a href="{permalink}">{NoteCountWithLabel}</a></a></a></span></div><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  587. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  588. {/block:Photo}
  589.  
  590. {block:Photoset}
  591. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  592. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  593. <div class="perm">{block:IndexPage}<br><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></div></div></div>{/block:IndexPage}
  594. {/block:Photoset}
  595.  
  596. {block:Quote}
  597. {Quote}</span>
  598. {block:Source}{Source}{/block:Source}
  599. <div class="perm">{block:IndexPage}<div align="right"><br><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  600. {/block:Quote}
  601.  
  602. {block:Chat}
  603. {block:Title}<span class="title">{Title}</span>{/block:Title}<br>
  604. <ul class="chat">
  605. {block:Lines}
  606. <li class="user_{UserNumber}">
  607. {block:Label}
  608. <span class="label">{Label}</span>
  609. {/block:Label}
  610.  
  611. {Line}
  612. </li>
  613. {/block:Lines}
  614. </ul>
  615. <div class="perm">{block:IndexPage}<div align="right"><br><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  616. {/block:Chat}
  617.  
  618. {block:Audio}
  619. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  620. {block:IndexPage}
  621. {/block:IndexPage}
  622. <div class="perm">{block:IndexPage}<div align="right"><br><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  623. {/block:Audio}
  624.  
  625. {block:Video}
  626. <center>
  627. {block:IndexPage}
  628. {Video-250}
  629. {/block:IndexPage}
  630. </center>
  631. {block:PermalinkPage}
  632. <center>{Video-500}</center>
  633. {/block:PermalinkPage}
  634. <div class="perm">{block:IndexPage}<div align="right"><br><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}"> {NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  635. {block:Video}
  636.  
  637. {block:Answer}
  638. <strong>{asker}: {question}</strong>
  639. <div class="caption">
  640. {Answer}</div>
  641. <div class="perm">{block:IndexPage}<div align="right"><br><small>&#8226; <a href="{permalink}"> {NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  642. {/block:Answer}
  643.  
  644. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  645.  
  646. {block:PermalinkPage}
  647. <center>
  648. {block:Caption}{Caption}{/block:Caption}
  649. {block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}<br>{/block:NoteCount}
  650. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  651. {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> <br>{/block:Tags}{/block:hasTags}
  652. </center>
  653. {block:NoteCount} <div style="border-bottom: 2px solid #999; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  654. {/block:PermalinkPage}
  655.  
  656. {block:PostNotes}{PostNotes}
  657. {/block:PostNotes}
  658. </div>
  659.  
  660.  
  661. {/block:Posts}
  662. </div>
  663. </div>
  664. {block:IndexPage}<br>
  665. {block:Pagination}
  666. <div id="pagination">
  667. {block:NextPage}
  668. <a id="nextPage" href="{NextPage}">next</a>
  669. {/block:NextPage}
  670. {block:PreviousPage}
  671. <a href="{PreviousPage}">back</a>
  672. {/block:PreviousPage}
  673. </div>
  674. {/block:Pagination}
  675. {/block:IndexPage}
  676. </div>
  677. <div id="jaaaa">
  678. <a href="http://unpresentable.tumblr.com">RH</a>
  679. <div></div>
  680.  
  681. </body>
  682. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement