Advertisement
Tsunland

multi

May 5th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.74 KB | None | 0 0
  1. <!---
  2.  
  3. tumblr theme by nemurou
  4.  
  5. march 2018
  6.  
  7. TERMS OF USE: https://nemurou.tumblr.com/tou
  8.  
  9. --->
  10.  
  11. <!DOCTYPE html>
  12. <head>
  13. <title>{Title}</title>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. <link rel="shortcut icon" href="{Favicon}">
  16. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  17. <meta name="viewport" content="width=device-width, initial-scale=1">
  18.  
  19. <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,900|Playfair+Display:400,400i,900,900i" rel="stylesheet">
  20.  
  21. <meta name="image:sidebar" content="https://static.tumblr.com/ukg9sji/p6Gp5cbla/joshua.png"/>
  22. <meta name="image:sidebar image shadow" content="https://static.tumblr.com/36a1e10f11c29ad766a99b4b853a970d/ukg9sji/5cKp5b1rz/tumblr_static_atgys54ixggk8wcsss8sw0g8w.png"/>
  23.  
  24.  
  25. <meta name="if:show tags" content="">
  26. <meta name="if:show captions" content="">
  27.  
  28. <meta name="color:background" content="#ffffff">
  29. <meta name="color:text" content="#474747">
  30. <meta name="color:bold" content="#474747">
  31. <meta name="color:italics" content="#474747">
  32. <meta name="color:link" content="#3f3f3f">
  33. <meta name="color:border" content="#DFDFDF">
  34. <meta name="color:blog title" content="#474747">
  35. <meta name="color:sidebar border" content="#333333">
  36. <meta name="color:sidebar links" content="#3f3f3f">
  37. <meta name="color:sidebar image shadow" content="#cccccc">
  38. <meta name="color:permalink" content="#474747">
  39. <meta name="color:tags" content="#474747">
  40. <meta name="color:user" content="#474747">
  41. <meta name="color:audio player" content="#eeeeee">
  42. <meta name="color:selection text" content="#000000">
  43. <meta name="color:selection bg" content="#f7f7f7">
  44. <meta name="color:tooltip text" content="#474747">
  45. <meta name="color:tooltip bg" content="#eaeaea">
  46. <meta name="color:pagination background" content="#eaeaea">
  47.  
  48. <meta name="text:post width" content="450px"/>
  49. <meta name="text:blog title" content="Falling for You"/>
  50.  
  51. <meta name="text:link 1" content=""/>
  52. <meta name="text:link 1 url" content=""/>
  53. <meta name="text:link 2" content=""/>
  54. <meta name="text:link 2 url" content=""/>
  55. <meta name="text:link 3" content=""/>
  56. <meta name="text:link 3 url" content=""/>
  57. <meta name="text:link 4" content=""/>
  58. <meta name="text:link 4 url" content=""/>
  59. <meta name="text:link 5" content=""/>
  60. <meta name="text:link 5 url" content=""/>
  61. <meta name="text:link 6" content=""/>
  62. <meta name="text:link 6 url" content=""/>
  63.  
  64. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  65.  
  66. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  67.  
  68. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  69.  
  70. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  71.  
  72. <link href="https://static.tumblr.com/grynaut/6wRp20wkd/style.css" rel="stylesheet" type="text/css"/>
  73. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  74. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  75.  
  76. <script>
  77. $(document).ready(function(){
  78. $('.photo-slideshow').pxuPhotoset({
  79. lightbox: true,
  80. rounded: false,
  81. gutter: '2px',
  82. borderRadius: '0px',
  83. photoset: '.photo-slideshow',
  84. photoWrap: '.photo-data',
  85. photo: '.pxu-photo'
  86. });
  87. });
  88. </script>
  89.  
  90. <script>
  91. $(document).ready(function() {
  92. $('iframe.tumblr_audio_player').load( function() {
  93. $('iframe.tumblr_audio_player').contents().find("head")
  94. .append($("<style type='text/css'> .audio-player{background:{color:audio player} !important} </style>"));
  95. });
  96. });
  97. </script>
  98.  
  99. <style type="text/css">
  100.  
  101. /*tumblr controls by cyantists*/
  102. iframe.tmblr-iframe {
  103. z-index: 99999999999999!important;
  104. top: 0!important;
  105. right: 0!important;
  106. opacity: 0.4;
  107. filter: invert(1) contrast(150%);
  108. -webkit-filter: invert(1) contrast(150%);
  109. -o-filter: invert(1) contrast(150%);
  110. -moz-filter: invert(1) contrast(150%);
  111. -ms-filter: invert(1) contrast(150%);
  112. transform: scale(0.5);
  113. transform-origin: 100% 0;
  114. -webkit-transform: scale(.7);
  115. -webkit-transform-origin: 100% 0;
  116. -o-transform: scale(.7);
  117. -o-transform-origin: 100% 0;
  118. -moz-transform: scale(.7);
  119. -moz-transform-origin: 100% 0;
  120. -ms-transform: scale(.7);
  121. -ms-transform-origin: 100% 0;
  122. }
  123.  
  124. ::selection {
  125. background:{color:selection bg};
  126. color:{color:selection text};
  127. }
  128.  
  129. ::-moz-selection {
  130. background:{color:selection bg};
  131. color:{color:selection text};
  132. }
  133.  
  134. ::-webkit-scrollbar {
  135. width:17px;
  136. height:17px;
  137. background-color:rgb(255,255,255);
  138. }
  139.  
  140. ::-webkit-scrollbar-track {
  141. border:8px solid {color:background};
  142. background-color:#aaa;
  143. }
  144.  
  145. ::-webkit-scrollbar-thumb {
  146. border:8px solid {color:background};
  147. background-color:#000;
  148. min-height:24px;
  149. min-width:24px;
  150. }
  151.  
  152. #s-m-t-tooltip {
  153. max-width:150px;
  154. background:{color:tooltip bg};
  155. color:{color:tooltip text};
  156. padding:1px 10px 2px 10px;
  157. z-index:999;
  158. margin:20px;
  159. font-size:10px;
  160. }
  161.  
  162. body {
  163. margin:0;
  164. font-size:12px;
  165. font-family: 'Lato', sans-serif;
  166. line-height:180%;
  167. -moz-osx-font-smoothing:grayscale;
  168. -webkit-font-smoothing:antialiased;
  169. font-smoothing:antialiased;
  170. color:{color:text};
  171. background:{color:background};
  172. }
  173.  
  174. b, strong {
  175. color: {color:bold};
  176. }
  177.  
  178. small, sup, sub {
  179. font-size: {text:Body Font Size};
  180. letter-spacing:0px;
  181. }
  182.  
  183. a {
  184. color: {color:Link};
  185. text-decoration: none;
  186. -moz-transition-duration: 0.5s;
  187. -o-transition-duration: 0.5s;
  188. -webkit-transition-duration: 0.5s;
  189. transition-duration: 0.5s;
  190. }
  191.  
  192. a:hover {
  193. color: {color:Link Hover};
  194. text-decoration: none;
  195. -moz-transition-duration: 0.5s;
  196. -o-transition-duration: 0.5s;
  197. -webkit-transition-duration: 0.5s;
  198. transition-duration: 0.5s;
  199. }
  200.  
  201.  
  202. big, pre, h1, h2, h3, h4, h5, h6, small, sub {
  203. font-size:12px;
  204. font-family: 'Lato', sans-serif;
  205. }
  206.  
  207. hr {
  208. border:0;
  209. }
  210.  
  211. img {
  212. border:0;
  213. max-width:100%;
  214. height:auto;
  215. display:block;
  216. }
  217.  
  218.  
  219. #content {
  220. margin:120px auto;
  221. width:calc(530px + 90px + {text:post width});
  222. }
  223.  
  224. aside {
  225. width:530px;
  226. height:100vh;
  227. position:fixed;
  228. margin-top:-120px;
  229. display: flex;
  230. align-items:center;
  231. }
  232.  
  233. #sidebar {
  234. position:relative;
  235. }
  236.  
  237. #sidebar #sidetxt {
  238. position:absolute;
  239. width:254px;
  240. height:376px;
  241. display: flex;
  242. align-items:center;
  243. margin:-376px 0px 0px 276px;
  244. }
  245.  
  246. #sidebar img{
  247. width:250px;
  248. height:370px;
  249. border:3px solid {color:sidebar border};
  250. margin-left:20px;
  251. }
  252.  
  253. #sidebar:after{
  254. position:absolute;
  255. content:'';
  256. width:250px;
  257. height:370px;
  258. border:3px solid {color:sidebar border};
  259. background: {color:sidebar image shadow} url({image:sidebar image shadow});
  260. z-index:-999;
  261. margin:-360px 0px 0px 0px;
  262. }
  263.  
  264. #blogtit {
  265. font-family: 'Playfair Display', serif;
  266. font-weight:900;
  267. font-style:italic;
  268. font-size:23px;
  269. border-bottom:3px solid {color:sidebar title};
  270. padding:0px 0px 20px 20px;
  271. width:100%;
  272. -webkit-box-sizing: border-box;
  273. -moz-box-sizing: border-box;
  274. box-sizing: border-box;
  275. }
  276.  
  277. #main-nav {
  278. padding:20px 0px 5px 20px;
  279. }
  280.  
  281. #extra-nav {
  282. padding:0px 20px 20px 20px;
  283. }
  284.  
  285. #main-nav a, #extra-nav a {
  286. font-weight:900;
  287. font-size:10px;
  288. text-transform:uppercase;
  289. color:{color:sidebar links};
  290. }
  291.  
  292. #main-nav a, #extra-nav a {
  293. margin-left:7px;
  294. }
  295.  
  296. #main-nav a:first-of-type, #extra-nav a:first-of-type {
  297. margin-left:0px;
  298. }
  299.  
  300. #main-nav a:before, #extra-nav a:before{
  301. content:'/';
  302. margin-right:7px;
  303. }
  304.  
  305. #main-nav a:first-of-type:before, #extra-nav a:first-of-type:before{
  306. content:'';
  307. }
  308.  
  309. #description {
  310. padding-left:20px;
  311. text-align:justify;
  312. }
  313.  
  314. article {
  315. width:{text:post width};
  316. position:relative;
  317. margin-bottom:120px;
  318. margin-left:620px;
  319. }
  320.  
  321. article:first-of-type {
  322. margin-top:120px;
  323. }
  324.  
  325. article:last-of-type {
  326. margin-bottom:0px;
  327. }
  328.  
  329. blockquote {
  330. margin:0px 0px 0px 0px;
  331. padding:0px 0px 0px 0px;
  332. }
  333.  
  334. .title {
  335. text-transform:uppercase;
  336. font-weight:900;
  337. letter-spacing:1px;
  338. }
  339.  
  340. #pagination {
  341. text-align:center;
  342. margin-left:-9px;
  343. }
  344.  
  345. #pagination a:last-of-type {
  346. margin-right:0!important;
  347. }
  348.  
  349. .jump_page, .current_page {
  350. margin-right:9px;
  351. }
  352.  
  353. .jump_page {
  354. padding: 4px 8px;
  355. color:{color:text};
  356. text-decoration:none;
  357. }
  358.  
  359. .current_page {
  360. padding: 4px 8px;
  361. color:{color:text};
  362. background:{color:pagination background};
  363. text-decoration:none;
  364. border-radius:4px;
  365. -moz-border-radius:4px;
  366. -webkit-border-radius:4px;
  367. }
  368.  
  369. .user, .user a, .askp, .answerp {
  370. text-transform:uppercase;
  371. font-weight:900;
  372. font-size:10px;
  373. color:{color:user}!important;
  374. }
  375.  
  376. .answer {
  377. margin-top:-10px;
  378. }
  379.  
  380. .notes {
  381. margin:30px 0 30px 0;
  382. }
  383.  
  384. .notes a {
  385. color:{color:text};
  386. }
  387.  
  388. .quote, .src {
  389. line-height:190%;
  390. }
  391.  
  392. .quote {
  393. font-size:14px;
  394. font-style:italic;
  395. }
  396.  
  397. .src {
  398. font-size:10px;
  399. margin-top:10px;
  400. text-align:right;
  401. }
  402.  
  403. .w {
  404. max-width:{text:post width};
  405. max-height:{text:post width};
  406. }
  407.  
  408. .vc {
  409. overflow:hidden;
  410. }
  411.  
  412. .vc iframe, .vc object, .vc embed {
  413. max-width:{text:post width};
  414. max-height:{text:post width};
  415. }
  416.  
  417. .music iframe {
  418. max-width: 100%;
  419. height: 85px;
  420. }
  421.  
  422. .music {
  423. margin-bottom:-7px;
  424. }
  425.  
  426. ol.notes{
  427. padding:0;
  428. margin:0;
  429. }
  430.  
  431. ol.notes li {
  432. list-style-type: none;
  433. }
  434.  
  435. ol.notes li.note img{
  436. width:0px;
  437. height:0px;
  438. }
  439.  
  440. ol.notes li.note{
  441. margin:0px;
  442. }
  443.  
  444. .vignette, #vignette {
  445. opacity:0;
  446. }
  447. .lightbox-image, #tumblr_lightbox img {
  448. box-shadow:none !important;
  449. border-radius:0 !important;
  450. max-width:none;
  451. }
  452.  
  453. .tmblr-lightbox, #tumblr_lightbox {
  454. background-color:rgba(255,255,255,.7) !important;
  455. }
  456.  
  457. .more_notes_link_container {
  458. text-align:left!important;
  459. }
  460.  
  461. .w {
  462. max-width:{text:post width};
  463. max-height:{text:post width};
  464. }
  465.  
  466. .vc {
  467. overflow:hidden;
  468. }
  469.  
  470. .vc iframe, .vc object, .vc embed {
  471. max-width:{text:post width};
  472. max-height:{text:post width};
  473. }
  474.  
  475. .permalink {
  476. padding-bottom:5px;
  477. margin-bottom:15px;
  478. text-transform:uppercase;
  479. font-weight:900;
  480. font-size:10px;
  481. border-bottom:1px solid {color:border};
  482. }
  483.  
  484. .permalinks {
  485. {block:Caption}
  486. margin-top:0px;
  487. {/block:Caption}
  488. margin-top:15px;
  489. padding-top:15px;
  490. border-top:1px solid {color:border};
  491. }
  492.  
  493. .permalinks a, .permalinks {
  494. color:{color:text};
  495. font-weight:900;
  496. font-size:10px;
  497. text-transform:uppercase;
  498. }
  499.  
  500. .pems {
  501. width:80%;
  502. position:absolute;
  503. letter-spacing:1px;
  504. }
  505.  
  506. .pems a {
  507. color:{color:permalink};
  508. }
  509.  
  510. .button {
  511. text-align:right;
  512. margin-left:2px;
  513. }
  514.  
  515. .button a {
  516. margin-right:10px;
  517. color:{color:permalink};
  518. }
  519.  
  520. .button a:last-of-type {
  521. margin-right:0px;
  522. }
  523.  
  524. .tags {
  525. margin-top:15px;
  526. padding-top:7px;
  527. border-top:1px solid {color:border};
  528. }
  529.  
  530. .tags a {
  531. display:inline;
  532. margin-right:4px;
  533. color:{color:tags};
  534. }
  535.  
  536. .tags a:after {
  537. content:',';
  538. }
  539.  
  540. .tags a:last-child:after {
  541. content:'';
  542. }
  543.  
  544. .captions a {
  545. color:{text:link};
  546. }
  547.  
  548.  
  549. blockquote {
  550. padding:2px 10px;
  551. margin:3px 0 4px 10px;
  552. border-left: 1px solid #ababab;
  553. border-radius: 0px;
  554. font-size:10px;
  555. }
  556.  
  557. blockquote img {
  558. max-width:100%;
  559. height:auto;
  560. }
  561.  
  562.  
  563. </style> </head> <body>
  564.  
  565.  
  566. <div id="content">
  567.  
  568. <aside>
  569. <div id="sidebar">
  570. <a href="/"><img src="{image:sidebar}"></a>
  571. <div id="sidetxt">
  572. <div id="txt">
  573. <div id="blogtit">{text:blog title}</div>
  574. <div id="main-nav">
  575. {block:iflink1}
  576. <a href="{text:link 1 url}">{text:link 1}</a>
  577. {/block:iflink1}
  578.  
  579. {block:iflink2}
  580. <a href="{text:link 2 url}">{text:link 2}</a>
  581. {/block:iflink2}
  582.  
  583. {block:iflink3}
  584. <a href="{text:link 3 url}">{text:link 3}</a>
  585. {/block:iflink3}
  586. </div>
  587. <div id="extra-nav">
  588. {block:iflink4}
  589. <a href="{text:link 4 url}">{text:link 4}</a>
  590. {/block:iflink4}
  591.  
  592. {block:iflink5}
  593. <a href="{text:link 5 url}">{text:link 5}</a>
  594. {/block:iflink5}
  595.  
  596. {block:iflink6}
  597. <a href="{text:link 6 url}">{text:link 6}</a>
  598. {/block:iflink6}
  599. </div>
  600. <div id="description">{description}</div>
  601. <!--txt contain--->
  602. </div>
  603. <!---end of sidetext--->
  604. </div>
  605. </div>
  606. </aside>
  607.  
  608.  
  609. {block:Posts}
  610.  
  611.  
  612. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}<!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  613.  
  614. <article>
  615.  
  616.  
  617. {block:indexpage}{block:date}
  618. <div class="permalink">
  619. <div class="pems">
  620. <a href="{permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</a></div>
  621. <div class="button"><a href="{ReblogURL}" target="_blank">reblog</a>
  622. </div>
  623. </div>{/block:date}{/block:indexpage}
  624.  
  625. {block:Text}
  626. {block:Title}<div class="title">{Title}</div>{/block:Title}
  627. {block:Body}
  628. <div class="captions" style="margin-top:15px">
  629. {block:NotReblog}{Body}{/block:NotReblog}
  630. {block:RebloggedFrom}{block:Reblogs}
  631. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  632. {block:HasNoPermalink}<span class="user">{Username}</span>{/block:HasNoPermalink}
  633. <div style="margin-top:-10px">{Body}</div>
  634. {/block:Reblogs}{/block:RebloggedFrom}
  635. </div>
  636. {/block:Body}
  637. {/block:Text}
  638.  
  639. {block:Answer}
  640. <div class="askp">
  641. {Asker} asked:</div>
  642. <div style="margin-bottom:15px; padding-bottom:15px;border-bottom:1px solid {color:border};">
  643. {Question}</div>
  644. {block:Answerer}
  645. <div class="answerp">
  646. {Answerer} replied:</div>
  647. <div class="answer">
  648. {Answer}</div>
  649. {/block:Answerer}
  650. {block:NotReblog}
  651. <div>{Replies}</div>
  652. {/block:NotReblog}
  653. {block:RebloggedFrom}
  654. {block:Reblogs}
  655. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  656. {block:HasNoPermalink}<span class="user">{Username}</span>{/block:HasNoPermalink}
  657. <div><div style="margin-top:-10px">{Body}</div></div>
  658. {/block:Reblogs}
  659. {/block:RebloggedFrom}
  660. {/block:Answer}
  661.  
  662.  
  663. {block:Quote}
  664. <div class="quote">{Quote}</div>
  665. {block:source}
  666. <div class="src">&mdash; {source}</div>
  667. {/block:source}
  668. {/block:Quote}
  669.  
  670. {block:Link}
  671. <div class="title"><a href="{URL}">{Name}</a></div>
  672. {block:Description}
  673. {block:NotReblog}{Description}{/block:NotReblog}
  674. {block:RebloggedFrom}{block:Reblogs}
  675. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  676. {block:HasNoPermalink}<span class="user">{Username}</span>{/block:HasNoPermalink}
  677. <div style="margin-top:-10px">{Body}</div>
  678. {/block:Reblogs}{/block:RebloggedFrom}
  679. {/block:Description}
  680. {/block:Link}
  681.  
  682. {block:Chat}
  683. {block:Title}{Title}{/block:Title}
  684. {block:Lines}
  685. {block:Label}<div style="font-weight:900;display:inline;margin-right:5px;">{Label}</div>{/block:Label}{Line}<br>
  686. {/block:Lines}
  687. {/block:Chat}
  688.  
  689. {block:Photo}
  690. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img style="width:100%;" src="{PhotoURL-HighRes}"></a>
  691.  
  692. {block:ifshowcaptions}{block:indexpage}{block:Caption}
  693. <div class="captions">
  694. {block:NotReblog}{Caption}{/block:NotReblog}
  695. {block:RebloggedFrom}{block:Reblogs}
  696. <div style="margin-top:15px">
  697. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  698. {block:HasNoPermalink}<span class="user">{Username}</span>{/block:HasNoPermalink}
  699. <div style="margin-top:-10px">{Body}</div>
  700. </div>
  701. {/block:Reblogs}{/block:RebloggedFrom}
  702. </div>
  703. {/block:Caption}{/block:indexpage}{/block:ifshowcaptions}
  704.  
  705. {block:permalinkpage}{block:Caption}
  706. <div class="captions">
  707. {block:NotReblog}{Caption}{/block:NotReblog}
  708. {block:RebloggedFrom}{block:Reblogs}
  709. <div style="margin-top:15px">
  710. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  711. {block:HasNoPermalink}<span class="user">{Username}</span>{/block:HasNoPermalink}
  712. <div style="margin-top:-10px">{Body}</div>
  713. </div>
  714. {/block:Reblogs}{/block:RebloggedFrom}
  715. </div>
  716. {/block:Caption}{/block:permalinkpage}
  717.  
  718.  
  719.  
  720. {/block:Photo}
  721.  
  722. {block:Photoset}
  723. <a href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $('body').toggleClass('tumblr_lightbox_active'); return false"><div style="max-width:100%;"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div></a>
  724.  
  725. {block:ifshowcaptions}{block:indexpage}{block:Caption}
  726. <div class="captions">
  727. {block:NotReblog}{Caption}{/block:NotReblog}
  728. {block:RebloggedFrom}{block:Reblogs}
  729. <div style="margin-top:15px">
  730. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  731. {block:HasNoPermalink}<span class="user">{Username}</span>{/block:HasNoPermalink}
  732. <div style="margin-top:-10px">{Body}</div>
  733. </div>
  734. {/block:Reblogs}{/block:RebloggedFrom}
  735. </div>
  736. {/block:Caption}{/block:indexpage}{/block:ifshowcaptions}
  737.  
  738.  
  739. {block:permalinkpage}{block:Caption}
  740. <div class="captions">
  741. {block:NotReblog}{Caption}{/block:NotReblog}
  742. {block:RebloggedFrom}{block:Reblogs}
  743. <div style="margin-top:15px">
  744. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  745. {block:HasNoPermalink}<span class="user">{Username}</span>{/block:HasNoPermalink}
  746. <div style="margin-top:-10px">{Body}</div>
  747. </div>
  748. {/block:Reblogs}{/block:RebloggedFrom}
  749. </div>
  750. {/block:Caption}{/block:permalinkpage}
  751.  
  752.  
  753. {/block:Photoset}
  754.  
  755. {block:Audio}
  756. <div class="music">{AudioEmbed}</div>
  757.  
  758. {block:ifshowcaptions}{block:indexpage}{block:Caption}
  759. <div style="margin-top:15px" class="captions">
  760. {block:NotReblog}{Caption}{/block:NotReblog}
  761. {block:RebloggedFrom}{block:Reblogs}
  762. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  763. {block:HasNoPermalink}<div class="user">{Username}</div>{/block:HasNoPermalink}
  764. <div style="margin-top:-10px">{Body}</div>
  765. {/block:Reblogs}{/block:RebloggedFrom}
  766. </div>
  767. {/block:Caption}{/block:indexpage}{/block:ifshowcaptions}
  768.  
  769. {block:permalinkpage}{block:Caption}
  770. <div style="margin-top:15px" class="captions">
  771. {block:NotReblog}{Caption}{/block:NotReblog}
  772. {block:RebloggedFrom}{block:Reblogs}
  773. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  774. {block:HasNoPermalink}<div class="user">{Username}</div>{/block:HasNoPermalink}
  775. <div style="margin-top:-10px">{Body}</div>
  776. {/block:Reblogs}{/block:RebloggedFrom}
  777. </div>
  778. {/block:Caption}{/block:permalinkpage}
  779.  
  780.  
  781.  
  782. {/block:Audio}
  783.  
  784. {block:Video}
  785. <div class="vc"><div class="w">{Video-500}</div></div>
  786. {block:ifshowcaptions}{block:indexpage}{block:Caption}
  787. <div style="margin-top:15px" class="captions">
  788. {block:NotReblog}{Caption}{/block:NotReblog}
  789. {block:RebloggedFrom}{block:Reblogs}
  790. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  791. {block:HasNoPermalink}<span class="user">{Username}</span>{/block:HasNoPermalink}
  792. <div style="margin-top:-10px">{Body}</div>
  793. {/block:Reblogs}{/block:RebloggedFrom}
  794. </div>
  795. {/block:Caption}{/block:indexpage}{/block:ifshowcaptions}
  796.  
  797. {block:permalinkpage}{block:Caption}
  798. <div style="margin-top:15px" class="captions">
  799. {block:NotReblog}{Caption}{/block:NotReblog}
  800. {block:RebloggedFrom}{block:Reblogs}
  801. {block:HasPermalink}<a target="_blank" class="user" href="{Permalink}">{Username}</a>{/block:HasPermalink}
  802. {block:HasNoPermalink}<span class="user">{Username}</span>{/block:HasNoPermalink}
  803. <div style="margin-top:-10px">{Body}</div>
  804. {/block:Reblogs}{/block:RebloggedFrom}
  805. </div>
  806. {/block:Caption}{/block:permalinkpage}
  807.  
  808.  
  809.  
  810. {/block:Video}
  811.  
  812. {block:indexpage}
  813. {block:ifshowtags}
  814. {block:HasTags} <div class="tags"><div style="font-size:10px;text-transform:uppercase;font-weight:900;display:inline;margin-right:7px;">tags:</div>{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}{/block:indexpage}
  815.  
  816. {block:permalinkpage}{block:date} <div class="permalinks">{MonthNumberWithZero}.{DayOfMonthWithZero}.{Year} / {12Hour}:{Minutes}{AmPm} / {NoteCountwithLabel}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}"> reblogged from </a> / <a href="{ReblogRootURL}">original post</a>{/block:RebloggedFrom}</div>
  817.  
  818. {block:HasTags} <div class="tags"><div style="font-size:10px;display:inline;text-transform:uppercase;font-weight:900; margin-right:7px;">tags:</div>{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags} {/block:date}{/block:permalinkpage}
  819.  
  820. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  821.  
  822.  
  823. </article>
  824.  
  825.  
  826. {/block:Posts}
  827.  
  828.  
  829. {block:Pagination}
  830. <article>
  831. <div id="pagination">
  832. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  833. {block:JumpPagination length="5"}
  834. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  835. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  836. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  837. </div>
  838. </article>
  839. {/block:Pagination}
  840.  
  841. </div>
  842.  
  843.  
  844. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  845.  
  846. <script>
  847.  
  848. (function($){
  849.  
  850. $(document).ready(function(){
  851.  
  852. $("a[title]").style_my_tooltips({
  853.  
  854. tip_follows_cursor:true,
  855.  
  856. tip_delay_time:90,
  857.  
  858. tip_fade_speed:600,
  859.  
  860. attribute:"title"
  861.  
  862. });
  863.  
  864. });
  865.  
  866. })(jQuery);
  867.  
  868. </script>
  869.  
  870. </body>
  871.  
  872.  
  873. </html>
  874.  
  875. <span class="phc"><a href="http://nemurou.tumblr.com/">theme by<br><b>nemurou</b></a></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement