ILikeMochiCx

Yobidasare- Theme #15

Mar 17th, 2014
3,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.26 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">
  3.  
  4. <head>
  5. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Muli:400,400italic' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Cabin:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
  9.  
  10.  
  11.  
  12. <title>{Title}</title>
  13.  
  14. <!--
  15. ___________________________________________________________________________
  16.  
  17.  
  18. you may customize this theme as much as you want,
  19. just don't remove any credit or steal my theme, ok?
  20. i'll hunt you down if you do. =u=
  21.  
  22. Theme #15 - Yobidasare
  23. By: hajimeii.tumblr.com
  24.  
  25. ___________________________________________________________________________
  26.  
  27. -->
  28.  
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31.  
  32. {block:Description}<meta name="description" content="{MetaDescription}" />
  33. {/block:Description}
  34.  
  35. <meta name="image:Background" content=""/>
  36. <meta name="image:Sidebar" content=""/>
  37.  
  38. <meta name="color:Background" content="#ffffff"/>
  39. <meta name="color:Posts Background" content="#ffffff"/>
  40. <meta name="color:Posts Border" content="#eeeeee"/>
  41. <meta name="color:Text" content="#afaeae"/>
  42. <meta name="color:Link" content="#868585"/>
  43. <meta name="color:Link Hover" content="#c1e1e8"/>
  44. <meta name="color:Italics" content="#a5d7f0"/>
  45. <meta name="color:Bold" content="#F7A8BF"/>
  46. <meta name="color:Selection" content="#a5d7f0"/>
  47. <meta name="color:Scrollbar" content="#cccccc"/>
  48.  
  49. <meta name="text:Link 1" content=""/>
  50. <meta name="text:Link 1 URL" content=""/>
  51. <meta name="text:Link 2" content=""/>
  52. <meta name="text:Link 2 URL" content=""/>
  53. <meta name="text:Music Player Code" content=""/>
  54.  
  55. <meta name="if:250px Posts" content="1"/>
  56. <meta name="if:400px Posts" content=""/>
  57. <meta name="if:Infinite Scroll" content="1"/>
  58. <meta name="if:Grayscale Effect" content=""/>
  59. <meta name="if:Post Fade" content="1"/>
  60. <meta name="if:Show Captions" content="1"/>
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. ::-webkit-scrollbar-thumb{
  66. background-color:{color:Scrollbar};
  67. border:2px solid {color:Background};
  68. height:auto;
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height:9px;
  73. width:7px;
  74. border:3px solid {color:Background};
  75. }
  76.  
  77. ::-webkit-scrollbar:horizontal{
  78. display:none;
  79. }
  80.  
  81. ::-moz-selection {
  82. background:#fff;
  83. color:{color:Selection};
  84. }
  85.  
  86. ::selection {
  87. background:#fff;
  88. color:{color:Selection};
  89. }
  90.  
  91. body {
  92. font:9px 'Open Sans', sans-serif;
  93. color:{color:Text};
  94. text-align:left;
  95. background:{color:Background} url('{image:Background}') fixed repeat center;
  96. }
  97.  
  98. a {
  99. text-decoration:none;
  100. outline:none;
  101. -moz-outline-style:none;
  102. color:{color:Link};
  103. cursor:help;
  104. -webkit-transition: all 0.3s ease-in-out;
  105. -moz-transition: all 0.3s ease-in-out;
  106. -o-transition: all 0.3s ease-in-out;
  107. -ms-transition: all 0.3s ease-in-out;
  108. transition: all 0.3s ease-in-out;
  109. }
  110.  
  111. a:visited{
  112. color:{color:Link};
  113. }
  114.  
  115. a:hover{
  116. color:{color:Link Hover};
  117. }
  118.  
  119. b,strong{
  120. font-weight:heavy;
  121. color:{color:Bold};
  122. }
  123.  
  124. i,italic{
  125. font-family:georgia;
  126. color:{color:Italics};
  127. }
  128.  
  129. blockquote{
  130. padding-left:5px;
  131. border-left:3px solid #ccc;
  132. }
  133.  
  134. /*--Sidebar--*/
  135.  
  136. #sidebar{
  137. position:fixed;
  138. top:30px;
  139. left:160px;
  140. }
  141.  
  142. #title{
  143. position:fixed;
  144. width:151px;
  145. overflow:hidden;
  146. margin-left:55px;
  147. margin-top:345px;
  148. font:bold 25px helvetica;
  149. text-align:right;
  150. overflow:hidden;
  151. z-index:9999999999;
  152. text-shadow:1px 1px #fff;
  153. -webkit-transition: all 0.3s ease-in-out;
  154. -moz-transition: all 0.3s ease-in-out;
  155. -o-transition: all 0.3s ease-in-out;
  156. -ms-transition: all 0.3s ease-in-out;
  157. transition: all 0.3s ease-in-out;
  158. }
  159.  
  160. #title a{
  161. color:#000;
  162. }
  163.  
  164. #title a:hover{
  165. color:#000;
  166. }
  167.  
  168. #desc{
  169. color:{color:Text};
  170. position:fixed;
  171. margin-top:370px;
  172. margin-left:55px;
  173. width:150px;
  174. font:10px 'Open Sans', sans-serif;
  175. text-align:center;
  176. z-index:999999;
  177. }
  178.  
  179. #links{
  180. display:inline-block;
  181. position:fixed;
  182. margin-top:217px;
  183. margin-left:215px;
  184. width:20px;
  185. z-index:-999999;
  186. text-transform:uppercase;
  187. -webkit-transform: scaleX(-1);
  188. }
  189.  
  190. #links a{
  191. border:1px solid #eee;
  192. width:20px;
  193. line-height:30px;
  194. height:20px;
  195. padding:5px;
  196. margin:5px;
  197. }
  198.  
  199. #imgg img{
  200. position:fixed;
  201. padding:6px;
  202. margin-left:50px;
  203. margin-top:210px;
  204. width:150px;
  205. height:150px;
  206. border-right:1px solid #eee;
  207. -webkit-transition: all 0.3s ease-in-out;
  208. -moz-transition: all 0.3s ease-in-out;
  209. -o-transition: all 0.3s ease-in-out;
  210. -ms-transition: all 0.3s ease-in-out;
  211. transition: all 0.3s ease-in-out;
  212. }
  213.  
  214. #sidebar img:hover{
  215. opacity:0.7;
  216. -webkit-filter:grayscale(0.6);
  217. }
  218.  
  219. /*--Posts--*/
  220.  
  221. #content{
  222. padding-left:10px;
  223. padding-bottom:10px;
  224. padding-top:10px;
  225. margin-top:-5px;
  226. {block:if250pxPosts}
  227. width:280px;
  228. {/block:if250pxPosts}
  229. {block:if400pxPosts}
  230. width:430px;
  231. {/block:if400pxPosts}
  232. margin-left:445px;
  233. {block:permalinkpage}width:530px;{/block:permalinkpage}
  234. }
  235.  
  236. .entry{
  237. margin:10px 5px 10px 0px;
  238. padding:22px 20px 0px 20px;
  239. float:left;
  240. border:1px solid {color:Posts Border};
  241. {block:permalinkpage}
  242. border-bottom:1px solid {color:Posts Border};
  243. {/block:permalinkpage}
  244. background:{color:Posts Background};
  245. overflow:hidden;
  246. {block:indexpage}
  247. {block:if250pxPosts}
  248. width:250px;
  249. {/block:if250pxPosts}
  250. {block:if400pxPosts}
  251. width:400px;
  252. {/block:if400pxPosts}
  253. {/block:indexpage}
  254. {block:permalinkpage}
  255. width:500px;
  256. {/block:permalinkpage}
  257. }
  258.  
  259. .entry img{
  260. {block:indexpage}
  261. {block:if250pxPosts}
  262. width:250px;
  263. {/block:if250pxPosts}
  264. {block:if400pxPosts}
  265. width:400px;
  266. {/block:if400pxPosts}
  267. margin-bottom:-2px;
  268. {/block:indexpage}
  269. {block:permalinkpage}
  270. max-width:500px;
  271. {/block:permalinkpage}
  272. }
  273.  
  274. #tri2{
  275. position:fixed;
  276. left:218px;
  277. bottom:70px;
  278. width:0px;
  279. height:0px;
  280. border-left: 10px solid transparent;
  281. border-right: 10px solid transparent;
  282. border-top: 10px solid #000;
  283. }
  284.  
  285. #bg{
  286. position:fixed;
  287. background:#000;
  288. top:0px;
  289. margin-left:438px;
  290. width:300px;
  291. {block:permalinkpage}
  292. width:550px;
  293. {/block:permalinkpage}
  294. height:100%;
  295. z-index:-999;
  296. }
  297.  
  298.  
  299. /*--Grayscale Effect--*/
  300.  
  301. #img{
  302. {block:indexpage}
  303. {block:ifPostFade}
  304. opacity:0.6;
  305. {/block:ifPostFade}
  306. {block:ifGrayscaleEffect}
  307. filter: url(filters.svg#grayscale);
  308. filter: gray;
  309. -webkit-filter: grayscale(1);
  310. {/block:ifGrayscaleEffect}
  311. -webkit-transition:all 0.3s ease-in-out;
  312. -moz-transition:all 0.3s ease-in-out;
  313. -o-transition:all 0.3s ease-in-out;
  314. transition:all 0.3s ease-in-out;
  315. {/block:indexpage}
  316. }
  317.  
  318. #img:hover{
  319. {block:indexpage}
  320. opacity:1;
  321. {block:ifGrayscaleEffect}
  322. filter: url(filters.svg#grayscale);
  323. filter: gray;
  324. -webkit-filter: grayscale(0);
  325. {/block:ifGrayscaleEffect}
  326. {/block:indexpage}
  327. }
  328.  
  329. /*--Permalinks--*/
  330.  
  331. .entry:hover #permalink{
  332. opacity:1;
  333. }
  334.  
  335. #permalink{
  336. opacity:0;
  337. {block:indexpage}
  338. background:#eee;
  339. color:#bbb;
  340. {block:if250pxPosts}
  341. width:300px;
  342. {/block:if250pxPosts}
  343. {block:if400pxPosts}
  344. width:450px;
  345. {/block:if400pxPosts}
  346. margin-left:-30px;
  347. margin-top:2px;
  348. padding:5px;
  349. text-align:center;
  350. font:8px calibri;
  351. text-transform:uppercase;
  352. letter-spacing:1px;
  353. border-bottom:1px solid #eee;
  354. -webkit-transition:all 0.3s ease-in-out;
  355. -moz-transition:all 0.3s ease-in-out;
  356. -o-transition:all 0.3s ease-in-out;
  357. transition:all 0.3s ease-in-out;
  358. {/block:indexpage}
  359. }
  360.  
  361. /*--Miscellaneous--*/
  362.  
  363. .permapage {
  364. padding:0px 10px 0px 10px;
  365. }
  366.  
  367. iframe#tumblr_controls{
  368. position:fixed !important;
  369. -webkit-filter:invert(100%);
  370. opacity:0.5;
  371. }
  372.  
  373. .pagination {
  374. display:none;
  375. }
  376.  
  377. #pagination{
  378. position:fixed;
  379. width:150px;
  380. text-align:center;
  381. margin-left:207px;
  382. margin-top:208px;
  383. font:italic bold 40px times;
  384. }
  385.  
  386. #text img{
  387. {block:if250pxPosts}
  388. max-width:250px;
  389. {/block:if250pxPosts}
  390. {block:if400pxPosts}
  391. max-width:400px;
  392. {/block:if400pxPosts}
  393. {block:PermalinkPage}
  394. max-width:500px;
  395. {/block:PermalinkPage}
  396. width:auto;
  397. height:auto;
  398. }
  399.  
  400. #text{
  401. padding-bottom:5px;
  402. }
  403.  
  404. #portrait img{
  405. margin-right:5px;
  406. float:left;
  407. border:3px double #eee;
  408. padding:4px;
  409. background:{color:Posts Background};
  410. width:auto;
  411. }
  412.  
  413. #audio{
  414. margin-top:-40px;
  415. margin-left:50px;
  416. min-height:5px;
  417. text-transform:uppercase;
  418. font-size:8px;
  419. letter-spacing:1px;
  420. text-align:left;
  421. }
  422.  
  423. .playbutton{
  424. position:absolute;
  425. top:-38px;
  426. left:-10px;
  427. }
  428.  
  429. .tumblr_audio_player{
  430. border:none;
  431. padding:0px;
  432. margin:0px;
  433. height:100px;
  434. width:500px;
  435. }
  436.  
  437. .playbox{
  438. position:relative;
  439. margin-top:10px;
  440. width:28px;
  441. height:27px;
  442. overflow:hidden;
  443. }
  444.  
  445. #s-m-t-tooltip{
  446. background:#000;
  447. color:#fff;
  448. font-size:8px;
  449. font-style:italic;
  450. letter-spacing:2px;
  451. text-transform:lowercase;
  452. max-width:300px;
  453. padding:4px;
  454. z-index:9999;
  455. margin:20px 10px 10px 10px;
  456. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  457. }
  458.  
  459. #musicplayer{
  460. position:fixed;
  461. margin-left:90px;
  462. margin-top:-1px;
  463. z-index:9999999;
  464. }
  465.  
  466. .player {
  467. background:#fff;
  468. border-left:1px solid {color:Sidebar};
  469. border-right:1px solid {color:Sidebar};
  470. border-bottom:1px solid {color:Sidebar};
  471. padding:2px 0px 3px 2px;
  472. width:27px;
  473. overflow:hidden;
  474. z-index:9999;
  475. }
  476.  
  477. #desu{
  478. z-index:999;
  479. width:20px;
  480. height:15px;
  481. position:fixed;
  482. overflow:hidden;
  483. top:0px;
  484. left:0px;
  485. padding:3px 3px 3px 0px;
  486. z-index:9999999999999;
  487. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;
  488. }
  489.  
  490. #desu:hover{
  491. width:30px;
  492. }
  493.  
  494. #ask{
  495. width:230px;
  496. {block:if400pxPosts}
  497. width:380px;
  498. {/block:if400pxPosts}
  499. min-height:45px;
  500. {block:PermalinkPage}
  501. width:478px;
  502. {/block:PermalinkPage}
  503. margin-left:5px;
  504. padding:10px;
  505. background:#eee;
  506. }
  507.  
  508. #tri{
  509. margin-left:25px;
  510. margin-top:0px;
  511. width:0px;
  512. height:0px;
  513. border-left: 10px solid transparent;
  514. border-right: 10px solid transparent;
  515. border-top: 10px solid #eee;
  516. }
  517.  
  518. #answer{
  519. margin-left:10px;
  520. margin-top:-10px;
  521. }
  522.  
  523. #captions{
  524. margin-top:5px;
  525. background:#f2f2f2;
  526. border-left:2px solid #ccc;
  527. padding:5px;
  528. }
  529.  
  530. #tags{
  531. position:absolute;
  532. opacity:0;
  533. margin-top:2px;
  534. -webkit-transition:opacity 0.5s linear;
  535. -webkit-transition: all 0.5s ease-in-out;
  536. -moz-transition: all 0.5s ease-in-out;
  537. -o-transition: all 0.5s ease-in-out;
  538. }
  539.  
  540. .entry:hover #tags{
  541. opacity:1;
  542. }
  543.  
  544. #infscr-loading{
  545. display:none!important;
  546. }
  547.  
  548. </style>
  549.  
  550. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  551. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  552. <script>
  553. (function($){
  554. $(document).ready(function(){
  555. $("[title]").style_my_tooltips({
  556. tip_follows_cursor:true,
  557. tip_delay_time:20,
  558. tip_fade_speed:400,
  559. attribute:"title"
  560. });
  561. });
  562. })(jQuery);
  563. </script>
  564.  
  565. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  566. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  567. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  568. <script>
  569. $(document).ready(function(){
  570. $('.photo-slideshow').pxuPhotoset({
  571. lightbox: true,
  572. rounded: false,
  573. gutter: '5px',
  574. photoset: '.photo-slideshow',
  575. photoWrap: '.photo-data',
  576. photo: '.pxu-photo'
  577. });
  578. });
  579. </script>
  580.  
  581. {block:IndexPage}
  582. {block:ifInfiniteScroll}
  583. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  584. <script>
  585. $(document).ready(function(){
  586. var $container = $('#content');
  587. $container.infinitescroll({
  588. itemSelector: '.entry',
  589. navSelector: '.pagination',
  590. nextSelector: '.pagination a',
  591. bufferPx: 800
  592. },
  593. function( newElements ) {
  594. var $newElems = $( newElements );
  595. $newElems.find('.photo-slideshow').pxuPhotoset({
  596. lightbox: true,
  597. rounded: false,
  598. gutter: '4px',
  599. photoset: '.photo-slideshow',
  600. photoWrap: '.photo-data',
  601. photo: '.pxu-photo'
  602. });
  603. });
  604.  
  605. });
  606. </script>
  607. {/block:ifInfiniteScroll}
  608. {/block:IndexPage}
  609.  
  610. </head>
  611. <body>
  612.  
  613. {block:IndexPage}<div id="desu"><center>{text:Music Player Code}</center> </div>{/block:IndexPage}
  614.  
  615. {block:ifnotinfinitescroll}
  616. <div id="pagination">
  617. <center>{block:Pagination}
  618. {block:JumpPagination length="5"}
  619. {block:CurrentPage}
  620. <span class="current_page">{PageNumber}</span>
  621. {/block:CurrentPage}
  622. {block:JumpPage}
  623. <a class="jump_page" href="{URL}">{PageNumber}</a>
  624. {/block:JumpPage}
  625. {/block:JumpPagination}
  626. {/block:Pagination}<p>
  627. </center>
  628. </div>
  629. {/block:ifnotinfinitescroll}
  630.  
  631.  
  632. {block:ifInfiniteScroll}
  633. <div class="pagination">
  634. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage"}>previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  635. </div>
  636. {/block:ifInfiniteScroll}
  637.  
  638. <div id="sidebar">
  639.  
  640. <div id="imgg"><img src="{image:Sidebar}"/></div>
  641.  
  642. <div id="links">
  643. <a href="/" title="refresh"><img src="https://31.media.tumblr.com/2015daae1d676432bfe8cc417be25d2b/tumblr_inline_n2aiggyMWT1r7v6wt.png"/></a>
  644.  
  645. <a href="/ask" title="message"><img src="https://31.media.tumblr.com/5b80f6b287f935df5d5eae173919821e/tumblr_inline_n2aigwiUlj1r7v6wt.png"/></a>
  646.  
  647. <a href="/archive" title="past"><img src="https://31.media.tumblr.com/865ace9e93e5f202a914940b84b301ff/tumblr_inline_n2aivtfzJ31r7v6wt.png"/></a>
  648.  
  649. {block:ifLink1}
  650. <a href="{text:Link 1 URL}" title="{text:Link 1}"><img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png"</a>
  651. {/block:ifLink1}
  652.  
  653. {block:ifLink2}
  654. <a href="{text:Link 2 URL}" title="{text:Link 2}"><img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png"/></a>
  655. {/block:ifLink2}
  656. </div>
  657.  
  658. <div id="title">
  659. <a href="/">{title}</a>
  660. </div>
  661.  
  662.  
  663. <div id="desc">{description}</div>
  664. </div>
  665.  
  666.  
  667. <div id="content">
  668. {block:Posts}
  669.  
  670.  
  671. <div class="entry">
  672.  
  673. {block:Text}
  674. <div id="text">{block:IndexPage}{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
  675. {Body}
  676. </div>
  677. {/block:Text}
  678.  
  679. {block:Photo}
  680. <div id="img">
  681. {block:IndexPage}
  682.  
  683. <img src="{PhotoURL-500}" width="{block:if250pxPosts}250{/block:if250pxPosts}{block:if400pxPosts}400{/block:if400pxPosts}{block:if500pxPosts}500{/block:if500pxPosts}"/></div>
  684. {block:IfShowCaptions}
  685. {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  686.  
  687. {/block:IndexPage}
  688.  
  689. {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}
  690. {/block:PermalinkPage}
  691. {/block:Photo}
  692.  
  693. {block:Photoset}
  694. <div id="img">
  695. {block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}
  696. {block:IfShowCaptions}
  697. {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  698. {/block:IndexPage}</div>
  699.  
  700. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  701. {/block:Photoset}
  702.  
  703.  
  704. {block:Quote}
  705. <div style="position:absolute;margin-top:-5px;margin-left:-13px;font:30px times new roman;opacity:0.3;">“</div>
  706. <div style="font:small-caps 14px calibri;margin-left:5px;">{Quote}</div>
  707. {block:Source}<p><div style="font:bold small-caps 12px calibri;">—{Source}</div></p>{/block:Source}
  708. {/block:Quote}
  709.  
  710. {block:Link}
  711. <div id="text">
  712. <a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
  713. {/block:Link}
  714.  
  715. {block:Chat}
  716. <div id="text">
  717. {block:Title}<h3>{Title}</h3>{/block:Title}
  718. {block:Lines}<p>
  719. {block:Label}<b>{Label}</b>{/block:Label}
  720. {Line}</p>
  721. {/block:Lines}
  722. </div>
  723. {/block:Chat}
  724.  
  725. {block:Audio}
  726. {block:IndexPage}
  727. <table style="{block:if250pxPosts}width:250px;{/block:if250pxPosts}{block:if400pxPosts}width:400px;{/block:if400pxPosts}{block:if500pxPosts}width:500px;{/block:if500pxPosts}{block:PermalinkPage}width:500px;{/block:PermalinkPage}">
  728. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  729.  
  730. <tr>
  731. <td style="vertical-align:top;">
  732. <div id="audio">{block:Artist}<b><em>Artist</em>:</b> {Artist}{/block:Artist}
  733. {block:TrackName}<br><b><em>Song</em>:</b> {TrackName}{/block:TrackName}
  734. {block:Album}<br><b><em>Album</em>:</b> {Album}{/block:Album}
  735. {block:PlayCount}<br><b><em>Plays</em>:</b>{PlayCount}{/block:PlayCount}
  736. </div></td></tr></table>
  737. {block:IfShowCaptions}
  738. {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  739. {/block:IndexPage}
  740. {block:PermalinkPage}{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  741. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  742. {/block:Audio}
  743.  
  744. {block:Answer}
  745. <div id="ask">
  746. <div id="portrait"><img src="{AskerPortraitURL-30}"></div>
  747. <em><strong>{Asker} whispered:</em></strong> {Question}
  748. </div>
  749. <div id="tri"></div>
  750. <div id="answer">
  751. {Answer}
  752. </div>
  753. {/block:Answer}
  754.  
  755. {block:Video}
  756. <div id="img">
  757. {block:IndexPage}
  758. {block:if250pxPosts}{Video-250}{/block:if250pxPosts}{block:if400pxPosts}{Video-400}{/block:if400pxPosts}{block:if500pxPosts}{Video-500}{/block:if500pxPosts}</div>
  759. {block:IfShowCaptions}
  760. {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  761. {/block:IndexPage}
  762.  
  763. {block:PermalinkPage}{Video-500}
  764. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  765. {/block:Video}
  766.  
  767.  
  768. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  769.  
  770. {block:IndexPage}
  771. <div id="permalink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} @ {12Hour}{CapitalAmPm} with <a href="{Permalink}" target="blank">{NoteCountWithLabel}</a> <a href="{ReblogURL}" style="color:#fff;background:#aaa;padding-left:2px;padding-right:2px;">Reblog?</a></div>
  772. {block:HasTags}<div id="tags">Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br></div>{/block:HasTags}
  773. {/block:IndexPage}
  774.  
  775. {block:PermalinkPage}
  776. {block:Date}
  777. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  778. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  779. <div class="permapage">
  780. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  781. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  782. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  783. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>
  784. {/block:Date}
  785. {/block:PermalinkPage}
  786.  
  787. {block:PostNotes}{PostNotes}{/block:PostNotes}
  788.  
  789.  
  790. </div>
  791. {/block:Posts}
  792. </div>
  793.  
  794. <a href="http://shoseii.tumblr.com" style="position:fixed;bottom:5px;right:5px;">THEME</a>
  795.  
  796. </body>
  797. </html>
Advertisement
Add Comment
Please, Sign In to add comment