Advertisement
nuhgnuyb

Tʜᴇᴍᴇ 05. ᴄʏᴘʜᴇʀ

Nov 25th, 2014
1,113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.49 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- base by mccaliski. Made by hyejeongz ( sawakuyo )
  9. don't take the credit off thanks and don't steal :) Have a nice day!!--->
  10.  
  11. <meta name="color:Background" content="#eceaea"/>
  12. <meta name="color:Text" content="#838282"/>
  13. <meta name="color:Link" content="#cc3434"/>
  14. <meta name="image:sidebar" content=""/>
  15. <meta name="color:linkhover" content="#cecece"/>
  16. <meta name="color:bold" content="#cecece">
  17. <meta name="color:italic" content="#cecece">
  18. <meta name="color:asker bg" content="#000000">
  19. <meta name="color:ask" content="#cc3434">
  20. <meta name="color:border" content="#cecece">
  21. <meta name="color:post bg" content="#ffffff"/>
  22. <meta name="color:ask text" content="#ffffff"/>
  23. <meta name="color:info" content="#ffffff"/>
  24. <meta name="color:info bg" content="#000000"/>
  25. <meta name="color:post border" content="#cc3434"/>
  26. <meta name="color:bq background" content="#000000"/>
  27. <meta name="color:bq text" content="#ffffff"/>
  28. <meta name="color:title" content="#ffffff"/>
  29. <meta name="color:title outline" content="#cc3434"/>
  30. <meta name="color:tooltip bg" content="#ffffff"/>
  31.  
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link1 Title" content="title" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link2 Title" content="title" />
  36. <meta name="text:Link3" content="" />
  37. <meta name="text:Link3 Title" content="title" />
  38. <meta name="text:Link4" content="" />
  39. <meta name="text:Link4 Title" content="title" />
  40. <meta name="text:Link5" content="" />
  41. <meta name="text:Link5 Title" content="title" />
  42. <meta name="text:Link6" content="" />
  43. <meta name="text:Link6 Title" content="title" />
  44. <meta name="text:Link7" content="title" />
  45. <meta name="text:Link7 Title" content="" />
  46. <meta name="text:Hover 1" content="hover">
  47. <meta name="text:Hover 2" content="hover">
  48. <meta name="text:Hover 3" content="hover">
  49. <meta name="text:Hover 4" content="hover">
  50. <meta name="text:Hover 5" content="hover">
  51. <meta name="text:Hover 6" content="hover">
  52. <meta name="text:Hover 7" content="hover">
  53. <meta name="text:Hover 8" content="hover">
  54. <meta name="text:Song" content="Music here"/>
  55.  
  56. <style type="text/css">
  57.  
  58. @font-face { font-family:"gasara"; src: url('https://dl.dropboxusercontent.com/s/rs1x228jf7c97uf/gasara.ttf?dl=1'); format(“truetype”);}
  59. @font-face { font-family: "bebas_neue"; src: url('https://dl.dropboxusercontent.com/s/scbj3da4dz3dfmf/bebasneue.otf?dl=1'); format(“truetype”);}
  60. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
  61. @font-face {font-family: "color of autumn";src: url('https://dl.dropboxusercontent.com/s/l06x9nm9m2aw6n8/colors%20of%20autumn.ttf?dl=1'); format("truetype");}
  62. @font-face {font-family:neou; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/neou-thin.ttf?dl=1'); format(“truetype”);}
  63.  
  64. ::-webkit-scrollbar {width: 9px; height: 3px; background: {color:post bg};}
  65.  
  66. ::-webkit-scrollbar-thumb {background-color:{color:link} ; border: 0px solid {color:post bg};}
  67.  
  68. #s-m-t-tooltip {
  69. z-index:99;
  70. display:none;
  71. position:absolute;
  72. margin-right: 35px;
  73. margin-top: 15px;
  74. max-width: 200px;
  75. text-align: justify;
  76. line-height: 90%;
  77. background:{color:tooltip bg};
  78. padding: 5px;
  79. border-left:4px solid {color:link};
  80. font-size: 8px;
  81. font-family:"gasara",'Marcellus SC', serif;
  82. color:{color:text};}
  83.  
  84. body {
  85. background:{color:background};
  86. margin:0px;
  87. color:{color:text};
  88. font-family:arial;
  89. font-size:10px;
  90. line-height:16px;
  91. word-wrap:break-word;
  92. }
  93.  
  94. a {
  95. color:{color:link};
  96. text-decoration: none;
  97. }
  98.  
  99. a:hover {
  100. color:{color:linkhover};
  101.  
  102.  
  103. }
  104.  
  105. img {
  106. border:none;
  107. max-width:100%;
  108. -webkit-filter: grayscale(70%);
  109. opacity: .9;
  110. -webkit-transition: all 0.9s ease;
  111. -moz-transition: all 0.9s ease;
  112. -o-transition: all 0.9s ease;
  113. }
  114.  
  115. img:hover{
  116. -webkit-filter: grayscale(0%);
  117. opacity: 1;
  118. -webkit-transition: all 0.9s ease;
  119. -moz-transition: all 0.9s ease;
  120. -o-transition: all 0.9s ease;
  121. }
  122.  
  123. blockquote {
  124. width:auto;
  125. margin-left:0px;
  126. padding:1px 3px 1px 3px;
  127. border-left:4px solid {color:link};
  128. background:{color:bq background};
  129. font-size:8px;
  130. font-family:helvetica;
  131. text-transform:uppercase;
  132. color:{color:bq text};
  133. }
  134.  
  135. blockquote blockquote {
  136. padding-left:5px;
  137. border-left:2px solid;
  138. }
  139.  
  140. h1 {
  141. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  142. color:#000;
  143. font-size:25px;
  144. font-family: "neou";
  145. }
  146.  
  147. b, strong {
  148. color:{color:bold};
  149. font-weight:bold;
  150. }
  151.  
  152. i, em {
  153. color:{color:italic};
  154. }
  155.  
  156. small {
  157. font-size:9px;}
  158.  
  159. big {
  160. font-size:12px;}
  161.  
  162. pre {
  163. background:{color:bq background};
  164. color:{color:bq text};
  165. }
  166.  
  167. #entries {
  168. padding:15px;
  169. width:440px;
  170. margin-left:750px;
  171. margin-top:20px;
  172.  
  173.  
  174. }
  175.  
  176. #post {
  177. border:4px solid {color:post border};
  178. width:400px;
  179. padding:20px 20px 20px 20px;
  180. background:{color:post bg};
  181. margin-bottom:20px;
  182. -webkit-transition: all 0.6s ease-in-out;
  183. -moz-transition: all 0.6s ease-in-out;
  184. -o-transition: all 0.6s ease-in-out;
  185. -ms-transition: all 0.6s ease-in-out;
  186. transition: all 0.6s ease-in-out;
  187. }
  188.  
  189. #photoset {
  190. -webkit-filter: grayscale(70%);
  191. opacity: .9;
  192. margin-bottom:-3px;
  193. -webkit-transition: all 0.9s ease;
  194. -moz-transition: all 0.9s ease;
  195. -o-transition: all 0.9s ease;
  196. outline-offset: -16px;
  197. outline:double 1px #000;
  198. -webkit-transition: all 0.9s ease;
  199. -moz-transition: all 0.9s ease;
  200. -o-transition: all 0.9s ease;
  201. }
  202.  
  203. #photoset:hover{
  204. -webkit-filter: grayscale(0%);
  205. opacity: 1;
  206. -webkit-transition: all 0.9s ease;
  207. -moz-transition: all 0.9s ease;
  208. -o-transition: all 0.9s ease;
  209. -webkit-transition: all 0.9s ease;
  210. -moz-transition: all 0.9s ease;
  211. -o-transition: all 0.9s ease;
  212. outline-offset: -142px;
  213. outline:double 142px rgba(255,255,255,0.4)
  214. }
  215.  
  216. #photo img {
  217. -webkit-filter: grayscale(40%);
  218. opacity: .8;
  219. max-width:100%;
  220. margin-bottom:-3px;
  221. outline-offset: -16px;
  222. outline:double 1px #000;
  223. -webkit-transition: all 0.9s ease;
  224. -moz-transition: all 0.9s ease;
  225. -o-transition: all 0.9s ease;
  226. }
  227.  
  228.  
  229. #photo img:hover{
  230. -webkit-filter: grayscale(0%);
  231. opacity: 1;
  232. -webkit-transition: all 0.9s ease;
  233. -moz-transition: all 0.9s ease;
  234. -o-transition: all 0.9s ease;
  235. -webkit-transition: all 0.9s ease;
  236. -moz-transition: all 0.9s ease;
  237. -o-transition: all 0.9s ease;
  238. outline-offset: -142px;
  239. outline:double 142px rgba(255,255,255,0.4);
  240. }
  241.  
  242.  
  243. #sidebar {
  244. background: transparent;
  245. height:100%;
  246. width:350px;
  247. position:fixed;
  248. left:210px;
  249. top:0px;
  250. }
  251.  
  252. #title {
  253. color:{color:title};
  254. position:fixed;
  255. font-size:40px;
  256. text-align:center;
  257. top:107px;
  258. left:240px;
  259. width:300px;
  260. letter-spacing:1px;
  261. font-family: "color of autumn";
  262. text-shadow:-1px 0px 2px {color:title outline}, 0px 1px 0px {color:title outline}, 1px 0px 0px {color:title outline}, -1px 0px 0px {color:title outline};
  263. transition-duration: 0.8s;
  264. -moz-transition-duration: 0.8s;
  265. -webkit-transition-duration: 0.8s;
  266. -o-transition-duration: 0.8s;
  267.  
  268. }
  269.  
  270. #sidebar:hover #title{
  271. opacity:0;
  272. transition-duration: 0.4s;
  273. -moz-transition-duration: 0.4s;
  274. -webkit-transition-duration: 0.4s;
  275. -o-transition-duration: 0.4s;
  276. top:140px;
  277. }
  278.  
  279.  
  280. #sidebarimage img {
  281. position:fixed;
  282. background:white;
  283. border:4px solid {color:link};
  284. padding:7px;
  285. width:270px;
  286. height:370px;
  287. left:240px;
  288. top:140px;
  289. -webkit-filter: grayscale(0%);
  290. opacity: .9;
  291.  
  292. }
  293.  
  294. #description {
  295. line-height:100%;
  296. overflow:auto;
  297. opacity:0;
  298. font-family:helvetica;
  299. font-size:9px;
  300. text-transform:uppercase;
  301. top: 395px;
  302. left: 270px;
  303. width: 218px;
  304. height: 75px;
  305. padding: 7px;
  306. overflow: hidden;
  307. position:fixed;
  308. text-align: center;
  309. background: white;
  310. transition-duration: 0.8s;
  311. -moz-transition-duration: 0.8s;
  312. -webkit-transition-duration: 0.8s;
  313. -o-transition-duration: 0.8s;
  314. }
  315.  
  316. #sidebar:hover #description{
  317. opacity:1;
  318. transition-duration: 0.4s;
  319. -moz-transition-duration: 0.4s;
  320. -webkit-transition-duration: 0.4s;
  321. -o-transition-duration: 0.4s;
  322. top:415px;
  323. }
  324.  
  325.  
  326.  
  327.  
  328. #pagination {
  329. position:fixed;
  330. font-size:12px;
  331. text-align:center;
  332. top:570px;
  333. left:370px;
  334. }
  335.  
  336. #info {
  337. width:390px;
  338. padding:5px;
  339. font-size:8px;
  340. color:{color:info};
  341. margin-top:10px;
  342. margin-bottom:5px;
  343. letter-spacing:2px;
  344. font-family:gasara;
  345. text-align:left;
  346. margin-top:-30px;
  347. background:{color:info bg};
  348. opacity:0;
  349. -webkit-transition: all 0.8s ease-in-out;
  350. -moz-transition: all 0.8s ease-in-out;
  351. transition: all 0.8s ease-in-out;
  352. }
  353.  
  354. #info a{
  355. color:{color:info};
  356. }
  357.  
  358. #post:hover #info {
  359. margin-top:10px;
  360. opacity:1;
  361. -webkit-transition: all 0.8s ease-in-out;
  362. -moz-transition: all 0.8s ease-in-out;
  363. transition: all 0.8s ease-in-out;
  364. }
  365.  
  366. #asker {
  367. font-family:neou;
  368. padding-left:4px;
  369. font-size:22px;
  370. line-height:12px;
  371. font-weight:bold;
  372. font-style:normal;
  373. margin-left:-8px;
  374. text-align:center;
  375. text-transform:lowercase;
  376. }
  377. #asker a {
  378. color:{color:ask};
  379. }
  380.  
  381. #question {
  382. background:{color:ask};
  383. margin-top:10px;
  384. border:4px double {color:post bg};
  385. padding:10px;
  386. padding-left:8px;
  387. font:8px silkscreen;
  388. text-align:center;
  389. }
  390.  
  391. #answer {
  392. line-height:100%;
  393. margin-top:5px;
  394. background:{color:post bg};
  395. padding:10px;
  396. font-size:8px;
  397. text-align:justify;
  398. font-family: "silkscreen";
  399. color:{color:text};
  400. border:4px double {color:link};
  401. }
  402.  
  403.  
  404.  
  405. #nav1 {
  406. top: 535px;
  407. left: 240px;
  408. position: fixed;
  409. z-index: 999;
  410. -webkit-transition: 0.9s;
  411. -moz-transition: 0.9s;
  412. -o-transition: 0.9s;
  413. -ms-transition: 0.9s;
  414. transition: 0.9s;
  415. }
  416.  
  417. .navi a {
  418. border:1px solid {color:link};
  419. width: 40px;
  420. height: 15px;
  421. background-color: {color:post bg};
  422. color:#000;
  423. display: inline-block;
  424. margin-bottom: 4px;
  425. padding: 7px;
  426. text-align: center;
  427. font-family:helvetica;
  428. font-size:9px;
  429. text-transform:uppercase;
  430. letter-spacing: 1px;
  431. line-height:15px;
  432. -webkit-transition: all 0.6s ease-in-out;
  433. -moz-transition: all 0.6s ease-in-out;
  434. -o-transition: all 0.6s ease-in-out;
  435. -ms-transition: all 0.6s ease-in-out;
  436. transition: all 0.6s ease-in-out;
  437. }
  438.  
  439. .navi a:hover {
  440. background-color: {color:link};
  441. text-shadow: 1px;
  442. border: 1px solid {color:post bg};
  443. color:white;
  444. -webkit-transition: all 0.6s ease-in-out;
  445. -moz-transition: all 0.6s ease-in-out;
  446. -o-transition: all 0.6s ease-in-out;
  447. -ms-transition: all 0.6s ease-in-out;
  448. transition: all 0.6s ease-in-out;
  449. }
  450.  
  451. #hover{
  452. opacity:0;
  453. padding:10px;
  454. top: 268px;
  455. left: 200px;
  456. position: fixed;
  457. z-index: 999;
  458. -webkit-transition: 0.9s;
  459. -moz-transition: 0.9s;
  460. -o-transition: 0.9s;
  461. -ms-transition: 0.9s;
  462. transition: 0.9s;
  463. }
  464.  
  465. #sidebar:hover #hover {
  466. opacity:1;
  467. -webkit-transition:all .4s ease;
  468. -moz-transition:all .4s ease;
  469. -o-transition:all .4s ease;
  470. transition-delay: 0s;
  471. -webkit-transition-delay: .6s;
  472. }
  473.  
  474. .hv a {
  475. width: 10px;
  476. height: 10px;
  477. background-color: {color:link};
  478. color:#fff;
  479. display: block;
  480. margin-bottom: 4px;
  481. padding: 5px;
  482. border:1px solid {color:post bg};
  483. text-align: center;
  484. font-size: 8px;
  485. font-family:gasara;
  486. text-transform: uppercase;
  487. letter-spacing: 1px;
  488. line-height:7px;
  489. -webkit-transition: all 1s ease-in-out;
  490. -moz-transition: all 1s ease-in-out;
  491. -o-transition: all 1s ease-in-out;
  492. -ms-transition: all 1s ease-in-out;
  493. transition: all 1s ease-in-out;
  494. }
  495.  
  496. .hv a:hover {
  497. background-color: {color:post bg};
  498. border-radius:100%;
  499. text-shadow: 1px;
  500. border:1px solid {color:link};
  501. -webkit-transition: all 0.6s ease-in-out;
  502. -moz-transition: all 0.6s ease-in-out;
  503. -o-transition: all 0.6s ease-in-out;
  504. -ms-transition: all 0.6s ease-in-out;
  505. transition: all 0.6s ease-in-out;
  506. }
  507.  
  508. #hover2{
  509. opacity:0;
  510. padding:10px;
  511. top: 268px;
  512. left: 528px;
  513. position: fixed;
  514. z-index: 999;
  515. -webkit-transition: 0.9s;
  516. -moz-transition: 0.9s;
  517. -o-transition: 0.9s;
  518. -ms-transition: 0.9s;
  519. transition: 0.9s;
  520. }
  521.  
  522. #sidebar:hover #hover2{
  523. opacity:1;
  524. -webkit-transition:all .4s ease;
  525. -moz-transition:all .4s ease;
  526. -o-transition:all .4s ease;
  527. transition-delay: 0s;
  528. -webkit-transition-delay: .6s;
  529. }
  530.  
  531.  
  532. #mplay {
  533. margin-top:170px;
  534. margin-left:130px;
  535. position:fixed;
  536. opacity:0;
  537. width:103px;
  538. height:20px;
  539. border:1px solid {color:link};
  540. transition-duration: 0.8s;
  541. -moz-transition-duration: 0.8s;
  542. -webkit-transition-duration: 0.8s;
  543. -o-transition-duration: 0.8s;
  544. }
  545.  
  546. #sidebar:hover #mplay {
  547. margin-top:115px;
  548. opacity:1;
  549. transition-duration: 0.4s;
  550. -moz-transition-duration: 0.4s;
  551. -webkit-transition-duration: 0.4s;
  552. -o-transition-duration: 0.4s;
  553. }
  554.  
  555.  
  556.  
  557. #audioplayer {
  558. border:1px solid black;
  559. z-index:1;
  560. width:25px;
  561. height:25px;
  562. overflow:hidden;position:absolute;
  563. margin-top:15px;
  564. margin-bottom:15px;
  565. margin-left:15px;
  566. opacity: 0;
  567. filter:alpha(opacity=0);
  568. -moz-opacity: 0;
  569. -khtml-opacity: 0;
  570. linear;-webkit-transition:all 0.4s linear;
  571. -moz-transition:all 0.4s linear;
  572. transition:all 0.4s linear;}
  573.  
  574. #audioplayer:hover {
  575. opacity: 0.7;
  576. filter:alpha(opacity=70);
  577. -moz-opacity: 0.7;
  578. -khtml-opacity: 0.7;
  579. linear;-webkit-transition:all 0.4s linear;
  580. -moz-transition:all 0.4s linear;
  581. transition:all 0.4s linear;}
  582.  
  583. #audiocaption{
  584. border-left:7px solid black;
  585. margin-left:60px;
  586. padding-left:3px;
  587. height:55px;}
  588. #albumart {float:left;border:1px solid black;}
  589.  
  590. }
  591. .tags {
  592. font-family: gasara;
  593. font-size: 8px;
  594. text-transform: uppercase;
  595. letter-spacing: 1;
  596. line-height: 17px; }
  597. .tags a {
  598. color: {color:borders};
  599. background-color:{color:post border};
  600. padding:4px;}
  601.  
  602. .tags a:hover {
  603. color:{color:borders};}
  604.  
  605. #cred {
  606. position:fixed;
  607. bottom:5px;
  608. left:5px;
  609. width:20px;
  610. font-size:10px;
  611. padding:5px;
  612. text-transform:uppercase;
  613. text-align:center;
  614. color:black;
  615. font-weight:bold;
  616. font-style:bold;
  617. }
  618.  
  619. {CustomCSS}</style></head><body>
  620.  
  621. <script type="text/javascript">
  622. function unhide(divID) {
  623. var item = document.getElementById(divID);
  624. if (item) {
  625. item.className=(item.className=='hidden')?'unhidden':'hidden';
  626. }
  627. }
  628. </script>
  629.  
  630. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  631. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  632. <script>
  633. (function($){
  634. $(document).ready(function(){
  635. $("[title],a[title],img[title]").style_my_tooltips({
  636. tip_follows_cursor:true,
  637. tip_delay_time:30,
  638. tip_fade_speed:300,
  639. attribute:"title"
  640. });
  641. });
  642. })(jQuery);
  643. </script>
  644.  
  645. <div id="sidebar">
  646.  
  647. <div id="title">{Title}</div>
  648.  
  649. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  650. <div id="description"> {description}
  651. </div>
  652.  
  653. <div class="navi" id="nav1">
  654. <a title="{text:Hover 1}"></a>
  655. <a title="{text:Hover 1}"></a>
  656. <a title="{text:Hover 1}"></a>
  657. <a title="{text:Hover 1}"></a>
  658. <a title="{text:Hover 1}"></a>
  659. </div>
  660.  
  661. <div class="hv" id="hover">
  662. <a href="/" title="index"></a>
  663. <a href="/ask" title="inquire"></a>
  664. <a href="/submmit" title="submit"></a>
  665. <a href="{text:Link1}" title="{text:Link1 Title}"></a>
  666. <a href="{text:Link2}" title="{text:Link2 Title}"></a>
  667. </div>
  668.  
  669. <div class="hv" id="hover2">
  670. <a href="{text:Link3}" title="{text:Link3 Title}"></a>
  671. <a href="{text:Link4}" title="{text:Link4 Title}"></a>
  672. <a href="{text:Link5}" title="{text:Link5 Title}"></a>
  673. <a href="{text:Link6}" title="{text:Link6 Title}"></a>
  674. <a href="{text:Link7}" title="{text:Link7 Title}"></a>
  675. </div>
  676.  
  677.  
  678. <div id="mplay"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="103" height="20">
  679. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  680. <param name="bgcolor" value="#ffffff" />
  681. <param name="FlashVars" value="mp3={text:Song}&amp;width=103&amp;height=20&amp;autoplay=1&amp;showslider=0&amp;bgcolor1=ffffff&amp;bgcolor2=ffffff&amp;buttoncolor=000000&amp;buttonovercolor=000000&amp;showlist=0" />
  682. </object></div>
  683.  
  684. <div id="pagination">
  685. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-PRE</a>{/block:PreviousPage}
  686. {block:NextPage}<a href="{NextPage}">+NEXT</a>{/block:NextPage}{/block:Pagination}
  687. </div>
  688.  
  689. </div>
  690. <div id="cred"><a href="http://hyejeongz.tumblr.com" title="hyejeongz.">HJZ</a></div>
  691. <div id="entries">{block:Posts}<div id="post">
  692.  
  693. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  694.  
  695. {block:Photo}<div id="photo">{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  696.  
  697. {block:Photoset}<div id="photoset">{Photoset-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  698.  
  699. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  700.  
  701. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  702.  
  703. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  704.  
  705. {block:Audio}
  706. <div id="audioplayer">{AudioPlayerWhite}</div><div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="55">{/block:AlbumArt}</div><div id="audiocaption">{block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  707. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}<b>Plays:</b> {PlayCount}<br> </div>
  708. {/block:Audio}
  709.  
  710. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  711.  
  712. {block:Answer}
  713. <div id="asker"><b>☆ {Asker}</b></div><div id="question"> {Question}</div><div id="answer">{Answer}</div>
  714. {/block:Answer}
  715.  
  716. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  717. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  718. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  719.  
  720. {block:PostNotes}{PostNotes}{/block:PostNotes}
  721. {/block:Posts}</div>
  722. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement