Advertisement
yeoli

Theme 17

Jul 27th, 2013
7,946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.93 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.  
  4. <!--- THEME 17 - MADE BY YEOLI-THM.TUMBLR.COM --->
  5.  
  6. <head>
  7.  
  8. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  9. <link rel="shortcut icon" href="{Favicon}" />
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <meta name="color:Background" content="#fdfdfd"/>
  12. <meta name="color:Borders" content="#f7f7f7"/>
  13. <meta name="color:Text" content="#cccccc"/>
  14. <meta name="color:Links" content="#a7efff"/>
  15. <meta name="color:Links Hover" content="#cccccc"/>
  16. <meta name="color:Post Bg" content="#ffffff">
  17. <meta name="color:Captions Bg" content="#fdfdfd"/>
  18. <meta name="color:Permalink Text" content="#cccccc"/>
  19. <meta name="color:Sidebar Bg" content="#ffffff"/>
  20. <meta name="color:Sidebar Text" content="#cccccc"/>
  21. <meta name="color:Scrollbar" content="#e7e7e7"/>
  22. <meta name="image:Sidebar Image" content=""/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar Bg" content=""/>
  25. <meta name="if:250px" content="0"/>
  26. <meta name="if:400px" content="1"/>
  27. <meta name="if:500px" content="0"/>
  28. <meta name="if:Infinite Scroll" content="1"/>
  29. <meta name="if:Show Captions" content="1"/>
  30. <meta name="if:Show Tags" content="1"/>
  31. <meta name="if:Drop Down Links" content="1"/>
  32. <meta name="if:Music Player" content="0"/>
  33. <meta name="text:Link1 URL"content=""/>
  34. <meta name="text:Link1" content="Link 1"/>
  35. <meta name="text:Link2 URL"content=""/>
  36. <meta name="text:Link2" content="Link 2"/>
  37. <meta name="text:Link3 URL"content=""/>
  38. <meta name="text:Link3" content="Link 3"/>
  39. <meta name="text:Link4 URL"content=""/>
  40. <meta name="text:Link4" content="Link 4"/>
  41. <meta name="text:Link5 URL"content=""/>
  42. <meta name="text:Link5" content="Link 5"/>
  43. <meta name="text:Link6 URL"content=""/>
  44. <meta name="text:Link6" content="Link 6"/>
  45. <meta name="text:Link7 URL"content=""/>
  46. <meta name="text:Link7" content="Link 7"/>
  47. <meta name="text:Link8 URL"content=""/>
  48. <meta name="text:Link8" content="Link 8"/>
  49. <meta name="text:Link9 URL"content=""/>
  50. <meta name="text:Link9" content="Link 9"/>
  51.  
  52. <style type="text/css">
  53.  
  54. #tumblr_controls, .tmblr-iframe{
  55. position:fixed!important;
  56. z-index:99999!important;
  57. top:0px!important;
  58. right:0px!important;
  59. }
  60.  
  61. ::-webkit-scrollbar{
  62. width:4px;
  63. height:4px;
  64. background-color:{color:Background};
  65. }
  66.  
  67. ::-webkit-scrollbar-thumb{
  68. background-color:{color:Scrollbar};
  69. }
  70.  
  71. body{
  72. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  73. margin:0px;
  74. padding:0px;
  75. font-family:cambria;
  76. font-size:9px;
  77. color:{color:Text};
  78. background-color:{color:Background};
  79. background-attachment:fixed;
  80. background-repeat:repeat;
  81. background-image:url('{image:Background}');
  82. }
  83.  
  84. a, a:link, a:visited{
  85. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  86. text-decoration:none;
  87. color:{color:Links};
  88. -webkit-transition: all 0.3s ease-in-out;
  89. -moz-transition: all 0.3s ease-in-out;
  90. transition: all 0.3s ease-in-out;
  91. }
  92.  
  93. a:hover, a:active{
  94. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  95. color:{color:Links Hover};
  96. -webkit-transition: all 0.3s ease-in-out;
  97. -moz-transition: all 0.3s ease-in-out;
  98. transition: all 0.3s ease-in-out;
  99. }
  100.  
  101. #content{
  102. margin:0px;
  103. padding:1px 0px;
  104. }
  105.  
  106. .posts{
  107. padding:15px;
  108. background:{color:Post Bg};
  109. border:4px double {color:Borders};
  110. {block:IndexPage}
  111. {block:If250px}margin:40px 0px 40px 535px;width:250px;{/block:If250px}
  112. {block:If400px}margin:60px 0px 60px 460px;width:400px;{/block:If400px}
  113. {block:If500px}margin:60px 0px 60px 460px;width:500px;{/block:If500px}
  114. {/block:IndexPage}
  115. {block:PermalinkPage}
  116. {block:IfNot500px}margin:60px 0px 60px 460px;width:400px;{/block:IfNot500px}
  117. {block:If500px}margin:60px 0px 60px 460px;width:500px;{/block:If500px}
  118. {/block:PermalinkPage}
  119. }
  120.  
  121. .posts img{
  122. max-width:100%;
  123. }
  124.  
  125. blockquote{
  126. overflow:auto;
  127. margin:10px;
  128. padding:5px;
  129. background:{color:Captions Bg};
  130. border:1px solid {color:Borders};
  131. }
  132.  
  133. h1{
  134. padding:5px;
  135. font-size:11px;
  136. font-weight:lighter;
  137. letter-spacing:1px;
  138. text-transform:uppercase;
  139. text-align:center;
  140. font-family:calibri;
  141. border-bottom:1px solid {color:Borders};
  142. }
  143.  
  144. h2{
  145. padding:5px;
  146. font-size:10px;
  147. font-weight:lighter;
  148. text-transform:uppercase;
  149. text-align:center;
  150. font-family:calibri;
  151. border-bottom:1px solid {color:Borders};
  152. }
  153.  
  154. .chat{
  155. border-bottom:1px solid {color:Borders};
  156. }
  157.  
  158. .chat li{
  159. list-style:none;
  160. padding:5px 10px;
  161. background:{color:Captions Bg};
  162. border-top:1px solid {color:Borders};
  163. }
  164.  
  165. .chat li.even{
  166. background:{color:Post Bg};
  167. }
  168.  
  169. span.label{
  170. font-weight:bold;
  171. margin-right:2px;
  172. }
  173.  
  174. .ask{
  175. padding-top:5px;
  176. padding-bottom:10px;
  177. border-bottom:1px solid {color:Borders};
  178. }
  179.  
  180. .ask img{
  181. display:block;
  182. padding:5px;
  183. float:right;
  184. margin-top:-5px;
  185. margin-left:10px;
  186. border:4px double {color:Borders};
  187. }
  188.  
  189. .asker{
  190. padding:5px 2px;
  191. font-style:italic;
  192. font-size:11px;
  193. text-align:right;
  194. letter-spacing:1px;
  195. background:{color:Captions Bg};
  196. border-bottom:1px solid {color:Borders};
  197. }
  198.  
  199. .asker a{
  200. color:{color:Text};
  201. }
  202.  
  203. .asker a:hover{
  204. color:{color:Links};
  205. }
  206.  
  207. .audiobox{
  208. position:relative;
  209. width:220px;
  210. height:220px;
  211. overflow:hidden;
  212. {block:IndexPage}{block:If250px}margin:15px 15px 0px 15px;{/block:If250px}{/block:IndexPage}
  213. }
  214.  
  215. .audio{
  216. opacity:0.5;
  217. position:relative;
  218. margin-top:159px;
  219. padding:17px 2px 15px 8px;
  220. background:#e4e4e4;
  221. }
  222.  
  223. .art{
  224. margin-top:-220px;
  225. width:220px;
  226. height:220px;
  227. overflow:hidden;
  228. -webkit-transition: all 0.5s ease-in-out;
  229. -moz-transition: all 0.5s ease-in-out;
  230. transition: all 0.5s ease-in-out;
  231. }
  232.  
  233. .art img{
  234. display:block;
  235. }
  236.  
  237. .art1{
  238. position:relative;
  239. overflow:hidden;
  240. width:100px;
  241. height:100px;
  242. overflow:hidden;
  243. background:#ffffff;
  244. padding:60px 65px 60px 55px;
  245. -webkit-transition: all 0.5s ease-in-out;
  246. -moz-transition: all 0.5s ease-in-out;
  247. transition: all 0.5s ease-in-out;
  248. }
  249.  
  250. .art2{
  251. position:relative;
  252. }
  253.  
  254. .art2 img{
  255. overflow:hidden;
  256. opacity:1;
  257. width:220px;
  258. height:220px;
  259. margin-top:-220px;
  260. }
  261.  
  262. .posts:hover .art{
  263. margin-top:-281px;
  264. -webkit-transition: all 0.5s ease-in-out;
  265. -moz-transition: all 0.5s ease-in-out;
  266. transition: all 0.5s ease-in-out;
  267. }
  268.  
  269. .posts:hover .art1{
  270. margin-top:30px;
  271. -webkit-transition: all 0.5s ease-in-out;
  272. -moz-transition: all 0.5s ease-in-out;
  273. transition: all 0.5s ease-in-out;
  274. }
  275.  
  276. .audioinfo{
  277. overflow:hidden;
  278. text-align:center;
  279. background:{color:Captions Bg};
  280. {block:IndexPage}
  281. {block:If250px}margin:0px 15px;{/block:If250px}
  282. {block:IfNot250px}margin-top:-220px;margin-left:220px;height:195px;padding:15px 10px 10px 10px;{/block:IfNot250px}
  283. {/block:IndexPage}
  284. {block:PermalinkPage}margin-top:-220px;margin-left:220px;height:195px;padding:15px 10px 10px 10px;{/block:PermalinkPage}
  285. }
  286.  
  287. #perma{
  288. position:absolute;
  289. opacity:0;
  290. margin-left:-15px;
  291. margin-top:20px;
  292. padding:2px 0px;
  293. font-size:8px;
  294. font-family:calibri;
  295. letter-spacing:1px;
  296. color:{color:Permalink Text};
  297. {block:If250px}width:280px;{/block:If250px}
  298. {block:If400px}width:430px;{/block:If400px}
  299. {block:If500px}width:530px;{/block:If500px}
  300. -webkit-transition: all 0.5s ease-in-out;
  301. -moz-transition: all 0.5s ease-in-out;
  302. transition: all 0.5s ease-in-out;
  303. }
  304.  
  305. .r{
  306. text-align:right;
  307. margin-top:-10px;
  308. {block:If250px}width:280px;{/block:If250px}
  309. {block:If400px}width:430px;{/block:If400px}
  310. {block:If500px}width:530px;{/block:If500px}
  311. }
  312.  
  313. .tag a{
  314. display:inline-block;
  315. margin:0px 2px;
  316. font-style:italic;
  317. font-family:cambria;
  318. }
  319.  
  320. .posts:hover #perma{
  321. opacity:1;
  322. -webkit-transition: all 0.5s ease-in-out;
  323. -moz-transition: all 0.5s ease-in-out;
  324. transition: all 0.5s ease-in-out;
  325. }
  326.  
  327. #info{
  328. margin-left:464px;
  329. margin-top:-58px;
  330. margin-bottom:60px;
  331. text-transform:uppercase;
  332. letter-spacing:1px;
  333. font-family:calibri;
  334. font-size:8px;
  335. color:{color:Permalink Text};
  336. {block:If250PX}width:430px;{/block:If250px}
  337. {block:If400px}width:430px;{/block:If400px}
  338. {block:If500px}width:530px;{/block:If500px}
  339. }
  340.  
  341. ol.notes{
  342. font-size:8px;
  343. padding-left:0px;
  344. {block:If250PX}width:430px;{/block:If250px}
  345. {block:If400px}width:430px;{/block:If400px}
  346. {block:If500px}width:530px;{/block:If500px}
  347. }
  348. .notes{
  349. margin-left:7px;
  350. }
  351.  
  352. .notes img{
  353. display:inline;
  354. margin-right:2px;
  355. }
  356.  
  357. .notes li{
  358. padding:2px 0px;
  359. }
  360.  
  361. #info a:hover{
  362. color:{color:Links};
  363. }
  364.  
  365. #perma a, #info a{
  366. color:{color:Permalink Text};
  367. }
  368.  
  369. #perma a:hover, .b a:hover, .g a:hover{
  370. text-decoration:line-through;
  371. }
  372.  
  373. .d:after{
  374. content:"";
  375. display: table;
  376. clear: both;
  377. }
  378.  
  379. #sidebar{
  380. position:fixed;
  381. top:0px;
  382. height:100%;
  383. left:0px;
  384. width:330px;
  385. background:{color:Sidebar Bg};
  386. border-right:4px double {color:Borders};
  387. background-attachment:fixed;
  388. background-repeat:repeat;
  389. background-image:url('{image:Sidebar Bg}');
  390. }
  391.  
  392. .b{
  393. margin:180px 20px 0px 20px;
  394. padding-left:5px;
  395. font-family:calibri;
  396. font-size:8px;
  397. text-transform:uppercase;
  398. letter-spacing:1px;
  399. }
  400.  
  401. .b a, .g a{
  402. display:inline-block;
  403. margin:0px 5px;
  404. color:{color:Sidebar Text};
  405. }
  406.  
  407. .pg{
  408. position:fixed;
  409. margin:178px 38px 0px 242px;
  410. width:40px;
  411. text-align:right;
  412. font-family:times;
  413. font-size:12px;
  414. }
  415.  
  416. .pg a{
  417. display:inline;
  418. margin:0px 3px;
  419. color:{color:Sidebar Text};
  420. }
  421.  
  422. .c{
  423. margin:2px 20px;
  424. width:280px;
  425. border-top:1px solid {color:Borders};
  426. border-bottom:1px solid {color:Borders};
  427. {block:IfNotMusicPlayer}min-height:78px;{/block:IfNotMusicPlayer}
  428. {block:IfMusicPlayer}{block:IfSidebarImageImage}min-height:146px;{block:IfSidebarImageImage}{/block:IfMusicPlayer}
  429. {block:IfMusicPlayer}{block:IfNotSidebarImageImage}min-height:78px;{/block:IfNotSidebarImageImage}{/block:IfMusicPlayer}
  430. }
  431.  
  432. .ib{
  433. float:right;
  434. margin:10px 10px 0px 10px;
  435. }
  436.  
  437. .icon{
  438. width:40px;
  439. height:40px;
  440. padding:5px;
  441. background:{color:Sidebar Bg};
  442. border:4px double {color:Borders};
  443. {block:IfMusicPlayer}{block:IfNotSidebarImageImage}display:none;{block:IfNotSidebarImageImage}{/block:IfMusicPlayer}
  444. }
  445.  
  446. .mb{
  447. overflow:hidden;
  448. width:16px;
  449. height:16px;
  450. padding:17px;
  451. background:{color:Sidebar Bg};
  452. border:4px double {color:Borders};
  453. {block:IfSidebarImageImage}margin-top:10px;{/block:IfSidebarImageImage}
  454. }
  455.  
  456. .bb{
  457. overflow:hidden;
  458. width:16px;
  459. height:16px;
  460. }
  461.  
  462. .ms{
  463. margin-top:-2px;
  464. margin-left:-31px;
  465. }
  466.  
  467. .e{
  468. margin:10px 0px 0px 10px;
  469. width:200px;
  470. font-family:cambria;
  471. font-size:12px;
  472. font-style:italic;
  473. line-height:12px;
  474. letter-spacing:1px;
  475. }
  476.  
  477. .e a{
  478. color:{color:Sidebar Text};
  479. }
  480.  
  481. .f{
  482. margin:8px 0px 10px 10px;
  483. width:260px;
  484. font-style:italic;
  485. text-align:justify;
  486. font-family:cambria;
  487. font-size:9px;
  488. color:{color:Sidebar Text};
  489. }
  490.  
  491. .g{
  492. float:left;
  493. margin-left:20px;
  494. padding-right:5px;
  495. font-family:calibri;
  496. font-size:8px;
  497. text-transform:uppercase;
  498. text-align:right;
  499. letter-spacing:1px;
  500. {block:IfDropDownLinks}width:240px;{block:IfDropDownLinks}
  501. {block:IfNotDropDownLinks}width:275px;{block:IfNotDropDownLinks}
  502. }
  503.  
  504. .lc{
  505. width:30px;
  506. margin-left:260px;
  507. text-align:right;
  508. }
  509.  
  510. .lc label{
  511. position:relative;
  512. z-index:20;
  513. display:block;
  514. font-family:calibri;
  515. font-size:8px;
  516. text-transform:uppercase;
  517. letter-spacing:1px;
  518. color:{color:Sidebar Text};
  519. }
  520.  
  521. .lc label:hover, .lc input:checked + label, .lc input:checked + label:hover{
  522. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  523. text-decoration:line-through;
  524. }
  525.  
  526. .lc input{
  527. display: none;
  528. }
  529.  
  530. .lc article{
  531. width:100px;
  532. height:0px;
  533. margin:10px 0px 0px -70px;
  534. overflow:hidden;
  535. position:relative;
  536. z-index:10;
  537. font-family:cambria;
  538. font-size:9px;
  539. font-style:italic;
  540. color:{color:Sidebar Text};
  541. -webkit-transition: all 0.5s ease-in-out;
  542. -moz-transition: all 0.5s ease-in-out;
  543. transition: all 0.5s ease-in-out;
  544. }
  545. .lc input:checked ~ article{
  546. height:80px;
  547. -webkit-transition: all 0.5s ease-in-out;
  548. -moz-transition: all 0.5s ease-in-out;
  549. transition: all 0.5s ease-in-out;
  550. }
  551.  
  552. .lc article :first-letter{
  553. text-transform:uppercase;
  554. }
  555.  
  556. .lc article a{
  557. display:block;
  558. color:{color:Sidebar Text};
  559. }
  560.  
  561. .lc article a:hover{
  562. color:{color:Links};
  563. }
  564.  
  565. #t{
  566. cursor: url(http://i.imgur.com/ExXmLHW.png), auto;
  567. position:fixed;
  568. z-index:99;
  569. bottom:5px;
  570. right:15px;
  571. font-family:calibri;
  572. font-size:8px;
  573. text-transform:uppercase;
  574. letter-spacing:1px;
  575. color:{color:Permalink Text};
  576. }
  577.  
  578. #t:hover{
  579. text-decoration:line-through;
  580. }
  581.  
  582. </style>
  583. <style type="text/css">{CustomCSS}</style>
  584. </head>
  585.  
  586. <body>
  587.  
  588. <div id="sidebar">
  589. {block:IfNotInfiniteScroll}
  590. <div class="pg">
  591. {block:Pagination}
  592. {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  593. </div>
  594. {/block:IfNotInfiniteScroll}
  595. <div class="b">
  596. <a href="/">home</a>
  597. <a href="/ask">message</a>
  598. <a href="/archive">archive</a>
  599. <a href="http://yeoli-thm.tumblr.com">©</a>
  600. </div>
  601. <div class="c">
  602. <div class="ib">
  603. <div class="icon">
  604. {block:IfSidebarImageImage}<img src="{Image:Sidebar Image}" style="display:block;width:40px;height:40px;"/>{/block:IfSidebarImageImage}
  605. {block:IfNotSidebarImageImage}<img src="{PortraitURL-40}" style="display:block"/>{/block:IfNotSidebarImageImage}
  606. </div>
  607. {block:IfMusicPlayer}<div class="mb"><div class="bb"><div class="ms">
  608. <!-------------------- MUSIC PLAYER CODE GOES HERE: -------------------->
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617. <!---------------------------------------------------------------------->
  618. </div></div></div>{/block:IfMusicPlayer}
  619. </div>
  620. <div class="e"><a href="/">{Title}</a></div>
  621. <div class="f">{Description}</div>
  622. <div class="d"></div>
  623. </div>
  624. <div class="g">
  625. {block:IfLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:IfLink1}
  626. {block:IfLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:IfLink2}
  627. {block:IfLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:IfLink3}
  628. {block:IfNotDropDownLinks}
  629. {block:IfLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:IfLink4}
  630. {block:IfLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:IfLink5}
  631. {block:IfLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:IfLink6}
  632. {/block:IfNotDropDownLinks}
  633. </div>
  634. {block:IfDropDownLinks}
  635. <section class="lc"><input id="lc-1" name="accordion-1" type="checkbox" /><label for="lc-1">Links</label><article>
  636. {block:IfLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:IfLink4}
  637. {block:IfLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:IfLink5}
  638. {block:IfLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:IfLink6}
  639. {block:IfLink7}<a href="{text:Link7 URL}">{text:Link7}</a>{/block:IfLink7}
  640. {block:IfLink8}<a href="{text:Link8 URL}">{text:Link8}</a>{/block:IfLink8}
  641. {block:IfLink9}<a href="{text:Link9 URL}">{text:Link9}</a>{/block:IfLink9}
  642. </article></div></section>
  643. {/block:IfDropDownLinks}
  644. </div>
  645.  
  646. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> <script type='text/javascript'> $(function() { $.fn.scrollToTop = function() { $(this).hide().removeAttr("href"); if ($(window).scrollTop() != "0") { $(this).fadeIn("slow") } var scrollDiv = $(this); $(window).scroll(function() { if ($(window).scrollTop() == "0") { $(scrollDiv).fadeOut("slow") } else { $(scrollDiv).fadeIn("slow") } }); $(this).click(function() { $("html, body").animate({ scrollTop: 0 }, "slow") }) } }); $(function() { $("#t").scrollToTop(); }); </script>
  647. <a id="t" href='#' style="display:none;">back to top</a>
  648.  
  649. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  650.  
  651. <div id="content">
  652. <div class = "autopagerize_page_element">
  653. {block:Posts}
  654. <div class="posts">
  655.  
  656. {block:ContentSource}
  657. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  658. {/block:ContentSource}
  659.  
  660. {block:Text}
  661. {block:Title}<h1>{Title}</h1>{/block:Title}
  662. {Body}
  663. {/block:Text}
  664.  
  665. {block:Photo}
  666. {block:IndexPage}
  667. {block:If250px}<img src="{PhotoURL-500}" style="display:block; width:250px"/>{/block:If250px}
  668. {block:If400px}<img src="{PhotoURL-500}" style="display:block; width:400px"/>{/block:If400px}
  669. {block:If500px}<img src="{PhotoURL-500}" style="display:block; width:500px"/>{/block:If500px}
  670. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  671. {/block:IndexPage}
  672. {block:PermalinkPage}
  673. {block:IfNot500px}<img src="{PhotoURL-500}" style="display:block; width:400px"/>{/block:IfNot500px}
  674. {block:If500px}<img src="{PhotoURL-500}" style="display:block; width:500px"/>{/block:If500px}
  675. {block:Caption}{Caption}{/block:Caption}
  676. {/block:PermalinkPage}
  677. {/block:Photo}
  678.  
  679. {block:Photoset}
  680. {block:IndexPage}
  681. {block:If250px}{Photoset-250}{/block:If250px}
  682. {block:If400px}{Photoset-400}{/block:If400px}
  683. {block:If500px}{Photoset-500}{/block:If500px}
  684. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  685. {/block:IndexPage}
  686. {block:PermalinkPage}
  687. {block:IfNot500px}{Photoset-400}{/block:IfNot500px}
  688. {block:If500px}{Photoset-500}{/block:If500px}
  689. {block:Caption}{Caption}{/block:Caption}
  690. {/block:PermalinkPage}
  691. {/block:Photoset}
  692.  
  693. {block:Video}
  694. {block:IndexPage}
  695. {block:If250px}{Video-250}{/block:If250px}
  696. {block:If400px}{Video-400}{/block:If400px}
  697. {block:If500px}{Video-500}{/block:If500px}
  698. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  699. {/block:IndexPage}
  700. {block:PermalinkPage}
  701. {block:IfNot500px}{Video-400}{/block:IfNot500px}
  702. {block:If500px}{Video-500}{/block:If500px}
  703. {block:Caption}{Caption}{/block:Caption}
  704. {/block:PermalinkPage}
  705. {/block:Video}
  706.  
  707. {block:Quote}
  708. <div style="font-style:italic;padding-bottom:10px;border-bottom:1px solid {color:Borders};">{Quote}</div>
  709. {block:Source}<div style="text-align:right;margin-top:5px;">- {Source}</div>{/block:Source}
  710. {/block:Quote}
  711.  
  712. {block:Link}
  713. <h2><a href="{URL}" target="{Target}">{Name}</a></h2>
  714. {block:Description}{Description}{/block:Description}
  715. {/block:Link}
  716.  
  717. {block:Chat}
  718. {block:Title}<h2>{Title}</h2>{/block:Title}
  719. <div class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</div>
  720. {/block:Chat}
  721.  
  722. {block:Answer}
  723. <div class="ask"><img src="{AskerPortraitURL-30}"/>{Question}
  724. <div class="d"></div></div>
  725. <div class="asker">{Asker}</div>
  726. {Answer}
  727. {/block:Answer}
  728.  
  729. {block:Audio}
  730. <div class="audiobox">
  731. <div class="audio">{AudioPlayerGrey}</div>
  732. <div class="art">
  733. <div class="art1"><img src="http://media.tumblr.com/54069ebef561b50072881dd315e23c47/tumblr_inline_mnnxqaVaBo1qz4rgp.jpg"/></div>
  734. {block:AlbumArt}<div class="art2"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  735. </div>
  736. </div>
  737. <div class="audioinfo">
  738. {block:TrackName}<div style="border-bottom:1px solid {color:Borders};padding:5px 0;"><b>Title:</b><br/>{TrackName}</div>{/block:TrackName}
  739. {block:Artist}<div style="border-bottom:1px solid {color:Borders};padding:5px 0"><b>Artist:</b><br/>{Artist}</div>{/block:Artist}
  740. {block:Album}<div style="border-bottom:1px solid {color:Borders};padding:5px 0;"><b>Album:</b><br/>{Album}</div>{/block:Album}
  741. {block:PlayCount}<div style="border-bottom:1px solid {color:Borders};padding:5px 0;"><b>Played:</b><br/>{FormattedPlayCount} times</div>{/block:PlayCount}
  742. </div>
  743. {block:IndexPage}
  744. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  745. {/block:IndexPage}
  746. {block:PermalinkPage}
  747. {block:Caption}{Caption}{/block:Caption}
  748. {/block:PermalinkPage}
  749. {/block:Audio}
  750.  
  751. {block:IndexPage}
  752. <div id="perma"><div style="text-transform:uppercase">
  753. Posted on {ShortMonth} {DayOfMonthWithZero}
  754. <div class="r"><a href="{Permalink}">{NoteCountWithLabel}</a> /
  755. <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  756. {block:IfShowTags}<div class="tag">{block:HasTags}TAGGED: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfShowTags}
  757. </div>
  758. {/block:IndexPage}
  759.  
  760. </div>
  761.  
  762. {block:PermalinkPage}
  763. <div id="info">
  764. {block:Date}<div style="float:left">Posted on {ShortMonth} {DayOfMonthWithZero}, {Year}</div>{/block:Date}
  765. {block:RebloggedFrom}
  766. <div style="text-align:right;">Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> / Source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  767. {/block:RebloggedFrom}
  768. <div class="d"></div>
  769. {block:HasTags}Tagged: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  770. {block:PostNotes}
  771. <p>{NoteCountWithLabel}:
  772. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  773. {/block:PostNotes}
  774. </div>
  775. {/block:PermalinkPage}
  776.  
  777. {/block:Posts}
  778. </div>
  779. </div>
  780.  
  781. </body>
  782. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement