Advertisement
ILikeMochiCx

Aesthetic - Theme #18

Jun 1st, 2014
4,779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.20 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.  
  6. <link href='http://fonts.googleapis.com/css?family=Cabin:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Poiret+One' 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 #18 - Aesthetic
  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. <meta name="image:Sidebar 2" content=""/>
  38. <meta name="image:Sidebar 3" content=""/>
  39.  
  40. <meta name="color:Background" content="#ffffff"/>
  41. <meta name="color:Posts Background" content="#ffffff"/>
  42. <meta name="color:Posts Border" content="#eeeeee"/>
  43. <meta name="color:Text" content="#afaeae"/>
  44. <meta name="color:Title" content="#eeeeee"/>
  45. <meta name="color:Title Hover" content="#000000"/>
  46. <meta name="color:Link" content="#868585"/>
  47. <meta name="color:Link Hover" content="#c1e1e8"/>
  48. <meta name="color:Selection" content="#a5d7f0"/>
  49. <meta name="color:Scrollbar" content="#cccccc"/>
  50. <meta name="color:Date" content="#FA939F"/>
  51. <meta name="color:Date Border" content="#E86F7D"/>
  52. <meta name="color:Date Text" content="#B31527"/>
  53. <meta name="color:Reblog" content="#D0F78D"/>
  54. <meta name="color:Reblog Border" content="#A4D450"/>
  55. <meta name="color:Reblog Text" content="#91C439"/>
  56.  
  57. <meta name="text:Link 1" content=""/>
  58. <meta name="text:Link 1 URL" content=""/>
  59. <meta name="text:Link 2" content=""/>
  60. <meta name="text:Link 2 URL" content=""/>
  61. <meta name="text:Link 3" content=""/>
  62. <meta name="text:Link 3 URL" content=""/>
  63. <meta name="text:Music Player Code" content=""/>
  64.  
  65. <meta name="if:Infinite Scroll" content="1"/>
  66. <meta name="if:Grayscale Effect" content=""/>
  67. <meta name="if:Post Fade" content="1"/>
  68. <meta name="if:Show Caption" content=""/>
  69.  
  70. <style type="text/css">
  71.  
  72.  
  73. ::-webkit-scrollbar-thumb{
  74. background-color:{color:Scrollbar};
  75. border:3px solid {color:Background};
  76. height:auto;
  77. }
  78.  
  79. ::-webkit-scrollbar {
  80. background:{color:Background};
  81. height:9px;
  82. width:7px;
  83. }
  84.  
  85. ::-webkit-scrollbar:horizontal{
  86. display:none;
  87. }
  88.  
  89. ::-moz-selection {
  90. background:#fff;
  91. color:{color:Selection};
  92. }
  93.  
  94. ::selection {
  95. background:#fff;
  96. color:{color:Selection};
  97. }
  98.  
  99. body {
  100. font-family:'Cabin', sans-serif;
  101. font-size:10px;
  102. color:{color:Text};
  103. text-align:justify;
  104. background:{color:Background} url('{image:Background}') fixed repeat center;
  105. }
  106.  
  107. a {
  108. text-decoration:none;
  109. outline:none;
  110. -moz-outline-style:none;
  111. color:{color:Link};
  112. cursor:help;
  113. -webkit-transition: all 0.3s ease-in-out;
  114. -moz-transition: all 0.3s ease-in-out;
  115. -o-transition: all 0.3s ease-in-out;
  116. -ms-transition: all 0.3s ease-in-out
  117. transition: all 0.3s ease-in-out;
  118. }
  119.  
  120. a:visited{
  121. color:{color:Link};
  122. }
  123.  
  124. a:hover{
  125. color:{color:Link Hover};
  126. }f
  127.  
  128. b,strong{
  129. font-weight:heavy;
  130. color:{color:Text};
  131. }
  132.  
  133. blockquote{
  134. padding-left:5px;
  135. border-left:3px solid #ccc;
  136. }
  137.  
  138. /*--Sidebar--*/
  139.  
  140. #sidebar{
  141. position:absolute;
  142. top:13%;
  143. bottom:13%;
  144. margin-left:-130px;
  145. }
  146.  
  147. #title{
  148. overflow:hidden;
  149. position:absolute;
  150. top:8.5%;
  151. bottom:8.5%;
  152. width:345px;
  153. {block:permalinkpage}
  154. width:585px;
  155. {/block:permalinkpage}
  156. font:bold 40px helvetica;
  157. text-align:center;
  158. z-index:-999999999999;
  159. -webkit-transition: all 0.3s ease-in-out;
  160. -moz-transition: all 0.3s ease-in-out;
  161. -o-transition: all 0.3s ease-in-out;
  162. -ms-transition: all 0.3s ease-in-out;
  163. transition: all 0.3s ease-in-out;
  164. }
  165.  
  166. #title a{
  167. color:{color:Title};
  168. }
  169.  
  170. #title a:hover{
  171. color:{color:Title Hover};
  172. }
  173.  
  174. #desc{
  175. background:{color:Background};
  176. position:fixed;
  177. overflow:scroll;
  178. top:30%;
  179. bottom:30%;
  180. width:100px;
  181. height:100px;
  182. padding:5px 5px 5px 20px;
  183. font:9px lucida sans;
  184. text-align:right;
  185. z-index:9999;
  186. }
  187.  
  188. #icon img{
  189. background:{color:Background};
  190. position:fixed;
  191. top:10%;
  192. bottom:10%;
  193. margin-left:70px;
  194. width:45px;
  195. height:45px;
  196. padding:3px;
  197. border-radius:100px;
  198. border:1px solid {color:Posts Border};
  199. }
  200.  
  201. #icon2 img{
  202. background:{color:Background};
  203. position:fixed;
  204. top:16%;
  205. bottom:16%;
  206. margin-left:30px;
  207. width:45px;
  208. height:45px;
  209. padding:3px;
  210. border-radius:100px;
  211. border:1px solid {color:Posts Border};
  212. }
  213.  
  214. #icon3 img{
  215. background:{color:Background};
  216. position:fixed;
  217. top:22%;
  218. bottom:22%;
  219. margin-left:70px;
  220. width:45px;
  221. height:45px;
  222. padding:3px;
  223. border-radius:100px;
  224. border:1px solid {color:Posts Border};
  225.  
  226. }
  227.  
  228. #line{
  229. position:fixed;
  230. background:{color:Posts Border};
  231. top:11%;
  232. bottom:11%;
  233. margin-left:95px;
  234. width:1px;
  235. height:60px;
  236. z-index:-9999;
  237. -webkit-transform:rotate(45deg);
  238. }
  239.  
  240. #line2{
  241. position:fixed;
  242. background:{color:Posts Border};
  243. top:20%;
  244. bottom:20%;
  245. margin-left:83px;
  246. width:1px;
  247. height:60px;
  248. z-index:-9999;
  249. -webkit-transform:rotate(-45deg);
  250. }
  251.  
  252. #links{
  253. position:fixed;
  254. top:14%;
  255. bottom:14%;
  256. margin-left:355px;
  257. {block:permalinkpage}
  258. margin-left:605px;
  259. {/block:permalinkpage}
  260. z-index:99999999999;
  261. -webkit-transition: all 0.3s ease-in-out;
  262. -moz-transition: all 0.3s ease-in-out;
  263. -o-transition: all 0.3s ease-in-out;
  264. -ms-transition: all 0.3s ease-in-out;
  265. transition: all 0.3s ease-in-out;
  266. }
  267.  
  268. #links a{
  269. background:{color:Background};
  270. display:block;
  271. border:1px solid {color:Posts Border};
  272. width:10px;
  273. height:10px;
  274. font:10px 'Cabin', sans-serif;
  275. margin-bottom:5px;
  276. overflow:hidden;
  277. }
  278.  
  279. #links a:hover{
  280. background:{color:Link Hover};
  281. }
  282.  
  283.  
  284. /*--Posts--*/
  285.  
  286. #center{
  287. width:300px;
  288. margin-left:auto;
  289. margin-right:auto;
  290. margin-top:0px;
  291. margin-bottom:0px;
  292. padding-left:20px;
  293. padding-right:20px;
  294. border:0;
  295. }
  296.  
  297. #center2{
  298. width:370px;
  299. margin-left:auto;
  300. margin-right:auto;
  301. margin-top:30px;
  302. margin-bottom:50px;
  303. padding-left:20px;
  304. padding-right:20px;
  305. border:0;
  306. }
  307.  
  308. #center3{
  309. width:375px;
  310. margin-top:-40px;
  311. margin-bottom:50px;
  312. margin-left:auto;
  313. margin-right:auto;
  314. }
  315.  
  316. #content{
  317. background:{color:Background};
  318. position:fixed;
  319. overflow-y:scroll;
  320. overflow-x:hidden;
  321. top:14%;
  322. max-height:75%;
  323. padding:5px;
  324. border:1px solid {color:Posts Border};
  325. width:335px;
  326. {block:permalinkpage}width:585px;{/block:permalinkpage}
  327. z-index:999999999;
  328. }
  329.  
  330. .entry{
  331. margin:25px 4px 85px 35px;
  332. padding:7px;
  333. float:left;
  334. border:1px solid {color:Posts Border};
  335. background:{color:Posts Background};
  336. overflow:hidden;
  337. {block:indexpage}
  338. width:250px;
  339. {/block:indexpage}
  340. {block:permalinkpage}
  341. width:500px;
  342. {/block:permalinkpage}
  343. }
  344.  
  345. .entry img{
  346. {block:indexpage}
  347. width:250px;
  348. margin-bottom:-2px;
  349. {/block:indexpage}
  350. {block:permalinkpage}
  351. max-width:500px;
  352. {/block:permalinkpage}
  353. }
  354.  
  355. #tri2{
  356. position:fixed;
  357. left:218px;
  358. bottom:70px;
  359. width:0px;
  360. height:0px;
  361. border-left: 10px solid transparent;
  362. border-right: 10px solid transparent;
  363. border-top: 10px solid #000;
  364. }
  365.  
  366. #bg{
  367. position:fixed;
  368. background:#000;
  369. top:0px;
  370. margin-left:438px;
  371. width:300px;
  372. {block:permalinkpage}
  373. width:550px;
  374. {/block:permalinkpage}
  375. height:100%;
  376. z-index:-999;
  377. }
  378.  
  379.  
  380. /*--Grayscale Effect--*/
  381.  
  382. #img{
  383. {block:indexpage}
  384. {block:ifPostFade}
  385. opacity:0.6;
  386. {/block:ifPostFade}
  387. {block:ifGrayscaleEffect}
  388. filter: url(filters.svg#grayscale);
  389. filter: gray;
  390. -webkit-filter: grayscale(1);
  391. {/block:ifGrayscaleEffect}
  392. -webkit-transition:all 0.3s ease-in-out;
  393. -moz-transition:all 0.3s ease-in-out;
  394. -o-transition:all 0.3s ease-in-out;
  395. transition:all 0.3s ease-in-out;
  396. {/block:indexpage}
  397. }
  398.  
  399. #img:hover{
  400. {block:indexpage}
  401. opacity:1;
  402. {block:ifGrayscaleEffect}
  403. filter: url(filters.svg#grayscale);
  404. filter: gray;
  405. -webkit-filter: grayscale(0);
  406. {/block:ifGrayscaleEffect}
  407. {/block:indexpage}
  408. }
  409.  
  410. /*--Permalinks--*/
  411.  
  412.  
  413. #permalink{
  414. position:absolute;
  415. background:{color:Posts Background};
  416. border:1px solid {color:Posts Border};
  417. color:#bbb;
  418. width:244px;
  419. margin-left:-8px;
  420. margin-top:7px;
  421. padding:20px 5px 15px 15px;
  422. text-align:left;
  423. font:8px courier new;
  424. text-transform:uppercase;
  425. letter-spacing:1px;
  426. -webkit-transition:all 0.5s ease-in-out;
  427. -moz-transition:all 0.5s ease-in-out;
  428. -o-transition:all 0.5s ease-in-out;
  429. transition:all 0.5s ease-in-out;
  430. }
  431.  
  432.  
  433. #pbar{
  434. margin-top:-9px;
  435. position:absolute;
  436. width:200px;
  437. display:inline-block;
  438. }
  439.  
  440. #plin{
  441. position:absolute;
  442. margin-top:-20px;
  443. margin-left:130px;
  444. background:{color:Posts Border};
  445. width:1px;
  446. height:93px;
  447. }
  448.  
  449. #date{
  450. display:inline-block;
  451. background:{color:Date};
  452. border:1px solid {color:Date Border};
  453. padding:2px;
  454. color:{color:Date Text};
  455. max-width:150px;
  456. border-radius:2px;
  457. margin-left:0px;
  458. margin-top:-10px;
  459. text-transform:uppercase;
  460. font:8px courier new;
  461. z-index:999999;
  462. }
  463.  
  464. /*--Miscellaneous--*/
  465.  
  466. .permapage {
  467. padding:0px 10px 0px 10px;
  468. }
  469.  
  470. iframe#tumblr_controls{
  471. position:fixed !important;
  472. -webkit-filter:invert(100%);
  473. opacity:0.6;
  474. }
  475.  
  476. .pagination {
  477. display:none;
  478. }
  479.  
  480. .back, .next {
  481. padding:5px;
  482. position:fixed;
  483. top:92%;
  484. margin-left:160px;
  485. text-transform:uppercase;
  486. font:8px courier new;
  487. border-radius:2px;
  488. }
  489.  
  490. .back{
  491. margin-left:295px;
  492. color:{color:Reblog Text};
  493. background:{color:Reblog};
  494. border:1px solid {color:Reblog Border};
  495. }
  496.  
  497. .next{
  498. margin-left:0px;
  499. color:{color:Date Text};
  500. background:{color:Date};
  501. border:1px solid {color:Date Border};
  502. }
  503.  
  504. #text img{
  505. max-width:250px;
  506. {block:PermalinkPage}
  507. max-width:500px;
  508. {/block:PermalinkPage}
  509. width:auto;
  510. height:auto;
  511. }
  512.  
  513. #text{
  514. padding-bottom:5px;
  515. }
  516.  
  517. #portrait img{
  518. margin-right:5px;
  519. float:left;
  520. border:3px double #eee;
  521. padding:4px;
  522. background:{color:Posts Background};
  523. width:auto;
  524. }
  525.  
  526. #audio{
  527. margin-top:-40px;
  528. margin-left:50px;
  529. min-height:5px;
  530. text-transform:uppercase;
  531. font-size:8px;
  532. letter-spacing:1px;
  533. text-align:left;
  534. }
  535.  
  536. .playbutton{
  537. position:absolute;
  538. top:-38px;
  539. left:-10px;
  540. }
  541.  
  542. .tumblr_audio_player{
  543. border:none;
  544. padding:0px;
  545. margin:0px;
  546. height:100px;
  547. width:500px;
  548. }
  549.  
  550. .playbox{
  551. position:relative;
  552. margin-top:10px;
  553. width:28px;
  554. height:27px;
  555. overflow:hidden;
  556. }
  557.  
  558. #s-m-t-tooltip{
  559. background:#fff;
  560. color:#aaa;
  561. font-size:8px;
  562. font-style:italic;
  563. letter-spacing:2px;
  564. text-transform:lowercase;
  565. max-width:300px;
  566. padding:4px;
  567. z-index:9999999999;
  568. margin:20px 10px 10px 10px;
  569. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  570. }
  571.  
  572. #musicplayer{
  573. position:fixed;
  574. margin-left:90px;
  575. margin-top:-1px;
  576. z-index:9999999;
  577. }
  578.  
  579. .player {
  580. background:#fff;
  581. border-left:1px solid {color:Sidebar};
  582. border-right:1px solid {color:Sidebar};
  583. border-bottom:1px solid {color:Sidebar};
  584. padding:2px 0px 3px 2px;
  585. width:27px;
  586. overflow:hidden;
  587. z-index:9999;
  588. }
  589.  
  590. #desu{
  591. z-index:999;
  592. opacity:0.4;
  593. width:20px;
  594. height:15px;
  595. position:fixed;
  596. overflow:hidden;
  597. top:5px;
  598. left:5px;
  599. padding:3px 3px 3px 0px;
  600. z-index:9999999999999;
  601. -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;
  602. }
  603.  
  604. #desu:hover{
  605. width:30px;
  606. }
  607.  
  608. #ask{
  609. width:220px;
  610. min-height:45px;
  611. {block:PermalinkPage}
  612. width:478px;
  613. {/block:PermalinkPage}
  614. margin-left:5px;
  615. padding:10px;
  616. text-align:left;
  617. background:#eee;
  618. }
  619.  
  620. #tri{
  621. margin-left:25px;
  622. margin-top:0px;
  623. width:0px;
  624. height:0px;
  625. border-left: 10px solid transparent;
  626. border-right: 10px solid transparent;
  627. border-top: 10px solid #eee;
  628. }
  629.  
  630. #answer{
  631. margin-left:10px;
  632. margin-top:-10px;
  633. }
  634.  
  635. #caption{
  636. background:#f0f0f0;
  637. padding:3px;
  638. }
  639.  
  640. #border{
  641. position:fixed;
  642. top:5px;
  643. left:0px;
  644. background:url('http://static.tumblr.com/2e9nahe/gw4n5uf8e/borderthing.png');
  645. width:100%;
  646. height:13px;
  647. opacity:0.3;
  648. -webkit-transform:rotate(180deg);
  649. }
  650.  
  651. #infscr-loading{
  652. display:none!important;
  653. }
  654.  
  655. </style>
  656.  
  657. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  658. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  659. <script>
  660. (function($){
  661. $(document).ready(function(){
  662. $("[title]").style_my_tooltips({
  663. tip_follows_cursor:true,
  664. tip_delay_time:20,
  665. tip_fade_speed:400,
  666. attribute:"title"
  667. });
  668. });
  669. })(jQuery);
  670. </script>
  671.  
  672. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  673. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  674. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  675. <script>
  676. $(document).ready(function(){
  677. $('.photo-slideshow').pxuPhotoset({
  678. lightbox: true,
  679. rounded: false,
  680. gutter: '5px',
  681. photoset: '.photo-slideshow',
  682. photoWrap: '.photo-data',
  683. photo: '.pxu-photo'
  684. });
  685. });
  686. </script>
  687.  
  688. {block:IndexPage}
  689. {block:ifInfiniteScroll}
  690. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  691. <script>
  692. $(document).ready(function(){
  693. var $container = $('#content');
  694. $container.infinitescroll({
  695. itemSelector: '.entry',
  696. navSelector: '.pagination',
  697. nextSelector: '.pagination a',
  698. bufferPx: 800
  699. },
  700. function( newElements ) {
  701. var $newElems = $( newElements );
  702. $newElems.find('.photo-slideshow').pxuPhotoset({
  703. lightbox: true,
  704. rounded: false,
  705. gutter: '4px',
  706. photoset: '.photo-slideshow',
  707. photoWrap: '.photo-data',
  708. photo: '.pxu-photo'
  709. });
  710. });
  711.  
  712. });
  713. </script>
  714. {/block:ifInfiniteScroll}
  715. {/block:IndexPage}
  716.  
  717. </head>
  718. <body>
  719.  
  720.  
  721. {block:IndexPage}<div id="desu"><center>{text:Music Player Code}</center> </div>{/block:IndexPage}
  722.  
  723.  
  724. <div id="center">
  725. {block:ifnotinfinitescroll}
  726. {block:Pagination}
  727.  
  728. {block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:NextPage}
  729. {block:PreviousPage}<a class="back" href="{PreviousPage}">previous</a>{/block:PreviousPage}
  730.  
  731. {/block:Pagination}
  732. {/block:ifnotinfinitescroll}
  733.  
  734. {block:ifInfiniteScroll}
  735. <div class="pagination">
  736. {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}
  737. </div>
  738. {/block:ifInfiniteScroll}
  739.  
  740.  
  741. <div id="title">
  742. <a href="/">{Title}</a>
  743. </div>
  744.  
  745. <div id="sidebar">
  746.  
  747. <div id="icon"><img src="{image:Sidebar}"/></div>
  748. <div id="icon2"><img src="{image:Sidebar 2}"/></div>
  749. <div id="icon3"><img src="{image:Sidebar 3}"/></div>
  750.  
  751. <div id="line"></div>
  752. <div id="line2"></div>
  753.  
  754. <div id="desc">
  755. {Description}
  756. </div>
  757.  
  758. </div>
  759.  
  760. <div id="links">
  761. <a href="/" title="refresh"></a>
  762. <a href="/ask" title="message"></a>
  763. <a href="/archive" title="past"></a>
  764. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}"></a>{/block:ifLink1}
  765. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}"></a>{/block:ifLink2}
  766. {block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}"></a>
  767. {/block:ifLink3}
  768. </div>
  769.  
  770.  
  771. <div id="content">
  772. {block:Posts}
  773.  
  774.  
  775. <div class="entry">
  776.  
  777. {block:Text}
  778. <div id="text">{block:IndexPage}{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
  779. {Body}
  780. </div>
  781. {block:IndexPage}
  782. <div id="pbg"></div>
  783. <div id="permalink">
  784. <div id="pbar">
  785. <div id="date">
  786. {ShortMonth} {DayOfMonth}, {Year}
  787. </div>
  788. <a href="{ReblogURL}" style="color:{color:Reblog Text};background:{color:Reblog};padding-left:2px;margin-top:-100px;padding:2px;border:1px solid {color:Reblog Border};border-radius:2px;">Reblog?</a>
  789. </div>
  790.  
  791. <br>{TimeAgo}&nbsp;@&nbsp;{12Hour}:{Minutes}{AmPm}
  792. <br><br><a href="{Permalink}" target="blank">{NoteCountWithLabel}</a>
  793. <a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>
  794. </div>
  795. {/block:IndexPage}
  796. {/block:Text}
  797.  
  798. {block:Photo}
  799. <div id="img">
  800. {block:IndexPage}<img src="{PhotoURL-500}" width="{block:if250pxPosts}250{/block:if250pxPosts}{block:if400pxPosts}400{/block:if400pxPosts}{block:if500pxPosts}500{/block:if500pxPosts}"/></div>
  801.  
  802. {block:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
  803.  
  804. {/block:IndexPage}
  805. {block:IndexPage}
  806. <div id="pbg"></div>
  807. <div id="permalink">
  808. <div id="pbar">
  809. <div id="date">
  810. {ShortMonth} {DayOfMonth}, {Year}
  811. </div>
  812. <a href="{ReblogURL}" style="color:{color:Reblog Text};background:{color:Reblog};padding-left:2px;margin-top:-100px;padding:2px;border:1px solid {color:Reblog Border};border-radius:2px;">Reblog?</a>
  813. </div>
  814.  
  815. <br>{TimeAgo}&nbsp;@&nbsp;{12Hour}:{Minutes}{AmPm}
  816. <br><br><a href="{Permalink}" target="blank">{NoteCountWithLabel}</a>
  817. <a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>
  818. </div>
  819. {/block:IndexPage}
  820.  
  821. {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}
  822. {/block:PermalinkPage}
  823. {/block:Photo}
  824.  
  825. {block:Photoset}
  826. <div id="img">
  827. {block:IndexPage}{Photoset-250}</div>
  828.  
  829.  
  830. {block:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
  831.  
  832. {/block:IndexPage}
  833. {block:IndexPage}
  834. <div id="pbg"></div>
  835. <div id="permalink">
  836. <div id="pbar">
  837. <div id="date">
  838. {ShortMonth} {DayOfMonth}, {Year}
  839. </div>
  840. <a href="{ReblogURL}" style="color:{color:Reblog Text};background:{color:Reblog};padding-left:2px;margin-top:-100px;padding:2px;border:1px solid {color:Reblog Border};border-radius:2px;">Reblog?</a>
  841. </div>
  842.  
  843. <br>{TimeAgo}&nbsp;@&nbsp;{12Hour}:{Minutes}{AmPm}
  844. <br><br><a href="{Permalink}" target="blank">{NoteCountWithLabel}</a>
  845. <a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>
  846. </div>
  847. {/block:IndexPage}
  848. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  849. {/block:Photoset}
  850.  
  851.  
  852. {block:Quote}
  853. <div style="position:absolute;margin-top:-5px;margin-left:-5px;font:30px times new roman;opacity:0.3;">“</div>
  854. <div style="font:small-caps 14px calibri;margin-left:10px;">{Quote}</div>
  855. {block:Source}<p><div style="font:bold small-caps 12px calibri;">—{Source}</div></p>{/block:Source}
  856. {block:IndexPage}
  857. <div id="pbg"></div>
  858. <div id="permalink">
  859. <div id="pbar">
  860. <div id="date">
  861. {ShortMonth} {DayOfMonth}, {Year}
  862. </div>
  863. <a href="{ReblogURL}" style="color:{color:Reblog Text};background:{color:Reblog};padding-left:2px;margin-top:-100px;padding:2px;border:1px solid {color:Reblog Border};border-radius:2px;">Reblog?</a>
  864. </div>
  865.  
  866. <br>{TimeAgo}&nbsp;@&nbsp;{12Hour}:{Minutes}{AmPm}
  867. <br><br><a href="{Permalink}" target="blank">{NoteCountWithLabel}</a>
  868. <a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>
  869. </div>
  870. {/block:IndexPage}
  871. {/block:Quote}
  872.  
  873. {block:Link}
  874. <div id="text">
  875. <a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
  876. {block:IndexPage}
  877. <div id="pbg"></div>
  878. <div id="permalink">
  879. <div id="pbar">
  880. <div id="date">
  881. {ShortMonth} {DayOfMonth}, {Year}
  882. </div>
  883. <a href="{ReblogURL}" style="color:{color:Reblog Text};background:{color:Reblog};padding-left:2px;margin-top:-100px;padding:2px;border:1px solid {color:Reblog Border};border-radius:2px;">Reblog?</a>
  884. </div>
  885.  
  886. <br>{TimeAgo}&nbsp;@&nbsp;{12Hour}:{Minutes}{AmPm}
  887. <br><br><a href="{Permalink}" target="blank">{NoteCountWithLabel}</a>
  888. <a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>
  889. </div>
  890. {/block:IndexPage}
  891. {/block:Link}
  892.  
  893. {block:Chat}
  894. <div id="text">
  895. {block:Title}<h3>{Title}</h3>{/block:Title}
  896. {block:Lines}<p>
  897. {block:Label}<b>{Label}</b>{/block:Label}
  898. {Line}</p>
  899. {/block:Lines}
  900. </div>
  901. {block:IndexPage}
  902. <div id="pbg"></div>
  903. <div id="permalink">
  904. <div id="pbar">
  905. <div id="date">
  906. {ShortMonth} {DayOfMonth}, {Year}
  907. </div>
  908. <a href="{ReblogURL}" style="color:{color:Reblog Text};background:{color:Reblog};padding-left:2px;margin-top:-100px;padding:2px;border:1px solid {color:Reblog Border};border-radius:2px;">Reblog?</a>
  909. </div>
  910.  
  911. <br>{TimeAgo}&nbsp;@&nbsp;{12Hour}:{Minutes}{AmPm}
  912. <br><br><a href="{Permalink}" target="blank">{NoteCountWithLabel}</a>
  913. <a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>
  914. </div>
  915. {/block:IndexPage}
  916. {/block:Chat}
  917.  
  918. {block:Audio}
  919. {block:IndexPage}
  920. <table style="width:250px;{block:PermalinkPage}width:500px;{/block:PermalinkPage}">
  921. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  922.  
  923. <tr>
  924. <td style="vertical-align:top;">
  925. <div id="audio">{block:Artist}<b><em>Artist</em>:</b> {Artist}{/block:Artist}
  926. {block:TrackName}<br><b><em>Song</em>:</b> {TrackName}{/block:TrackName}
  927. {block:Album}<br><b><em>Album</em>:</b> {Album}{/block:Album}
  928. {block:PlayCount}<br><b><em>Plays</em>:</b>{PlayCount}{/block:PlayCount}
  929. </div></td></tr></table>
  930.  
  931. {block:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
  932. {/block:IndexPage}
  933. {block:IndexPage}
  934. <div id="pbg"></div>
  935. <div id="permalink">
  936. <div id="pbar">
  937. <div id="date">
  938. {ShortMonth} {DayOfMonth}, {Year}
  939. </div>
  940. <a href="{ReblogURL}" style="color:{color:Reblog Text};background:{color:Reblog};padding-left:2px;margin-top:-100px;padding:2px;border:1px solid {color:Reblog Border};border-radius:2px;">Reblog?</a>
  941. </div>
  942.  
  943. <br>{TimeAgo}&nbsp;@&nbsp;{12Hour}:{Minutes}{AmPm}
  944. <br><br><a href="{Permalink}" target="blank">{NoteCountWithLabel}</a>
  945. <a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>
  946. </div>
  947. {/block:IndexPage}
  948. {block:PermalinkPage}{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  949. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  950. {/block:Audio}
  951.  
  952. {block:Answer}
  953. <div id="ask">
  954. <div id="portrait"><img src="{AskerPortraitURL-30}"></div>
  955. <em><strong>{Asker} whispered:</em></strong> {Question}
  956. </div>
  957. <div id="tri"></div>
  958. <div id="answer">
  959. {Answer}
  960. </div>
  961. {block:IndexPage}
  962. <div id="pbg"></div>
  963. <div id="permalink">
  964. <div id="pbar">
  965. <div id="date">
  966. {ShortMonth} {DayOfMonth}, {Year}
  967. </div>
  968. <a href="{ReblogURL}" style="color:{color:Reblog Text};background:{color:Reblog};padding-left:2px;margin-top:-100px;padding:2px;border:1px solid {color:Reblog Border};border-radius:2px;">Reblog?</a>
  969. </div>
  970.  
  971. <br>{TimeAgo}&nbsp;@&nbsp;{12Hour}:{Minutes}{AmPm}
  972. <br><br><a href="{Permalink}" target="blank">{NoteCountWithLabel}</a>
  973. <a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>
  974. </div>
  975. {/block:IndexPage}
  976. {/block:Answer}
  977.  
  978. {block:Video}
  979. <div id="img">
  980. {block:IndexPage}
  981. {Video-250}</div>
  982.  
  983. {block:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
  984. {/block:IndexPage}
  985. {block:IndexPage}
  986. <div id="pbg"></div>
  987. <div id="permalink">
  988. <div id="pbar">
  989. <div id="date">
  990. {ShortMonth} {DayOfMonth}, {Year}
  991. </div>
  992. <a href="{ReblogURL}" style="color:{color:Reblog Text};background:{color:Reblog};padding-left:2px;margin-top:-100px;padding:2px;border:1px solid {color:Reblog Border};border-radius:2px;">Reblog?</a>
  993. </div>
  994.  
  995. <br>{TimeAgo}&nbsp;@&nbsp;{12Hour}:{Minutes}{AmPm}
  996. <br><br><a href="{Permalink}" target="blank">{NoteCountWithLabel}</a>
  997. <a href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}">source</a>
  998. </div>
  999. {/block:IndexPage}
  1000.  
  1001. {block:PermalinkPage}{Video-500}
  1002. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  1003. {/block:Video}
  1004.  
  1005.  
  1006. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  1007.  
  1008.  
  1009. {block:PermalinkPage}
  1010. {block:Date}
  1011. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  1012. <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  1013. <div class="permapage">
  1014. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  1015. <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  1016. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  1017. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>
  1018. {/block:Date}
  1019. {/block:PermalinkPage}
  1020.  
  1021. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1022.  
  1023.  
  1024. </div>
  1025. {/block:Posts}
  1026. </div>
  1027. </div>
  1028.  
  1029. <a href="http://shoseii.tumblr.com" style="position:fixed;right:5px;bottom:5px;text:9px lucida sans;text-transform:uppercase;">theme</a>
  1030.  
  1031. </body>
  1032. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement