Advertisement
teruteru

Remnants -【 THEME 67 by Anomaly ☽】

Jun 1st, 2019
2,570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #67 by Anomaly ☾ tumblr user linoone ☽ : REMNANTS !!
  8.  
  9. - i made the base code
  10. - audio post style is by passo-html
  11. - please abide by all the rules
  12.  
  13. 【 All themes and pages can be found here : https://anomalythemes.tumblr.com/ 】
  14.  
  15. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  16. Feel free to message me if you need any help, my ask box is always open!
  17.  
  18. -->
  19.  
  20. <script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  21. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  22. <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  23. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24.  
  25. <script>
  26. (function($){
  27. $(document).ready(function(){
  28. $("a[title]").style_my_tooltips({
  29. tip_follows_cursor:true,
  30. tip_delay_time:90,
  31. tip_fade_speed:600,
  32. attribute:"title"
  33. });
  34. });
  35. })(jQuery);
  36. </script>
  37.  
  38. <script> function changeNavigation(id)
  39. {document.getElementById('content')
  40. .innerHTML=document.getElementById(id).innerHTML}
  41. </script>
  42.  
  43. <title>{Title}</title>
  44.  
  45. <link rel="shortcut icon" href="{image:favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49. <!--default variables-->
  50.  
  51. <meta name="color:background" content="">
  52. <meta name="color:posts" content="">
  53. <meta name="color:shadow" content="">
  54. <meta name="color:border" content="">
  55. <meta name="color:blockquote" content="">
  56. <meta name="color:ask" content="">
  57. <meta name="color:text" content="">
  58. <meta name="color:link" content="">
  59. <meta name="color:hover" content="">
  60. <meta name="color:navi" content="">
  61. <meta name="color:navi hover" content="">
  62. <meta name="color:links" content="">
  63. <meta name="color:links hover" content="">
  64. <meta name="color:selection" content="">
  65. <meta name="color:selection text" content="">
  66. <meta name="color:tooltip" content="">
  67. <meta name="color:tooltip text" content="">
  68. <meta name="color:scrollbar" content="">
  69.  
  70. <meta name="image:favicon" content="">
  71. <meta name="image:background" content="">
  72. <meta name="image:cursor" content="">
  73. <meta name="image:sidebar" content="">
  74. <meta name="image:render" content="">
  75.  
  76. <meta name="text:title" content="title here">
  77. <meta name="text:ask text" content="asked">
  78. <meta name="text:link 1" content="/">
  79. <meta name="text:link 1 title" content="link 1">
  80. <meta name="text:link 2" content="/">
  81. <meta name="text:link 2 title" content="link 2">
  82. <meta name="text:link 3" content="/">
  83. <meta name="text:link 3 title" content="link 3">
  84. <meta name="text:link 4" content="/">
  85. <meta name="text:link 4 title" content="link 4">
  86. <meta name="text:link 5" content="/">
  87. <meta name="text:link 5 title" content="link 5">
  88. <meta name="text:link 6" content="/">
  89. <meta name="text:link 6 title" content="link 6">
  90. <meta name="text:back title" content="⇠">
  91. <meta name="text:next title" content="⇢">
  92.  
  93. <meta name="text:title font" content="arial">
  94. <meta name="text:font" content="arial">
  95. <meta name="text:pixel font" content="arial">
  96. <meta name="text:pixel font size" content="8">
  97.  
  98. <meta name="if:bg cover" content="">
  99. <meta name="if:cursor" content="">
  100. <meta name="if:render" content="">
  101.  
  102. <meta name="text:render left" content="">
  103. <meta name="text:render bottom" content="">
  104. <meta name="text:render width" content="">
  105.  
  106.  
  107. <style type="text/css">
  108.  
  109. ::-webkit-scrollbar {
  110. width: 9px;
  111. height: 4px;
  112. background:{color:scrollbar};
  113. border:4px solid {color:background};
  114. }
  115.  
  116. ::-webkit-scrollbar-thumb {
  117. background-color:{color:scrollbar};
  118. border-radius:5px;
  119. }
  120.  
  121. #s-m-t-tooltip {
  122. max-width:300px;
  123. margin:10px 0px 0px 10px;
  124. background-color:{color:tooltip};
  125. font-family:{text:pixel font};
  126. font-size:{text:pixel font size}px;
  127. padding:3px;
  128. color:{color:tooltip text};
  129. z-index:999999999999999999999999999999999999;
  130. }
  131.  
  132. #s-m-t-tooltip:after {
  133. position: absolute;
  134. display: block; content: "";
  135. border-color: transparent {color:tooltip} transparent transparent ;
  136. border-style: solid;
  137. border-width: 5px;
  138. height:0;
  139. width:0;
  140. position:absolute;
  141. top:3px;
  142. left:-10px;
  143. }
  144.  
  145. ::selection {
  146. background: {color:selection};
  147. color: {color:selection text};
  148. }
  149.  
  150. ::-moz-selection {
  151. background: {color:selection};
  152. color: {color:selection text};
  153. }
  154.  
  155. ::-webkit-selection {
  156. background: {color:selection};
  157. color: {color:selection text};
  158. }
  159.  
  160. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  161.  
  162. body {
  163. margin:0px;
  164. background:{color:background};
  165. background-image:url('{image:background}');
  166. background-attachment:fixed;
  167. {block:ifbgcover}
  168. background-repeat:no-repeat;
  169. background-size:cover;
  170. {/block:ifbgcover}
  171. color:{color:text};
  172. font-family:{text:font};
  173. font-size:1em;
  174. }
  175.  
  176. a {
  177. color:{color:link};
  178. text-decoration:none;
  179. }
  180.  
  181. a:hover {
  182. color:{color:hover};
  183. -webkit-transition: all 0.7s ease;
  184. -moz-transition: all 0.7s ease;
  185. -o-transition: all 0.7s ease;
  186. transition: all 0.7s ease;
  187. }
  188.  
  189. blockquote {
  190. border-left:1px solid {color:blockquote};
  191. padding-left:10px;
  192. }
  193.  
  194. blockquote img {
  195. max-width:100%;
  196. height:auto;
  197. }
  198.  
  199. iframe, img, embed, object, video {
  200. }
  201.  
  202. img {
  203. max-width:auto;
  204. height:auto;
  205. }
  206.  
  207. #top {
  208. position:fixed;
  209. top:0px;
  210. left:0px;
  211. width:100%;
  212. height:50px;
  213. z-index:1;
  214. background:{color:posts};
  215. border-bottom:5px solid {color:border};
  216. }
  217.  
  218. .tit {
  219. text-align:center;
  220. font-family:{text:title font};
  221. font-size:2em;
  222. }
  223.  
  224. .sidebar {
  225. position:fixed;
  226. margin-top:50px;
  227. width:250px;
  228. padding:5px;
  229. }
  230.  
  231. .hanger {
  232. position:fixed;
  233. top:0px;
  234. margin-left:85px;
  235. width:5px;
  236. height:150px;
  237. background:{color:border};
  238. z-index:-1;
  239. }
  240.  
  241. .links {
  242. position:fixed;
  243. margin-top:50px;
  244. background:{color:posts};
  245. border:5px solid {color:border};
  246. width:150px;
  247. padding:10px;
  248. }
  249.  
  250. a.link {
  251. display:inline-block;
  252. text-align:center;
  253. width:120px;
  254. padding:5px;
  255. margin-bottom:5px;
  256. background:{color:navi};
  257. box-shadow:inset 0px 0px 0px 0px {color:navi};
  258. }
  259.  
  260. a.link:hover {
  261. box-shadow:inset 0px 0px 0px 20px {color:navi hover};
  262. -webkit-transition: all 0.5s ease;
  263. -moz-transition: all 0.5s ease;
  264. -o-transition: all 0.5s ease;
  265. transition: all 0.5s ease;
  266. }
  267.  
  268. a.link2 {
  269. display:inline-block;
  270. text-align:center;
  271. width:110px;
  272. padding:5px;
  273. margin-bottom:5px;
  274. background:{color:links};
  275. box-shadow:0 0 2.5px {color:links};
  276. }
  277.  
  278. a.link2:hover {
  279. box-shadow:0 0 5px {color:links};
  280. -webkit-transition: all 0.5s ease;
  281. -moz-transition: all 0.5s ease;
  282. -o-transition: all 0.5s ease;
  283. transition: all 0.5s ease;
  284. }
  285.  
  286. .tabcon {
  287. float:left;
  288. position:relative;
  289. padding:10px;
  290. width:500px;
  291. margin-bottom:50px;
  292. background:{color:posts};
  293. box-shadow:0px 0px 10px {color:shadow};
  294. }
  295.  
  296. .h1 {
  297. text-align:center;
  298. font-family:{text:title font};
  299. font-size:1.5em;
  300. }
  301.  
  302. article {
  303. float:left;
  304. position:relative;
  305. padding:10px;
  306. width:500px;
  307. background:{color:posts};
  308. margin-bottom:50px;
  309. box-shadow:0px 0px 10px {color:shadow};
  310. }
  311.  
  312. .title {
  313. font-weight:normal;
  314. font-size:1.5em;
  315. margin:0 0 10px 0;
  316. text-align:center;
  317. }
  318.  
  319. .quote {
  320. font-weight:normal;
  321. font-size:1.5em;
  322. font-style:italic;
  323. margin:0 0 10px 0;
  324. text-align:center;
  325. }
  326.  
  327. .quotesource {
  328. margin:0 0 10px 0;
  329. text-align:right;
  330. }
  331.  
  332. /*estilo de áudio #04 em @passo-html por @clamam insp:tumblr*/
  333. .ph-album {
  334. padding:15px;
  335. height:63px;
  336. }
  337.  
  338. .ph-player {
  339. width:7px;
  340. height:7px;
  341. overflow:hidden;
  342. padding:4px 21px 21px 4px;
  343. position:absolute;
  344. z-index:9999999999999999999;
  345. float:right;
  346. margin-top:15px;
  347. right:40px;
  348. background:{color:posts};
  349. opacity:.8;
  350. border-radius:30px;
  351. -moz-transition:all ease-in-out 0.7s;
  352. -webkit-transition:all ease-in-out 0.7s;
  353. -o-transition:all ease-in-out 0.7s;
  354. transition:all ease-in-out 0.7s;
  355. }
  356.  
  357. .ph-player:hover {
  358. opacity:1;
  359. -moz-transition:all ease-in-out 0.7s;
  360. -webkit-transition:all ease-in-out 0.7s;
  361. -o-transition:all ease-in-out 0.7s;
  362. transition:all ease-in-out 0.7s;
  363. }
  364.  
  365. .ph-track {
  366. margin-right:15px;
  367. overflow:auto;
  368. max-height:80px;
  369. margin-top:5px;
  370. float:right;
  371. text-align:right;
  372. }
  373.  
  374. .ph-track b {
  375. }
  376.  
  377. .ph-image {
  378. background:{color:blockquote};
  379. width:60px;
  380. height:60px;
  381. float:right;
  382. border-radius:30px;
  383. }
  384.  
  385. .bubble {
  386. align:right;
  387. background: {color:ask};
  388. margin:7px 0px 5px 66px;
  389. padding:10px;
  390. position: relative;
  391. -moz-border-radius:5px;
  392. -webkit-border-radius:5px;
  393. border-radius:5px;
  394. }
  395.  
  396. .bubble p {
  397. margin:1px 0px;
  398. }
  399.  
  400. .bubble span {
  401. position:absolute;
  402. width:1px;
  403. height:1px;
  404. font-size: 0;
  405. line-height: 1px;
  406. left:-10px;
  407. top:10px;
  408. border-top:7px solid transparent;
  409. border-bottom:7px solid transparent;
  410. border-right:10px solid {color:ask};
  411. }
  412.  
  413. .perma {
  414. margin-top:10px;
  415. text-align:center;
  416. font-family:{text:pixel font};
  417. font-size:{text:pixel font size}px;
  418. }
  419.  
  420. .pagination {
  421. width:500px;
  422. }
  423.  
  424. .pagination a {
  425. text-shadow:0 0 5px {color:link};
  426. }
  427.  
  428. .pagination a:hover {
  429. text-shadow:0 0 10px {color:hover};
  430. }
  431.  
  432. .credit {
  433. position:fixed;
  434. bottom:4px;
  435. left:8px;
  436. font-size:9px;
  437. padding:2px;
  438. }
  439.  
  440. </style>
  441. </head>
  442. <body>
  443.  
  444. <div id="top">
  445. <div class="tit">{text:title}</div>
  446. </div>
  447.  
  448. <table style="margin-top:60px;" width="1000" align="center" border="0" cellspacing="5">
  449.  
  450. <tbody><tr>
  451. <td valign="top" style="width:250px;">
  452.  
  453. <div class="sidebar">
  454. <center><img style="max-width:250px;" src="{image:sidebar}"></center>
  455. {block:Description}{Description}{/block:Description}<p>
  456. <a class="link2" href="{text:link 1}">{text:link 1 title}</a>
  457. <a class="link2" href="{text:link 2}">{text:link 2 title}</a><br>
  458. <a class="link2" href="{text:link 3}">{text:link 3 title}</a>
  459. <a class="link2" href="{text:link 4}">{text:link 4 title}</a><br>
  460. <a class="link2" href="{text:link 5}">{text:link 5 title}</a>
  461. <a class="link2" href="{text:link 6}">{text:link 6 title}</a>
  462. </center>
  463. </div>
  464. </td>
  465.  
  466.  
  467. <td valign="top" style="width:500px;">
  468. <div id="content">
  469.  
  470. {block:Posts}
  471. <article>
  472.  
  473. {block:Text}
  474. {block:Title}<div class="title">{Title}</div>{/block:Title}
  475. {Body}
  476. {/block:Text}
  477.  
  478. {block:Photo}
  479. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  480. {block:Caption}{Caption}{/block:Caption}
  481. {/block:Photo}
  482.  
  483. {block:Photoset}
  484. {Photoset-500}
  485. {block:Caption}{Caption}{/block:Caption}
  486. {/block:Photoset}
  487.  
  488. {block:Quote}
  489. <div class="quote">❝ {Quote} ❞</div>
  490. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  491. {/block:Quote}
  492.  
  493. {block:Link}
  494. <div class="title"><a href="{URL}">{Name}</a></div>
  495. {block:Description}<div class="description">{Description}</div>{/block:Description}
  496. {/block:Link}
  497.  
  498. {block:Chat}
  499. {block:Title}<div class="title">{Title}</div>{/block:Title}
  500. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  501. {/block:Chat}
  502.  
  503. {block:Video}
  504. {Video-500}
  505. {block:Caption}{Caption}{/block:Caption}
  506. {/block:Video}
  507.  
  508. {block:Audio}
  509. <div class="ph-album">
  510. {block:AlbumArt}
  511. <img src="{AlbumArtURL}" class="ph-image"/>
  512. {/block:AlbumArt}
  513. {block:AudioPlayer}
  514. <div class="ph-player">{AudioPlayer}</div>
  515. {/block:AudioPlayer}
  516. <div class="ph-track">
  517. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  518. {block:Artist}{Artist}{/block:Artist}<br/>
  519. {formattedplaycount} plays
  520. </div></div>
  521. {block:Caption}{Caption}{/block:Caption}
  522. {/block:Audio}
  523.  
  524. {block:Answer}
  525. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  526. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  527. <div class="answer">{Answer}</div>
  528. {/block:Answer}
  529.  
  530. {block:IndexPage}
  531. <div class="perma"><a href="{Permalink}">{TimeAgo}</a> • <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}">reblog</a>
  532. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  533. </div>
  534. {block:IndexPage}
  535.  
  536. {block:PermalinkPage}
  537. <center>
  538. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  539. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  540. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  541. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  542. </center>
  543.  
  544. {block:PostNotes}{PostNotes}{/block:PostNotes}
  545. {/block:PermalinkPage}
  546.  
  547. </article>
  548.  
  549. {/block:Posts}
  550.  
  551. <div class="pagination">
  552. {block:IndexPage}
  553. {block:Pagination}
  554. {block:PreviousPage}<a style="float:left;" href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  555. {block:NextPage}<a style="float:right;" href="{NextPage}">{text:next title}</a>
  556. {/block:NextPage}
  557. {/block:Pagination}
  558. {/block:IndexPage}
  559. </div>
  560.  
  561. </div>
  562.  
  563. <td valign="top" style="width:150px;">
  564. <div class="hanger"></div>
  565. <div class="links">
  566. <center>
  567. <a class="link" href="/">profile</a><br>
  568. <a class="link" onClick="changeNavigation('ask')">message</a><br>
  569. <a class="link" onClick="changeNavigation('about')">about</a><br>
  570. <a class="link" onClick="changeNavigation('tag')">tags</a>
  571. </center>
  572. </div>
  573. </td>
  574.  
  575.  
  576. <div id="ask" style="display:none;"><div class="tabcon">
  577. <div class="h1">Message Me</div><br>
  578.  
  579.  
  580. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  581. <br><br>
  582. <iframe frameborder="0" scrolling="no" width="100%" height="300" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="submit_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  583.  
  584. </div></div>
  585.  
  586. <div id="about" style="display:none;"><div class="tabcon">
  587. <div class="h1">About Me</div><br>
  588.  
  589. put your about here!
  590.  
  591. </div></div>
  592.  
  593. <div id="tag" style="display:none;"><div class="tabcon">
  594. <div class="h1">Tags</div><br>
  595.  
  596. links here! theres no link style so youre gonna have to get it somewhere else
  597.  
  598. </div></div>
  599.  
  600. </td></table></style>
  601. <br>
  602.  
  603. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  604.  
  605. <div class="credit"><a href="https://linoone.tumblr.com/" title="theme"><img src="https://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  606.  
  607. </body>
  608. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement