Advertisement
nemurou

chiffon

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