namunamoo

Slowly Falling

Apr 21st, 2012
1,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.81 KB | None | 0 0
  1. <!--
  2. THEME MADE BY NAMUNAMOO (http://namunamoo.tumblr.com)
  3. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  4. -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <html>
  11. <head>
  12.  
  13. <title>{title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <!--LOOK AT ALL THESE FREAKIN' OPTIONS. ^^"-->
  21.  
  22. <meta name="color:Background" content=""/>
  23. <meta name="color:Body Font" content="#363636"/>
  24. <meta name="color:Posts" content="#FFFFFF"/>
  25. <meta name="color:Links" content="#0096ff"/>
  26. <meta name="color:Links hover" content="#FFFFFF"/>
  27.  
  28. <meta name="color:Nav background" content="#CBB1F1" />
  29. <meta name="color:Nav background hover" content="#F8C1B8" />
  30. <meta name="color:Nav font" content="#000000" />
  31. <meta name="color:Nav font hover" content="#333333" />
  32. <meta name="color:Sidebar" content="#ffffff" />
  33. <meta name="color:Sidebar text" content="#999999" />
  34. <meta name="color:Sidebar Border" content="#f145b9" />
  35. <meta name="color:Sidebar2 Border" content="#b172f1" />
  36.  
  37. <meta name="color:Post Title" content="#000000"/>
  38. <meta name="color:Quote" content="#363636"/>
  39. <meta name="color:Answer Background" content="#F5F5F5"/>
  40. <meta name="color:ScrollBar" content="#484848"/>
  41. <meta name="color:ScrollBar Background" content="#e8e8e8"/>
  42. <meta name="color:Sidebar background" content="#cccccc"/>
  43. <meta name="color:Border" content="#fd9090" />
  44.  
  45.  
  46. <meta name="text:2nd description box" content="hello. use this as a second description box.<br> -customize/appearance tab to customize. <br><br> <b>TIP:</b> use < br > (take out the spaces) to start a new line!"/>
  47.  
  48. <meta name="text:Reblog Icon" content="http://i11.photobucket.com/albums/a168/evelynregly/minigifs/minipisca.gif"/>
  49.  
  50. <meta name="image:Background" content="http://static.tumblr.com/jtqlgf2/nZtm1krrg/tumblr_ltqq73kh5g1qhvdofo10_400.png"/>
  51. <meta name="image:Post Box Background" content=""/>
  52. <meta name="image:top pic" content="http://static.tumblr.com/dillszt/CtVm26h1p/untitled-1.png"/>
  53. <meta name="image:bottom pic" content="http://static.tumblr.com/dillszt/nYRm26h1t/untitled-2.png"/>
  54. <meta name="image:sidebar background" content="http://media.tumblr.com/tumblr_lpwow8f8U31qcn2vb.png"/>
  55.  
  56. <meta name="text:link 1" content="/"/>
  57. <meta name="text:link 1 name" content="Link 1"/>
  58. <meta name="text:link 2" content="/"/>
  59. <meta name="text:link 2 name" content="Link 2"/>
  60. <meta name="text:link 3" content="/"/>
  61. <meta name="text:link 3 name" content="Link 3"/>
  62.  
  63. <meta name="if:Bracket" content="1" />
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive&v1' rel='stylesheet' type='text/css'>
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. body {
  71. background-color: {color:Background};
  72. font-family: Century Gothic;
  73. font-size: 9px;
  74. color: {color:Body Font};
  75. text-align: justify;
  76. background-image: url('{image:Background}');
  77. background-attachment: fixed;
  78. }
  79.  
  80. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/bmdsqsc/KdRlu9tpm/slkscr.ttf');}
  81.  
  82. @font-face {
  83. font-family: 'loremipsumBold';
  84. src: url('loremipsum-webfont.eot');
  85. src: url('loremipsum-webfont.eot?#iefix') format('embedded-opentype'),
  86. url('loremipsum-webfont.woff') format('woff'),
  87. url('loremipsum-webfont.ttf') format('truetype'),
  88. url('loremipsum-webfont.svg#loremipsumBold') format('svg');
  89. font-weight: normal;
  90. font-style: normal;
  91.  
  92. }
  93.  
  94.  
  95. #posts {
  96. position: absolute;
  97. left: 25px;
  98. top: 25px;
  99. }
  100.  
  101. #lineup {
  102. background-image: url('{image:Post Box Background}');
  103. position: relative;
  104. margin-left: 300px;
  105. top:15px;
  106. width: 500px;
  107. background-color: {color:Posts};
  108. border:1px dashed {color:Border};
  109. margin-bottom: 5px;
  110.  
  111. padding: 5px;
  112. }
  113.  
  114. #permalink {
  115. font-family: Courier New;
  116. opacity: 0;
  117. left: 300px;
  118. filter: alpha (opacity=0);
  119. position: absolute;
  120. top: 5px;
  121. text-align: center;
  122. padding-right: 5px;
  123. width: 250px;
  124. background-image: url('{image:Post Box Background}');
  125. background-color: #transp;
  126. -webkit-transition: all 0.5s ease;
  127. -moz-transition: all 0.5s ease;
  128. -o-transition: all 0.5s ease;
  129.  
  130. }
  131.  
  132. #lineup:hover #permalink {
  133. background-color: {color:Posts};
  134. background-image: url('{image:Post Box Background}');
  135. opacity: 9;
  136. filter: alpha (opacity=9);
  137. width: 200px;
  138. border-radius: 0px 0px 0px 100px;
  139. }
  140.  
  141.  
  142.  
  143. .answer {
  144. background-color: {color:Answer Background};
  145. padding-top: 1px;
  146. padding-bottom: 1px;
  147. padding-left: 10px;
  148.  
  149. }
  150.  
  151. #header {
  152. text-align: center;
  153. font-family: "loremipsum", serif;
  154. font-size: 30px;
  155. letter-spacing: {text:Title letter spacing};
  156. background-color: {color:Title Background};
  157. color: {color:Title};
  158. text-shadow: 1px 1px 1px #C4C4C4;
  159. font-weight: lighter;
  160.  
  161. }
  162.  
  163.  
  164. a.perma {
  165. color: #000000;
  166. }
  167.  
  168. a.perma:hover {
  169. color: #000000;
  170. }
  171.  
  172. .story {
  173. font-family: loremipsum;
  174. font-size: 18px;
  175. color: {color:Post Title};
  176. text-align: center;
  177. text-shadow: 1px 1px 1px #C4C4C4;
  178. }
  179.  
  180.  
  181. #lineup img {max-width: 100%;}
  182.  
  183. .quote {
  184. font-family: loremipsum;
  185. font-size: 11px;
  186. font-style: italic;
  187. color: {color:Quote}
  188. }
  189.  
  190. blockquote {
  191. padding: 1px 1px 1px 1px;
  192. background-color: #eee;
  193. }
  194.  
  195. .tags {
  196. padding: 3px;
  197. }
  198.  
  199. a {
  200. color:{color:Links};
  201. -webkit-transition: all 0.5s ease;
  202. -moz-transition: all 0.5s ease;
  203. -o-transition: all 0.5s ease;
  204. text-decoration: none;
  205. }
  206.  
  207. a:hover {
  208. color:{color:Links hover};
  209. -webkit-transition: all 0.5s ease;
  210. -moz-transition: all 0.5s ease;
  211. -o-transition: all 0.5s ease;
  212. text-decoration: none;
  213. }
  214.  
  215. ::-webkit-scrollbar-thumb:vertical {
  216. background-color:{color:ScrollBar};
  217. border-top:2px solid {color:ScrollBar};
  218. border-bottom:2px solid {color:ScrollBar};
  219. height:auto;
  220. }
  221.  
  222. ::-webkit-scrollbar-thumb:vertical:hover{
  223. background-color:{color:ScrollBar};
  224. }
  225.  
  226.  
  227.  
  228. ::-webkit-scrollbar-thumb:horizontal{
  229. background-color:{color:ScrollBar};
  230. height:auto;
  231. }
  232.  
  233. ::-webkit-scrollbar-thumb:horizontal:hover{
  234. background-color:{color:ScrollBar};
  235. }
  236.  
  237.  
  238.  
  239. ::-webkit-scrollbar{
  240. height:6px;
  241. width:6px;
  242. background-color: {color:ScrollBar Background};
  243. }
  244.  
  245. .topp {
  246. font-family: consolas;
  247. font-size: 10px;
  248. }
  249.  
  250. #scrollToTop:link,
  251. #scrollToTop:visited {
  252. color: #000000;
  253. background-color: transparent;
  254. display: none;
  255. position: fixed;
  256. bottom: 10px;
  257. right: 10px;
  258. }
  259.  
  260. #twins{
  261. position:fixed;
  262. width: 150px;
  263. margin-left:25px;
  264. top:40px;}
  265. #hood{
  266. display: block;
  267. background-image:url('{image:top pic}');
  268. width: 150px;
  269. height:150px;}
  270.  
  271. #rear{
  272. display:block;
  273. background-image:url('{image:bottom pic}');
  274. width: 150px;
  275. height:150px;
  276. margin-top:152px;}
  277.  
  278. #exom{
  279. position:fixed;
  280. left:100px;
  281. top:80px;
  282. z-index: 2;
  283. }
  284.  
  285. #kris{
  286. position:fixed;
  287. margin-left:-50px;
  288. background-color:#transp;
  289. padding:9px;
  290. -webkit-transition: all 0.7s ease-in-out;
  291. -moz-transition: all 0.7s ease-in-out;
  292. -o-transition: all 0.7s ease-in-out;
  293. -ms-transition: all 0.7s ease-in-out;
  294. transition: all 0.7s ease-in-out;}
  295.  
  296. #luhan{
  297. position:fixed;
  298. width:120px;
  299. height:130px;
  300. overflow:auto;
  301. background-color:#ffffff;
  302. color:{color:sidebar text};
  303. padding:10px 10px 10px 15px;
  304. -webkit-transition: all 0.7s ease-in-out;
  305. -moz-transition: all 0.7s ease-in-out;
  306. -o-transition: all 0.7s ease-in-out;
  307. -ms-transition: all 0.7s ease-in-out;
  308. transition: all 0.7s ease-in-out;
  309. opacity:0;
  310. z-index:-1;
  311. }
  312.  
  313.  
  314. #luhan a{
  315. text-decoration:none;
  316. color:{color:link};}
  317.  
  318. #luhan h1{
  319. font-family: "economica-regular";
  320. font-size:16px;
  321. font-weight:normal;
  322. margin-left:-6px;
  323. color:{color:blog title};
  324. letter-spacing:1px;}
  325.  
  326. #chen{
  327. position:fixed;
  328. margin-left:114px;
  329. margin-top:253px;
  330. border-left:10px solid {color:sidebar border};
  331. width:105px;
  332. height:150px;
  333. -webkit-transition: all 0.7s ease-in-out;
  334. -moz-transition: all 0.7s ease-in-out;
  335. -o-transition: all 0.7s ease-in-out;
  336. -ms-transition: all 0.7s ease-in-out;
  337. transition: all 0.7s ease-in-out;}
  338.  
  339. #kris:hover #chen{
  340. margin-left:-26px;}
  341. #kris:hover #luhan{
  342. opacity:1;
  343. z-index:1;}
  344.  
  345.  
  346. #leline{
  347. position:fixed;
  348. margin-top:-10px;
  349. margin-left:380px;
  350. height:1000%;
  351. width:80px;
  352. background-color:#transp;}
  353.  
  354. #audio {
  355. margin-left:125px;
  356. width: 250px;
  357. background: #ffffff;
  358. border:3px solid {color:border};
  359. }
  360.  
  361. #chanyeol{
  362. position:fixed;
  363. left:100px;
  364. top:80px;
  365. z-index: 2;
  366. }
  367.  
  368. #suho{
  369. position:fixed;
  370. margin-left:0px;
  371. background-color:#transp;
  372. padding:9px;
  373. -webkit-transition: all 0.7s ease-in-out;
  374. -moz-transition: all 0.7s ease-in-out;
  375. -o-transition: all 0.7s ease-in-out;
  376. -ms-transition: all 0.7s ease-in-out;
  377. transition: all 0.7s ease-in-out;}
  378.  
  379. #sehun{
  380. position:fixed;
  381. width:120px;
  382. height:130px;
  383. overflow:auto;
  384. background-color:#ffffff;
  385. color:{color:sidebar text};
  386. padding:10px 10px 10px 15px;
  387. -webkit-transition: all 0.7s ease-in-out;
  388. -moz-transition: all 0.7s ease-in-out;
  389. -o-transition: all 0.7s ease-in-out;
  390. -ms-transition: all 0.7s ease-in-out;
  391. transition: all 0.7s ease-in-out;
  392. opacity:0;
  393. z-index:-1;
  394. }
  395.  
  396.  
  397. #sehun a{
  398. text-decoration:none;
  399. color:{color:link};}
  400.  
  401. #sehun h1{
  402. font-family: "economica-regular";
  403. font-size:16px;
  404. font-weight:normal;
  405. margin-left:-6px;
  406. color:{color:blog title};
  407. letter-spacing:1px;}
  408.  
  409. #kai{
  410. position:fixed;
  411. margin-left:64px;
  412. margin-top:-49px;
  413. border-left:10px solid {color:sidebar2 border};
  414. width:105px;
  415. height:150px;
  416. -webkit-transition: all 0.7s ease-in-out;
  417. -moz-transition: all 0.7s ease-in-out;
  418. -o-transition: all 0.7s ease-in-out;
  419. -ms-transition: all 0.7s ease-in-out;
  420. transition: all 0.7s ease-in-out;}
  421.  
  422. #suho:hover #kai{
  423. margin-left:-76px;}
  424. #suho:hover #sehun{
  425. opacity:1;
  426. z-index:1;}
  427.  
  428.  
  429. #leline{
  430. position:fixed;
  431. margin-top:-10px;
  432. margin-left:380px;
  433. height:1000%;
  434. width:80px;
  435. background-color:#transp;}
  436.  
  437. .linkers{
  438. position: fixed;
  439. margin-left: 25px;
  440. top: 190px;
  441. z-index:2;
  442. }
  443.  
  444. .navi a{
  445. float: left;
  446. width: 146px;
  447. height: 13px;
  448. background-color: {color:nav background};
  449. color: {color:nav font};
  450. margin-left: 0px;
  451. padding-right: 5px;
  452. margin-top: 2px;
  453. padding-bottom: 5px;
  454. text-align: right;
  455. font-family: century gothic;
  456. font-size: 8px;
  457. letter-spacing:1px;
  458. padding-top: 5px; z-index:2;}
  459. .navi a:hover{
  460. float: left;
  461. width: 146px;
  462. height: 13px;
  463. font-family:century gothic;
  464. background-color: {color:nav background hover};
  465. color: {color:nav font hover};
  466. margin-left: 0px;
  467. padding-right: 5px;
  468. margin-top: 2px;
  469. text-align: right;
  470. padding-bottom: 5px;
  471. padding-right: 5px;
  472. border-left: 10px solid {color:nav background};
  473. letter-spacing:2px;
  474. -webkit-transition: all 0.5s ease;
  475. -moz-transition: all 0.5s ease;
  476. -o-transition: all 0.5s ease;
  477. padding-top: 5px; z-index:2;}
  478.  
  479. .butt{
  480. font-family:'Cedarville Cursive';
  481. position: fixed;
  482. left: 195px;
  483. top: 110px;
  484. font-size:140px;
  485. color: {color:nav background hover};
  486. z-index:-10;
  487. -webkit-transform: rotate(-180deg);
  488. -moz-transform: rotate(-180deg);
  489. }
  490.  
  491.  
  492. #side {
  493. width: 200px;
  494. height: auto;
  495. z-index: -10;
  496. float:left;
  497. position: relative;
  498. }
  499.  
  500. #side2 {
  501. z-index: -10;
  502. float:left;
  503. position: relative;
  504. }
  505.  
  506. #sidee {
  507. width: 166px;
  508. left: 25px;
  509. height: 1500px;
  510. top: -10px;
  511. background:{color:sidebar background} url({image:sidebar background});
  512. position:fixed;
  513. right:0px;
  514. float:right;
  515. }
  516.  
  517. iframe#tumblr_controls {
  518. top: 0% !important;
  519. right:0% !important;
  520. position: fixed !important;}
  521.  
  522.  
  523. {CustomCSS}
  524.  
  525. </style>
  526.  
  527. <div id="leline"></div>
  528. <div id="exom">
  529.  
  530.  
  531.  
  532.  
  533. <div id="kris">
  534.  
  535.  
  536. <div id="chen">
  537.  
  538. <div id="luhan">
  539. {text:2nd description box}
  540. </div>
  541. </div>
  542.  
  543. </div>
  544.  
  545. </div>
  546.  
  547.  
  548.  
  549. <div id="chanyeol">
  550.  
  551.  
  552.  
  553.  
  554. <div id="suho">
  555.  
  556. <div id="kai">
  557.  
  558. <div id="sehun">
  559. {Description}
  560. </div>
  561. </div>
  562. </div>
  563.  
  564. </div>
  565.  
  566.  
  567. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  568.  
  569.  
  570. </head>
  571.  
  572. <body>
  573. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  574. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  575.  
  576. <div class="topp">
  577. <a href="javascript:;" id="scrollToTop"><img src="http://media.tumblr.com/tumblr_lrc2jmMG3W1qzuf77.gif"></a>
  578. </div>
  579.  
  580.  
  581. <div id="side2"><div id="sidee"></div><div>
  582.  
  583.  
  584. <div id="twins">
  585. <div id="hood"></div>
  586. <div id="rear"></div>
  587. </div>
  588.  
  589. {Block:IfBracket}
  590. <div class="butt">
  591. {
  592. </div>
  593. {/Block:IfBracket}
  594.  
  595. <div class="linkers">
  596.  
  597. <div class="navi">
  598. <a href="/">{title}</a><br>
  599. <a href="/ask">Message</a><br>
  600. <a href="/archive">History</a><br>
  601. {block:IfLink1}<a href="{text:Link 1}">{text:link 1 name}</a>{/block:IfLink1}<br>
  602. {block:IfLink2}<a href="{text:Link 2}">{text:link 2 name}</a>{/block:IfLink2}<br>
  603. {block:IfLink3}<a href="{text:Link 3}">{text:link 3 name}</a>{/block:IfLink3}<br>
  604. </div></div>
  605.  
  606. <div style="font-size:8px; text-transform:uppercase; color:#000000; position:fixed; bottom:9px; left:100px;"><a href="http://namunamoo.tumblr.com" style="color:#000000;">{★}</a></div>
  607.  
  608.  
  609.  
  610. <div class = "autopagerize_page_element" >
  611.  
  612.  
  613. {block:Posts}
  614.  
  615. <div id="lineup">
  616.  
  617.  
  618. {block:Text}
  619.  
  620. {block:Title}
  621. <div class="story">
  622. {Title}
  623. </div>
  624. {/block:Title}
  625.  
  626. {Body}
  627.  
  628. {Block:PermalinkPage}
  629.  
  630. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  631. {block:HasTags}
  632. <div class="tags">
  633. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  634. </div>
  635. {/block:HasTags}
  636.  
  637. {block:PostNotes}
  638. {PostNotes}
  639. {/block:PostNotes}
  640.  
  641. {/Block:PermalinkPage}
  642.  
  643. {/block:Text}
  644.  
  645.  
  646.  
  647. {block:Photo}
  648.  
  649. {LinkOpenTag}
  650. <img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">
  651. {LinkCloseTag}
  652.  
  653. {Block:PermalinkPage}
  654. {block:Caption}
  655. {Caption}
  656. {/block:Caption}
  657.  
  658. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  659.  
  660. {block:HasTags}
  661. <div class="tags">
  662. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  663. </div>
  664. {/block:HasTags}
  665.  
  666. {block:PostNotes}
  667. <div style="height:200px; text-align:left;overflow:auto;border-top:1px {color:Border};">
  668. {PostNotes}</div>
  669. {/block:PostNotes}
  670.  
  671.  
  672. {/Block:PermalinkPage}
  673.  
  674. {/block:Photo}
  675.  
  676.  
  677.  
  678. {block:Photoset}
  679.  
  680. {Photoset-500}
  681.  
  682. {Block:PermalinkPage}
  683. {block:Caption}
  684. {Caption}
  685. {/block:Caption}
  686.  
  687. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  688.  
  689. {block:HasTags}
  690. <div class="tags">
  691. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  692. </div>
  693. {/block:HasTags}
  694.  
  695. {block:PostNotes}
  696. {PostNotes}
  697. {/block:PostNotes}
  698.  
  699. {/Block:PermalinkPage}
  700.  
  701. {/block:Photoset}
  702.  
  703.  
  704.  
  705. {block:Quote}
  706.  
  707. <div class="quote">
  708. <div style="font-size: 30px; display: inline-block; line-height: 0px; margin-bottom: -3px; margin-right: 3px;">❝</div>{Quote}
  709. </div>
  710.  
  711. {block:Source}
  712. <div style="text-align:right">—{Source}</div>
  713. {/block:Source}
  714.  
  715. {Block:PermalinkPage}
  716. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  717. {block:HasTags}
  718. <div class="tags">
  719. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  720. </div>
  721. {/block:HasTags}
  722.  
  723. {block:PostNotes}
  724. {PostNotes}
  725. {/block:PostNotes}
  726.  
  727. {/Block:PermalinkPage}
  728.  
  729. {/block:Quote}
  730.  
  731.  
  732.  
  733. {block:Link}
  734.  
  735. <a href="{URL}" {Target}>
  736.  
  737. <div class="story"><div style="margin-left:0px">{Name}</div></div>
  738. </a>
  739.  
  740. {block:Description}
  741. {Description}
  742. {/block:Description}
  743.  
  744. {Block:PermalinkPage}
  745. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  746. {block:HasTags}
  747. <div class="tags">
  748. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  749. </div>
  750. {/block:HasTags}
  751.  
  752. {block:PostNotes}
  753. {PostNotes}
  754. {/block:PostNotes}
  755.  
  756. {/Block:PermalinkPage}
  757.  
  758. {/block:Link}
  759.  
  760.  
  761.  
  762. {block:Chat}
  763.  
  764. {block:Title}
  765. <div class="story">
  766. {Title}
  767. </div>
  768. {/block:Title}
  769.  
  770. {block:Lines}
  771. {block:Label}
  772. <b>{Label}</b>
  773. {/block:Label}
  774.  
  775. {Line}<br>
  776. {/block:Lines}
  777.  
  778. {Block:PermalinkPage}
  779. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  780. {block:HasTags}
  781. <div class="tags">
  782. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  783. </div>
  784. {/block:HasTags}
  785.  
  786. {block:PostNotes}
  787. {PostNotes}
  788. {/block:PostNotes}
  789.  
  790. {/Block:PermalinkPage}
  791.  
  792. {/block:Chat}
  793.  
  794.  
  795.  
  796. {block:Audio}
  797.  
  798. {block:AlbumArt}
  799. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px;"/>{/block:AlbumArt}
  800. <div class="audio">{AudioPlayerWhite}</div>
  801. {block:Caption}{Caption}{/block:Caption}
  802.  
  803. <p>{PlayCountWithLabel}</p>
  804. <br clear="all">
  805.  
  806. {Block:PermalinkPage}
  807. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  808. {block:HasTags}
  809. <div class="tags">
  810. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  811. </div>
  812. {/block:HasTags}
  813.  
  814. {block:PostNotes}
  815. {PostNotes}
  816. {/block:PostNotes}
  817.  
  818. {/Block:PermalinkPage}
  819.  
  820.  
  821. {/block:Audio}
  822.  
  823.  
  824.  
  825. {block:Video}
  826.  
  827. {Video-500}
  828.  
  829. {Block:PermalinkPage}
  830. {block:Caption}
  831. {Caption}
  832. {/block:Caption}
  833.  
  834. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  835. {block:HasTags}
  836. <div class="tags">
  837. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  838. </div>
  839. {/block:HasTags}
  840.  
  841. {block:PostNotes}
  842. {PostNotes}
  843. {/block:PostNotes}
  844.  
  845. {/Block:PermalinkPage}
  846.  
  847. {/block:Video}
  848.  
  849.  
  850.  
  851. {block:Answer}
  852.  
  853. <div style="float:left; font-size: 28px; margin-top: -10px;">❝</div><b>{Asker}</b>: {Question}<div class="answer">{Answer}</div>
  854.  
  855. {Block:PermalinkPage}
  856. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  857. {block:HasTags}
  858. <div class="tags">
  859. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  860. </div>
  861. {/block:HasTags}
  862.  
  863. {block:PostNotes}
  864. {PostNotes}
  865. {/block:PostNotes}
  866.  
  867. {/Block:PermalinkPage}
  868.  
  869. {/block:Answer}
  870.  
  871. {Block:IndexPage}<div id="permalink">
  872. <a href="{Permalink}" class="perma">
  873. <img src="http://media.tumblr.com/tumblr_lm6ovhtdmZ1qfoi4t.gif">
  874. {NoteCountWithLabel}
  875.  
  876. </a>
  877. &nbsp;&nbsp;&nbsp;
  878. <a href="{ReblogURL}" target="_blank"><img src="{text:Reblog Icon}"><font color="000000"> Reblog</font></a>
  879. </div>
  880. </div>{/Block:IndexPage}
  881.  
  882.  
  883. {/block:Posts}</div>
  884. </body>
  885. </html>
Add Comment
Please, Sign In to add comment