Advertisement
florels

theme #34 - ANTICHRIST

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