Advertisement
nemurou

coffee

Aug 20th, 2017
1,265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.54 KB | None | 0 0
  1. <!---
  2.  
  3. tumblr theme by kenshinuesugi / nemurou
  4.  
  5. august 2017
  6.  
  7. --->
  8.  
  9. <!DOCTYPE html>
  10. <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. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600|Source+Sans+Pro:400,400i,600" rel="stylesheet">
  17. <meta name="viewport" content="width=device-width, initial-scale=1">
  18. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  19.  
  20. <script>
  21. $(document).ready(function() {
  22. $('iframe.tumblr_audio_player').load( function() {
  23. $('iframe.tumblr_audio_player').contents().find("head")
  24. .append($("<style type='text/css'>.audio-player{background:#fff!important} </style>"));
  25. });
  26. });
  27. $(document).ready(function(){
  28. $("#navi").click(function(){
  29. $("#extra").slideToggle("slow");
  30. });
  31. });
  32. </script>
  33.  
  34. <meta name="if:show tags" content=""/>
  35. <meta name="if:show captions" content=""/>
  36. <meta name="if:show via or source" content=""/>
  37.  
  38. <meta name="image:icon" content="">
  39. <meta name="image:header background" content="">
  40.  
  41. <meta name="select:icon" content="4px" title="rounded">
  42. <meta name="select:icon" content="50%" title="circle">
  43. <meta name="select:icon" content="0px" title="square">
  44.  
  45. <meta name="color:background" content="">
  46. <meta name="color:header background" content="">
  47. <meta name="color:text" content="">
  48. <meta name="color:border" content="">
  49. <meta name="color:link" content="">
  50. <meta name="color:blog title" content="">
  51. <meta name="color:header links" content="">
  52.  
  53. <meta name="text:post width" content="450px"/>
  54. <meta name="text:link 1" content=""/>
  55. <meta name="text:link 1 url" content=""/>
  56. <meta name="text:link 2" content=""/>
  57. <meta name="text:link 2 url" content=""/>
  58. <meta name="text:link 3" content=""/>
  59. <meta name="text:link 3 url" content=""/>
  60. <meta name="text:link 4" content=""/>
  61. <meta name="text:link 4 url" content=""/>
  62.  
  63. <style type="text/css">
  64.  
  65. /*tumblr controls by cyantists*/
  66. iframe.tmblr-iframe {
  67. z-index: 99999999999999!important;
  68. top: 0!important;
  69. right: 0!important;
  70. opacity: 0.4;
  71. filter: invert(1) contrast(150%);
  72. -webkit-filter: invert(1) contrast(150%);
  73. -o-filter: invert(1) contrast(150%);
  74. -moz-filter: invert(1) contrast(150%);
  75. -ms-filter: invert(1) contrast(150%);
  76. transform: scale(0.65);
  77. transform-origin: 100% 0;
  78. -webkit-transform: scale(0.65);
  79. -webkit-transform-origin: 100% 0;
  80. -o-transform: scale(0.65);
  81. -o-transform-origin: 100% 0;
  82. -moz-transform: scale(0.65);
  83. -moz-transform-origin: 100% 0;
  84. -ms-transform: scale(0.65);
  85. -ms-transform-origin: 100% 0;
  86. }
  87.  
  88. iframe.tmblr-iframe:hover {
  89. opacity: 0.6!important;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. width:17px;
  94. height:17px;
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. background-color:{color:background};
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. border:8px solid {color:background};
  103. background-color:{color:border};
  104. min-width:26px;
  105. min-height:26px;
  106. }
  107.  
  108. body {
  109. margin:0;
  110. font-size:11px;
  111. font-family: 'Open Sans', sans-serif;
  112. line-height:160%;
  113. -moz-osx-font-smoothing:grayscale;
  114. -webkit-font-smoothing:antialiased;
  115. font-smoothing:antialiased;
  116. color:{color:text};
  117. background:{color:background};
  118. }
  119.  
  120. a {
  121. color:{color:link};
  122. text-decoration:none;
  123. }
  124.  
  125. big, pre, h1, h2, h3, h4, h5, h6, small, sub {
  126. font-size:11px;
  127. font-family: 'Open Sans', sans-serif;
  128. }
  129.  
  130. hr {
  131. border:0;
  132. }
  133.  
  134. li {
  135. list-style:normal;
  136. margin-left:-25px;
  137. }
  138.  
  139. blockquote {
  140. margin:0px 0px 5px 0px;
  141. padding:0px 5px 0px 15px;
  142. border-left:1px solid {color:border};
  143. }
  144.  
  145. img {
  146. border:0;
  147. max-width:100%;
  148. height:auto;
  149. display:block;
  150. }
  151.  
  152. .title {
  153. font-weight:600;
  154. font-size:14px;
  155. margin-bottom:20px;
  156. }
  157.  
  158. #content {
  159. margin:350px auto 0px auto;
  160. width:{text:post width};
  161. min-width: 350px;
  162. max-width: 650px;
  163.  
  164. }
  165.  
  166. header {
  167. top:0;
  168. text-align:center;
  169. width:100vw;
  170. position:fixed;
  171. -webkit-box-sizing: border-box;
  172. -moz-box-sizing: border-box;
  173. box-sizing: border-box;
  174. background:{color:header background} url({image:header background})top left fixed repeat;
  175. z-index:999;
  176. padding:50px 30px;
  177. border-bottom:1px solid {color:border};
  178. }
  179.  
  180. #icon {
  181. width:60px;
  182. height:60px;
  183. position: absolute;
  184. margin-left:auto;
  185. margin-right:auto;
  186. left:0;
  187. right:0;
  188. margin-top:15px;
  189. border:1px solid {color:border};
  190. padding:5px;
  191. background:#fff;
  192. border-radius:{select:icon};
  193. -moz-border-radius:{select:icon};
  194. -webkit-border-radius:{select:icon};
  195. }
  196.  
  197. #blogtitle {
  198. margin-bottom:20px;
  199. font-family:'Source Sans Pro', sans-serif;
  200. font-size:20px;
  201. color:{color:blog title};
  202. font-weight:700;
  203. }
  204.  
  205. #description {
  206. margin:20px 0px;
  207. font-size:13px;
  208. }
  209.  
  210. #links {
  211. margin-bottom:20px;
  212. }
  213.  
  214. #links a, #navi, #extra a {
  215. font-size:13px;
  216. margin-right:35px;
  217. color:{color:header links};
  218. }
  219.  
  220. #links a:last-child, #navi {
  221. margin-right:0;
  222. }
  223.  
  224. #navi {
  225. display:inline;
  226. color:{color:header links};
  227. }
  228.  
  229. #extra {
  230. display:none;
  231. color:{color:header links};
  232. margin-top:20px;
  233. }
  234.  
  235. article {
  236. margin-bottom:150px;
  237. }
  238.  
  239. .captions a {
  240. border-bottom:1px solid {color:border};
  241. }
  242.  
  243. .date {
  244. margin-bottom:40px;
  245. text-align:center;
  246. width:100%;
  247. }
  248.  
  249. .date a {
  250. padding-bottom:6px;
  251. font-size:13px;
  252. font-weight:600;
  253. border-bottom:1px solid {color:border};
  254. }
  255.  
  256. .tags {
  257. margin:30px 0px;
  258. width:100%;
  259. font-size:13px;
  260. font-weight:700;
  261. line-height:160%;
  262. text-align:center;
  263. }
  264.  
  265. .tags a {
  266. font-weight:400;
  267. font-family:'Source Sans Pro', sans-serif;
  268. }
  269.  
  270. .tags a {
  271. margin-left:7px;
  272. }
  273.  
  274. .tags a:first-child {
  275. margin-left:15px;
  276. }
  277.  
  278. .tags a::after, .tag a::after {
  279. content:",";
  280. }
  281.  
  282. .tags a:last-child::after, .tag a:last-child::after {
  283. content:"";
  284. }
  285.  
  286. .reblogs {
  287. margin: 30px auto 0px auto;
  288. width: 50%;
  289. text-transform:uppercase;
  290. }
  291.  
  292. .pic {
  293. position:absolute;
  294. width:40px;
  295. }
  296.  
  297. .pic img {
  298. border-radius:{select:icon};
  299. -moz-border-radius:{select:icon};
  300. -webkit-border-radius:{select:icon};
  301. }
  302.  
  303. .via {
  304. margin-left:40px;
  305. text-align:center;
  306. }
  307.  
  308. .via a {
  309. border-bottom:1px solid {color:border};
  310. font-weight:600;
  311. }
  312.  
  313. .perma a{
  314. border-bottom:1px solid {color:border};
  315. }
  316.  
  317. .permalinks {
  318. margin-top:40px;
  319. }
  320.  
  321. .tag a {
  322. margin-right:4px;
  323. }
  324.  
  325. .tag a:last-child {
  326. margin-right:0px;
  327. }
  328.  
  329. .quote, .src {
  330. line-height:190%;
  331. }
  332.  
  333. .quote {
  334. font-size:14px;
  335. font-style: italic;
  336. }
  337.  
  338. .src {
  339. font-size:10px;
  340. margin-top:8px;
  341. text-align:right;
  342. }
  343.  
  344. .w {
  345. max-width:{text:post width};
  346. max-height:{text:post width};
  347. }
  348.  
  349. .vc {
  350. overflow:hidden;
  351. }
  352.  
  353. .vc iframe, .vc object, .vc embed {
  354. max-width:{text:post width};
  355. max-height:{text:post width};
  356. }
  357.  
  358. .cont {
  359. background:#fff;
  360. border:1px solid {color:border};
  361. position:relative;
  362. height:24px;
  363. padding:15px 30px;
  364. }
  365.  
  366. .player {
  367. position:absolute;
  368. width:25px;
  369. height:24px;
  370. left:10px;
  371. display:block;
  372. overflow:hidden;
  373. }
  374.  
  375. .info {
  376. line-height:24px;
  377. margin:2px 0 0 15px;
  378. }
  379.  
  380. .notes {
  381. font-size:10px;
  382. margin-top:30px;
  383. }
  384.  
  385. ol.notes{
  386. padding:0;
  387. margin:0;
  388. }
  389.  
  390. ol.notes li {
  391. list-style-type: none;
  392. }
  393.  
  394. ol.notes li.note img{
  395. width:0px;
  396. height:0px;
  397. }
  398.  
  399. ol.notes li.note{
  400. margin:0px;
  401. }
  402.  
  403. #pagination {
  404. width:{text:post width};
  405. margin-bottom:150px;
  406. text-align:right;
  407. position:relative;
  408. }
  409.  
  410. #pagination a {
  411. text-transform:uppercase;
  412. }
  413.  
  414. /*DO NOT TOUCH THE THEME CREDIT*/
  415. .saeyoung a{
  416. background:#fff;
  417. position:fixed;
  418. left:20px;
  419. bottom:15px;
  420. opacity:.7;
  421. color:#545454;
  422. z-index:999;
  423. border-radius:4px;
  424. -moz-border-radius:4px;
  425. -webkit-border-radius:4px;
  426. padding:3px 8px 4px 8px;
  427. }
  428.  
  429. </style> </head> <body>
  430.  
  431. <header>
  432.  
  433. <div id="blogtitle">{Title}</div>
  434.  
  435. <div id="description">{description}</div>
  436.  
  437. <div id="links">
  438. <a href="/">refresh</a>
  439. <a href="/ask">message</a>
  440. <a href="/archive">archive</a>
  441. <div id="navi">navigation</div>
  442. <div id="extra">
  443. {block:iflink1}
  444. <a href="{text:link 1 url}">{text:link 1}</a>
  445. {/block:iflink1}
  446. {block:iflink2}
  447. <a href="{text:link 2 url}">{text:link 2}</a>
  448. {/block:iflink2}
  449. {block:iflink3}
  450. <a href="{text:link 3 url}">{text:link 3}</a>
  451. {/block:iflink3}
  452. {block:iflink4}
  453. <a href="{text:link 4 url}">{text:link 4}</a>
  454. {/block:iflink4}
  455. </div>
  456. </div>
  457.  
  458. <a href="/"><img id="icon" src="{image:icon}"><a/>
  459.  
  460. </header>
  461.  
  462. <div id="content">
  463.  
  464.  
  465. {block:Posts}
  466.  
  467.  
  468. {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} -->
  469.  
  470.  
  471.  
  472. <article>
  473.  
  474.  
  475. {block:indexpage}<div class="date">{block:date}<a href="{permalink}">{DayOfWeek}, {DayOfMonthWithZero} {ShortMonth} {Year}</a>{/block:date}</div>{/block:indexpage}
  476.  
  477.  
  478. {block:Photo}<img style="width:100%;" src="{PhotoURL-HighRes}">{/block:Photo}
  479.  
  480. {block:Photoset}<div style="max-width:100%;">{Photoset}</div>{/block:Photoset}
  481.  
  482. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  483.  
  484. {block:Audio}{block:audioplayer}
  485. <div class="cont"> <div class="player">{AudioPlayer}</div><div class="info">{block:trackname}{trackname}{/block:trackname}</div></div>
  486. {/block:audioplayer}{/block:Audio}
  487.  
  488. {block:Answer}
  489. {Asker} asked: {Question}
  490. {Answer}
  491. {/block:Answer}
  492.  
  493. {block:Chat}
  494. {block:Title}
  495. <div class="title">{Title}</div>
  496. {/block:Title}
  497. {block:Lines}
  498. {block:Label}<div style="font-weight:700;display:inline;margin-right:5px;">{Label}</div>{/block:Label}{Line}<br>
  499. {/block:Lines}
  500. {/block:Chat}
  501.  
  502. {block:Quote}
  503. <div class="quote">{Quote}</div>
  504. {block:source}
  505. <div class="src">&mdash; {source}</div>
  506. {/block:source}
  507. {/block:Quote}
  508.  
  509. {block:Link}
  510. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  511. {Description}
  512. {/block:Link}
  513.  
  514. {block:Video}
  515. <div class="vc"><div class="w">{Video-500}</div></div>
  516. {/block:Video}
  517.  
  518. {block:ifshowcaptions}{block:indexpage}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:indexpage}{/block:ifshowcaptions}
  519.  
  520. {block:permalinkpage}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{block:permalinkpage}
  521.  
  522. {block:indexpage}{block:ifshowtags}{block:HasTags}<div class="tags">Tags{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}{/block:indexpage}
  523.  
  524. {block:indexpage}{block:ifshowviaorsource}{block:NotReblog}<div class="reblogs"><div class="pic"><img src="{PortraitURL-40}"></div><div class="via">originally by<br><a href="{permalink}">{Name}</a></div></div>{/block:NotReblog}{/block:ifshowviaorsource}{/block:indexpage}
  525.  
  526. {block:indexpage}{/block:ifshowviaorsource}{block:RebloggedFrom}<div class="reblogs"><div class="pic"><img src="{ReblogParentPortraitURL-40}"></div><div class="via">reblogged from<br><a href="{ReblogParentURL}">{ReblogParentName}</a></div></div>{/block:RebloggedFrom}{/block:ifshowviaorsource}{/block:indexpage}
  527.  
  528.  
  529. {block:permalinkpage}{block:date} <div class="permalinks">{MonthNumberWithZero}.{DayOfMonthWithZero}.{Year} / {24HourWithZero}:{Minutes} / {NoteCountwithLabel}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}"> reblogged from </a> / <a href="{ReblogRootURL}">original post</a>{/block:RebloggedFrom}</div>
  530.  
  531. {block:HasTags} <div class="tag"><div style="font-weight:700; display:inline;margin-right:7px;">#:</div>{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags} {/block:date}{/block:permalinkpage}
  532.  
  533. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  534.  
  535.  
  536. </article>
  537.  
  538.  
  539. {/block:Posts}
  540.  
  541. {block:Pagination}
  542. <div id="pagination">
  543. {block:PreviousPage}<a href="{PreviousPage}">&laquo; previous</a>{/block:PreviousPage}
  544. {block:NextPage}<a style="margin-left:30px" href="{NextPage}">forth &raquo;</a>{/block:NextPage}
  545. </div>
  546. {/block:Pagination}
  547.  
  548. </body>
  549.  
  550. </html>
  551.  
  552. <!----PLEASE DO NOT REMOVE THE THEME CREDIT--->
  553. <span class="saeyoung"><a href="https://nemurou.tumblr.com/">THEME</a></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement