ILikeMochiCx

Lumiere - Theme #16

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