Advertisement
puellae-themes

Curiosity Theme

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