Advertisement
nemurou

porcelain

Dec 21st, 2017
4,439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.14 KB | None | 0 0
  1. <!---
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. tumblr theme by nemurou
  16. december 2017
  17.  
  18. terms of use: https://nemurou.tumblr.com/tou
  19.  
  20. DO NOT TOUCH THE THEME CREDIT.
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. --->
  30.  
  31.  
  32. <!DOCTYPE html>
  33. <head>
  34. <title>{Title}</title>
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. <link rel="shortcut icon" href="{Favicon}">
  37. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  38. <meta name="viewport" content="width=device-width, initial-scale=1">
  39.  
  40. <link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700|Open+Sans:400,400i,700" rel="stylesheet">
  41. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  42.  
  43.  
  44. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  45. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  46. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  47.  
  48. <script>
  49. $(document).ready(function(){
  50. $('.photo-slideshow').pxuPhotoset({
  51. lightbox: true,
  52. rounded: false,
  53. gutter: '1px',
  54. borderRadius: '0px',
  55. photoset: '.photo-slideshow',
  56. photoWrap: '.photo-data',
  57. photo: '.pxu-photo'
  58. });
  59. });
  60. </script>
  61.  
  62. <meta name="if:post info on hover" content="">
  63. <meta name="if:show captions" content="">
  64. <meta name="if:show tags" content="">
  65.  
  66. <meta name="image:sidebar" content="">
  67.  
  68. <meta name="color:background" content="#ffffff">
  69. <meta name="color:text" content="#3f3f3f">
  70. <meta name="color:link" content="#000000">
  71. <meta name="color:border" content="#aaaaaa">
  72. <meta name="color:accent" content="#f2f2f2">
  73.  
  74.  
  75. <meta name="text:blog title" content="Porcelain"/>
  76. <meta name="text:post width" content="350px"/>
  77.  
  78. <meta name="text:link 1" content=""/>
  79. <meta name="text:link 1 url" content=""/>
  80. <meta name="text:link 2" content=""/>
  81. <meta name="text:link 2 url" content=""/>
  82. <meta name="text:link 3" content=""/>
  83. <meta name="text:link 3 url" content=""/>
  84. <meta name="text:link 4" content=""/>
  85. <meta name="text:link 4 url" content=""/>
  86. <meta name="text:link 5" content=""/>
  87. <meta name="text:link 5 url" content=""/>
  88. <meta name="text:link 6" content=""/>
  89. <meta name="text:link 6 url" content=""/>
  90. <meta name="text:link 7" content=""/>
  91. <meta name="text:link 7 url" content=""/>
  92.  
  93. <style type="text/css">
  94.  
  95. /*tumblr controls by cyantists*/
  96. iframe.tmblr-iframe {
  97. z-index: 99999999999999!important;
  98. top: 0!important;
  99. right: 0!important;
  100. opacity: 0.4;
  101. margin-top:10px!important;
  102. filter: invert(1) contrast(150%);
  103. -webkit-filter: invert(1) contrast(150%);
  104. -o-filter: invert(1) contrast(150%);
  105. -moz-filter: invert(1) contrast(150%);
  106. -ms-filter: invert(1) contrast(150%);
  107. transform: scale(0.5);
  108. transform-origin: 100% 0;
  109. -webkit-transform: scale(.7);
  110. -webkit-transform-origin: 100% 0;
  111. -o-transform: scale(.7);
  112. -o-transform-origin: 100% 0;
  113. -moz-transform: scale(.7);
  114. -moz-transform-origin: 100% 0;
  115. -ms-transform: scale(.7);
  116. -ms-transform-origin: 100% 0;
  117. }
  118.  
  119. ::selection {
  120. background: #f2f2f2;
  121. color:#000;
  122. }
  123.  
  124. ::-moz-selection {
  125. background: #f2f2f2;
  126. color:#000;
  127. }
  128.  
  129. ::-webkit-scrollbar {
  130. width:17px;
  131. height:17px;
  132. background-color:rgb(255,255,255);
  133. }
  134.  
  135. ::-webkit-scrollbar-track {
  136. border:8px solid #fff;
  137. background-color:#aaa;
  138. }
  139.  
  140. ::-webkit-scrollbar-thumb {
  141. border:8px solid #fff;
  142. background-color:#000;
  143. min-height:24px;
  144. min-width:24px;
  145. }
  146.  
  147. body {
  148. margin:0;
  149. font-size:12px;
  150. font-family: 'Open Sans', sans-serif;
  151. line-height:180%;
  152. -moz-osx-font-smoothing:grayscale;
  153. -webkit-font-smoothing:antialiased;
  154. font-smoothing:antialiased;
  155. color:{color:text};
  156. background:{color:background};
  157. }
  158.  
  159. a {
  160. color:{color:link};
  161. text-decoration:none;
  162. }
  163.  
  164. big, pre, h1, h2, h3, h4, h5, h6, small, sub {
  165. font-size:12px;
  166. font-family: 'Open Sans', sans-serif;
  167. }
  168.  
  169. hr {
  170. border:0;
  171. }
  172.  
  173. li, ul, ol {
  174. list-style:circle;
  175. }
  176.  
  177. img {
  178. border:0;
  179. max-width:100%;
  180. height:auto;
  181. display:block;
  182. }
  183.  
  184.  
  185. #content {
  186. margin-left:300px;
  187. }
  188.  
  189.  
  190. article {
  191. width:{text:post width};
  192. margin:150px auto;
  193. }
  194.  
  195.  
  196. blockquote {
  197. margin:0px 0px 5px 0px;
  198. padding:0px 0px 0px 15px;
  199. border-left:1px solid {color:border};
  200. }
  201.  
  202. .captions {
  203. margin-top:15px;
  204. }
  205.  
  206. .title {
  207. font-size:20px;
  208. margin-bottom:7px;
  209. font-family: 'Lora', serif;
  210. }
  211.  
  212. aside {
  213. position:fixed;
  214. width:300px;
  215. height:100%;
  216. margin-top:-150px;
  217. background:{color:accent};
  218. -webkit-box-sizing: border-box;
  219. -moz-box-sizing: border-box;
  220. box-sizing: border-box;
  221. padding:50px 30px;
  222. }
  223.  
  224. #top {
  225. position:relative;
  226. }
  227.  
  228. #icon {
  229. position:absolute;
  230. width:40px;
  231. border-radius:50%;
  232. -moz-border-radius:50%;
  233. -webkit-border-radius:50%;
  234. }
  235.  
  236. #blogtit {
  237. margin-left:60px;
  238. vertical-align:middle;
  239. line-height:40px;
  240. font-size:20px;
  241. font-weight:700;
  242. text-transform:uppercase;
  243. }
  244.  
  245. #description {
  246. margin-top:20px;
  247. font-size:12px;
  248. font-family: 'Lora', serif;
  249. line-height:200%;
  250. }
  251.  
  252. #mainav {
  253. margin-top:20px
  254. }
  255.  
  256. #mainav a {
  257. display:block;
  258. margin-bottom:6px;
  259. font-size:13px;
  260. }
  261.  
  262. #border {
  263. width:60px;
  264. height:1px;
  265. background:{color:border};
  266. margin-top:20px;
  267. }
  268.  
  269. .notes {
  270. margin-top:40px;
  271. }
  272.  
  273. .askz {
  274. margin-bottom:5px;
  275. background:{color:accent};
  276. -webkit-box-sizing: border-box;
  277. -moz-box-sizing: border-box;
  278. box-sizing: border-box;
  279. padding:15px;
  280. }
  281.  
  282. .quote, .src {
  283. line-height:200%;
  284. }
  285.  
  286. .quote {
  287. font-size:17px;
  288. font-style: italic;
  289. font-family: 'Lora', serif;
  290. }
  291.  
  292. .src {
  293. font-size:10px;
  294. margin-top:5px;
  295. text-align:right;
  296. }
  297.  
  298. .w {
  299. max-width:{text:post width};
  300. max-height:{text:post width};
  301. }
  302.  
  303. .vc {
  304. overflow:hidden;
  305. }
  306.  
  307. .vc iframe, .vc object, .vc embed {
  308. max-width:{text:post width};
  309. max-height:{text:post width};
  310. }
  311.  
  312. .music iframe {
  313. width:{text:post width};
  314. }
  315.  
  316. .music {
  317. margin-bottom:-7px;
  318. }
  319.  
  320. ol.notes{
  321. padding:0;
  322. margin:0;
  323. }
  324.  
  325. ol.notes li {
  326. list-style-type: none;
  327. }
  328.  
  329. ol.notes li.note img{
  330. width:0px;
  331. height:0px;
  332. }
  333.  
  334. ol.notes li.note{
  335. margin:0px;
  336. }
  337.  
  338. .dates {
  339. text-align:center;
  340. margin-bottom:30px;
  341. width:130px;
  342. margin:0px auto 50px auto;
  343. border-top:1px solid {color:border};
  344. }
  345.  
  346. article .perma{
  347. font-family: 'Lora', serif;
  348. font-size:16px;
  349. text-align:center;
  350. margin:-60px auto 40px auto;
  351. background:{color:background};
  352. padding:0px 5px 0px 7px;
  353. width:50px;
  354. }
  355.  
  356. article .right {
  357. position:absolute;
  358. margin-left:calc({text:post width} + 30px);
  359. }
  360.  
  361. article .left {
  362. position:absolute;
  363. margin-left:-50px;
  364. margin-top:-5px;
  365. }
  366.  
  367. .vias {
  368. {block:ifpostinfoonhover}
  369. opacity:0;
  370. -webkit-transition:all 0.6s ease-in-out;
  371. -moz-transition:all 0.6s ease-in-out;
  372. -o-transition:all 0.6s ease-in-out;
  373. {/block:ifpostinfoonhover}
  374. border-radius:50%;
  375. -moz-border-radius:50%;
  376. -webkit-border-radius:50%;
  377. background:#f9f9f9;
  378. }
  379.  
  380. .vias:first-child, .info:first-child {
  381. margin-bottom:20px;
  382. }
  383.  
  384. .info:first-child {
  385. margin-top:-15px;
  386. }
  387.  
  388. article:hover .vias, article:hover .info, article:hover .like-b {
  389. opacity:1;
  390. }
  391.  
  392. .info {
  393. {block:ifpostinfoonhover}
  394. -webkit-transition:all 0.6s ease-in-out;
  395. -moz-transition:all 0.6s ease-in-out;
  396. -o-transition:all 0.6s ease-in-out;
  397. opacity:0;
  398. {/block:ifpostinfoonhover}
  399. font-size:20px;
  400. }
  401.  
  402. .like-b {
  403. {block:ifpostinfoonhover}
  404. opacity:0;
  405. {/block:ifpostinfoonhover}
  406. position:relative;
  407. display:block;
  408. overflow:hidden;
  409. margin-left:1px;
  410. font-size:16px;
  411. margin-top:20px;
  412. -webkit-transition:all 0.6s ease-in-out;
  413. -moz-transition:all 0.6s ease-in-out;
  414. -o-transition:all 0.6s ease-in-out;
  415. }
  416.  
  417. .like-b .like_button iframe {
  418. position:absolute;
  419. top:0;
  420. left:0;
  421. bottom:0;
  422. right:0;
  423. z-index:2;
  424. opacity:0;
  425. }
  426.  
  427. .like-b .liked + .b {
  428. color:#cf000f;
  429. }
  430.  
  431. .tag {
  432. width:100%;
  433. }
  434.  
  435. .tag a {
  436. display:inline-block;
  437. margin:20px 3px 0 0;
  438. padding:1px 9px;
  439. line-height:230%;
  440. background:{color:accent};
  441. font-family: 'Lora', serif;
  442. }
  443.  
  444. .tag a:last-of-type {
  445. margin-right:0px;
  446. }
  447.  
  448. .permalinks {
  449. margin-top:40px;
  450. font-size:13px;
  451. line-height:200%;
  452. font-family: 'Lora', serif;
  453. }
  454.  
  455. #pagination {
  456. margin:150px auto;
  457. text-align:center;
  458. margin-left:-9px;
  459. font-size:12px;
  460. font-family: 'Lora', serif;
  461. }
  462.  
  463. .jump_page, .current_page {
  464. margin-right:9px;
  465. }
  466.  
  467. .jump_page {
  468. padding: 4px 8px;
  469. background: #ffffff;
  470. color:{color:text};
  471. text-decoration:none;
  472. }
  473.  
  474. .current_page {
  475. padding: 4px 8px;
  476. color:{color:text};
  477. background:#f2f2f2;
  478. text-decoration:none;
  479. border-radius:4px;
  480. -moz-border-radius:4px;
  481. -webkit-border-radius:4px;
  482. }
  483.  
  484. /* please be a decent human being.
  485. DO NOT TOUCH THE THEME CREDIT. */
  486.  
  487. .saeyoung a{
  488. background:#fff;
  489. position:fixed;
  490. right:25px;
  491. bottom:20px;
  492. font-size:9px;
  493. text-transform:lowercase;
  494. color:#000;
  495. z-index:999;
  496. border-radius:4px;
  497. -moz-border-radius:4px;
  498. -webkit-border-radius:4px;
  499. padding:3px 8px 4px 8px;
  500. }
  501.  
  502. </style> </head> <body>
  503.  
  504. <aside>
  505.  
  506. <div id="top">
  507.  
  508. <img id="icon" src="{image:sidebar}">
  509.  
  510. <div id="blogtit">{text:blog title}</div>
  511.  
  512. </div>
  513.  
  514. <div id="description">{description}</div>
  515.  
  516. <div id="border"></div>
  517.  
  518. <div id="mainav">
  519.  
  520. <a href="/">Refresh</a>
  521.  
  522. <a href="/ask">Message</a>
  523.  
  524. <a href="/archive">Archive</a>
  525.  
  526. {block:iflink1}
  527. <a href="{text:link 1 url}">{text:link 1}</a>
  528. {/block:iflink1}
  529.  
  530. {block:iflink2}
  531. <a href="{text:link 2 url}">{text:link 2}</a>
  532. {/block:iflink2}
  533.  
  534. {block:iflink3}
  535. <a href="{text:link 3 url}">{text:link 3}</a>
  536. {/block:iflink3}
  537.  
  538. {block:iflink4}
  539. <a href="{text:link 4 url}">{text:link 4}</a>
  540. {/block:iflink4}
  541.  
  542. {block:iflink5}
  543. <a href="{text:link 5 url}">{text:link 5}</a>
  544. {/block:iflink5}
  545.  
  546. {block:iflink6}
  547. <a href="{text:link 6 url}">{text:link 6}</a>
  548. {/block:iflink6}
  549.  
  550. {block:iflink7}
  551. <a href="{text:link 7 url}">{text:link 7}</a>
  552. {/block:iflink7}
  553.  
  554. </div>
  555.  
  556.  
  557. </aside>
  558.  
  559. <div id="content">
  560.  
  561.  
  562. {block:Posts}
  563.  
  564.  
  565. {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} -->
  566.  
  567.  
  568. <article id="{PostID}">
  569.  
  570. {block:indexpage}{block:date}
  571. <div class="dates"></div>
  572. <div class="perma"><a href="{permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}</a></div>
  573. {/block:date}{block:indexpage}
  574.  
  575. {block:indexpage}{block:rebloggedfrom}
  576. <div class="right">
  577. <a href="{ReblogParentURL}" title="via {ReblogParentName}"><img class="vias" src="{ReblogParentPortraitURL-24}"></a>
  578. <a href="{ReblogRootURL}" title="by {ReblogRootName}"><img class="vias" src="{ReblogRootPortraitURL-24}"></a>
  579. </div>
  580. {/block:rebloggedfrom}
  581. {/block:indexpage}
  582.  
  583. {block:indexpage}{block:notreblog}<div class="right">
  584. <a href="{permalink}" title="by {name}"><img class="vias" src="{PortraitURL-24}"></a>
  585. </div>{/block:notreblog}{/block:indexpage}
  586.  
  587. {block:indexpage}
  588. <div class="left">
  589. <a class="info" href="{ReblogURL}" target="_blank">⟳</a>
  590. <a class="like-b" href="#">{LikeButton}<span class="b"><span class="sf sf-heart-2"></span></span></a>
  591. </div>
  592. {/block:indexpage}
  593.  
  594. {block:Photo}<img style="width:100%;" src="{PhotoURL-HighRes}">{/block:Photo}
  595.  
  596. {block:Photoset}<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>{/block:Photoset}
  597.  
  598. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title} <div style="border:0; padding:0;" class="captions">{Body}</div>{/block:Text}
  599.  
  600. {block:Audio}<div class="music">{AudioEmbed}</div>{/block:Audio}
  601.  
  602. {block:Answer}
  603. <div class="askz">
  604. {Asker} asked: {Question}</div>
  605. {Answer}
  606. {/block:Answer}
  607.  
  608. {block:Chat}
  609. {block:Title}
  610. <div class="title">{Title}</div>
  611. {/block:Title}
  612. {block:Lines}
  613. {block:Label}<div style="font-weight:700;display:inline;margin-right:5px;">{Label}</div>{/block:Label}{Line}<br>
  614. {/block:Lines}
  615. {/block:Chat}
  616.  
  617. {block:Quote}
  618. <div class="quote">{Quote}</div>
  619. {block:source}
  620. <div class="src">&mdash; {source}</div>
  621. {/block:source}
  622. {/block:Quote}
  623.  
  624. {block:Link}
  625. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  626. {Description}
  627. {/block:Link}
  628.  
  629. {block:Video}
  630. <div class="vc"><div class="w">{Video-500}</div></div>
  631. {/block:Video}
  632.  
  633. {block:indexpage}{block:ifshowcaptions}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{/block:indexpage}
  634.  
  635. {block:permalinkpage}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:permalinkpage}
  636.  
  637. {block:indexpage}{block:ifshowtags}{block:HasTags}<div class="tag">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}{/block:indexpage}
  638.  
  639. {block:permalinkpage}{block:HasTags}<div class="tag">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:permalinkpage}
  640.  
  641. {block:permalinkpage}{block:date}<div class="permalinks">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}<br>{TimeAgo} at {12Hour}:{Minutes}{CapitalAmPm}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}">Via: {ReblogParentName}, <a href="{ReblogRootURL}">source: {ReblogRootName}</a>{/block:RebloggedFrom}</div>{/block:date}{/block:permalinkpage}
  642.  
  643. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  644.  
  645.  
  646. </article>
  647.  
  648.  
  649. {/block:Posts}
  650.  
  651.  
  652. {block:Pagination}
  653. <div id="pagination">
  654. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  655. {block:JumpPagination length="5"}
  656. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  657. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  658. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  659. </div>
  660. {/block:Pagination}
  661.  
  662. </div>
  663.  
  664. </body>
  665.  
  666.  
  667.  
  668. </html>
  669.  
  670. <!--- don't edit the credit.
  671. don't remove the credit.
  672. just don't touch the credit. --->
  673.  
  674. <span class="saeyoung"><a href="https://nemurou.tumblr.com/">THEME</a></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement