namunamoo

Kokoro

Aug 21st, 2012
2,506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.51 KB | None | 0 0
  1. <!--
  2. THEME MADE BY NAMUNAMOO/HIKOUSHI (http://hikoushi.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:Border" content="#cccccc"/>
  26. <meta name="color:title" content="#000000"/>
  27. <meta name="color:Links" content="#507dc4"/>
  28. <meta name="color:Links hover" content="#FFFFFF"/>
  29.  
  30. <meta name="color:Description" content="#898989"/>
  31. <meta name="color:Navlinks" content="#8fb5e9"/>
  32. <meta name="color:Navlinks Hover" content="#c9dff5"/>
  33. <meta name="color:Navlinks Font" content="#353434"/>
  34. <meta name="color:Sidebar Frame" content="#726f6f">
  35.  
  36. <meta name="color:Entry Bold" content="#4db35a">
  37. <meta name="color:Entry Italic" content="#53a7f8">
  38.  
  39. <meta name="color:Notes" content="#898989"/>
  40. <meta name="color:Post Title" content="#8f65f5"/>
  41. <meta name="color:Quote" content="#363636"/>
  42. <meta name="color:Question Background" content="#EEEEEE"/>
  43.  
  44. <meta name="color:ScrollBar" content="#484848"/>
  45. <meta name="color:ScrollBar Background" content="#e8e8e8"/>
  46.  
  47. <meta name="image:Sidebar" content="http://25.media.tumblr.com/tumblr_lqrlg5Inzd1qeo03no1_500.png"/>
  48. <meta name="image:Background" content="http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/scribble_light.png"/>
  49.  
  50.  
  51. <meta name="if:Infinite Scrolling" content="1"/>
  52. <meta name="if:500px posts" content="1"/>
  53. <meta name="if:400px posts" content="0"/>
  54. <meta name="if:250px posts" content="0"/>
  55. <meta name="if:Faded Images" content="1">
  56.  
  57. <meta name="text:link 1" content="/"/>
  58. <meta name="text:link 1 name" content="Link 1"/>
  59. <meta name="text:link 2" content="/"/>
  60. <meta name="text:link 2 name" content="Link 2"/>
  61. <meta name="text:link 3" content="/"/>
  62. <meta name="text:link 3 name" content="Link 3"/>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. body {
  68. background-color: {color:Background};
  69. font-family: calibri;
  70. font-size: 10px;
  71. color: {color:Body Font};
  72. text-align: justify;
  73. background-image: url('{image:Background}');
  74. background-attachment: fixed;
  75. }
  76.  
  77. @font-face {
  78. font-family: "Meow";
  79. src: url(http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");
  80. }
  81.  
  82. @font-face {font-family: "dk";src: url('http://static.tumblr.com/iuggpng/XaZm5hhme/dk_pimpernel.ttf');}
  83.  
  84.  
  85. #posts {
  86. position: absolute;
  87. left: 25px;
  88. top: 25px;
  89. }
  90.  
  91. #lineup {
  92. background-image: url('{image:Post Box Background}');
  93. position: relative;
  94. margin-left: 480px;
  95. top:25px;
  96. {block:if500pxposts}width: 500px;{/block:if500pxposts}
  97. {block:if400pxposts}width: 400px;{/block:if400pxposts}
  98. {block:if250pxposts}width: 250px;{/block:if250pxposts}
  99. background-color:{color:Posts};
  100. margin-bottom: 5px;
  101. padding: 7px;
  102. z-index:500;
  103. }
  104.  
  105. #permalink {
  106. font-family: calibri;
  107. font-size: 8px;
  108. text-transform:uppercase;
  109. letter-spacing:1px;
  110. opacity: 0;
  111. {block:if500pxposts}margin-left:480px;{/block:if500pxposts}
  112. {block:if400pxposts}margin-left:380px;{/block:if400pxposts}
  113. {block:if250pxposts}margin-left:230px;{/block:if250pxposts}
  114. filter: alpha (opacity=0);
  115. position: absolute;
  116. top: 3px;
  117. text-align: left;
  118. padding-right: 9px;
  119. padding-top:5px;
  120. width: 80px;
  121. background-image: url('{image:Post Box Background}');
  122. background-color: #transp;
  123. color: #387dcc;
  124. -webkit-transition: all 1.0s ease;
  125. -moz-transition: all 1.0s ease;
  126. -o-transition: all 1.0s ease;
  127. padding-left:15px;
  128. }
  129.  
  130. #lineup:hover #permalink {
  131. {block:if500pxposts}margin-left:505px;{/block:if500pxposts}
  132. {block:if400pxposts}margin-left:405px;{/block:if400pxposts}
  133. {block:if250pxposts}margin-left:250px;{/block:if250pxposts}
  134. opacity:1;
  135. background-color: #transp;
  136. color:{color:description};
  137. filter: alpha (opacity=8);
  138. width: 80px;
  139. padding-top:5px;
  140. -webkit-transition: all 1.0s ease;
  141. -moz-transition: all 1.0s ease;
  142. -o-transition: all 1.0s ease;
  143. }
  144.  
  145. #permalink a {
  146. color:{color:Notes};
  147. padding-left:10px;
  148. margin-left:-10px;
  149. -webkit-transition: all 0.5s ease;
  150. -moz-transition: all 0.5s ease;
  151. -o-transition: all 0.5s ease;
  152. }
  153.  
  154. .question{
  155. background-color:{color:Question Background};
  156. padding: 5px 5px 5px 5px;
  157. {block:if500pxposts}width:435px;{/block:if500pxposts}
  158. {block:if400pxposts}width:335px;{/block:if400pxposts}
  159. {block:if250pxposts}width:185px;{/block:if250pxposts}
  160. margin-left:55px;
  161. margin-top:-51px;
  162. min-height:40px;
  163. }
  164.  
  165. .answer {
  166. background-color:{color:posts};
  167. padding-top: 1px;
  168. padding-bottom: 1px;
  169. padding-left: 10px;
  170.  
  171. }
  172.  
  173. #header {
  174. text-align: center;
  175. font-family: "loremipsum", serif;
  176. font-size: 30px;
  177. letter-spacing: {text:Title letter spacing};
  178. background-color: {color:Title Background};
  179. color: {color:Title};
  180. text-shadow: 1px 1px 1px #C4C4C4;
  181. font-weight: lighter;
  182.  
  183. }
  184.  
  185.  
  186. a.perma {
  187. color: {color:links};
  188.  
  189. }
  190.  
  191. a.perma:hover {
  192. color: {color:Links hover};
  193. }
  194.  
  195. .story {
  196. font-family: book antiqua;
  197. font-size: 20px;
  198. color: {color:Post Title};
  199. text-align: left;
  200. margin:3px 0px 3px 0px;
  201. {block:if500pxposts}width: 470px;{/block:if500pxposts}
  202. {block:if400pxposts}width: 370px;{/block:if400pxposts}
  203. {block:if250pxposts}width: 200px;{/block:if250pxposts}
  204. border-left:45px solid {color:Post Title};
  205. padding-left:10px;
  206. }
  207.  
  208.  
  209. #lineup img {max-width: 100%;}
  210.  
  211. .quote {
  212. font-family: Meow;
  213. font-size: 12px;
  214. font-style: italic;
  215. color: {color:Quote}
  216. }
  217.  
  218. blockquote {
  219. padding: 2px 2px 2px 2px;
  220. background-color: #eee;
  221. padding-left:5px;
  222. border-left:3px solid #898989;
  223. }
  224.  
  225. .tags {
  226. padding: 3px;
  227. }
  228.  
  229. a {
  230. color:{color:Links};
  231. -webkit-transition: all 0.5s ease;
  232. -moz-transition: all 0.5s ease;
  233. -o-transition: all 0.5s ease;
  234. text-decoration: none;
  235. }
  236.  
  237. a:hover {
  238. color:{color:Links hover};
  239. -webkit-transition: all 0.5s ease;
  240. -moz-transition: all 0.5s ease;
  241. -o-transition: all 0.5s ease;
  242. text-decoration: none;
  243. }
  244.  
  245. .entry b, strong {
  246. color: {color:Entry Bold};
  247. }
  248.  
  249. .entry i, em {
  250. color: {color:Entry Italic};
  251. }
  252.  
  253.  
  254.  
  255. ::-webkit-scrollbar-thumb:vertical {
  256. background-color:{color:ScrollBar};
  257. border-top:2px solid {color:ScrollBar};
  258. border-bottom:2px solid {color:ScrollBar};
  259. height:auto;
  260. }
  261.  
  262. ::-webkit-scrollbar-thumb:vertical:hover{
  263. background-color:{color:ScrollBar};
  264. }
  265.  
  266.  
  267.  
  268. ::-webkit-scrollbar-thumb:horizontal{
  269. background-color:{color:ScrollBar};
  270. height:auto;
  271. }
  272.  
  273. ::-webkit-scrollbar-thumb:horizontal:hover{
  274. background-color:{color:ScrollBar};
  275. }
  276.  
  277.  
  278.  
  279. ::-webkit-scrollbar{
  280. height:6px;
  281. width:6px;
  282. background-color: {color:ScrollBar Background};
  283. }
  284.  
  285. .topp {
  286. font-family: consolas;
  287. font-size: 20px;
  288. }
  289.  
  290. #scrollToTop:link,
  291. #scrollToTop:visited {
  292. color: {color:main links hover};
  293. background-color: transparent;
  294. display: none;
  295. position: fixed;
  296. bottom: 0px;
  297. margin-left: 410px;
  298. }
  299.  
  300. .bar{
  301. position:fixed;
  302. z-index:-10;
  303. margin-top:70px;
  304. margin-left:-30px;
  305. width:490px;
  306. height:30px;
  307. background-color:{color:Navlinks};
  308. -moz-border-radius:50px;
  309. -webkit-border-radius:50px;}
  310.  
  311. .b1a4{
  312. margin-top:-4px;
  313. margin-left:30px;
  314. width:430px;
  315. font-family:dk;
  316. position: fixed;
  317. font-size: 40px;
  318. letter-spacing: 3px;
  319. color: {color:title};
  320. text-align: center;
  321. z-index:999;
  322. }
  323.  
  324.  
  325. .linkers{
  326. position:fixed;
  327. margin-top:135px;
  328. margin-left:340px;
  329. width:100px;}
  330.  
  331. .links a{
  332. float: left;
  333. width: 100px;
  334. height: 10px;
  335. margin-bottom:3px;
  336. border-bottom: 0px solid #898989;
  337. padding-left:5px;
  338. color: {color:Navlinks Font};
  339. background-color: {color:Navlinks};
  340. margin-left: 3px;
  341. padding-right: 5px;
  342. letter-spacing: 1px;
  343. padding-bottom: 5px;
  344. text-align: center;
  345. font-size: 8px;
  346. text-transform:uppercase;
  347. opacity:0.8;
  348. -webkit-transition: all 0.9s ease;
  349. -moz-transition: all 0.9s ease;
  350. -o-transition: all 0.9s ease;
  351. padding-top: 5px; z-index:1;}
  352. .links a:hover{
  353. float: left;
  354. background-color: {color:Navlinks Hover};
  355. color: {color:Navlinks Font};
  356. text-transform:uppercase;
  357. text-align: center;
  358. -webkit-transition: all 0.9s ease;
  359. -moz-transition: all 0.9s ease;
  360. -o-transition: all 0.9s ease;
  361. z-index:1;
  362. -moz-border-radius:50px;
  363. -webkit-border-radius:50px;
  364. }
  365.  
  366. .info{
  367. position: fixed;
  368. margin-top:120px;
  369. margin-left: 70px;
  370. }
  371.  
  372. .words{
  373. position: fixed;
  374. margin-left:0px;
  375. margin-top:49px;
  376. margin-bottom:2px;
  377. text-align: center;
  378. font-family:calibri;
  379. text-transform:uppercase;
  380. letter-spacing:1px;
  381. padding:10px;
  382. font-size:8px;
  383. width:240px;
  384. color: {color:description};
  385. background-color:{color:posts};
  386. }
  387.  
  388. .baf{
  389. position: fixed;
  390. width:100px;
  391. margin-top: 5px;
  392. margin-left: 7px;
  393. font-size: 20px;
  394. text-align:center;
  395. font-family:consolas;
  396. text-transform:uppercase;
  397. z-index:999999999999999;
  398. color: {color:Navlinks Font};
  399. }
  400.  
  401. .baf a{color:{color:Navlinks};}
  402. .baf a:hover{color:{color:Navlinks Hover};}
  403.  
  404. #whee{
  405. border:5px solid {color:posts};
  406. opacity:1;
  407. z-index:999;}
  408.  
  409. .words b, strong {
  410. color: {color:Entry Bold};
  411. }
  412.  
  413. .words i, em {
  414. color: {color:Entry Italic};
  415. }
  416.  
  417. {block:ifFadedImages}
  418. img {
  419. padding: 0px;
  420. filter: alpha (opacity=100);
  421. opacity: 0.8;
  422. -webkit-transition: all 0.3s ease-out;
  423. -moz-transition: all 0.3s ease-out;
  424. transition: all 0.3s ease-out;cursor: }
  425.  
  426. img:hover {
  427. filter: alpha (opacity=80);
  428. opacity: 1;
  429. -webkit-transition: all 0.5s ease-out;
  430. -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;cursor: }
  431. {/block:ifFadedImages}
  432.  
  433. #about{
  434. position:fixed;
  435. margin-top:-175px;
  436. margin-left:3px;
  437. z-index:99;}
  438.  
  439. #file1{
  440. position:fixed;
  441. padding:2px;
  442. -webkit-transition: all 0.5s ease-in-out;
  443. -moz-transition: all 0.5s ease-in-out;
  444. -o-transition: all 0.5s ease-in-out;}
  445.  
  446. #file1:hover #file2{
  447. opacity:0;
  448. margin-top:-105px;
  449. z-index:-1;}
  450.  
  451. #file1:hover #box{
  452. opacity:1;}
  453.  
  454. #file2{
  455. border:1px solid #transp;
  456. text-transform:uppercase;
  457. letter-spacing: 8px;
  458. font-size:50px;
  459. opacity:0.8;
  460. color:{color:Sidebar Frame};
  461. padding:5px;
  462. height:167px;
  463. width:240px;
  464. -webkit-transition: all 0.5s ease-in-out;
  465. -moz-transition: all 0.5s ease-in-out;
  466. -o-transition: all 0.5s ease-in-out;}
  467.  
  468. #box{
  469. opacity:0;
  470. position:fixed;
  471. padding:6px;
  472. margin-left:-10px;
  473. margin-top:10px;
  474. font-family:calibri;
  475. font-size:8px;
  476. width:100px;
  477. color:#999;
  478. letter-spacing:4px;
  479. text-transform:uppercase;
  480. -webkit-transition: all 0.5s ease-in-out;
  481. -moz-transition: all 0.5s ease-in-out;
  482. -o-transition: all 0.5s ease-in-out;}
  483.  
  484. iframe#tumblr_controls {
  485. top: 0% !important;
  486. right:0% !important;
  487. position: fixed !important;}
  488.  
  489.  
  490. {CustomCSS}
  491.  
  492. </style>
  493.  
  494. {Block:IfInfiniteScrolling}
  495. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  496. {/Block:IfInfiniteScrolling}
  497.  
  498. </head>
  499.  
  500. <body>
  501. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  502. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  503.  
  504. <div class="topp">
  505. <a href="javascript:;" id="scrollToTop"><font size="7">▲</font></a>
  506. </div>
  507.  
  508. <div class="bar"><div class="b1a4">{title}</div></div>
  509.  
  510.  
  511. <div class="info">
  512. <img src="{image:sidebar}" id="whee" width="250" height="167"><br>
  513.  
  514. <div id="about">
  515. <div id="file1">
  516. <div id="file2">
  517. <div style="margin-left:213px;margin-top:-30px;">▜</div>
  518. <div style="margin-left:-10px;margin-top:79px;">▙</div></div>
  519. <div id="box">
  520. <div class="words">{description}</div>
  521. </div>
  522. </div>
  523. </div>
  524. </div>
  525.  
  526. <div class="linkers">
  527. <div class="links">
  528. <a href="/"> Home</a><br><br>
  529. <a href="/ask"> Message</a><br><br>
  530. <a href="/archive"> History</a><br><br>
  531. {block:IfLink1}<a href="{text:link 1}"> {text:link 1 name}</a><br><br>{/block:IfLink1}
  532. {block:IfLink2}<a href="{text:link 2}"> {text:link 2 name}</a><br><br>{/block:IfLink2}
  533. {block:IfLink3}<a href="{text:link 3}"> {text:link 3 name}</a><br><br>{/block:IfLink3}
  534. </div>
  535. {Block:IfNotInfiniteScrolling}
  536. <div class="baf">{block:PreviousPage}<a href="{PreviousPage}" title="previous">-</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next">+</a>{/block:NextPage}</div>{/Block:IfNotInfiniteScrolling}
  537. </div>
  538.  
  539. <div style="font-size:8px;color:#000000; position:fixed; bottom:2px; right:9px;letter-spacing:1px;"><a href="http://hikoushi.tumblr.com">{★} THEME</a></div>
  540.  
  541. {Block:IfInfiniteScrolling}
  542. <div class = "autopagerize_page_element" >
  543. {/Block:IfInfiniteScrolling}
  544.  
  545. {block:Posts}
  546.  
  547. <div id="lineup">
  548.  
  549.  
  550.  
  551. {block:Text}
  552.  
  553. {block:Title}
  554. <div class="story">
  555. {Title}
  556. </div>
  557. {/block:Title}
  558.  
  559. {Body}
  560.  
  561. {Block:PermalinkPage}
  562.  
  563. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
  564. {block:HasTags}
  565. <div class="tags">
  566. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  567. </div>
  568. {/block:HasTags}
  569.  
  570. {block:PostNotes}
  571. {PostNotes}
  572. {/block:PostNotes}
  573.  
  574. {/Block:PermalinkPage}
  575.  
  576. {/block:Text}
  577.  
  578.  
  579.  
  580. {block:Photo}
  581.  
  582. {LinkOpenTag}
  583. {block:if500pxposts}
  584. <img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">{/block:if500pxposts}
  585. {block:if400pxposts}
  586. <img src="{PhotoURL-HighRes}" width="400px" alt="{PhotoAlt}">{/block:if400pxposts}
  587. {block:if250pxposts}
  588. <img src="{PhotoURL-HighRes}" width="250px" alt="{PhotoAlt}">{/block:if250pxposts}
  589. {LinkCloseTag}
  590.  
  591. {Block:PermalinkPage}
  592. {block:Caption}
  593. {Caption}
  594. {/block:Caption}
  595.  
  596. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
  597.  
  598. {block:HasTags}
  599. <div class="tags">
  600. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  601. </div>
  602. {/block:HasTags}
  603.  
  604. {block:PostNotes}
  605. <div style="height:200px; text-align:left;overflow:auto;border-top:1px {color:links};">
  606. {PostNotes}</div>
  607. {/block:PostNotes}
  608.  
  609.  
  610. {/Block:PermalinkPage}
  611.  
  612. {/block:Photo}
  613.  
  614.  
  615.  
  616. {block:Photoset}
  617. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  618. {block:if400pxposts}{Photoset-400}{/block:if400pxposts}
  619. {block:if250pxposts}{Photoset-250}{/block:if250pxposts}
  620.  
  621.  
  622. {Block:PermalinkPage}
  623. {block:Caption}
  624. {Caption}
  625. {/block:Caption}
  626.  
  627. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
  628.  
  629. {block:HasTags}
  630. <div class="tags">
  631. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  632. </div>
  633. {/block:HasTags}
  634.  
  635. {block:PostNotes}
  636. {PostNotes}
  637. {/block:PostNotes}
  638.  
  639. {/Block:PermalinkPage}
  640.  
  641. {/block:Photoset}
  642.  
  643.  
  644.  
  645. {block:Quote}
  646.  
  647. <div class="quote">
  648. <div style="font-size: 30px; display: inline-block; line-height: 0px; margin-bottom: -3px; margin-right: 3px;">❝</div>{Quote}
  649. </div>
  650.  
  651. {block:Source}
  652. <div style="text-align:right">—{Source}</div>
  653. {/block:Source}
  654.  
  655. {Block:PermalinkPage}
  656. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
  657. {block:HasTags}
  658. <div class="tags">
  659. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  660. </div>
  661. {/block:HasTags}
  662.  
  663. {block:PostNotes}
  664. {PostNotes}
  665. {/block:PostNotes}
  666.  
  667. {/Block:PermalinkPage}
  668.  
  669. {/block:Quote}
  670.  
  671.  
  672.  
  673. {block:Link}
  674.  
  675. <a href="{URL}" {Target}>
  676.  
  677. <div class="story"><div style="margin-left:0px">{Name}</div></div>
  678. </a>
  679.  
  680. {block:Description}
  681. {Description}
  682. {/block:Description}
  683.  
  684. {Block:PermalinkPage}
  685. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
  686. {block:HasTags}
  687. <div class="tags">
  688. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  689. </div>
  690. {/block:HasTags}
  691.  
  692. {block:PostNotes}
  693. {PostNotes}
  694. {/block:PostNotes}
  695.  
  696. {/Block:PermalinkPage}
  697.  
  698. {/block:Link}
  699.  
  700.  
  701.  
  702. {block:Chat}
  703.  
  704. {block:Title}
  705. <div class="story">
  706. {Title}
  707. </div>
  708. {/block:Title}
  709.  
  710. {block:Lines}
  711. {block:Label}
  712. <b><font color="{color:Quote}">{Label}</font></b>
  713. {/block:Label}
  714.  
  715. {Line}<br>
  716. {/block:Lines}
  717.  
  718. {Block:PermalinkPage}
  719. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  720. {block:HasTags}
  721. <div class="tags">
  722. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  723. </div>
  724. {/block:HasTags}
  725.  
  726. {block:PostNotes}
  727. {PostNotes}
  728. {/block:PostNotes}
  729.  
  730. {/Block:PermalinkPage}
  731.  
  732. {/block:Chat}
  733.  
  734.  
  735.  
  736. {block:Audio}
  737. {block:if500pxposts}
  738. {block:AlbumArt}
  739. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px; border: 2px solid #ccc;"/>{/block:AlbumArt}
  740. <div class="audio"> {AudioPlayerWhite}</div>
  741. <div style="border-top:1px solid {color:border}; margin-left:5px;"></div>
  742. {block:Artist}
  743. <p><b><font color="{color:Post Title}">Artist:</font></b> {Artist}
  744. {/block:Artist}
  745.  
  746. {block:Album}
  747. <br><b><font color="{color:Post Title}">Album:</font></b> {Album}
  748. {/block:Album}
  749.  
  750. {block:TrackName}
  751. <br><b><font color="{color:Post Title}">Track:</font></b> {TrackName}
  752. {/block:TrackName}
  753.  
  754. {block:PlayCount}
  755. <br><b><font color="{color:Post Title}">Plays:</font></b> {FormattedPlayCount}
  756. {/block:PlayCount}{/block:if500pxposts}
  757. {block:if400pxposts}
  758. {block:AlbumArt}
  759. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px; border: 2px solid #ccc;"/>{/block:AlbumArt}
  760. <div class="audio"> {AudioPlayerWhite}</div>
  761. <div style="border-top:1px solid {color:border}; margin-left:5px;"></div>
  762. {block:Artist}
  763. <p><b><font color="{color:Post Title}">Artist:</font></b> {Artist}
  764. {/block:Artist}
  765.  
  766. {block:Album}
  767. <br><b><font color="{color:Post Title}">Album:</font></b> {Album}
  768. {/block:Album}
  769.  
  770. {block:TrackName}
  771. <br><b><font color="{color:Post Title}">Track:</font></b> {TrackName}
  772. {/block:TrackName}
  773.  
  774. {block:PlayCount}
  775. <br><b><font color="{color:Post Title}">Plays:</font></b> {FormattedPlayCount}
  776. {/block:PlayCount}{/block:if400pxposts}
  777.  
  778. {block:if250pxposts}
  779. <div class="audio"> {AudioPlayerWhite}</div>
  780. <div style="border-top:1px solid {color:border}; margin-left:5px;padding-bottom:7px;"></div>
  781. {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px; border: 2px solid #ccc;"/>{/block:AlbumArt}
  782. {block:Artist}
  783. <p><b><font color="{color:Post Title}">Artist:</font></b> {Artist}
  784. {/block:Artist}
  785.  
  786. {block:Album}
  787. <br><b><font color="{color:Post Title}">Album:</font></b> {Album}
  788. {/block:Album}
  789.  
  790. {block:TrackName}
  791. <br><b><font color="{color:Post Title}">Track:</font></b> {TrackName}
  792. {/block:TrackName}
  793.  
  794. {block:PlayCount}
  795. <br><b><font color="{color:Post Title}">Plays:</font></b> {FormattedPlayCount}
  796. {/block:PlayCount}{/block:if250pxposts}
  797.  
  798. <br clear="all">
  799.  
  800. {Block:PermalinkPage}
  801. {block:Caption}
  802. {Caption}
  803. {/block:Caption}
  804.  
  805.  
  806. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  807. {block:HasTags}
  808. <div class="tags">
  809. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  810. </div>
  811. {/block:HasTags}
  812.  
  813. {block:PostNotes}
  814. {PostNotes}
  815. {/block:PostNotes}
  816.  
  817. {/Block:PermalinkPage}
  818.  
  819.  
  820. {/block:Audio}
  821.  
  822.  
  823.  
  824. {block:Video}
  825. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  826. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  827. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  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. <img src="{AskerPortraitURL-48}" style="height: 48px; width:48px;"></img>
  854. <div class="question">
  855. &nbsp;<b>{Asker}</b> whispered: {Question}</div>
  856.  
  857. <div class="answer">
  858. {block:if500pxposts}<div style="margin-left: 400px; margin-top:-5px;color: {color:Question Background};font-size:20px;">◤</div>{/block:if500pxposts}
  859. {block:if400pxposts}<div style="margin-left: 300px; margin-top:-5px;color: {color:Question Background};font-size:20px;">◤</div>{/block:if400pxposts}
  860. {block:if250pxposts}<div style="margin-left: 200px; margin-top:-5px;color: {color:Question Background};font-size:20px;">◤</div>{/block:if250pxposts}
  861.  
  862. {Answer}</div>
  863.  
  864. {Block:PermalinkPage}
  865. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes}{/block:PostNotes}.
  866. {block:HasTags}
  867. <div class="tags">
  868. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  869. </div>
  870. {/block:HasTags}
  871.  
  872. {block:PostNotes}
  873. {PostNotes}
  874. {/block:PostNotes}
  875.  
  876. {/Block:PermalinkPage}
  877.  
  878. {/block:Answer}
  879.  
  880. {Block:IndexPage}<div id="permalink">
  881. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  882. <a href="{ReblogURL}" target="_blank">Reblog</a>
  883. <br>{block:RebloggedFrom}
  884. <div style="width:40px; height:1px; background-color:{color:notes};margin-top:6px;"></div><br>
  885. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a>
  886. {block:ContentSource}<a href="{SourceURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{block:ContentSource}{/block:RebloggedFrom}
  887. {/block:ContentSource}
  888. </div>
  889. </div>{/Block:IndexPage}
  890.  
  891.  
  892. {/block:Posts}{Block:IfInfiniteScrolling}</div>{/Block:IfInfiniteScrolling}
  893. </body>
  894. </html>
Add Comment
Please, Sign In to add comment