Advertisement
aane69

theme de fts snap

Apr 28th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.08 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" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Charming Theme V2 by lsaac.tumblr.com,
  6.  
  7. Feel free to customise the theme as much as you like but please rememeber to leave at least one credit link, thank you :-)
  8. -->
  9.  
  10.  
  11. <head>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  13. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  14. <script type="text/javascript">
  15. $(document).ready(function(){
  16. $(".description").hide();
  17. $(".about").click(function(){
  18. $('.description').slideToggle("fast");
  19. return true;
  20. });
  21. });
  22. </script>
  23.  
  24. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  25. <script type="text/javascript">
  26. $(document).ready(function () {
  27. $('li.drawer div:nth-child(2)').hide();
  28. $('li.drawer h4').click(function () {
  29. if ($(this).hasClass('open')) {
  30. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  31. else {
  32. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  33. $(this).next().slideDown();
  34. $(this).addClass('open');}
  35. });
  36. });
  37. </script>
  38.  
  39. <meta name="color:Background" content="#ffffff" />
  40. <meta name="color:Text" content="#333" />
  41. <meta name="color:Links" content="#555555"/>
  42. <meta name="color:Scrollbar" content="#666666"/>
  43. <meta name="color:Hover" content="#dad8d8"/>
  44. <meta name="color:HoverBackground" content="#000000"/>
  45. <meta name="color:LinkBackground" content="#c0c0c0"/>
  46. <meta name="color:Content" content="#dad8d8" />
  47. <meta name="color:Accent" content="#eeeeee"/>
  48. <meta name="image:Background" content=""/>
  49. <meta name="image:Sidebar" content=""/>
  50. <meta name="text:first custom link title" content=""/>
  51. <meta name="text:first custom link url" content=""/>
  52. <meta name="text:second custom link title" content=""/>
  53. <meta name="text:second custom link url" content=""/>
  54. <meta name="text:third custom link title" content=""/>
  55. <meta name="text:third custom link url" content=""/>
  56. <meta name="text:fourth custom link title" content=""/>
  57. <meta name="text:fourth custom link url" content=""/>
  58. <meta name="text:fifth custom link title" content=""/>
  59. <meta name="text:fifth custom link url" content=""/>
  60. <meta name="text:sixth custom link title" content=""/>
  61. <meta name="text:sixth custom link url" content=""/>
  62. <meta name="text:seven custom link title" content=""/>
  63. <meta name="text:seven custom link url" content=""/>
  64. <meta name="text:eight custom link title" content=""/>
  65. <meta name="text:eight custom link url" content=""/>
  66. <meta name="if:first custom link" content="0"/>
  67. <meta name="if:second custom link" content="0"/>
  68. <meta name="if:third custom link" content="0"/>
  69. <meta name="if:fourth custom link" content="0"/>
  70. <meta name="if:fifth custom link" content="0"/>
  71. <meta name="if:sixth custom link" content="0"/>
  72. <meta name="if:seven custom link" content="0"/>
  73. <meta name="if:eight custom link" content="0"/>
  74. <meta name="if:submit link" content="0"/>
  75. <meta name="if:Drop Down Description" content="1"/>
  76. <meta name="if:archive link" content="1"/>
  77. <meta name="if:home link" content="1"/>
  78. <meta name="if:message link" content="1"/>
  79. <meta name="if:faded description" content="1" />
  80. <meta name="if:show image" content="0"/>
  81. <meta name="if:two columns" content="1" />
  82. <meta name="if:three columns" content="0" />
  83. <meta name="if:Cross cursor" content="1"/>
  84. <meta name="font:Description" content="Georgia"/>
  85. <meta name="font:Sidebar Links" content="Georgia"/>
  86. <meta name="font:Body" content="Lucida Sans"/>
  87. <meta name="font:Title" content="Courier New"/>
  88.  
  89. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  90.  
  91. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  92.  
  93. <title>{Title}</title>
  94. <link rel="shortcut icon" href="{Favicon}">
  95. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  96. <link rel="shortcut icon" href="{Favicon}">
  97. <title>Untitled Document</title>
  98. <link rel="shortcut icon" href="{Favicon}">
  99. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  100. {block:Description}
  101. <meta name="description" content="{MetaDescription}" />
  102. {/block:Description}
  103. <style type="text/css">
  104. {CustomCSS}
  105.  
  106. p{
  107. margin:0px;
  108. padding:0px;
  109. }
  110.  
  111. #tumblr_controls{
  112. position:absolute;
  113. margin-top:0px;
  114. margin-right:0px;
  115. }
  116.  
  117. #tumblr_controls{
  118. -webkit-transition: opacity 0.2s linear;
  119. opacity: 0.7;
  120. }
  121. #tumblr_controls:hover{
  122. -webkit-transition: opacity 0.2s linear;
  123. opacity: 1;
  124. }
  125.  
  126. a{
  127. text-decoration: none;
  128. color:{color:links};
  129. -moz-transition: all 0.3s ease-out;
  130. -o-transition: all 0.3s ease-out;
  131. -webkit-transition: all 0.3s ease-out;
  132. transition: all 0.3s ease-out;
  133. }
  134.  
  135. a:hover{
  136. color:{color:hover};
  137. -moz-transition: all 0.3s ease-out;
  138. -o-transition: all 0.3s ease-out;
  139. -webkit-transition: all 0.3s ease-out;
  140. transition: all 0.3s ease-out;
  141. }
  142.  
  143. .links{
  144. text-decoration: none;
  145. color:{color:links};
  146. background-color:{color:linkbackground};
  147. margin:4px;
  148. -moz-transition: all 0.3s ease-out;
  149. -o-transition: all 0.3s ease-out;
  150. -webkit-transition: all 0.3s ease-out;
  151. transition: all 0.3s ease-out;
  152. }
  153.  
  154. .links:hover{
  155. color:{color:hover};
  156. background:{color:hoverbackground};
  157. padding:10px;
  158. border-width:1px;
  159. -moz-transition: all 0.3s ease-out;
  160. -o-transition: all 0.3s ease-out;
  161. -webkit-transition: all 0.3s ease-out;
  162. transition: all 0.3s ease-out;
  163. }
  164.  
  165. body{
  166. color:{color:Text};
  167. background-color:{color:Background};
  168. background-image:url({image:Background});
  169. background-attachment: fixed; background-repeat: repeat;
  170. font-size:11px;
  171. text-align: center;
  172. font-family: {font:Body};
  173. line-height:10px;
  174. {block:ifcrosscursor}
  175. cursor: crosshair;
  176. {/block:ifcrosscursor}
  177. }
  178.  
  179. #content{
  180. margin: auto left:40 auto auto ;
  181. width:100%;
  182. top:30px;
  183. position:relative;
  184. }
  185.  
  186. #content .posts{
  187. {block:iftwocolumns}
  188. width:608px;
  189. {/block:iftwocolumns}
  190. {block:ifthreecolumns}
  191. width:912px;
  192. {/block:ifthreecolumns}
  193. font-family: {font:Body};
  194. margin: -35px 0px 0px 30px;
  195. margin-left: 270px;
  196. {block:PermalinkPage}
  197. width:500px;
  198. {/block:PermalinkPage}
  199. }
  200.  
  201. #content .entry{
  202. {block:IndexPage}
  203. width:300px;
  204. margin:2px;
  205. padding:0px;
  206. float:left;
  207. {/block:IndexPage}
  208. {block:PermalinkPage}
  209. width:500px;
  210. {/block:PermalinkPage}
  211. }
  212.  
  213. #content .entry img{
  214. {block:IndexPage}
  215. max-width:300px;
  216. {/block:IndexPage}
  217. {block:ifcrosscursor}
  218. cursor: crosshair;
  219. {/block:ifcrosscursor}
  220. }
  221.  
  222. .top{
  223. width:200px;
  224. height:100%;
  225. text-align:center;
  226. z-index:5000;
  227. margin-bottom:0px;
  228. position:fixed;
  229. top:7px;
  230. left:7px;
  231. padding: 8px;
  232. background:{color:Content};
  233. font-family: {font:Sidebar};
  234. }
  235.  
  236. {block:iffadeddescription}
  237. .top{
  238. -webkit-transition: opacity 0.3s linear;
  239. opacity: 0.7;
  240. }
  241. .top:hover{
  242. -webkit-transition: opacity 0.3s linear;
  243. opacity: 1;
  244. }
  245. {/block:iffadeddescription}
  246.  
  247. img{
  248. -webkit-transition: opacity 0.6s linear;
  249. opacity: 0.9;
  250. }
  251. img:hover{
  252. -webkit-transition: opacity 0.6s linear;
  253. opacity: 1;
  254. }
  255.  
  256. .h1{
  257. display:block;
  258. font-size:20px;
  259. line-height:17px;
  260. text-align: center;
  261. margin-bottom: 10px;
  262. font-family: 'Satisfy', cursive;
  263. }
  264.  
  265. .h2{
  266. font-size:20px;
  267. letter-spacing: 2px;
  268. line-height:20px;
  269. margin-bottom:5px;
  270. font-family: 'Satisfy', cursive;
  271. }
  272.  
  273. .h3{
  274. font-size:17px;
  275. line-height:20px;
  276. text-align:center;
  277. font-family: {font:Body};
  278. }
  279.  
  280. .h4{
  281. font-size:14px;
  282. line-height:20px;
  283. text-align:center;
  284. letter-spacing:1px;
  285. font-family: {font:Sidebar Links};
  286. }
  287.  
  288. .h6{
  289. font-size:18px;
  290. line-height:20px;
  291. text-align:center;
  292. color:{color:Links};
  293. font-family: {font:Title};
  294. }
  295.  
  296. .h7{
  297. font-size:11px;
  298. line-height:14px;
  299. text-align:center;
  300. font-family: {font:Description};
  301. }
  302.  
  303.  
  304. .nav{
  305. text-align:center;
  306. margin-top:0px;
  307. margin-bottom:0px;
  308. font-family: {font:Body};
  309. }
  310.  
  311. .permalink{
  312. display:block;
  313. text-align:left;
  314. padding-top:4px;
  315. font-size:11px;
  316. font-family: {font:Body};
  317. border-bottom-style:solid;
  318. border-width:1px;
  319. -moz-transition: all 0.3s ease-out;
  320. -o-transition: all 0.3s ease-out;
  321. -webkit-transition: all 0.3s ease-out;
  322. transition: all 0.3s ease-out;
  323. }
  324.  
  325. .permalink{
  326. -webkit-transition: opacity 0.3s linear;
  327. opacity: 0.3;
  328. -moz-transition: all 0.3s ease-out;
  329. -o-transition: all 0.3s ease-out;
  330. -webkit-transition: all 0.3s ease-out;
  331. transition: all 0.3s ease-out;
  332. }
  333. .permalink:hover{
  334. -webkit-transition: opacity 0.3s linear;
  335. opacity: 1;
  336. -moz-transition: all 0.3s ease-out;
  337. -o-transition: all 0.3s ease-out;
  338. -webkit-transition: all 0.3s ease-out;
  339. transition: all 0.3s ease-out;
  340. padding-left:19px;
  341. }
  342.  
  343. .quote{
  344. font-size:13px;
  345. line-height:13px;
  346. text-transform:none;
  347. margin-bottom:5px;
  348. font-family: {font:Body};
  349. }
  350.  
  351. .entry .perma {
  352. position: absolute;
  353. width: 45%;
  354. height: 100%;
  355. left: 5px;
  356. margin-left:-5px;
  357. font-family: Six Caps;
  358. letter-spacing:1px;
  359. text-align: center;
  360. opacity: 0;
  361. filter:alpha(opacity=0);
  362. z-index: 10000;
  363. background: rgba(0, 0, 0, .4);
  364. -moz-transition: all 0.5s ease-out;
  365. -o-transition: all 0.5s ease-out;
  366. -webkit-transition: all 0.5s ease-out;
  367. transition: all 0.5s ease-out;
  368. }
  369.  
  370. .entry:hover .perma {
  371. width: 50%;
  372. opacity: 1;
  373. filter:alpha(opacity=100);
  374. }
  375.  
  376. .p1{
  377. display: block;
  378. margin-right: 0px;
  379. height: 36px;
  380. line-height: 36px;
  381. padding: 0 4px;
  382. text-transform: uppercase;
  383. font-weight: bold;
  384. }
  385.  
  386. .p2{
  387. display: block;
  388. margin-right: 0px;
  389. height: 16px;
  390. padding: 0 4px;
  391. line-height: 16px;
  392. text-transform: uppercase;
  393. font-weight: bold;
  394. }
  395.  
  396. .p1 a {
  397. font-size: 36px;
  398. opacity: .75;
  399. filter:alpha(opacity=75);
  400. }
  401.  
  402. .p2 a {
  403. font-size: 16px;
  404. opacity: .50;
  405. filter:alpha(opacity=50);
  406. }
  407.  
  408. .p1 a, .p2 a {
  409. color: #ffffff;
  410. }
  411.  
  412. .sidepic {
  413. float: left;
  414. }
  415. .text {
  416. padding: 2px;
  417. }
  418.  
  419. .c {
  420. position: absolute;
  421. width: 100%;
  422. height: 52px;
  423. top: 50%;
  424. margin-top: -26px;
  425. }
  426.  
  427.  
  428. .audio{
  429. {block:IndexPage}
  430. width:270px;
  431. {/block:IndexPage}
  432. {block:PermalinkPage}
  433. width:488px;
  434. {/block:PermalinkPage}
  435. background-color:#fff;
  436. padding:5px;
  437. margin-bottom:0px;
  438. border-left:1px solid;
  439. border-right:1px solid;
  440. border-color:{color:Other};
  441. }
  442.  
  443. .audiocap, .videocap{
  444. background-color:{color:Other};
  445. display:block;
  446. padding:10px;
  447. }
  448.  
  449. .albumart, .albumart img{
  450. {block:IndexPage}
  451. width:300px;
  452. {/block:IndexPage}
  453. {block:PermalinkPage}
  454. width:500px;
  455. {/block:PermalinkPage}
  456. }
  457.  
  458. div.video embed,
  459. div.post div.video object {
  460. {block:IndexPage}
  461. width:250px !important;
  462. height:150px !important;
  463. {/block:IndexPage}
  464. {block:PermalinkPage}
  465. width:500px !important;
  466. height:400px !important;
  467. {/block:PermalinkPage}
  468. }
  469.  
  470. .nav { font-size:10px;
  471. }
  472.  
  473. .question{
  474. font-weight:normal;
  475. margin-bottom:5px;
  476. font-size:13px;
  477. line-height:15px;
  478. display:block;
  479. font-family: {font:body};
  480. }
  481.  
  482. .asker{
  483. padding:10px;
  484. font-family: {font:Body};
  485. font-size:12px;
  486. }
  487.  
  488. .answer{
  489. padding:5px;
  490. font-size:10px;
  491. font-family: {font:Body};
  492. color: {color:text};
  493. border-right-style: solid;
  494. border-left-style: solid;
  495. border-width:1px;
  496. background-color:{color:Accent};
  497. }
  498.  
  499. #bg img {
  500. z-index:-1;
  501. position:fixed;
  502. background-repeat:repeat;
  503. }
  504.  
  505. ::-webkit-scrollbar-thumb:vertical {
  506. background-color:{color:Scrollbar};
  507. height:100px;
  508. }
  509.  
  510. ::-webkit-scrollbar-thumb:horizontal {
  511. background-color:{color:Scrollbar};
  512. height:10px;
  513. }
  514.  
  515. ::-webkit-scrollbar {
  516. height:10px;
  517. width:8px;
  518. background-color:{color:background};
  519. }
  520.  
  521. ul#drawers {width: 200px; list-style: none; cursor:help; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  522.  
  523. ul#drawers a {text-decoration: none; color: #000;}
  524.  
  525. ul#drawers li h4 {margin: 0; padding: 1px; text-transform: Camelcase; font-size: 10px; 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;
  526. transition: background-color 0.5s ease-out;}
  527.  
  528. h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
  529.  
  530. li.drawer h4.open {background-color: #121213; border-top: 0px;}
  531.  
  532. li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  533.  
  534. li.drawer div li {list-style-type: disc;}
  535.  
  536. li.drawer div ul {-webkit-padding-start: 12px;}
  537.  
  538. </style>
  539. {block:IfBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfBackgroundImage}
  540.  
  541.  
  542.  
  543. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  544. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  545. </script>
  546. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  547. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  548. <script type="text/javascript">
  549.  
  550. $(window).load(function () {
  551. $('.posts').masonry(),
  552. $('.masonryWrap').infinitescroll({
  553. navSelector : "div#navigation",
  554. // selector for the paged navigation (it will be hidden)
  555. nextSelector : "div#navigation a#nextPage",
  556. // selector for the NEXT link (to page 2)
  557. itemSelector : ".entry",
  558. // selector for all items you'll retrieve
  559. bufferPx : 10000,
  560. extraScrollPx: 11000,
  561. loadingImg : "",
  562. loadingText : "<em></em>",
  563. },
  564. // call masonry as a callback.
  565. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  566. );
  567. });
  568. </script>
  569. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  570. <body>
  571. <div class="top">
  572. {block:ifdropdowndescription}
  573. <ul id="drawers">
  574. <li class="drawer" id="info">
  575. <h4><span class="h6">{Title}</span>{block:ifshowimage}<img src="{image:sidebar}" width=192px>{/block:ifshowimage}</h4>
  576. <div align="center">
  577. <span class="h7">{Description}</span><br>
  578. </div>
  579. </li>
  580. {/block:ifdropdowndescription}
  581.  
  582. {block:ifnotdropdowndescription}
  583. <div align="center">
  584. <span class="h6"><b><a href="/">{Title}</a></b></span><br>
  585. {block:ifshowimage}<a href="/"><img src="{image:sidebar}" width=192px></a>{/block:ifshowimage}
  586. <span class="h7">{Description}</span><br>
  587. </div>
  588. </li>
  589. </ul></span>
  590. {block:ifnotdropdowndescription}
  591.  
  592. </ul>
  593. <div align="center">
  594. <div class="nav">
  595. <span class="h4">
  596.  
  597. {block:ifhomelink}<div class="links"><a href="/">Home</a></div>{block:ifhomelink}
  598.  
  599. {block:ifmessagelink}<div class="links"><a href="/ask">Message</a></div>{block:ifmessagelink}
  600.  
  601. {block:ifarchivelink}<div class="links"><a href="/archive">Archive</a></div>
  602. {/block:ifarchivelink}
  603.  
  604. {block:ifsubmitlink}<div class="links"><a href="/submit">Submit</a></div>
  605. {/block:ifsubmitlink}
  606.  
  607. {block:iffirstcustomlink}<div class="links"><a href="{text:first custom link url}">{text:first custom link title}</a></div>{/block:iffirstcustomlink}
  608.  
  609. {block:ifsecondcustomlink}<div class="links"><a href="{text:second custom link url}">{text:second custom link title}</a></div>{/block:ifsecondcustomlink}
  610.  
  611.  
  612. {block:ifthirdcustomlink}<div class="links"><a href="{text:third custom link url}">{text:third custom link title}</a></div>{/block:ifthirdcustomlink}
  613.  
  614.  
  615. {block:iffourthcustomlink}<div class="links"><a href="{text:fourth custom link url}">{text:fourth custom link title}</a></div> {/block:iffourthcustomlink}
  616.  
  617.  
  618. {block:iffifthcustomlink}<div class="links"><a href="{text:fifth custom link url}">{text:fifth custom link title}</a></div> {/block:iffifthcustomlink}
  619.  
  620.  
  621. {block:ifsixthcustomlink}<div class="links"><a href="{text:sixth custom link url}">{text:sixth custom link title}</a></div> {/block:ifsixthcustomlink}
  622. {block:ifsixthcustomlink}<div class="links"><a href="{text:seven custom link url}">{text:seven custom link title}</a></div> {/block:ifsixthcustomlink}
  623. {block:ifsixthcustomlink}<div class="links"><a href="{text:eight custom link url}">{text:eight custom link title}</a></div> {/block:ifsixthcustomlink}
  624.  
  625.  
  626.  
  627.  
  628. </span></div></div></div>
  629. </div>
  630. </div>
  631. </p>
  632. </div>
  633. </li>
  634. </ul>
  635. </li>
  636. </ul>
  637. </form>
  638. </div>
  639. </div>
  640. </div>
  641. </div>
  642.  
  643. <div id="content">
  644. <div class="posts">
  645. {block:Posts}
  646. <div class="entry">
  647. {block:Text}
  648. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  649. {Body}
  650. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  651. {block:PermalinkPage}<div style="margin-left:230px;"</div>{/block:PermalinkPage}
  652. {/block:Text}
  653.  
  654. {block:Photo}
  655. {block:IndexPage}
  656. <div class="perma"><div class="c">
  657. <div class="p1">
  658. <a href="{Permalink}">{NoteCount}</a>
  659. </div>
  660. <div class="p2">
  661. <a href="{reblogurl}" target="_blank">reblog</a>
  662. </div>
  663. </div></div>
  664. <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="300"/></a>
  665. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  666. {/block:IndexPage}
  667. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:Permalinkpage}
  668. {/block:Photo}
  669.  
  670. {block:Photoset}
  671. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  672. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  673. {block:Caption}{Caption}{/block:Caption}
  674. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  675. {/block:Photoset}
  676.  
  677. {block:Quote}
  678. <div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div>
  679. {block:Source}<small>{Source}</small>{/block:Source}
  680. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  681. {/block:Quote}
  682.  
  683. {block:Link}
  684. <a href="{URL}"{Target}><span class="h2"> {Name}</span></a>
  685. {block:Description}<small>{Description}</small>{/block:Description}
  686. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  687. {/block:Link}
  688.  
  689. {block:Video}
  690. <div class="video">
  691. {block:IndexPage}{Video-250}{/block:IndexPage}
  692. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  693. </div>
  694. {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  695. {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  696. {/block:Video}
  697.  
  698. {block:Chat}
  699. {block:Title}
  700. <div class="ptitle">{Title}</div>
  701. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  702. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  703. {/block:Chat}
  704.  
  705. {block:Audio}
  706. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
  707. <div class="audio">{AudioPlayerWhite}</div>
  708. {block:IndexPage}{block:Caption}<div class="audiocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  709. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  710. {/block:Audio}
  711.  
  712. {block:Answer}
  713. <div class="asker">{Asker} sussurou:</a><div class="question"><br>{Question}</div></div><div class="answer"><i>{Answer}</i></div>
  714. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div>{/block:IndexPage}</span></div></div>
  715. {/block:Answer}
  716.  
  717.  
  718. {block:PermalinkPage}<div class="notes"><br>
  719. {block:Caption}{Caption}{/block:Caption}
  720. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  721. <br>Has a total of: {NoteCount} Notes
  722. {block:PostNotes}<br><br><div style="background-color:{color:Accent}; text-align:left; max-height: 200px; width:500px; overflow-y: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
  723. {/block:PermalinkPage}
  724.  
  725. </div>
  726.  
  727. {/block:Posts}
  728. </div>
  729. </div>
  730.  
  731. {block:IndexPage}
  732. <div class="column navigation" id="navigation">
  733. {block:Pagination}
  734. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  735. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  736. </div>
  737. {/block:IndexPage}
  738.  
  739.  
  740.  
  741.  
  742.  
  743. </div>
  744. </div>
  745. </div>
  746. </div>
  747. </div>
  748. </body>
  749. </html>
  750. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement