Advertisement
thematchgirl

Theme 21 v2

May 30th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.11 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. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}"/>
  9. {/block:Description}
  10. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  11. <script src="http://static.tumblr.com/avd6qy6/74Rn266a4/modernizr.custom.js"></script>
  12. {block:if250px}<script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  13. <script type="text/javascript">
  14. $(window).load(function () {
  15. $('#entries').masonry({
  16. itemSelector : ".post",
  17. },
  18. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  19. );
  20. });
  21. </script>
  22. {/block:if250px}
  23. <script src="http://static.tumblr.com/pdgxkke/bRomet3vm/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("[title]").style_my_tooltips();
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32. <meta name="color:Main Color" content="#afe7ef"/>
  33. <meta name="color:Second Color" content="#f8f8f8"/>
  34. <meta name="color:Third Color" content="#ffffff"/>
  35. <meta name="color:Fourth Color" content="#4e4e4e"/>
  36. <meta name="color:bar1" content="#eda2ac"/>
  37. <meta name="color:bar2" content="#afe7ef"/>
  38. <meta name="color:bar3" content="#7dbfff"/>
  39. <meta name="color:bar4" content="#b1d7fd"/>
  40. <meta name="color:bar5" content="#0087FE"/>
  41.  
  42. <meta name="text:Link1URL" content=""/>
  43. <meta name="text:Link2URL" content=""/>
  44. <meta name="text:Link3URL" content=""/>
  45. <meta name="text:Link4URL" content=""/>
  46. <meta name="text:Link5URL" content=""/>
  47. <meta name="text:Link6URL" content=""/>
  48. <meta name="text:Link7URL" content=""/>
  49. <meta name="text:Link8URL" content=""/>
  50. <meta name="text:Link9URL" content=""/>
  51. <meta name="text:Link1" content=""/>
  52. <meta name="text:Link2" content=""/>
  53. <meta name="text:Link3" content=""/>
  54. <meta name="text:Link4" content=""/>
  55. <meta name="text:Link5" content=""/>
  56. <meta name="text:Link6" content=""/>
  57. <meta name="text:Link7" content=""/>
  58. <meta name="text:Link8" content=""/>
  59. <meta name="text:Link9" content=""/>
  60.  
  61. <meta name="image:Background" content="http://media.tumblr.com/tumblr_m20frmbrCC1r7qwna.png"/>
  62. <meta name="image:Bars" content="http://25.media.tumblr.com/tumblr_lvuln9WYkZ1r1ne7to9_r1_1280.png"/>
  63. <meta name="image:icon" content="http://i1336.photobucket.com/albums/o653/chawooing/130623/dongwoo001c.png"/>
  64. <meta name="image:Sidebar" content="http://i.imgur.com/aVKRLpl.png"/>
  65.  
  66. <meta name="if:ShowCaptions" content="1"/>
  67. <meta name="if:FadingImages" content="1"/>
  68. <meta name="if:250px" content="0" />
  69. <meta name="if:500px" content="1" />
  70.  
  71. <style type="text/css">
  72.  
  73. ::-webkit-scrollbar {width:5px; height:5px;}
  74. ::-webkit-scrollbar-track {background-color:{color:second color};}
  75. ::-webkit-scrollbar-thumb {background-color:{color:main color};}
  76. ::-webkit-scrollbar:double-button {background-color:{color:main color};}
  77. ::-webkit-scrollbar-track-piece{background-color:{color:second color};}
  78. ::-webkit-scrollbar-thumb:vertical{background-color:{color:main color};}
  79.  
  80. body {
  81. background:url({image:background}) {color:Second Color} fixed;
  82. font-family:century gothic;
  83. font-size:12px;
  84. color:{color:Fourth Color};
  85. text-align:justify;
  86. overflow-x:hidden;
  87. }
  88.  
  89. a {
  90. text-decoration:none;
  91. color:{color:Main Color};
  92. -webkit-transition: all 0.8s ease-in-out;
  93. -moz-transition: all 0.8s ease-in-out;
  94. -o-transition: all 0.8s ease-in-out;
  95. -ms-transition: all 0.8s ease-in-out;
  96. transition: all 0.8s ease-in-out;
  97. }
  98.  
  99. a:hover {
  100. text-decoration:none;
  101. color:{color:Fourth Color};
  102. }
  103.  
  104. #s-m-t-tooltip{
  105. max-width: 200px;
  106. z-index:5000;
  107. margin:24px 14px 7px 12px;
  108. padding:5px;
  109. font-size:12px;
  110. line-height:16px;
  111. background:{color:main color};
  112. color:{color:third color};
  113. border:1px solid {color:second color};
  114. }
  115.  
  116. blockquote, pre {
  117. background:{color:Second Color};
  118. border-left:5px solid {color:Main Color};
  119. display:block;
  120. padding:5px;
  121. }
  122.  
  123. pre {
  124. word-break:break-word;
  125. border:none;
  126. }
  127.  
  128. .bar {
  129. height:5px;
  130. width:100%;
  131. background:url({image:bars});
  132. display:block;
  133. }
  134.  
  135. #pagination {
  136. padding:5px;
  137. display:block;
  138. background:{color:Main Color};
  139. text-align:center;
  140. margin-top:0px;
  141. }
  142.  
  143. #pagination a {
  144. background:{color:Third Color};
  145. padding:5px;
  146. width:5px;
  147. height:5px;
  148. color:{color:Main Color};
  149. margin:0 2px 0;
  150. }
  151.  
  152. #pagination span {
  153. background:transparent;
  154. padding:5px;
  155. width:5px;
  156. height:5px;
  157. color:#e4e4e4;
  158. margin:0 2px 0;
  159. }
  160.  
  161. #title {
  162. display:block;
  163. padding:5px;
  164. background:{color:Main Color};
  165. color:{color:Third Color};
  166. font-size:20px;
  167. text-transform:uppercase;
  168. text-align:center;
  169. font-family:cambria;
  170. font-style:italic;
  171. letter-spacing:1px;
  172. }
  173.  
  174. #description {
  175. background:{color:second color};
  176. position:fixed;
  177. top:70px;
  178. left:100px;
  179. width:430px;
  180. z-index:80;
  181. }
  182.  
  183. .desc {
  184. background:{color:Third Color};
  185. padding:5px;
  186. width:290px;
  187. height:100px;
  188. text-align:justify;
  189. color:#7d7d7d;
  190. font-size:9px;
  191. text-transform:uppercase;
  192. overflow:auto;
  193. }
  194.  
  195. .icon {
  196. width:100px;
  197. height:100px;
  198. border:5px solid {color:Main Color};
  199. }
  200.  
  201. nav a {
  202. position: relative;
  203. display: inline-block;
  204. margin: 15px 25px;
  205. outline: none;
  206. color: {color:Third Color};
  207. text-decoration: none;
  208. text-transform: uppercase;
  209. letter-spacing: 1px;
  210. font-weight: 400;
  211. text-shadow: 0 0 1px rgba(255,255,255,0.3);
  212. font-size: 1.35em;
  213. }
  214.  
  215. nav a:hover,
  216. nav a:focus {
  217. outline: none;
  218. }
  219.  
  220. #link {
  221. width:419px;
  222. height:110px;
  223. margin:5px 0 0 9px;
  224. position: relative;
  225. }
  226.  
  227. #link a {
  228. display:inline-block;
  229. margin:0px 5px 0px 0px;
  230. width:23.2%;
  231. overflow: hidden;
  232. }
  233.  
  234. #link a span {
  235. display: block;
  236. text-align:center;
  237. color:#7d7d7d;
  238. font-size:9px;
  239. height:14px;
  240. text-transform:uppercase;
  241. background: {color:Third Color};
  242. padding:5px;
  243. background:{color:Third Color};
  244. -webkit-transition: -webkit-transform 0.8s;
  245. -moz-transition: -moz-transform 0.8s;
  246. transition: transform 0.8s;
  247. }
  248.  
  249. #link a::before {
  250. position: absolute;
  251. top: 0;
  252. left: 0;
  253. z-index: -1;
  254. font-size:9px;
  255. height:14px;
  256. padding:5px;
  257. width: 100%;
  258. background: {color:Main Color};
  259. color: {color:Third Color};
  260. content: attr(data-hover);
  261. -webkit-transition: -webkit-transform 0.8s;
  262. -moz-transition: -moz-transform 0.8s;
  263. transition: transform 0.8s;
  264. -webkit-transform: translateX(-25%);
  265. }
  266.  
  267. #link a:hover span,
  268. #link a:focus span {
  269. -webkit-transform: translateX(100%);
  270. -moz-transform: translateX(100%);
  271. transform: translateX(100%);
  272. }
  273.  
  274. #link a:hover::before,
  275. #link a:focus::before {
  276. -webkit-transform: translateX(0%);
  277. -moz-transform: translateX(0%);
  278. transform: translateX(0%);
  279. }
  280.  
  281. .bars {
  282. position:fixed;
  283. width:102%;
  284. z-index:100;
  285. }
  286.  
  287. .col {
  288. width:20%;
  289. height:5px;
  290. display:inline-block;
  291. margin-left:-10px;
  292. padding:0px 2px 0px 2px;
  293. }
  294.  
  295. #entries {
  296. margin-top:30px;
  297. margin-left:550px;
  298. {block:if500px}width:550px;{/block:if500px}
  299. {block:if250px}width:640px;{/block:if250px}
  300. }
  301. .post {
  302. {block:PermalinkPage}width:550px;{/block:PermalinkPage}
  303. {block:indexpage}{block:if500px}width:550px;{/block:if500px}
  304. {block:if250px}width:300px;{/block:if250px}{/block:indexpage}
  305. margin:10px;
  306. text-align:justify;
  307. float:left;
  308. }
  309.  
  310. .body {
  311. display:block;
  312. padding:25px;
  313. background:{color:Third Color};
  314. margin-bottom:5px;
  315. }
  316.  
  317. img {
  318. max-width:100%;
  319. }
  320.  
  321. h1 {
  322. font-family:georgia;
  323. font-size:25px;
  324. color:{color:Main Color};
  325. text-transform:lowercase;
  326. font-style:italic;
  327. margin-top:0;
  328. }
  329.  
  330. .dated {
  331. font-family:cambria;
  332. {block:if500px}font-size:30px;{/block:if500px}
  333. {block:if250px}font-size:22px;{/block:if250px}
  334. color:{color:Main Color};
  335. font-style:italic;
  336. height:5;
  337. display:block;
  338. text-align:right;
  339. font-weight:700;
  340. {block:if500px}height:40px;{/block:if500px}
  341. }
  342.  
  343. {block:if500px}.dated::before {
  344. height:1px;
  345. position:absolute;
  346. margin-top:20px;
  347. float:left;
  348. content:'';
  349. background:{color:Main Color};
  350. width:15%;
  351. margin-left:-220px;
  352. }{/block:if500px}
  353.  
  354. a.circa {
  355. width:10px;
  356. height:10px;
  357. overflow:hidden;
  358. display:inline-block;
  359. margin:0px 5px 4px 0px;
  360. }
  361.  
  362. a.circa span {
  363. width:10px;
  364. height:10px;
  365. border-radius:100%;
  366. display:block;
  367. background:{color:Main Color};
  368. -webkit-transition: -webkit-transform 0.8s;
  369. -moz-transition: -moz-transform 0.8s;
  370. transition: transform 0.8s;
  371. }
  372.  
  373. a.circa:before {
  374. position: absolute;
  375. margin-top: 0;
  376. margin-left: -7.6px;
  377. opacity:0;
  378. z-index: -1;
  379. width:10px;
  380. height:10px;
  381. border-radius:100%;
  382. background:{color:Fourth Color};
  383. content: attr(data-hover);
  384. -webkit-transition: -webkit-transform 0.8s;
  385. -moz-transition: -moz-transform 0.8s;
  386. transition: transform 0.8s;
  387. -webkit-transform: translateX(-25%);
  388. }
  389.  
  390. a.circa:hover span,
  391. a.circa:focus span {
  392. -webkit-transform: translateX(100%);
  393. -moz-transform: translateX(100%);
  394. transform: translateX(100%);
  395. }
  396.  
  397. a.circa:hover::before,
  398. a.circa:focus::before {
  399. -webkit-transform: translateX(0%);
  400. -moz-transform: translateX(0%);
  401. transform: translateX(0%);
  402. opacity:1;
  403. }
  404.  
  405. #tags {
  406. padding:10px;
  407. {block:if500px}width:530px;{/block:if500px}
  408. {block:if250px}width:280px;{/block:if250px}
  409. background:rgba(250,250,250,.8);
  410. opacity:0;
  411. position:absolute;
  412. display:block;
  413. color:{color:Main Color};
  414. -webkit-transition: all 0.8s ease-in-out;
  415. -moz-transition: all 0.8s ease-in-out;
  416. -o-transition: all 0.8s ease-in-out;
  417. -ms-transition: all 0.8s ease-in-out;
  418. transition: all 0.8s ease-in-out;
  419.  
  420. }
  421.  
  422. .post:hover #tags {
  423. opacity:1;
  424. margin-top:40px;
  425.  
  426. }
  427.  
  428. .musica {
  429. position:absolute;
  430. margin-left:0px;
  431. margin:100px auto;
  432. display:block;
  433. text-align:center;
  434. {block:permalinkpage}width:550px;{/block:permalinkpage}
  435. {block:indexpage}{block:if500px}width:550px;{/block:if500px}
  436. {block:if250px}width:300px;{/block:if250px}{/block:indexpage}
  437. }
  438.  
  439. #albumart {
  440. font-size:30px;
  441. font-family:cambria;
  442. color:{color:Third Color};
  443. text-shadow:1px 1px {color:Main Color};
  444. font-weight:700;
  445. font-style:italic;
  446. margin-bottom:5px;
  447. }
  448.  
  449. #audioplayer {
  450. margin-left:45%;
  451. overflow:hidden;
  452. width:10px;
  453. height:10px;
  454. padding:20px 35px 35px 20px;
  455. border-radius:100%;
  456. opacity:.8;
  457. background:{color:Third Color};
  458. }
  459.  
  460. #question {
  461. color:{color:Third Color};
  462. padding:25px;
  463. background:{color:Main Color};
  464. font-family:georgia;
  465. }
  466.  
  467. #asker {
  468. background:{color:Second Color};
  469. color:{color:Main Color};
  470. padding:10px;
  471. font-family:georgia;
  472. text-align:right;
  473. font-style:italic;
  474. }
  475.  
  476. .chat ul {
  477. list-style:none;
  478. margin:0;
  479. padding:0;
  480. }
  481.  
  482. .chat .odd {
  483. background:{color:Second Color};
  484. color:{color:Fourth Color};
  485. padding:10px;
  486. }
  487.  
  488. .chat .even {
  489. background:{color:Main Color};
  490. color:{color:Third Color};
  491. padding:10px;
  492. }
  493.  
  494. #credit {
  495. position:fixed;
  496. bottom:10px;
  497. right:10px;
  498. padding:5px;
  499. background:{color:Main Color};
  500. color:{color:Third Color};
  501. font-weight:700;
  502. }
  503.  
  504. #infod {
  505. background:{color:Main Color};
  506. color:{color:Third Color};
  507. padding:5px;
  508. text-align:center;
  509. display:block;
  510. }
  511.  
  512. #infod a {
  513. color:{color:Third Color};
  514. }
  515.  
  516. {block:ifFadingImages} .photo {
  517. opacity:.7;
  518. -webkit-transition: all 0.8s ease-in-out;
  519. -moz-transition: all 0.8s ease-in-out;
  520. -o-transition: all 0.8s ease-in-out;
  521. -ms-transition: all 0.8s ease-in-out;
  522. transition: all 0.8s ease-in-out;
  523. }
  524.  
  525. .post:hover .photo {
  526. opacity:1;
  527. } {/block:ifFadingImages}
  528.  
  529.  
  530. {CustomCSS}
  531.  
  532. </style>
  533.  
  534. </head>
  535.  
  536. <body>
  537.  
  538. <a href="http://hellolittlered.org" id="credit">hlr.</a>
  539.  
  540. <div class="bars" style="top:-8px;left:0;">
  541. <div class="col" style="background-color:{color:bar1};"></div>
  542. <div class="col" style="background-color:{color:bar2};"></div>
  543. <div class="col" style="background-color:{color:bar3};"></div>
  544. <div class="col" style="background-color:{color:bar4};"></div>
  545. <div class="col" style="background-color:{color:bar4};"></div>
  546. </div>
  547.  
  548. <div class="bars" style="bottom:-4px;left:0;">
  549. <div class="col" style="background-color:{color:bar1};"></div>
  550. <div class="col" style="background-color:{color:bar2};"></div>
  551. <div class="col" style="background-color:{color:bar3};"></div>
  552. <div class="col" style="background-color:{color:bar4};"></div>
  553. <div class="col" style="background-color:{color:bar4};"></div>
  554. </div>
  555.  
  556.  
  557.  
  558. <section id="description">
  559. <section class="bar"></section>
  560. <section id="title">{title}</section>
  561. <img src="{image:sidebar}" width="430px">
  562. <table align="center">
  563. <tr>
  564. <td>
  565. <div class="desc">
  566. {description}
  567. </div>
  568. </td>
  569. <td><img src="{image:icon}" class="icon" />
  570. </td>
  571. </tr>
  572. </table>
  573. <nav id="link">
  574. <a href="/" data-hover="Home"><span>Home</span></a>
  575. <a href="/ask" data-hover="Message"><span>Message</span></a>
  576. <a href="/archive" data-hover="Archive"><span>Archive</span></a>
  577. {block:iflink1}<a href="{text:Link1URL}" data-hover="{text:Link1}"><span>{text:Link1}</span></a>{/block:iflink1}
  578. {block:iflink2}<a href="{text:Link2URL}" data-hover="{text:Link2}"><span>{text:Link2}</span></a>{/block:iflink2}
  579. {block:iflink3}<a href="{text:Link3URL}" data-hover="{text:Link3}"><span>{text:Link3}</span></a>{/block:iflink3}
  580. {block:iflink4}<a href="{text:Link4URL}" data-hover="{text:Link4}"><span>{text:Link4}</span></a>{/block:iflink4}
  581. {block:iflink5}<a href="{text:Link5URL}" data-hover="{text:Link5}"><span>{text:Link5}</span></a>{/block:iflink5}
  582. {block:iflink6}<a href="{text:Link6URL}" data-hover="{text:Link6}"><span>{text:Link6}</span></a>{/block:iflink6}
  583. {block:iflink7}<a href="{text:Link7URL}" data-hover="{text:Link7}"><span>{text:Link7}</span></a>{/block:iflink7}
  584. {block:iflink8}<a href="{text:Link8URL}" data-hover="{text:Link8}"><span>{text:Link8}</span></a>{/block:iflink8}
  585. {block:iflink9}<a href="{text:Link9URL}" data-hover="{text:Link9}"><span>{text:Link9}</span></a>{/block:iflink9}
  586. </nav>
  587. {block:Pagination}
  588. <div id="pagination">
  589. {block:PreviousPage}
  590. <a href="{PreviousPage}">
  591. «
  592. </a>
  593. &nbsp;&nbsp;{/block:PreviousPage}{block:JumpPagination length="5"} {block:CurrentPage}
  594. <span class="current_page">
  595. </span>
  596. {/block:CurrentPage} {block:JumpPage}
  597. <a class="jump_page" href="{URL}">
  598. {PageNumber}
  599. </a>
  600. {/block:JumpPage} {/block:JumpPagination} {block:NextPage}
  601. <a href="{NextPage}">
  602. »
  603. </a>
  604. {/block:NextPage}
  605. </div>
  606. {/block:Pagination}
  607. <section class="bar"></section>
  608. </section>
  609. </section>
  610. <div id="entries">
  611. {block:Posts}
  612. <div class="post">
  613.  
  614. {block:indexpage}
  615. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  616. {block:Date}<div class="dated">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix} {Year}
  617. <a href="{permalink}" class="circa" title="permalink"><span></span></a><a href="{ReblogURL}" class="circa" title="reblog"><span></span></a></span></a><a href="{Permalink}#note" class="circa" title="{NoteCountWithLabel}"><span></span></a></div>{/block:Date}
  618. {/block:indexpage}
  619.  
  620. {block:Text}
  621. <div class="body">
  622. <a href="{permalink}"><h1>{block:Title}{Title}{/block:Title}</h1></a>
  623. {Body}
  624. </div>
  625. {/block:Text}
  626.  
  627. {block:Photo}{LinkOpenTag}
  628. <div class="body">
  629. {block:IndexPage}{block:if500px}
  630. <center>
  631. <div class="photo"><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}" alt=""></a></div>
  632. </center>
  633. {/block:if500px}{/block:IndexPage}
  634. {block:IndexPage}{block:if250px}
  635. <center>
  636. <div class="photo"><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-250}" alt=""></a></div>
  637. </center>
  638. {/block:if250px}{/block:IndexPage}
  639. {block:PermalinkPage}
  640. <center>
  641. <div class="photo"><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}" alt=""></a></div>
  642. </center>
  643. {/block:PermalinkPage}
  644. </div>
  645. {LinkCloseTag}
  646. {block:IndexPage}
  647. {block:IfShowCaptions}
  648. {block:Caption}
  649. <div class="body">{Caption}</div>
  650. {/block:Caption}
  651. {/block:IfShowCaptions}
  652. {/block:IndexPage}
  653. {block:PermalinkPage}
  654. {block:Caption}
  655. <div class="body">{Caption}</div>
  656. {/block:Caption}
  657. {/block:PermalinkPage}
  658. {/block:Photo}
  659.  
  660. {block:Photoset}
  661. <div class="body">
  662. {block:IndexPage}{block:if500px}
  663. <div class="photo">
  664. <center>{Photoset-500}</center>
  665. </div>
  666. {/block:if500px}{/block:IndexPage}
  667. {block:IndexPage}{block:if250px}
  668. <div class="photo">
  669. <center>{Photoset-250}</center>
  670. </div>
  671. {/block:if250px}{/block:IndexPage}
  672. {block:PermalinkPage}
  673. <center>
  674. <div class="photo">{Photoset-500}</div>
  675. </center>
  676. {/block:PermalinkPage}
  677. </div>
  678. {block:IndexPage}
  679. {block:IfShowCaptions}
  680. {block:Caption}
  681. <div class="body">{Caption}</div>
  682. {/block:Caption}
  683. {/block:IfShowCaptions}
  684. {/block:IndexPage}
  685. {block:PermalinkPage}
  686. {block:Caption}
  687. <div class="body">{Caption}</div>
  688. {/block:Caption}
  689. {/block:PermalinkPage}
  690. {/block:Photoset}
  691.  
  692. {block:Quote}
  693. <div class="body">
  694. <span style="font-size:16px;"><i>{Quote}</i></span>
  695. <br>
  696. <center>{block:Source} —{Source}{/block:Source}</center>
  697. </div>
  698. {block:IfShowCaptions}
  699. {block:Caption}
  700. <div class="body">{Caption}</div>
  701. {/block:Caption}
  702. {/block:IfShowCaptions}
  703. {/block:IndexPage}
  704. {block:PermalinkPage}
  705. {block:Caption}
  706. <div class="body">{Caption}</div>
  707. {/block:Caption}
  708. {/block:PermalinkPage}
  709. {/block:Quote}
  710.  
  711. {block:Link}
  712. <div class="body">
  713. <h1><a href="{URL}" {target}>{Name} »</a></h1>
  714. {block:Description}{Description}{/block:Description}
  715. </div>
  716. {/block:Link}
  717.  
  718. {block:Chat}
  719. <div class="body">
  720. <a href="{permalink}"><h1>{block:Title}{Title}{/block:Title}</h1></a>
  721. <div class="chat">
  722. <ul>
  723. {block:Lines}
  724. <li class="{Alt}">
  725. {block:Label}
  726. <b>
  727. {Label}
  728. </b>
  729. {/block:Label}{Line}
  730. </li>
  731. {/block:Lines}
  732. </ul>
  733. </div>
  734. </div>
  735. {/block:Chat}
  736.  
  737. {block:Audio}
  738. <div id="albumart">
  739. <div class="musica">
  740. <div id="audioplayer">
  741. {AudioPlayerWhite}
  742. </div>
  743. <center>( {block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName} {/block:TrackName} )</center>
  744. </div>
  745. {block:AlbumArt}
  746. <img src="{AlbumArtURL}" width="550">
  747. {/block:AlbumArt}
  748. </div>
  749. {block:IndexPage}
  750. {block:IfShowCaptions}
  751. {block:Caption}
  752. <div class="body">{Caption}</div>
  753. {/block:Caption}
  754. {/block:IfShowCaptions}
  755. {/block:IndexPage}
  756. {block:PermalinkPage}
  757. {block:Caption}
  758. <div class="body">{Caption}</div>
  759. {/block:Caption}
  760. {/block:PermalinkPage}
  761. {/block:Audio}
  762.  
  763. {block:Video}
  764. <div class="body">
  765. {block:IndexPage}{block:if500px}
  766. <center>{Video-500}</center>
  767. {/block:if500px}{/block:IndexPage}
  768. {block:IndexPage}{block:if250px}
  769. <center>{Video-250}</center>
  770. {/block:if250px}{/block:IndexPage}
  771. {block:PermalinkPage}
  772. <center>{Video-500}</center>
  773. {/block:PermalinkPage}
  774. </div>
  775. {block:IndexPage}
  776. {block:IfShowCaptions}
  777. {block:Caption}
  778. <div class="body">{Caption}</div>
  779. {/block:Caption}
  780. {/block:IfShowCaptions}
  781. {/block:IndexPage}
  782. {block:PermalinkPage}
  783. {block:Caption}
  784. <div class="body">{Caption}</div>
  785. {/block:Caption}
  786. {/block:PermalinkPage}
  787. {/block:Video}
  788.  
  789. {block:Answer}
  790. <div id="question">{Question}</div>
  791. <div id="asker">asked by {Asker}</div>
  792. <div class="body">{Answer}</div>
  793. {/block:Answer}
  794.  
  795. {block:PermalinkPage}
  796. <div id="infod">
  797. posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}
  798. {block:RebloggedFrom} (<a href="{ReblogParentURL}">{ReblogParentName}</a>
  799. {block:ContentSource} source <a href="{SourceURL}">{SourceLink}</a>){block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}">reblog</a><br>
  800. {block:IfShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  801.  
  802. </div>
  803. {/block:PermalinkPage}
  804. {block:PostNotes}<div class="body">{PostNotes}</div>{/block:PostNotes}
  805.  
  806. </div>
  807.  
  808. {/block:Posts}
  809. </div>
  810. </div>
  811. </body>
  812. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement