Aken

endless dream

Dec 14th, 2018 (edited)
2,330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!----- endless dream by @aken / thnx please sub ----->
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Short+Stack" rel="stylesheet">
  7.  
  8. <meta charset="utf-8">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <title>{Title}</title>
  15.  
  16. <meta name="image:favicon" content="">
  17. <meta name="image:sidebar" content="">
  18. <meta name="image:bg" content=""/>
  19. <meta name="image:desc" content="">
  20.  
  21. <meta name="color:background" content="#fff">
  22. <meta name="color:text" content="#000">
  23. <meta name="color:post" content="#999">
  24. <meta name="color:desc color" content="#fff">
  25. <meta name="color:links" content="#fff">
  26. <meta name="color:blinking insertion" content="">
  27. <meta name="color:link border" content="#000">
  28. <meta name="color:links hover" content="#ccc">
  29. <meta name="color:tooltip text" content="#000">
  30. <meta name="color:tooltip bg" content="#fff">
  31. <meta name="color:border" content="">
  32.  
  33. <meta name="if:circle sidebar img" content="1">
  34. <meta name="if:centered desc" content="1">
  35. <meta name="if:cover bg" content="">
  36. <meta name="if:show title" content="1">
  37. <meta name="if:show tags" content="">
  38. <meta name="if:link outline" content="1">
  39. <meta name="if:custom title" content="">
  40. <meta name="if:fancy desc" content="1">
  41. <meta name="if:show border" content="">
  42. <meta name="if:redirect" content="" >
  43. <meta name="if:custom desc" content="">
  44. <meta name="if:link 3" content="">
  45.  
  46. <meta name="select:post size" content="250">
  47. <meta name="select:post size" content="300">
  48. <meta name="select:post size" content="400">
  49. <meta name="select:post size" content="500">
  50. <meta name="select:border" content="solid">
  51. <meta name="select:border" content="dotted">
  52. <meta name="select:border" content="dashed">
  53. <meta name="select:border" content="outset">
  54. <meta name="select:border" content="double">
  55.  
  56. <meta name="text:font size" content="12">
  57. <meta name="text:font" content="arial">
  58. <meta name="text:desc img size" content="20">
  59. <meta name="text:border size" content="">
  60. <meta name="text:redirect tag" content="" >
  61. <meta name="text:title" content="hello">
  62. <meta name="text:desc" content="hi">
  63. <meta name="text:desc url" content="/">
  64. <meta name="text:link divider" content="/">
  65. <meta name="text:links name 1" content="">
  66. <meta name="text:links url 1" content="">
  67. <meta name="text:links name 2" content="">
  68. <meta name="text:links url 2" content="">
  69. <meta name="text:links name 3" content="">
  70. <meta name="text:links url 3" content="">
  71.  
  72. <link rel="shortcut icon" href="{image:favicon}">
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  74. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  75.  
  76. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  77.  
  78. <style type="text/css">
  79.  
  80. .container {
  81. position: relative;
  82. text-align: center;
  83. color: white;
  84. }
  85.  
  86. .centered {
  87. position: absolute;
  88. top: 50%;
  89. left: 50%;
  90. transform: translate(-50%, -50%);
  91. }
  92.  
  93. body {
  94. margin:0px;
  95. background:{color:background};
  96. font-family:{text:font};
  97. font-size:{text:font size}px;
  98. line-height:120%;
  99. color:{color:text};
  100. background-image: url('{image:bg}');
  101. {block:ifnotcoverbg}
  102. background-repeat: repeat;
  103. background-attachment: fixed;
  104. {/block:ifnotcoverbg}
  105. {block:ifcoverbg}
  106. background-size: cover;
  107. background-attachment: fixed;
  108. {/block:ifcoverbg}
  109. }
  110.  
  111. p{
  112. margin:0 0 10px 0;
  113. padding:0;
  114. }
  115.  
  116. pre {
  117. white-space: pre-wrap;
  118. white-space: -moz-pre-wrap;
  119. white-space: -pre-wrap;
  120. white-space: -o-pre-wrap;
  121. word-wrap: break-word;
  122. }
  123.  
  124. a{
  125. color:{color:links};
  126. text-decoration:none;
  127. {block:iflinkoutline}
  128. text-shadow: -1px 0 {color:link border}, 0 1px {color:link border}, 1px 0 {color:link border}, 0 -1px {color:link border};
  129. {/block:iflinkoutline}
  130. font-weight:bold;
  131. }
  132.  
  133. a:hover{
  134. color:{color:links hover};
  135. -webkit-filter: blur(1px);
  136. -o-transition: all 0.3s ease-out;
  137. -webkit-transition: all 0.3s ease-out;
  138. -moz-transition: all 0.3s ease-out;
  139. }
  140.  
  141. li{
  142. margin-left:-15px;
  143. }
  144.  
  145. #wrapper{
  146. width:600px;
  147. margin:50px 250px;
  148. }
  149.  
  150. #sidebar{
  151. width:200px;
  152. position:fixed;
  153. padding:10px;
  154. margin-left:-50px;
  155. margin-top: 110px;
  156. background:{color:post};
  157. box-shadow: 0 0 12px 12px {color:post};
  158. }
  159.  
  160. #uhhhh {
  161. background-color:{color:desc color};
  162. {block:ifcentereddesc}
  163. text-align:center;
  164. {/block:ifcentereddesc}
  165. {block:iffancydesc}
  166. max-width: 200px;
  167. {block:ifshowborder}
  168. border: 2px {select:border} {color:border};
  169. {/block:ifshowborder}
  170. padding: 3px;
  171. background-image:url('{image:desc}');
  172. background-repeat: repeat;
  173. background-size:{text:desc img size}px;
  174. {/block:iffancydesc}
  175. }
  176.  
  177. .blinking-cursor {
  178. font-weight: 100;
  179. font-size: 22px;
  180. color: #2E3D48;
  181. -webkit-animation: 1s blink step-end infinite;
  182. -moz-animation: 1s blink step-end infinite;
  183. -ms-animation: 1s blink step-end infinite;
  184. -o-animation: 1s blink step-end infinite;
  185. animation: 1s blink step-end infinite;
  186. }
  187.  
  188. @keyframes "blink" {
  189. from, to {
  190. color: transparent;
  191. }
  192. 50% {
  193. color: {color:blinking insertion};
  194. }
  195. }
  196.  
  197. @-moz-keyframes blink {
  198. from, to {
  199. color: transparent;
  200. }
  201. 50% {
  202. color: {color:blinking insertion};
  203. }
  204. }
  205.  
  206. @-webkit-keyframes "blink" {
  207. from, to {
  208. color: transparent;
  209. }
  210. 50% {
  211. color: {color:blinking insertion};
  212. }
  213. }
  214.  
  215. @-ms-keyframes "blink" {
  216. from, to {
  217. color: transparent;
  218. }
  219. 50% {
  220. color: {color:blinking insertion};
  221. }
  222. }
  223.  
  224. @-o-keyframes "blink" {
  225. from, to {
  226. color: transparent;
  227. }
  228. 50% {
  229. color: {color:blinking insertion};
  230. }
  231. }
  232.  
  233. #content{
  234. width:auto;
  235. margin-left:300px;
  236. }
  237.  
  238. .post{
  239. width:{select:post size}px;
  240. margin:0 0 90px 0;
  241. margin-top: 70px;
  242. overflow:hidden;
  243. padding:10px;
  244. background:{color:post};
  245. box-shadow: 0 0 12px 12px {color:post};
  246. }
  247.  
  248. .post img{
  249. max-width:100%;
  250. }
  251.  
  252. #sidebar img{
  253. {block:ifshowborder}
  254. border: {text:border size}px {select:border} {color:border};
  255. {/block:ifshowborder}
  256. max-height:auto;
  257. max-width:200px;
  258. float:center;
  259. {block:ifcirclesidebarimg}
  260. border-radius:800px;
  261. {/block:ifcirclesidebarimg}
  262. }
  263.  
  264. #sidebar .pagination {
  265. width:100px;
  266. text-align:center;
  267. padding: 3px 0;
  268. }
  269.  
  270. #sidebar .pagination a {
  271. color:{color:links};
  272. text-decoration: none;
  273. }
  274.  
  275. #sidebar .pagination a:hover {
  276. color: {color:links hover};
  277. }
  278.  
  279. .media{
  280. margin:0 0 10px 0;
  281. }
  282.  
  283. .media img{
  284. width:100%;
  285. }
  286.  
  287. .title{
  288. font-weight:normal;
  289. font-size:18px;
  290. margin:0 0 10px 0;
  291. }
  292.  
  293. .stitle{
  294. font-weight:bold;
  295. font-size:18px;
  296. margin-top:-12px;
  297. margin-bottom:5px;
  298. text-align:center;
  299. }
  300.  
  301. .quote{
  302. font-weight:normal;
  303. font-size:16px;
  304. font-style:italic;
  305. margin:0 0 10px 0;
  306. }
  307.  
  308. .question{
  309. margin-bottom:10px;
  310. padding:5px;
  311. }
  312.  
  313. blockquote{
  314. margin:0 0 10px 10px;
  315. padding:0 0 0 10px;
  316. border-left:solid 1px {color:borders};
  317. }
  318.  
  319. .post .footer{
  320. margin:0;
  321. text-align:right;
  322. padding:3px;
  323. line-height: 15px;
  324. }
  325.  
  326. ol.notes{
  327. list-style-type:none;
  328. padding:0;
  329. margin:0;
  330. }
  331.  
  332. ol.notes li.note img{
  333. width:16px;
  334. height:16px;
  335. }
  336.  
  337. ol.notes li.note{
  338. margin:0px;
  339. }
  340.  
  341. #s-m-t-tooltip {
  342. z-index: 9999;
  343. background: {color:tooltip bg};
  344. font-size: {text:font size}px;
  345. line-height: 17px;
  346. text-align:center;
  347. font-family:{text:font};
  348. letter-spacing: 1px;
  349. -o-transition: all 0.3s ease-out;
  350. -webkit-transition: all 0.3s ease-out;
  351. -moz-transition: all 0.3s ease-out;
  352. text-transform: normal;
  353. color: {color:tooltip text};
  354. max-width: 200px;
  355. word-wrap: break-word;
  356. padding: 7px;
  357. display: block;
  358. margin: 24px 14px 7px 12px;
  359. box-shadow: 0 0 12px 12px {color:tooltip bg};
  360. }
  361.  
  362. {CustomCSS}
  363. </style>
  364.  
  365. </head>
  366.  
  367. <body>
  368.  
  369. {block:ifredirect}
  370. {block:IndexPage}<script type="text/javascript">
  371. var url = location.href;
  372. if (url == "{BlogURL}") {
  373. window.location = "{BlogURL}tagged/{text:redirect tag}";
  374. }
  375. </script>{/block:IndexPage}
  376. {/block:ifredirect}
  377.  
  378. <div id="wrapper">
  379.  
  380.  
  381. <div id="sidebar">
  382. {block:ifshowtitle}
  383. <div class="stitle">{block:ifcustomtitle}{text:title}{/block:ifcustomtitle}{block:ifnotcustomtitle}{Title}{/block:ifnotcustomtitle} <span class="blinking-cursor">|</span></div>{/block:ifshowtitle}
  384. <div id="sidebar img">
  385. <center>
  386. <a href="/"><img src="{image:sidebar}"></a>
  387. </div>
  388. <div id="uhhhh">{block:ifcustomdesc}<a href="{text:desc url}">{text:desc}</a>{/block:ifcustomdesc}{block:ifnotcustomdesc}<a href="{text:links url 1}">{text:links name 1}</a> {text:link divider} <a href="{text:links url 2}">{text:links name 2}</a> {block:iflink3}{text:link divider} <a href="{text:links url 3}">{text:links name 3}</a>{/block:iflink3}{/block:ifnotcustomdesc}</div>
  389. {block:Pagination}
  390. <center>
  391. <div id="pagination">
  392. {block:PreviousPage}
  393. <a href="{PreviousPage}">&larr;</a>&nbsp;
  394. {/block:PreviousPage}
  395. {block:JumpPagination length="5"}
  396. {block:CurrentPage}
  397. <span class="current_page">{PageNumber}</span>
  398. {/block:CurrentPage}
  399. {block:JumpPage}
  400. <a class="jump_page" href="{URL}">{PageNumber}</a>
  401. {/block:JumpPage}
  402. {/block:JumpPagination}
  403. {block:NextPage}
  404. <a href="{NextPage}">&nbsp;&rarr;</a>
  405. {/block:NextPage}
  406. </div>
  407. </center>
  408. {/block:Pagination}
  409.  
  410. </div>
  411.  
  412. <div id="content">
  413. {block:Posts}
  414.  
  415. <div class="post">
  416.  
  417. {block:Text}
  418. {block:Title}
  419. <div class="title">{Title}</div>
  420. {/block:Title}
  421. {Body}
  422. {/block:Text}
  423.  
  424. {block:Photo}
  425. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  426. {block:Caption}{Caption}{/block:Caption}
  427. {/block:Photo}
  428.  
  429. {block:Photoset}
  430. <div class="media">{Photoset}</div>
  431. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  432. {/block:Photoset}
  433.  
  434. {block:Quote}
  435. <div class="quote">"{Quote}"</div>
  436. {block:Source}
  437. <div class="quotesource">{Source}</div>
  438. {/block:Source}
  439. {/block:Quote}
  440.  
  441. {block:Link}
  442. <div class="title"><a href="{URL}">{Name}</a></div>
  443. {block:Description}
  444. <div class="description">{Description}</div>
  445. {/block:Description}
  446. {/block:Link}
  447.  
  448. {block:Chat}
  449. {block:Title}
  450. <div class="title">{Title}</div>
  451. {/block:Title}
  452.  
  453. {block:Lines}
  454. <div class="{Alt} user_{UserNumber}">
  455. {block:Label}
  456. <b>{Label}</b>{/block:Label}
  457. &nbsp;{Line}
  458. </div>
  459. {/block:Lines}
  460. {/block:Chat}
  461.  
  462. {block:Video}
  463. <div class="media">{Video-400}</div>
  464. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  465. {/block:Video}
  466.  
  467. {block:Audio}
  468. <div class="media">
  469. {block:AlbumArt}<img src="{AlbumArtURL}" style="width:100px; height:100px;">{/block:AlbumArt}
  470. <br>{block:TrackName}<small>{TrackName}{/block:TrackName} by {block:Artist}{Artist}</small>{/block:Artist}{AudioPlayerWhite}
  471. </div>
  472. {block:Caption}{Caption}{/block:Caption}
  473. {/block:Audio}
  474.  
  475. {block:Answer}
  476. <div class="question">
  477. <img class="asker-avatar" src="{AskerPortraitURL-24}" {block:ifborders}style="border:1px solid {color:borders}"{/block:ifborders} alt="">&nbsp;&nbsp;{Asker}: {Question}
  478. </div>
  479. <p><div class="caption">{Answer}</div>
  480. {/block:Answer}
  481.  
  482.  
  483. {block:Date}
  484. <div class="footer">
  485. <a href="{Permalink}" title="{TimeAgo}">{NoteCount}</a>
  486. {block:ifshowtags}
  487. {block:HasTags}<small>{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp; {/block:Tags}{/block:HasTags}</small>{/block:ifshowtags}
  488. {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}
  489.  
  490. </div>
  491.  
  492. {block:PermalinkPage}
  493. {block:NoteCount}
  494. {block:PostNotes}{PostNotes}{/block:PostNotes}
  495. {/block:NoteCount}
  496. {/block:PermalinkPage}
  497. {/block:Date}
  498.  
  499. </div>
  500. {/block:Posts}
  501. </div>
  502. </div>
  503.  
  504. </div>
  505.  
  506. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  507. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  508. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  509. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  510. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  511. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  512.  
  513. <script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
  514.  
  515. </div>
  516.  
  517. <p style="position: fixed; left: 3px; bottom: -10px; font-size:12px;"><a href="https://tmblr.co/mrRfmbRR8G93obHQkpXeORA" title="theme by aken">💉</a>
  518.  
  519. </body>
  520. </html>
Advertisement
Add Comment
Please, Sign In to add comment