Advertisement
okesan

speech bubble theme

Jan 11th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6.  
  7. ANTICHRIST THEME by
  8. F L O R E L S (✿◠‿◠) ////
  9. started dec 22, 2014
  10. finished dec 22, 2014
  11. published dec 27, 2014
  12.  
  13. nav link inspiration from:
  14. softwaring && planers x
  15.  
  16.  
  17. -->
  18.  
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21.  
  22.  
  23. <link rel="icon" href="{Favicon}"/>
  24. <title>{Title}</title>
  25. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  26.  
  27. <meta name="color:answer top border" content="#000" />
  28. <meta name="color:background" content="#fff" />
  29. <meta name="color:blog title" content="#fff" />
  30. <meta name="color:blog title border" content="#fff" />
  31. <meta name="color:content bg" content="#fff" />
  32. <meta name="color:description" content="#fff" />
  33. <meta name="color:description link" content="#fff" />
  34. <meta name="color:link" content="#000" />
  35. <meta name="color:link hover" content="#666" />
  36. <meta name="color:nav bar bg" content="#000" />
  37. <meta name="color:nav links" content="#fff" />
  38. <meta name="color:permalink bg" content="#000" />
  39. <meta name="color:permalink" content="#fff" />
  40. <meta name="color:permalink hover" content="#fff" />
  41. <meta name="color:post background" content="#fff" />
  42. <meta name="color:post border" content="#000" />
  43. <meta name="color:question" content="#fff" />
  44. <meta name="color:question bg" content="#000" />
  45. <meta name="color:scrollbar" content="#000" />
  46. <meta name="color:sidebar bg" content="#000" />
  47. <meta name="color:text" content="#000" />
  48. <meta name="color:tooltip bg" content="#fff" />
  49. <meta name="color:tooltip border" content="#000" />
  50. <meta name="color:tooltip text" content="#000" />
  51.  
  52. <meta name="image:background" content="" />
  53. <meta name="image:content bg" content="http://static.tumblr.com/01c206988c0293861fa6083da2d0e99e/8bbr1md/6Kynh7rmv/tumblr_static_4axd90z1geascwk0k0kw0sg0c.png" />
  54.  
  55. <meta name="if:post border" content="0"/>
  56. <meta name="if:post bg colour" content="0"/>
  57. <meta name="if:content bg" content="1"/>
  58. <meta name="if:2 columns" content="1"/>
  59. <meta name="if:tooltip shadow" content="1"/>
  60. <meta name="if:sidebar border" content="0"/>
  61. <meta name="if:tiled bg image" content="1"/>
  62. <meta name="if:tiled content bg" content="1"/>
  63. <meta name="if:custom link 1" content="0" />
  64. <meta name="if:custom link 2" content="0" />
  65. <meta name="if:custom link 3" content="0" />
  66.  
  67. <meta name="text:ask link" content="/ask" />
  68. <meta name="text:nav link size" content="12" />
  69. <meta name="text:blog title size" content="20" />
  70. <meta name="text:permalink radius" content="3" />
  71. <meta name="text:sidebar radius" content="3" />
  72. <meta name="text:link 1 url" content="/" />
  73. <meta name="text:link 1 title" content="link 1" />
  74. <meta name="text:link 2 url" content="/" />
  75. <meta name="text:link 2 title" content="link 2" />
  76. <meta name="text:link 3 url" content="/" />
  77. <meta name="text:link 3 title" content="link 3" />
  78.  
  79. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  80.  
  81. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  82.  
  83. <script type="text/javascript">
  84. WebFontConfig = {
  85. google: { families: [ 'Lato::latin', 'Roboto::latin' ] }
  86. };
  87. (function() {
  88. var wf = document.createElement('script');
  89. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  90. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  91. wf.type = 'text/javascript';
  92. wf.async = 'true';
  93. var s = document.getElementsByTagName('script')[0];
  94. s.parentNode.insertBefore(wf, s);
  95. })(); </script>
  96. {block:IndexPage}
  97. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  98. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  99.  
  100. <script type="text/javascript">
  101. $(window).load(function () {
  102. $('#posts').masonry(),
  103. $('.masonryWrap').infinitescroll({
  104. navSelector : "div.navigation",
  105. // selector for the paged navigation (it will be hidden)
  106. nextSelector : ".navigation a#next",
  107. // selector for the NEXT link (to page 2)
  108. itemSelector : ".post",
  109. // selector for all items you'll retrieve
  110. bufferPx : 10000,
  111. extraScrollPx: 10000,
  112. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  113. loadingText : "<em></em>",
  114. },
  115. // call masonry as a callback.
  116. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  117. );
  118. });
  119. </script>
  120. {/block:IndexPage}
  121.  
  122.  
  123.  
  124. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  125.  
  126.  
  127.  
  128. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  129. <script>
  130. (function($){
  131. $(document).ready(function(){
  132. $("[title]").style_my_tooltips({
  133. tip_follows_cursor:true,
  134. tip_delay_time:0,
  135. tip_fade_speed:0
  136. }
  137. );
  138. });
  139. })(jQuery);
  140. </script>
  141.  
  142.  
  143.  
  144.  
  145. <style type="text/css">
  146.  
  147.  
  148. iframe#tumblr_controls {
  149. top: 0% !important;
  150. right:0% !important;
  151. position: fixed !important;}
  152.  
  153.  
  154. body {
  155. margin:0px;
  156. padding:0px;
  157. margin-top:0px;
  158. margin-bottom:0px;
  159. font-family: 'Lato', sans-serif;
  160. font-size:9px;
  161. color:{color:text};
  162. background-color:{color:background};
  163. background-image:url('{image:background}');
  164. background-attachment:fixed;
  165. {block:ifnottiledbgimage}
  166. background-size:cover;
  167. {/block:ifnottiledbgimage}}
  168.  
  169. #s-m-t-tooltip{
  170. font-family:'consolas';
  171. font-size: 9px;
  172. color:{color:tooltip text};
  173. background-color:{color:tooltip bg};
  174. text-align: center;
  175. letter-spacing:1px;
  176. min-width:50px;
  177. max-width:120px;
  178. border: 1px solid {color:tooltip border};
  179. overflow:auto;
  180. text-transform:uppercase;
  181. display: none;
  182. position: absolute;
  183. z-index: 999999999999;
  184. padding: 3px; /* padding */
  185. margin:30px 0 15px 10px;
  186. {block:iftooltipshadow}
  187. box-shadow:3px 3px rgba(0,0,0,0.2);
  188. {/block:iftooltipshadow}
  189. -webkit-transition: all 0.2s ease-in-out;
  190. -moz-transition: all 0.2s ease-in-out;
  191. transition: all 0.2s ease-in-out;}
  192.  
  193. a {
  194. color:{color:link};
  195. text-decoration:underline;
  196. -webkit-transition: all 0.2s ease-in-out;
  197. -moz-transition: all 0.2s ease-in-out;
  198. -o-transition: all 0.2s ease-in-out;}
  199.  
  200. a:hover {
  201. ;-webkit-transition-duration: 0.4s;
  202. color:{color:link hover};
  203. text-decoration:underline;}
  204.  
  205. /** theme by F L O R E L S (✿◠‿◠) //// **/
  206.  
  207. a:active,a:focus {outline:0;}
  208.  
  209. ::-webkit-scrollbar-thumb{
  210. background-color:{color:scrollbar};
  211. border:6px solid {color:background};
  212. height:6px;}
  213.  
  214. ::-webkit-scrollbar {
  215. height:16px;
  216. width:16px;
  217. background-color:{color:background};}
  218.  
  219. #sidebar {
  220. z-index:4;
  221. height:auto;
  222. top:40px;
  223. padding:20px;
  224. left:50%;
  225. width:180px;
  226. position:fixed;
  227. border-radius:5px;
  228. background-color:{color:sidebar bg};
  229. {block:if2columns}
  230. margin-left:-520px;
  231. {/block:if2columns}
  232. {block:ifnot2columns}
  233. margin-left:380px;
  234. {/block:ifnot2columns}}
  235.  
  236. #sidebartri {
  237. position:fixed;
  238. color:{color:sidebar bg};
  239. font-size:20px;
  240. z-index:4;
  241. margin-left:145px;
  242. margin-top:15px;}
  243.  
  244. .blogtitle{
  245. text-align:right;
  246. position:relative;
  247. height:auto;
  248. z-index:5;
  249. color:{color:blog title};
  250. font-size:1.8em;
  251. margin-top:10px;
  252. border-top:1px solid {color:blog title};
  253. padding:10px 0 0 0;
  254. text-transform:uppercase;
  255. font-style:italic;
  256. font-family:'Lato', sans-serif;
  257. width:auto;}
  258.  
  259. .description {
  260. text-align:left;
  261. color:{color:description};
  262. font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
  263. letter-spacing:1px;
  264. position:relative;
  265. font-size:1.2em;
  266. z-index:6;
  267. width:180px;
  268. margin-top:5px;}
  269.  
  270. .description a{
  271. z-index:7;
  272. position:relative;
  273. color:{color:description link};
  274. text-decoration:underline;}
  275.  
  276. .description a:hover{
  277. text-decoration:none;}
  278.  
  279. #navlinks {
  280. bottom:0;
  281. background:{color:nav bar bg};
  282. left:50%;
  283. position:fixed;
  284. z-index:5;
  285. text-align:center;
  286. padding:15px 5px 10px 5px;
  287. {block:IndexPage}
  288. {block:ifnot2columns}
  289. width:474px;
  290. margin-left:-242px;
  291. {/block:ifnot2columns}
  292. {block:if2columns}
  293. width:677px;
  294. margin-left:-345px;
  295. {/block:if2columns}
  296. {/block:IndexPage}
  297. {block:PermalinkPage}
  298. width:421px;
  299. margin-left:-217px;
  300. {/block:PermalinkPage}}
  301.  
  302. #navlinks > nav a {
  303. text-decoration: none;
  304. font-family:'Roboto', sans-serif;
  305. letter-spacing:1px;
  306. text-transform:uppercase;
  307. line-height:300%;
  308. margin:0 11px;
  309. white-space:nowrap;
  310. font-size:1em;
  311. color:{color:nav links};
  312. -webkit-transition: all 0.4s ease-in-out;
  313. -moz-transition: all 0.4s ease-in-out;
  314. -ms-transition: all 0.4s ease-in-out;
  315. -o-transition: all 0.4s ease-in-out;
  316. transition: all 0.4s ease-in-out;}
  317.  
  318. #navlinks > nav a:hover {
  319. opacity: 1!important;
  320. color:{color:nav links};
  321. -webkit-transition: all 0.4s ease-in-out;
  322. -moz-transition: all 0.4s ease-in-out;
  323. -ms-transition: all 0.4s ease-in-out;
  324. -o-transition: all 0.4s ease-in-out;
  325. transition: all 0.4s ease-in-out;}
  326.  
  327. #navlinks nav:hover a {
  328. opacity: 0.25;
  329. -webkit-transition: all 0.4s ease-in-out;
  330. -moz-transition: all 0.4s ease-in-out;
  331. -ms-transition: all 0.4s ease-in-out;
  332. -o-transition: all 0.4s ease-in-out;
  333. transition: all 0.4s ease-in-out;}
  334.  
  335.  
  336. .notes {
  337. padding-left:20px;
  338. margin-top:10px;
  339. font-size:1em;}
  340.  
  341. li.notes {
  342. float:left;
  343. width:400px;
  344. padding-left:5px;
  345. margin-top:10px;
  346. overflow-x:hidden;
  347. overflow-y:scroll;
  348. list-style-type:none;
  349. font-weight:normal;
  350. font-size:1em;
  351. text-transform:none;}
  352.  
  353. /** theme by F L O R E L S (✿◠‿◠) //// **/
  354.  
  355. li.note {
  356. padding-top:2px;
  357. opacity:1;}
  358.  
  359. li.note img.avatar {
  360. width:14px;
  361. height:14px;}
  362.  
  363. .permalink {
  364. color:{color:permalink};
  365. margin-top:18px;
  366. border-radius:{text:permalink radius}px;
  367. height:auto;
  368. background:{color:permalink bg};
  369. position:absolute;
  370. padding:9px 4px 8px 4px;
  371. display:block;
  372. opacity:0;
  373. -webkit-transition: all 0.3s ease-in-out;
  374. -moz-transition: all 0.3s ease-in-out;
  375. transition: all 0.3s ease-in-out;}
  376.  
  377. .permalink:hover{
  378. cursor:default;}
  379.  
  380. .permalink a{
  381. padding:0 4px;
  382. letter-spacing:1px;
  383. font-size:1.2em;
  384. color:{color:permalink};
  385. font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
  386. text-decoration:none;}
  387.  
  388. .permalink a:hover{
  389. text-decoration:none;
  390. color:{color:permalink hover};}
  391.  
  392. .post:hover .permalink{
  393. margin-top:15px;
  394. opacity:1;}
  395.  
  396. .permalinktri {
  397. color:{color:permalink bg};
  398. z-index:5;
  399. margin-top:5px;
  400. font-size:1.3em;
  401. opacity:0;
  402. display:block;
  403. position:absolute;
  404. margin-left:12px;
  405. -webkit-transition: all 0.3s ease-in-out;
  406. -moz-transition: all 0.3s ease-in-out;
  407. transition: all 0.3s ease-in-out;}
  408.  
  409. .post:hover .permalinktri{
  410. margin-top:2px;
  411. opacity:4;}
  412.  
  413. .headings{
  414. font-size:1.4em;
  415. text-align:left;
  416. font-style:italic;}
  417.  
  418. .audiopost {
  419. {block:IndexPage}
  420. width:220px;
  421. padding-bottom:10px;
  422. {/block:IndexPage}
  423. {block:PermalinkPage}
  424. width:500px;
  425. padding-bottom:110px;
  426. {/block:PermalinkPage}}
  427.  
  428. .albumart {
  429. position:absolute;
  430. {block:IndexPage}
  431. width:50px;
  432. height:50px;
  433. {/block:IndexPage}
  434. {block:PermalinkPage}
  435. width:150px;
  436. height:150px;
  437. {/block:PermalinkPage}}
  438.  
  439. .albumart img {
  440. float:left;
  441. {block:IndexPage}
  442. width:50px;
  443. height:50px;
  444. {/block:IndexPage}
  445. {block:PermalinkPage}
  446. width:150px;
  447. height:150px;
  448. {/block:PermalinkPage}}
  449.  
  450. /** theme by F L O R E L S (✿◠‿◠) //// **/
  451.  
  452. .playbox {
  453. opacity:0.6;
  454. width:27px;
  455. height:30px;
  456. overflow:hidden;
  457. position:absolute;
  458. z-index:2;
  459. {block:IndexPage}
  460. margin-left:11px;
  461. margin-top:12px;
  462. {block:IndexPage}
  463. {block:PermalinkPage}
  464. margin-left:60px;
  465. margin-top:61px;
  466. {/block:PermalinkPage}}
  467.  
  468. .info {
  469. margin-top:2px;
  470. line-height:12px;
  471. font-size:0.9em;
  472. text-transform:uppercase;
  473. font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
  474. {block:IndexPage}
  475. margin-left:58px;
  476. {block:IndexPage}
  477. {block:PermalinkPage}
  478. margin-left:158px;
  479. {/block:PermalinkPage}}
  480.  
  481. #nice {
  482. position:fixed;
  483. background-color:{color:content bg};
  484. background-image:url('{image:content bg}');
  485. {block:ifnottiledcontentbg}
  486. background-size:cover;
  487. {/block:ifnottiledcontentbg}
  488. z-index:1;
  489. left:50%;
  490. top:0;
  491. height:100%;
  492. {block:IndexPage}
  493. {block:ifnot2columns}
  494. width:560px;
  495. margin-left:-275px;
  496. {/block:ifnot2columns}
  497. {block:if2columns}
  498. width:692px;
  499. margin-left:-346px;
  500. {/block:if2columns}
  501. {/block:IndexPage}
  502. {block:PermalinkPage}
  503. width:600px;
  504. margin-left:-300px;
  505. {/block:PermalinkPage}}
  506.  
  507. #posts {
  508. position:absolute;
  509. left:50%;
  510. z-index:2;
  511. top:40px;
  512. {block:IndexPage}
  513. padding:12px 12px 100px 12px;
  514. {block:ifnot2columns}
  515. width:430px;
  516. margin-left:-225px;
  517. {/block:ifnot2columns}
  518. {block:if2columns}
  519. width:592px;
  520. margin-left:-306px;
  521. {/block:if2columns}
  522. {/block:IndexPage}
  523. {block:PermalinkPage}
  524. margin-left:-215px;
  525. width:400px;
  526. border-radius:{text:post radius}px;
  527. padding:15px 15px 55px 15px;
  528. {block:ifpostborder}
  529. border:1px solid {color:post border};
  530. {/block:ifpostborder}
  531. {block:ifnotpostborder}
  532. border:1px solid rgba(0,0,0,0);
  533. {/block:ifnotpostborder}
  534. {block:ifpostbgcolour}
  535. background:{color:post background};
  536. {/block:ifpostbgcolour}
  537. {/block:PermalinkPage}}
  538.  
  539. .post {
  540. {block:IndexPage}
  541. {block:ifpostborder}
  542. border:1px solid {color:post border};
  543. {/block:ifpostborder}
  544. {block:ifnotpostborder}
  545. border:1px solid rgba(0,0,0,0);
  546. {/block:ifnotpostborder}
  547. {block:if2columns}
  548. width:220px;
  549. margin:25px;
  550. {/block:if2columns}
  551. {block:ifnot2columns}
  552. width:400px;
  553. margin:25px 0;
  554. {/block:ifnot2columns}
  555. padding:12px 12px 55px 12px;
  556. {/block:IndexPage}
  557. {block:PermalinkPage}
  558. width:400px;
  559. {/block:PermalinkPage}
  560. float:left;
  561. position:relative;
  562. {block:ifpostbgcolour}
  563. background:{color:post background};
  564. {/block:ifpostbgcolour}
  565. font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
  566. font-size:1em;
  567. color:{color:text};}
  568.  
  569. .post img{
  570. max-width:100%;
  571. -webkit-transition: all 0.4s ease-in-out;
  572. -moz-transition: all 0.4s ease-in-out;
  573. transition: all 0.4s ease-in-out;}
  574.  
  575. .photo {
  576. height:auto;
  577. -webkit-transition: all 0.4s ease-in-out;
  578. -moz-transition: all 0.4s ease-in-out;
  579. transition: all 0.4s ease-in-out;}
  580.  
  581. .quote {
  582. text-align:center;
  583. font-size:1.2em;}
  584.  
  585. .quotesource {
  586. text-align:right;}
  587.  
  588. /** theme by F L O R E L S (✿◠‿◠) //// **/
  589.  
  590. .chat {
  591. text-align:right;
  592. line-height:11px;}
  593.  
  594. .question {
  595. color:{color:question};
  596. padding:15px;
  597. background-color:{color:question bg};}
  598.  
  599. .asker {
  600. text-align:right;
  601. text-transform:uppercase;
  602. margin-top:10px;
  603. padding-right:5px;}
  604.  
  605. .answer {
  606. margin-top:10px;
  607. border-top:1px solid {color:answer top border};
  608. font-style:italic;
  609. padding:5px 15px 0 15px;}
  610.  
  611. .captions {
  612. margin-top:-8px;}
  613.  
  614. .video embed, .video object, .video iframe {
  615. {block:IndexPage}
  616. width:220px;
  617. height:auto;
  618. {/block:IndexPage}
  619. {block:PermalinkPage}
  620. width:400px;
  621. {/block:PermalinkPage}}
  622.  
  623.  
  624.  
  625. #pleasedontremove{
  626. position:fixed;
  627. right:5px;
  628. z-index:6;
  629. top:27px;}
  630.  
  631. /** theme by F L O R E L S (✿◠‿◠) //// **/
  632.  
  633. </style>
  634. </head>
  635.  
  636. <body>
  637.  
  638. <div id="pleasedontremove"><a href="http://emmalucys.com/" target="_blank" title="theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  639.  
  640. {block:ifcontentbg}
  641. <div id="nice"></div>
  642. {/block:ifcontentbg}
  643.  
  644. <div id="sidebar">
  645. <div class="description">{description}</div>
  646. <div class="blogtitle">{title}</div>
  647. <div id="sidebartri">▼</div>
  648. </div>
  649.  
  650.  
  651.  
  652. <div id="navlinks"><nav>
  653. <a href="/">home<l></l></a>
  654. <a href="{text:ask link}">message</a>
  655. <a href="/archive">archive</a>
  656. {block:ifcustomlink1}<a href="{text:link 1 url}">{text:link 1 title}</a>{/block:ifcustomlink1}
  657. {block:ifcustomlink2}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:ifcustomlink2}
  658. {block:ifcustomlink3}<a href="{text:link 3 url}">{text:link 3 title}</a>{/block:ifcustomlink3}
  659. <a href="http://emmalucys.com">theme</a></nav>
  660. </div>
  661.  
  662.  
  663.  
  664.  
  665.  
  666. <div id="posts">
  667.  
  668. {block:Posts}
  669.  
  670. {block:Text}
  671. <div class="post">
  672. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  673. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><a href="{Permalink}">{ShortDayofWeek}</a></a> {block:HasTags}<span style="cursor:default;z-index:3;" title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</span>{/block:HasTags} <a href="{Permalink}" target="_blank">+{NoteCount}</a></div>{/block:IndexPage}</div>
  674. {/block:Text}
  675.  
  676.  
  677. {block:Photo}
  678. <div class="post"><div class="photo">
  679. {block:IndexPage}
  680. {block:if2columns}
  681. <a href="{permalink}"><img src="{PhotoURL-250}" width="220px" alt="{PhotoAlt}"/></a>
  682. {/block:if2columns}
  683. {block:ifnot2columns}
  684. <a href="{permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>
  685. {/block:ifnot2columns}
  686.  
  687. <div class="permalinktri">▲</div><div class="permalink"><a href="{Permalink}">{ShortDayofWeek}</a></a> {block:HasTags}<span style="cursor:default;z-index:3;" title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</span>{/block:HasTags} <a href="{Permalink}" target="_blank">+{NoteCount}</a></div>
  688. {/block:IndexPage}
  689.  
  690. {block:PermalinkPage}
  691. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  692. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div></div>
  693. {/block:Photo}
  694.  
  695.  
  696. {block:Photoset}
  697. <div class="post">
  698. {block:IndexPage}
  699. {Photoset}
  700. <div class="permalinktri">▲</div><div class="permalink"><a href="{Permalink}">{ShortDayofWeek}</a></a> {block:HasTags}<span style="cursor:default;z-index:3;" title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</span>{/block:HasTags} <a href="{Permalink}" target="_blank">+{NoteCount}</a></div>
  701. {/block:IndexPage}
  702. {block:PermalinkPage}{Photoset-400}
  703. {/block:PermalinkPage}</div>
  704. {/block:Photoset}
  705.  
  706.  
  707. {block:Quote}
  708. <div class="post">
  709. <div class="quote">'<i>{Quote}</i>'</div>
  710. <div class="quotesource">— {Source}</div>
  711. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><a href="{Permalink}">{ShortDayofWeek}</a></a> {block:HasTags}<span style="cursor:default;z-index:3;" title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</span>{/block:HasTags} <a href="{Permalink}" target="_blank">+{NoteCount}</a></div>{/block:IndexPage}</div>
  712. {/block:Quote}
  713.  
  714.  
  715. {block:Link}
  716. <div class="post">
  717. <div class="headings"><a href="{URL}">{Name}</a></div>
  718. {block:Description}{Description}{/block:Description}
  719. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><a href="{Permalink}">{ShortDayofWeek}</a></a> {block:HasTags}<span style="cursor:default;z-index:3;" title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</span>{/block:HasTags} <a href="{Permalink}" target="_blank">+{NoteCount}</a></div>{/block:IndexPage}</div>
  720. {/block:Link}
  721.  
  722.  
  723. {block:Chat}
  724. <div class="post">
  725. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  726. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  727. {/block:Label}{/block:Lines}</div>
  728. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><a href="{Permalink}">{ShortDayofWeek}</a></a> {block:HasTags}<span style="cursor:default;z-index:3;" title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</span>{/block:HasTags} <a href="{Permalink}" target="_blank">+{NoteCount}</a></div>{/block:IndexPage}</div>
  729. {/block:Chat}
  730.  
  731.  
  732. {block:Video}
  733. <div class="post">
  734. {block:IndexPage}
  735. <div class="video">{Video-500}</div>
  736. <div class="permalinktri">▲</div><div class="permalink"><a href="{Permalink}">{ShortDayofWeek}</a></a> {block:HasTags}<span style="cursor:default;z-index:3;" title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</span>{/block:HasTags} <a href="{Permalink}" target="_blank">+{NoteCount}</a></div>
  737. {/block:IndexPage}
  738. {block:PermalinkPage}
  739. {Video-500}
  740. {/block:PermalinkPage}</div>
  741. {/block:Video}
  742.  
  743.  
  744. {block:Audio}
  745. <div class="post"><div class="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info">Artist: <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>Title: <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>{block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><a href="{Permalink}">{ShortDayofWeek}</a></a> {block:HasTags}<span style="cursor:default;z-index:3;" title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</span>{/block:HasTags} <a href="{Permalink}" target="_blank">+{NoteCount}</a></div>
  746. {/block:IndexPage}</div>
  747. {/block:Audio}
  748.  
  749.  
  750. {block:Answer}
  751. <div class="post">
  752. <div class="question">{Question}</div>
  753. <div class="asker">– asked by {Asker}</div>
  754. <div class="answer">{Answer}</div>
  755. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><a href="{Permalink}">{ShortDayofWeek}</a></a> {block:HasTags}<span style="cursor:default;z-index:3;" title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</span>{/block:HasTags} <a href="{Permalink}" target="_blank">+{NoteCount}</a></div>{/block:IndexPage}</div>
  756. {/block:Answer}
  757.  
  758.  
  759. {block:PermalinkPage}
  760. <div class="notes">
  761. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  762. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  763. {block:RebloggedFrom}
  764. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  765. {/block:RebloggedFrom}
  766. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  767. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  768. {PostNotes}<div>
  769. {/block:PermalinkPage}
  770.  
  771.  
  772. {/block:posts}
  773.  
  774.  
  775. </div></div>
  776.  
  777. </body>
  778.  
  779. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement