Advertisement
kratosknight

Untitled

Oct 15th, 2019
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.56 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3.  
  4. <!--
  5. Theme: Illustfolio 4
  6. by @sanographix
  7. https://www.sanographix.net
  8. (c) 2016 Showkaku Sano
  9. MIT License
  10. -->
  11.  
  12. <html prefix="og: https://ogp.me/ns#">
  13. <head>
  14.  
  15. <meta charset="UTF-8">
  16.  
  17. <meta name="font:Body" content="Helvetica Neue"/>
  18.  
  19. <meta name="image:Title Logo" content=""/>
  20.  
  21. <meta name="select:Thumbnails Margin" content="margin-none" title="None">
  22. <meta name="select:Thumbnails Margin" content="margin-narrow" title="Narrow">
  23. <meta name="select:Thumbnails Margin" content="margin-wide" title="Wide">
  24.  
  25. <meta name="select:Thumbnails Size" content="size-xs" title="XS">
  26. <meta name="select:Thumbnails Size" content="size-s" title="S">
  27. <meta name="select:Thumbnails Size" content="size-m" title="M">
  28. <meta name="select:Thumbnails Size" content="size-l" title="L">
  29. <meta name="select:Thumbnails Size" content="size-xl" title="XL">
  30.  
  31. <meta name="if:Crop Thumbnails" content="1" />
  32. <meta name="if:Show Tag List" content="1" />
  33. <meta name="if:Show Profile Section" content="1" />
  34. <meta name="if:Show Index Entry Footer" content="0" />
  35. <meta name="if:Single Column Mode" content="0" />
  36.  
  37. <meta name="text:Title Logo Width" content="" />
  38. <meta name="text:Your Name" content="" />
  39. <meta name="text:Profile" content="" />
  40.  
  41. <meta name="text:Your Website URL" content=""/>
  42. <meta name="text:Your Twitter Username" content=""/>
  43. <meta name="text:Your Facebook Username" content=""/>
  44. <meta name="text:Your Pixiv ID" content=""/>
  45. <meta name="text:Your Instagram Username" content=""/>
  46. <meta name="text:extra" content=""/>
  47.  
  48. <title>{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  49.  
  50. <meta name="viewport" content="width=device-width">
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53. <link rel="apple-touch-icon" href="{PortraitURL-128}">
  54.  
  55. <link rel="stylesheet" type="text/css" media="screen" href="https://static.tumblr.com/xlsgtjb/Zbyp4yngb/style.css" />
  56.  
  57.  
  58. <meta property="og:title" content="{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}" />
  59. <meta property="og:type" content="article" />
  60.  
  61. <meta name="twitter:card" content="summary_large_image">
  62. {block:IndexPage}
  63. <meta property="og:image" content="{HeaderImage}" />
  64. <meta name="twitter:image:src" content="{HeaderImage}" />
  65. {/block:IndexPage}
  66. {block:PermalinkPage}
  67. {block:Posts}
  68. {block:Photo}
  69. <meta property="og:image" content="{PhotoURL-HighRes}" />
  70. <meta name="twitter:image:src" content="{PhotoURL-HighRes}" />
  71. {/block:Photo}
  72. {block:Photoset}
  73. {block:Photos}
  74. <meta property="og:image" content="{PhotoURL-HighRes}" />
  75. <meta name="twitter:image:src" content="{PhotoURL-HighRes}" />
  76. {/block:Photos}
  77. {/block:Photoset}
  78. {/block:Posts}
  79. {/block:PermalinkPage}
  80.  
  81. <meta property="og:site_name" content="{Title}" />
  82. {block:Description}
  83. <meta property="og:description" content="{MetaDescription}">
  84. {/block:Description}
  85. {block:IndexPage}
  86. <link rel="canonical" href="{BlogURL}"/>
  87. <meta property="og:url" content="{BlogURL}" />
  88. {/block:IndexPage}
  89. {block:PermalinkPage}
  90. <link rel="canonical" href="{Permalink}"/>
  91. <meta property="og:url" content="{Permalink}" />
  92. {/block:PermalinkPage}
  93.  
  94. </head>
  95.  
  96. <body class="
  97. {block:IndexPage}page-index{/block:IndexPage}
  98. {block:TagPage}page-tag{/block:TagPage}
  99. {block:PermalinkPage}page-permalink page-{PostID}{/block:PermalinkPage}"
  100. >
  101.  
  102. <style>
  103. {CustomCSS}
  104. body {
  105. background-color: #0c0c0c;
  106. font-family: {font:Body}, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  107. }
  108. .section-profile{ background-color: #2a2a2a;
  109. }
  110. p { color: #dbdbdb;}
  111.  
  112. .nav li a {
  113. color: #d1d1d1;
  114. }
  115. a, .pagenation a { color: #aaaaaa; border-color: #aaaaaa;
  116.  
  117. }
  118. h1,h2,h3,h4,h5,h6 {
  119. font-family: {TitleFont}, 'Helvetica Neue', Helvetica, Arial, sans-serif ;
  120. font-weight: {TitleFontWeight};
  121. color: #cccccc;
  122. }
  123. a,
  124. .post-content-anchor:hover,
  125. .nav li a:hover,
  126. .pagenation a:hover,
  127. .entry-footer a:hover {
  128. color: {AccentColor};
  129. }
  130. .link-url {
  131. background-color: {AccentColor};
  132. }
  133. .pagenation a:hover:before,
  134. .pagenation a:hover:after {
  135. border-color: {AccentColor};
  136. }
  137. .tag-list ul li a:hover {
  138. border-color: {AccentColor};
  139. color: {AccentColor};
  140. }
  141. .social-accounts li a:hover {
  142. border-color: {AccentColor};
  143. }
  144. .social-accounts li a:hover .social-accounts-icon path {
  145. fill: {AccentColor};
  146. }
  147. </style>
  148.  
  149.  
  150. <div class="header">
  151. <div class="l-container">
  152. <div class="header-wrapper">
  153. <div class="header-box-title">
  154. <header class="header-title">
  155. <h1 class="header-blog-title">
  156. <a href="{BlogURL}"style="color:#d1d1d1;">
  157. {block:IfTitleLogoImage}
  158. <img class="header-blog-title-logo" src="{image:Title Logo}" alt="{title}" style="width: {text:Title Logo Width}px;">
  159. {/block:IfTitleLogoImage}
  160. {block:IfNotTitleLogoImage}
  161. {Title}
  162. {/block:IfNotTitleLogoImage}
  163. </a>
  164. </h1>
  165. </header>
  166. </div>
  167. <div class="header-box-nav">
  168. <nav class="nav" role="navigation">
  169. <ul>
  170. {block:HasPages}
  171. {block:Pages}
  172. <li>
  173. <a href="{URL}">{Label}</a>
  174. </li>
  175. {/block:Pages}
  176. {/block:HasPages}
  177. {block:AskEnabled}
  178. <li>
  179. <a href="/ask">{AskLabel}</a>
  180. </li>
  181. {/block:AskEnabled}
  182. {block:SubmissionsEnabled}
  183. <li>
  184. <a href="/submit">{SubmitLabel}</a>
  185. </li>
  186. {/block:SubmissionsEnabled}
  187. <li>
  188. <a href="/archive">Archive</a>
  189. </li>
  190. </ul>
  191. </nav>
  192. </div>
  193. </div>
  194. </div>
  195. </div>
  196.  
  197. <div class="site-content">
  198.  
  199.  
  200.  
  201.  
  202. {block:IndexPage}
  203.  
  204. <div class="section-post l-section">
  205.  
  206. {block:TagPage}
  207. <div class="l-container">
  208. <h3 class="tagged">Posts tagged "{Tag}"</h3>
  209. </div>
  210. {/block:TagPage}
  211.  
  212.  
  213. {block:ifNotSingleColumnMode}
  214. <div class="top-post-container
  215. {select:Thumbnails Size}
  216. ">
  217.  
  218. <div class="index-post-wrapper {select:Thumbnails Margin}">
  219. {block:Posts}
  220. <article class="post index-post {PostType}">
  221. <div class="post-inner">
  222.  
  223.  
  224. {block:Text}
  225. <a href="{Permalink}" class="post-content-anchor">
  226. <div class="post-content-wrapper">
  227. <div class="post-content-posttype">
  228. {PostType}
  229. </div>
  230. {block:Title}
  231. <div class="index-post-content index-post-title">{Title}</div>
  232. {/block:Title}
  233. </div>
  234. </a>
  235. {/block:Text}
  236.  
  237.  
  238. {block:Photo}
  239. <a href="{Permalink}">
  240. {block:IfCropThumbnails}
  241. <div class="post-photo-thumb" style="background-image: url('{PhotoURL-500}');"></div>
  242. {/block:IfCropThumbnails}
  243. {block:IfNotCropThumbnails}
  244. <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="post-photo-img">
  245. {/block:IfNotCropThumbnails}
  246. </a>
  247. {/block:Photo}
  248.  
  249.  
  250. {block:Photoset}
  251. {block:Photos}
  252. <a href="{Permalink}">
  253. {block:IfCropThumbnails}
  254. <div class="post-photo-thumb" style="background-image: url('{PhotoURL-500}');"></div>
  255. {/block:IfCropThumbnails}
  256. {block:IfNotCropThumbnails}
  257. <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="post-photo-img">
  258. {/block:IfNotCropThumbnails}
  259. </a>
  260. {/block:Photos}
  261. {/block:Photoset}
  262.  
  263.  
  264. {block:Quote}
  265. <a href="{Permalink}" class="post-content-anchor">
  266. <div class="post-content-wrapper">
  267. <div class="post-content-posttype">
  268. {PostType}
  269. </div>
  270. <div class="index-post-content">
  271. {Quote}
  272. </div>
  273. </div>
  274. </a>
  275. {/block:Quote}
  276.  
  277.  
  278. {block:Link}
  279. <a href="{Permalink}" class="post-content-anchor
  280. {block:Thumbnail}has-thumbnail{/block:Thumbnail}"
  281. {block:Thumbnail}style="background-image: url('{ThumbnailURL}');"{/block:Thumbnail}
  282. >
  283. <div class="post-content-wrapper">
  284. <div class="post-content-posttype">
  285. {PostType}
  286. </div>
  287. <div class="index-post-content">
  288. {Name}
  289. </div>
  290. </div>
  291. </a>
  292. {/block:Link}
  293.  
  294.  
  295. {block:Chat}
  296. <a href="{Permalink}" class="post-content-anchor">
  297. <div class="post-content-wrapper">
  298. <div class="post-content-posttype">
  299. {PostType}
  300. </div>
  301. {block:Title}
  302. <div class="index-post-content index-post-title">
  303. {Title}
  304. </div>
  305. {/block:Title}
  306. </div>
  307. </a>
  308. {/block:Chat}
  309.  
  310.  
  311. {block:Video}
  312. <a href="{Permalink}" class="post-content-anchor {block:VideoThumbnail}has-thumbnail{/block:VideoThumbnail}"
  313. {block:VideoThumbnail}style="background-image: url('{VideoThumbnailURL}');"{/block:VideoThumbnail}
  314. >
  315. <div class="post-content-wrapper">
  316. <div class="post-content-posttype">
  317. {PostType}
  318. </div>
  319. {block:Caption}
  320. <div class="index-post-content">
  321. {Caption}
  322. </div>
  323. {/block:Caption}
  324. </div>
  325. </a>
  326. {/block:Video}
  327.  
  328.  
  329. {block:Audio}
  330. <a href="{Permalink}" class="post-content-anchor">
  331. <div class="post-content-wrapper">
  332. <div class="post-content-posttype">
  333. {PostType}
  334. </div>
  335. {block:Caption}
  336. <div class="index-post-content">
  337. {Caption}
  338. </div>
  339. {/block:Caption}
  340. </div>
  341. </a>
  342. {/block:Audio}
  343.  
  344.  
  345. {block:Answer}
  346. <a href="{Permalink}" class="post-content-anchor">
  347. <div class="post-content-wrapper">
  348. <div class="post-content-posttype">
  349. {PostType}
  350. </div>
  351. <div class="index-post-content index-post-title">
  352. {Question}
  353. </div>
  354. </div>
  355. </a>
  356. {/block:Answer}
  357.  
  358.  
  359. {block:IfShowIndexEntryFooter}
  360. <footer class="index-entry-footer">
  361. <div class="index-entry-footer-meta">
  362. <span class="meta-elements date">
  363. <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
  364. </span>
  365. {block:NoteCount}
  366. <span class="meta-elements notecount">
  367. <a href="{Permalink}">{NoteCount} Notes</a>
  368. </span>
  369. {/block:NoteCount}
  370. </div>
  371. <ul class="like_and_reblog_buttons">
  372. <li>{ReblogButton color="grey" size="18"}</li>
  373. <li>{LikeButton color="grey" size="18"}</li>
  374. </ul>
  375. </footer>
  376. {/block:IfShowIndexEntryFooter}
  377. </div>
  378. </article>
  379. {/block:Posts}
  380. </div>
  381. </div>
  382. {/block:ifNotSingleColumnMode}
  383.  
  384.  
  385. {block:ifSingleColumnMode}
  386. <div class="top-post-container top-single-column">
  387. {block:Posts}
  388. <article class="post permalink-post {TagsAsClasses} {PostType}">
  389. <div class="l-container-mini section">
  390. {block:Text}
  391. <header class="entry-header">
  392. {block:Title}
  393. <h1 class="entry-title"><a href="{Permalink}">{Title}</a></h1>
  394. {/block:Title}
  395. </header>
  396. <div class="entry-content">
  397. {Body}
  398. </div>
  399. {/block:Text}
  400.  
  401. {block:Photo}
  402. <div class="entry-content">
  403. {LinkOpenTag}
  404. <div class="top-single-column-photo-content">
  405. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  406. </div>
  407. {LinkCloseTag}
  408. {block:Caption}
  409. <div class="caption">
  410. {Caption}
  411. </div>
  412. {/block:Caption}
  413. </div>
  414. {/block:Photo}
  415.  
  416. {block:Photoset}
  417. <div class="entry-content">
  418. <div class="top-single-column-photo-content">
  419. {Photoset}
  420. </div>
  421. {block:Caption}
  422. <div class="caption">
  423. {Caption}
  424. </div>
  425. {/block:Caption}
  426. </div>
  427. {/block:Photoset}
  428.  
  429. {block:Quote}
  430. <div class="entry-content {Length}">
  431. <blockquote>“{Quote}”</blockquote>
  432. {block:Source}
  433. <p class="quote-source">
  434. {Source}
  435. </p>
  436. {/block:Source}
  437. </div>
  438. {/block:Quote}
  439.  
  440. {block:Link}
  441. <header class="entry-header">
  442. <h1 class="entry-title">
  443. <a href="{URL}" class="link-url" {Target}>{Name}</a>
  444. </h1>
  445. </header>
  446. <div class="entry-content">
  447. {block:Description}
  448. <div class="link-description">{Description}</div>
  449. {/block:Description}
  450. </div>
  451. {/block:Link}
  452.  
  453. {block:Chat}
  454. <div class="entry-content">
  455. {block:Title}
  456. <h1 class="entry-title"><a href="{Permalink}">{Title}</a></h1>
  457. {/block:Title}
  458. <ul class="ul-chat">
  459. {block:Lines}
  460. <li class="{Alt} user_{UserNumber}">
  461. {block:Label}
  462. <span class="label">{Label}</span>
  463. {/block:Label}
  464. {Line}
  465. </li>
  466. {/block:Lines}
  467. </ul>
  468. </div>
  469. {/block:Chat}
  470.  
  471. {block:Video}
  472. <div class="entry-content">
  473. {Video-500}
  474. {block:Caption}
  475. <div class="caption">
  476. {Caption}
  477. </div>
  478. {/block:Caption}
  479. </div>
  480. {/block:Video}
  481.  
  482. {block:Audio}
  483. <div class="entry-content">
  484. {AudioPlayerBlack}
  485. {block:Caption}
  486. <div class="caption">
  487. {Caption}
  488. </div>
  489. {/block:Caption}
  490. </div>
  491. {/block:Audio}
  492.  
  493. {block:Answer}
  494. <div class="asker-group">
  495. <img src="{AskerPortraitURL-24}" width="24" height="24" /> {Asker}
  496. </div>
  497. <header class="entry-header">
  498. <h1 class="entry-title question">
  499. {Question}
  500. </h1>
  501. </header>
  502. <div class="entry-content">
  503. <div class="answer cont">{Answer}</div>
  504. </div>
  505. {/block:Answer}
  506.  
  507. <footer class="index-entry-footer">
  508. <div class="index-entry-footer-meta">
  509. <span class="meta-elements date">
  510. <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
  511. </span>
  512. {block:IfShowIndexEntryFooter}
  513. {block:NoteCount}
  514. <span class="meta-elements notecount">
  515. <a href="{Permalink}">{NoteCount} Notes</a>
  516. </span>
  517. {/block:NoteCount}
  518. {/block:IfShowIndexEntryFooter}
  519. </div>
  520. {block:IfShowIndexEntryFooter}
  521. <ul class="like_and_reblog_buttons">
  522. <li>{ReblogButton color="grey" size="18"}</li>
  523. <li>{LikeButton color="grey" size="18"}</li>
  524. </ul>
  525. {/block:IfShowIndexEntryFooter}
  526. </footer>
  527.  
  528. </div>
  529. </article>
  530. {/block:Posts}
  531. </div>
  532. {block:ifSingleColumnMode}
  533.  
  534. </div>
  535.  
  536.  
  537. {block:Pagination}
  538. <div class="l-container">
  539. <div class="pagenation pagenation-index">
  540. {block:PreviousPage}
  541. <a href="{PreviousPage}" class="pager-prev">Prev</a>
  542. {/block:PreviousPage}
  543. {block:NextPage}
  544. <a href="{NextPage}" class="pager-next" rel="next">Next</a>
  545. {/block:NextPage}
  546. </div>
  547. </div>
  548. {/block:Pagination}
  549.  
  550. {/block:IndexPage}
  551.  
  552.  
  553. {block:PermalinkPage}
  554. {block:Posts}
  555. <article class="post permalink-post {TagsAsClasses} {PostType}">
  556.  
  557.  
  558. {block:Photo}
  559. <div class="l-container full-image">
  560. {LinkOpenTag}
  561. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  562. {LinkCloseTag}
  563. </div>
  564. {/block:Photo}
  565.  
  566. {block:Photoset}
  567. <div class="l-container full-image">
  568. {Photoset}
  569. </div>
  570. {/block:Photoset}
  571.  
  572. <div class="l-container-mini section">
  573.  
  574.  
  575. {block:Text}
  576. <header class="entry-header">
  577. {block:Title}
  578. <h1 class="entry-title"><a href="{Permalink}">{Title}</a></h1>
  579. {/block:Title}
  580. </header>
  581. <div class="entry-content">
  582. {Body}
  583. </div>
  584. {/block:Text}
  585.  
  586.  
  587. {block:Photo}
  588. <div class="entry-content">
  589. {block:Caption}
  590. <div class="caption">
  591. {Caption}
  592. </div>
  593. {/block:Caption}
  594. </div>
  595. {/block:Photo}
  596.  
  597.  
  598. {block:Photoset}
  599. <div class="entry-content">
  600. {block:Caption}
  601. <div class="caption">
  602. {Caption}
  603. </div>
  604. {/block:Caption}
  605. </div>
  606. {/block:Photoset}
  607.  
  608.  
  609. {block:Quote}
  610. <div class="entry-content {Length}">
  611. <blockquote>“{Quote}”</blockquote>
  612. {block:Source}
  613. <p class="quote-source">
  614. {Source}
  615. </p>
  616. {/block:Source}
  617. </div>
  618. {/block:Quote}
  619.  
  620.  
  621. {block:Link}
  622. <header class="entry-header">
  623. <h1 class="entry-title">
  624. <a href="{URL}" class="link-url" {Target}>{Name}</a>
  625. </h1>
  626. </header>
  627. <div class="entry-content">
  628. {block:Description}
  629. <div class="link-description">{Description}</div>
  630. {/block:Description}
  631. </div>
  632. {/block:Link}
  633.  
  634.  
  635. {block:Chat}
  636. <div class="entry-content">
  637. {block:Title}
  638. <h1 class="entry-title"><a href="{Permalink}">{Title}</a></h1>
  639. {/block:Title}
  640. <ul class="ul-chat">
  641. {block:Lines}
  642. <li class="{Alt} user_{UserNumber}">
  643. {block:Label}
  644. <span class="label">{Label}</span>
  645. {/block:Label}
  646. {Line}
  647. </li>
  648. {/block:Lines}
  649. </ul>
  650. </div>
  651. {/block:Chat}
  652.  
  653.  
  654. {block:Video}
  655. <div class="entry-content">
  656. {Video-700}
  657. {block:Caption}
  658. <div class="caption">
  659. {Caption}
  660. </div>
  661. {/block:Caption}
  662. </div>
  663. {/block:Video}
  664.  
  665.  
  666. {block:Audio}
  667. <div class="entry-content">
  668. {AudioPlayerBlack}
  669. {block:Caption}
  670. <div class="caption">
  671. {Caption}
  672. </div>
  673. {/block:Caption}
  674. </div>
  675. {/block:Audio}
  676.  
  677.  
  678. {block:Answer}
  679. <div class="asker-group">
  680. <img src="{AskerPortraitURL-24}" width="24" height="24" /> {Asker}
  681. </div>
  682. <header class="entry-header">
  683. <h1 class="entry-title question">
  684. {Question}
  685. </h1>
  686. </header>
  687. <div class="entry-content">
  688. <div class="answer cont">{Answer}</div>
  689. </div>
  690. {/block:Answer}
  691.  
  692.  
  693. {block:Date}
  694.  
  695. <footer class="entry-footer">
  696.  
  697. <div class="entry-footer-section article-meta">
  698. <span class="meta-elements date">
  699. <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
  700. </span>
  701. {block:ContentSource}
  702. <span class="meta-elements content-source">
  703. <a href="{SourceURL}">
  704. {lang:Source}:
  705. {block:SourceLogo}
  706. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  707. {/block:SourceLogo}
  708. {block:NoSourceLogo}
  709. {SourceTitle}
  710. {/block:NoSourceLogo}
  711. </a>
  712. </span>
  713. {/block:ContentSource}
  714. </div>
  715.  
  716. <div class="entry-footer-section share">
  717. <h3>Share</h3>
  718. <ul class="like_and_reblog_buttons">
  719. <li>{ReblogButton color="grey" size="20"}</li>
  720. <li>{LikeButton color="grey" size="20"}</li>
  721. <li>
  722. <a href="https://twitter.com/share?text={block:PostSummary}{URLEncodedPostSummary}{/block:PostSummary}&url={ShortURL}">
  723. <img src="https://static.tumblr.com/xlsgtjb/x8lp4rk60/social-twitter.svg" class="social-icon">
  724. </a>
  725. </li>
  726. <li>
  727. <a href="https://www.facebook.com/sharer.php?u={URLEncodedPermalink}">
  728. <img src="https://static.tumblr.com/xlsgtjb/qJSp4rk78/social-facebook.svg" class="social-icon">
  729. </a>
  730. </li>
  731. </ul>
  732. </div>
  733.  
  734. {block:HasTags}
  735. <div class="entry-footer-section hastags">
  736. <h3>Tagged</h3>
  737. <span class="meta-elements">
  738. {block:Tags}
  739. <a href="{TagURL}">#{Tag}</a>
  740. {/block:Tags}
  741. </span>
  742. </div>
  743. {/block:HasTags}
  744.  
  745. {block:RebloggedFrom}
  746. <div class="entry-footer-section rebloggedfrom">
  747. <div class="entry-footer-section-inner">
  748. <h3>Reblogged from</h3>
  749. <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}" class="favicon"/> {ReblogParentName}</a>
  750. </div>
  751. <div class="entry-footer-section-inner">
  752. <h3>Originally posted by</h3>
  753. <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}" class="favicon"/> {ReblogRootName}</a>
  754. </div>
  755. </div>
  756. {/block:RebloggedFrom}
  757.  
  758. {block:NoteCount}
  759. <div class="entry-footer-section notecount">
  760. <h3>{NoteCount} Notes</h3>
  761. <div class="notecontainer">
  762. {PostNotes}
  763. </div>
  764. </div>
  765. {/block:NoteCount}
  766.  
  767. </footer>
  768.  
  769. {/block:Date}
  770.  
  771. </div>
  772.  
  773. </article>
  774.  
  775. {/block:Posts}
  776. {/block:PermalinkPage}
  777.  
  778.  
  779. {block:PermalinkPagination}
  780. <div class="pagenation pagenation-permalink">
  781. {block:NextPost}
  782. <a href="{NextPost}" class="pager-prev" rel="next">Newer Post</a>
  783. {/block:NextPost}
  784. {block:PreviousPost}
  785. <a href="{PreviousPost}" class="pager-next">Older Post</a>
  786. {/block:PreviousPost}
  787. </div>
  788. {/block:PermalinkPagination}
  789.  
  790. {block:IndexPage}
  791. {block:IfShowProfileSection}
  792. <section class="section-profile section">
  793. <div class="l-container-mini">
  794. <div class="profile-wrapper">
  795. <div class="profile-image">
  796. <img src="{PortraitURL-128}">
  797. </div>
  798. <div class="profile-content">
  799. <h2>{text:Your Name}</h2>
  800. <p>{text:Profile}</p>
  801. <ul class="social-accounts">
  802. {block:IfYourWebsiteURL}
  803. <li class="li-website">
  804. <a href="{text:Your Website URL}">
  805. <svg class="social-accounts-icon" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#aaa" d="M4.5,25.4V14.8L16,5.4l11.5,9.4v10.6c0,0.7-0.5,1.3-1.3,1.3H19v-8.5h-6v8.5H5.8C5.1,26.7,4.5,26.1,4.5,25.4z
  806. M0.9,14.3l-0.8-0.9c-0.2-0.3-0.2-0.7,0.1-0.9L15,0.4c0.6-0.5,1.4-0.5,2,0l4.1,3.3V2c0-0.4,0.3-0.7,0.7-0.7h3.8
  807. c0.4,0,0.6,0.3,0.6,0.7v5.9l5.6,4.6c0.3,0.2,0.3,0.6,0.1,0.9l-0.8,0.9c-0.1,0.2-0.3,0.2-0.5,0.2h-1.1c-0.2,0-0.3-0.1-0.4-0.1L16.4,4
  808. c-0.3-0.2-0.6-0.2-0.9,0L2.9,14.4c-0.1,0.1-0.2,0.1-0.4,0.1H1.4C1.2,14.5,1,14.4,0.9,14.3z"/></svg>
  809. </a>
  810. </li>
  811. {/block:IfYourWebsiteURL}
  812. {block:IfYourTwitterUsername}
  813. <li class="li-twitter">
  814. <a href="{text:Your Twitter Username}">
  815. <svg class="social-accounts-icon" xmlns="https://www.w3.org/2000/svg" viewBox="-623 385 32 32"><path fill="#aaa" d="M-591,391.1c-1.2,0.5-2.4,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6
  816. c-1.2-1.3-2.9-2.1-4.8-2.1c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5c-5.5-0.3-10.3-2.9-13.5-6.9c-0.6,1-0.9,2.1-0.9,3.3
  817. c0,2.3,1.2,4.3,2.9,5.5c-1.1,0-2.1-0.3-3-0.8c0,0,0,0.1,0,0.1c0,3.2,2.3,5.8,5.3,6.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1
  818. c0.8,2.6,3.3,4.5,6.1,4.6c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1c2.9,1.9,6.4,2.9,10.1,2.9c12.1,0,18.7-10,18.7-18.7
  819. c0-0.3,0-0.6,0-0.8C-593,393.5-591.9,392.4-591,391.1L-591,391.1z"/></svg>
  820. </a>
  821. </li>
  822. {/block:IfYourTwitterUsername}
  823. {block:IfYourFacebookUsername}
  824. <li class="li-facebook">
  825. <a href="{text:Your Facebook Username}">
  826. <svg class="social-accounts-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  827. viewBox="0 0 242.8 242.8" enable-background="new 0 0 242.8 242.8" xml:space="preserve">
  828. <path fill="#AAAAAA" d="M138.65,0c0,5.32,0,9.93,0,14.55c0,18.79-0.03,37.57,0.01,56.36
  829. c0.02,11.27,4.6,15.83,15.79,15.83c21.82,0.01,43.64,0,65.47,0c1.57,0,3.14,0,5.19,0c0.11,1.77,0.28,3.28,0.28,4.8
  830. c0.01,45.09,0.02,90.18,0.01,135.27c0,11.69-4.33,15.99-15.96,15.99c-58.67,0-117.35,0-176.02,0c-11.65,0-16.01-4.3-16.01-15.93
  831. c-0.01-70.38-0.01-140.76,0-211.14C17.41,4.57,22.03,0,33.24,0C66.62,0,100.01,0,133.39,0C134.95,0,136.5,0,138.65,0z
  832. M121.21,173.4c-15.16,0-30.32-0.01-45.49,0.01c-5.17,0.01-6.3,1.16-6.45,6.36c-0.03,1.15-0.01,2.31-0.01,3.47
  833. c0.05,6.58,1.02,7.59,7.49,7.59c28.74,0.01,57.47,0,86.21,0c10.44,0,10.77-0.32,10.58-10.58c-0.11-5.76-1.17-6.84-6.85-6.84
  834. C151.53,173.4,136.37,173.4,121.21,173.4z M121.85,104.01c-15.45,0-30.9-0.02-46.35,0.01c-4.88,0.01-6.04,1.2-6.22,6.15
  835. c-0.04,1.15-0.02,2.31-0.01,3.47c0.04,6.86,0.96,7.81,7.72,7.81c28.59,0.01,57.18,0,85.77,0c10.76,0,11.19-0.45,10.78-11.24
  836. c-0.19-5.06-1.37-6.18-6.63-6.19C151.88,104,136.86,104.01,121.85,104.01z M121.36,138.71c-15.02,0-30.04-0.01-45.05,0
  837. c-5.95,0-6.96,1.03-7.04,7.07c-0.01,1.01-0.01,2.02,0,3.03c0.06,6.25,1.11,7.32,7.33,7.32c28.74,0.01,57.47,0.01,86.21,0
  838. c10.71,0,11.17-0.49,10.74-11.3c-0.2-4.9-1.39-6.12-6.25-6.13C151.97,138.69,136.67,138.71,121.36,138.71z"/>
  839. </svg>
  840.  
  841. </a>
  842. </li>
  843. {/block:IfYourFacebookUsername}
  844. {block:IfYourPixivID}
  845. <li class="li-pixiv">
  846. <a href="{text:Your Pixiv ID}">
  847. <svg class="social-accounts-icon" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  848. viewBox="0 0 242.8 242.8"enable-background="new 0 0 242.8 242.8" xml:space="preserve">
  849. <path fill="#AAAAAA" d="M81.6,96c0,0-1,4.3,0,6.8c0,0,29,52,62.3,58.2c0,0,10.8-9.7,14.2-13.9c0,0,8-4.2,13.2-1
  850. l36.4,21.5c0,0,9.7,6.9,4.5,14.6c0,0-28.5,31.6-35.4,32.3c0,0-54.8,6.2-100.6-50.3c0,0-60-75-44.8-105.8l26.7-27.4
  851. c0,0,9.7-6.2,13.9,0.7l20.5,38.2c0,0,5.6,8,0.7,14.2s-4.9,6.2-4.9,6.2L81.6,96z"/>
  852. </svg>
  853. </a>
  854. </li>
  855. {/block:IfYourPixivID}
  856. {block:IfYourInstagramUsername}
  857. <li class="li-instagram">
  858. <a href="{text:Your Instagram Username}">
  859. <svg class="social-accounts-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 242.8 242.8"><path fill="#AAAAAA" d="M58.93,39.93c0,12.4-9.58,22.61-24.49,22.61s-23.7-10.2-23.39-22.61s9.1-22.92,23.7-22.92
  860. S58.61,26.74,58.93,39.93z M12.15,225.79V80.27h45.21v145.52H12.15z M93.78,126.74c0-18.21-0.63-33.59-1.26-46.47h39.25l2.04,19.94
  861. h0.94c10.16-14.75,26.99-23.46,44.9-23.23c29.83,0,52.12,19.78,52.12,62.48v86.34h-45.21V145.1c0-18.68-6.59-31.4-22.92-31.4
  862. c-12.56,0-19.94,8.48-22.92,16.95c-1.31,3.62-1.89,7.46-1.73,11.3v83.83H93.78V126.74z"/>
  863. </svg>
  864. </a>
  865. </li>
  866. {/block:IfYourInstagramUsername}
  867. {block:Ifextra}
  868. <li class="li-website">
  869. <a href="{text:extra}">
  870. <svg class="social-accounts-icon" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#aaa" d="M4.5,25.4V14.8L16,5.4l11.5,9.4v10.6c0,0.7-0.5,1.3-1.3,1.3H19v-8.5h-6v8.5H5.8C5.1,26.7,4.5,26.1,4.5,25.4z
  871. M0.9,14.3l-0.8-0.9c-0.2-0.3-0.2-0.7,0.1-0.9L15,0.4c0.6-0.5,1.4-0.5,2,0l4.1,3.3V2c0-0.4,0.3-0.7,0.7-0.7h3.8
  872. c0.4,0,0.6,0.3,0.6,0.7v5.9l5.6,4.6c0.3,0.2,0.3,0.6,0.1,0.9l-0.8,0.9c-0.1,0.2-0.3,0.2-0.5,0.2h-1.1c-0.2,0-0.3-0.1-0.4-0.1L16.4,4
  873. c-0.3-0.2-0.6-0.2-0.9,0L2.9,14.4c-0.1,0.1-0.2,0.1-0.4,0.1H1.4C1.2,14.5,1,14.4,0.9,14.3z"/></svg>
  874. </a>
  875. </li>
  876. {/block:Ifextra}
  877. </ul>
  878. </div>
  879. </div>
  880. </div>
  881. </section>
  882. {/block:IfShowProfileSection}
  883. {/block:IndexPage}
  884.  
  885. {block:IfShowTagList}
  886. <div class="l-container l-section tag-list">
  887. <h3>Tags</h3>
  888. <ul id="tags" class="tagCloud"></ul>
  889. </div>
  890. {/block:IfShowTagList}
  891.  
  892. </div>
  893.  
  894. <!-- Note: Do not delete the following section.
  895. ここから先のセクションは消去しないでください -->
  896. <footer class="l-section section-footer">
  897. <div class="l-container">
  898. <div class="footer-content">
  899. <div class="footer-copyright">
  900. <span class="footer-title">
  901. <a href="{BlogURL}">
  902. {title}
  903. </a>
  904. </span>
  905. <span class="footer-copyright">
  906. ©{CopyrightYears} {text:Your Name}
  907. </span>
  908. </div>
  909. <div class="footer-theme">
  910. <div class="footer-theme-author">
  911. <span class="footer-theme-illustfolio4">
  912. Made with
  913. <a href="https://sanographix.github.io/illustfolio4/">Illustfolio 4</a>
  914. </span>
  915. <span>
  916. Template designed by <a href="https://www.sanographix.net/">SANOGRAPHIX.NET</a>
  917. </span>
  918. </div>
  919. <div class="install-button">
  920. <a href="https://sanographix.github.io/illustfolio4/" class="footer-install-btn">Install theme</a>
  921. </div>
  922. </div>
  923. </div>
  924. </div>
  925. </footer>
  926.  
  927. {block:IfShowTagList}
  928. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  929. <script src="https://static.tumblr.com/xxf6ewk/hScof72wo/tumblrposts.js"></script>
  930. <script>
  931. $(document).ready(function(){
  932. (function() {
  933. var posts = new TumblrPosts({
  934. domain: location.host,
  935. maxNum:300
  936. });
  937. posts.bind(posts.EVENT_COMPLETE, function(e) {
  938. var that = this;
  939. $.each(this.getTags(), function(i, tag) {
  940. var html = '<li class="level' + (tag.count % 6 + 1) + '">'
  941. + '<a href="/tagged/' + tag.name + '">' + tag.name + '</a></li>';
  942. $(html).appendTo($("ul#tags"));
  943. });
  944. });
  945. posts.run();
  946. })();
  947. });
  948. </script>
  949. {/block:IfShowTagList}
  950.  
  951. <script src="https://static.tumblr.com/xxf6ewk/Mh1ofifbk/scripts.js"></script>
  952. </body>
  953. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement