teruteru

TRIal HEART -【 THEME 54 by Anomaly ☽】

Sep 11th, 2017 (edited)
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #54 by Anomaly ☾ tumblr user linoone ☽ : TRIal HEART !!
  8.  
  9. - i made the base code
  10. - please abide by all the rules
  11.  
  12. 【 All themes and pages can be found here : https://anomalythemes.tumblr.com 】
  13.  
  14. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  15. Feel free to message me if you need any help, my ask box is always open!
  16.  
  17. -->
  18.  
  19. <script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  20. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  21. <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  22. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <script> function changeNavigation(id)
  38. {document.getElementById('content')
  39. .innerHTML=document.getElementById(id).innerHTML}
  40. </script>
  41.  
  42. <title>{Title}</title>
  43.  
  44. <link rel="shortcut icon" href="{image:favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48. <!--default variables-->
  49.  
  50. <meta name="color:background" content="">
  51. <meta name="color:blockquote" content="">
  52. <meta name="color:ask" content="">
  53. <meta name="color:text" content="">
  54. <meta name="color:link" content="">
  55. <meta name="color:hover" content="">
  56. <meta name="color:button" content="">
  57. <meta name="color:button hover" content="">
  58. <meta name="color:selection" content="">
  59. <meta name="color:selection text" content="">
  60. <meta name="color:tooltip" content="">
  61. <meta name="color:tooltip text" content="">
  62. <meta name="color:scrollbar" content="">
  63.  
  64. <meta name="image:favicon" content="">
  65. <meta name="image:background" content="">
  66. <meta name="image:cursor" content="">
  67. <meta name="image:sidebar" content="">
  68. <meta name="image:permalink" content="">
  69. <meta name="image:tags" content="">
  70. <meta name="image:back" content="">
  71. <meta name="image:next" content="">
  72. <meta name="image:render" content="">
  73.  
  74. <meta name="text:ask text" content="asked">
  75. <meta name="text:permalink symbol" content="❥">
  76. <meta name="text:back title" content="">
  77. <meta name="text:next title" content="">
  78. <meta name="text:tag 1" content="">
  79. <meta name="text:tag 2" content="">
  80. <meta name="text:tag 3" content="">
  81. <meta name="text:tag 4" content="">
  82. <meta name="text:tag 5" content="">
  83.  
  84. <meta name="text:font" content="">
  85. <meta name="text:font size" content="">
  86. <meta name="text:pixel font" content="">
  87. <meta name="text:pixel font size" content="">
  88.  
  89. <meta name="if:bg cover" content="">
  90. <meta name="if:cursor" content="">
  91. <meta name="if:render" content="">
  92. <meta name="if:popular tags" content="">
  93.  
  94. <meta name="text:container height" content="495">
  95. <meta name="text:render left" content="">
  96. <meta name="text:render bottom" content="">
  97. <meta name="text:render width" content="">
  98.  
  99. <style type="text/css">
  100.  
  101. ::-webkit-scrollbar {
  102. width: 9px;
  103. height: 4px;
  104. background:{color:scrollbar};
  105. border:4px solid #fff;
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb {
  109. background-color:{color:scrollbar};
  110. border-radius:5px;
  111. }
  112.  
  113. #s-m-t-tooltip {
  114. max-width:300px;
  115. margin:10px 0px 0px 10px;
  116. background-color:{color:tooltip};
  117. font-family:{text:pixel font};
  118. font-size:{text:pixel font size}px;
  119. padding:3px;
  120. color:{color:tooltip text};
  121. z-index:999999999999999999999999999999999999;
  122. }
  123.  
  124. #s-m-t-tooltip:after {
  125. position: absolute;
  126. display: block; content: "";
  127. border-color: transparent {color:tooltip} transparent transparent ;
  128. border-style: solid;
  129. border-width: 5px;
  130. height:0;
  131. width:0;
  132. position:absolute;
  133. top:3px;
  134. left:-10px;
  135. }
  136.  
  137. ::selection {
  138. background: {color:selection};
  139. color: {color:selection text};
  140. }
  141.  
  142. ::-moz-selection {
  143. background: {color:selection};
  144. color: {color:selection text};
  145. }
  146.  
  147. ::-webkit-selection {
  148. background: {color:selection};
  149. color: {color:selection text};
  150. }
  151.  
  152. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  153.  
  154. body {
  155. margin:0px;
  156. background:{color:background};
  157. background-image:url('{image:background}');
  158. background-attachment:fixed;
  159. {block:ifbgcover}
  160. background-repeat:no-repeat;
  161. background-size:cover;
  162. {/block:ifbgcover}
  163. color:{color:text};
  164. font-family:{text:font};
  165. font-size:{text:font size}px;
  166. }
  167.  
  168. a {
  169. color:{color:link};
  170. text-decoration:none;
  171. }
  172.  
  173. a:hover {
  174. color:{color:hover};
  175. -webkit-transition: all 0.7s ease;
  176. -moz-transition: all 0.7s ease;
  177. -o-transition: all 0.7s ease;
  178. transition: all 0.7s ease;
  179. }
  180.  
  181. blockquote {
  182. border-left:1px solid {color:blockquote};
  183. padding-left:10px;
  184. }
  185.  
  186. blockquote img {
  187. max-width:100%;
  188. height:auto;
  189. }
  190.  
  191. iframe, img, embed, object, video {
  192. }
  193.  
  194. img {
  195. max-width:auto;
  196. height:auto;
  197. }
  198.  
  199. .tag {
  200. width:100%;
  201. text-align:left;
  202. border-bottom:1px dotted {color:text};
  203. }
  204.  
  205. .ltag {
  206. width:100%;
  207. text-align:left;
  208. }
  209.  
  210. .sidebar {
  211. position:fixed;
  212. width:200px;
  213. padding:5px;
  214. margin-left:10px;
  215. }
  216.  
  217. a.nav {
  218. display:inline-block;
  219. width:64px;
  220. padding:1px;
  221. background:{color:button};
  222. color:{color:link};
  223. border-radius:25px;
  224. font-family:{text:pixel font};
  225. font-size:{text:pixel font size}px;
  226. margin:1px;
  227. }
  228.  
  229. a.nav:hover {
  230. color:{color:hover};
  231. background:{color:button hover};
  232. -webkit-transition: all 0.5s ease;
  233. -moz-transition: all 0.5s ease;
  234. -o-transition: all 0.5s ease;
  235. transition: all 0.5s ease;
  236. }
  237.  
  238. #wrapper {
  239. float:right;
  240. margin-left:5px;
  241. width:550px;
  242. height:{text:container height}px;
  243. overflow-x:none;
  244. overflow-y:auto;
  245. }
  246.  
  247. article {
  248. float:left;
  249. position:relative;
  250. padding:10px;
  251. width:500px;
  252. margin-bottom:25px;
  253. }
  254.  
  255. .h1 {
  256. text-align:center;
  257. font-size:calc({text:font size}px + 7px);
  258. }
  259.  
  260. .title {
  261. font-weight:normal;
  262. font-size:calc({text:font size}px + 5px);
  263. margin:0 0 10px 0;
  264. text-align:center;
  265. }
  266.  
  267. .quote {
  268. font-weight:normal;
  269. font-size:calc({text:font size}px + 5px);
  270. font-style:italic;
  271. margin:0 0 10px 0;
  272. text-align:center;
  273. }
  274.  
  275. .quotesource {
  276. margin:0 0 10px 0;
  277. text-align:right;
  278. }
  279.  
  280. .bubble {
  281. align:right;
  282. background: {color:ask};
  283. margin:7px 0px 5px 66px;
  284. padding:10px;
  285. position: relative;
  286. -moz-border-radius:5px;
  287. -webkit-border-radius:5px;
  288. border-radius:5px;
  289. }
  290.  
  291. .bubble p {
  292. margin:1px 0px;
  293. }
  294.  
  295. .bubble span {
  296. position:absolute;
  297. width:1px;
  298. height:1px;
  299. font-size: 0;
  300. line-height: 1px;
  301. left:-10px;
  302. top:10px;
  303. border-top:7px solid transparent;
  304. border-bottom:7px solid transparent;
  305. border-right:10px solid {color:ask};
  306. }
  307.  
  308. .perma {
  309. margin-top:10px;
  310. text-align:center;
  311. font-family:{text:pixel font};
  312. font-size:{text:pixel font size}px;
  313. }
  314.  
  315. .credit {
  316. position:fixed;
  317. bottom:4px;
  318. left:8px;
  319. font: 9px consolas;
  320. text-transform:uppercase;
  321. letter-spacing: 0px;
  322. padding: 2px;
  323. }
  324.  
  325. </style>
  326. </head>
  327. <body>
  328.  
  329. <center>
  330. <table style="border-spacing:0px; margin-top:5px;">
  331. <tr>
  332. <td style="background-image:url(https://foollovers.com/mat/t-frame/frame17-c/f-kado1.gif);width:67px;height:67px;padding:0;"></td>
  333. <td style="background-image:url(https://foollovers.com/mat/t-frame/frame17-a/f-ue.gif);"></td>
  334. <td style="background-image:url(https://foollovers.com/mat/t-frame/frame17-a/f-kado2.gif);width:67px;height:67px;padding:0;"></td>
  335. </tr><tr>
  336. <td style="background-image:url(https://foollovers.com/mat/t-frame/frame17-a/f-hidari.gif);"></td>
  337.  
  338.  
  339. <td style="width:792px;background-color:#fff;padding:0;">
  340.  
  341.  
  342. <div class="sidebar" style="float:left;">
  343. <center><img src="{image:sidebar}"><br>
  344. <a class="nav" href="/">home</a>
  345. <a class="nav" onClick="changeNavigation('ask')">ask</a>
  346. <a class="nav" onClick="changeNavigation('about')">about</a>
  347. <a class="nav" onClick="changeNavigation('link')">links</a>
  348. </center><p>
  349. {block:Description}{Description}{/block:Description}
  350. <p>
  351. <center>
  352. {block:IndexPage}
  353. {block:Pagination}
  354. {block:PreviousPage}<a href="{PreviousPage}" title="{text:back title}"><img src="{image:back}"></a>{/block:PreviousPage}
  355. {block:NextPage}<a href="{NextPage}" title="{text:next title}"><img src="{image:next}"></a>{/block:NextPage}
  356. {/block:Pagination}
  357. {/block:IndexPage}
  358. </center>
  359. <p>
  360. {block:ifpopulartags}
  361. <div class="tag"><img src="{image:tags}"> {text:tag 1}</div>
  362. <div class="tag"><img src="{image:tags}"> {text:tag 2}</div>
  363. <div class="tag"><img src="{image:tags}"> {text:tag 3}</div>
  364. <div class="tag"><img src="{image:tags}"> {text:tag 4}</div>
  365. <div class="ltag"><img src="{image:tags}"> {text:tag 5}</div>
  366. {/block:ifpopulartags}
  367. </div>
  368.  
  369. <div id="wrapper">
  370. <div id="content">
  371.  
  372. {block:Posts}
  373. <article>
  374.  
  375. {block:Text}
  376. {block:Title}<div class="title">{Title}</div>{/block:Title}
  377. {Body}
  378. {/block:Text}
  379.  
  380. {block:Photo}
  381. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  382. {block:Caption}{Caption}{/block:Caption}
  383. {/block:Photo}
  384.  
  385. {block:Photoset}
  386. {Photoset-500}
  387. {block:Caption}{Caption}{/block:Caption}
  388. {/block:Photoset}
  389.  
  390. {block:Quote}
  391. <div class="quote">"{Quote}"</div>
  392. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  393. {/block:Quote}
  394.  
  395. {block:Link}
  396. <div class="title"><a href="{URL}">{Name}</a></div>
  397. {block:Description}<div class="description">{Description}</div>{/block:Description}
  398. {/block:Link}
  399.  
  400. {block:Chat}
  401. {block:Title}<div class="title">{Title}</div>{/block:Title}
  402. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  403. {/block:Chat}
  404.  
  405. {block:Video}
  406. {Video-500}
  407. {block:Caption}{Caption}{/block:Caption}
  408. {/block:Video}
  409.  
  410. {block:Audio}
  411. {AudioPlayerWhite}
  412. {block:TrackName}{TrackName}<br>{/block:TrackName}
  413. {block:Artist}{Artist}<br>{/block:Artist}
  414. {block:Album}{Album}{/block:Album}
  415. {block:Caption}{Caption}{/block:Caption}
  416. {/block:Audio}
  417.  
  418. {block:Answer}
  419. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  420. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  421. <div class="answer">{Answer}</div>
  422. {/block:Answer}
  423.  
  424. {block:IndexPage}
  425. <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a> <img src="{image:permalink}"> <a href="{ReblogURL}">reblog?</a>
  426. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  427. </div>
  428. {block:IndexPage}
  429.  
  430. {block:PermalinkPage}
  431. <center>
  432. {block:Date}{text:permalink symbol} Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}<br>{text:permalink symbol} {NoteCountWithLabel}{/block:NoteCount}
  433. {block:RebloggedFrom}<br>{text:permalink symbol} via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  434. {block:RebloggedFrom}<br>
  435. {text:permalink symbol} source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  436. {block:HasTags}<br>{text:permalink symbol} tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  437. </center>
  438.  
  439. {block:PostNotes}{PostNotes}{/block:PostNotes}
  440. {/block:PermalinkPage}
  441.  
  442. </article>
  443.  
  444. {/block:Posts}
  445.  
  446. </div>
  447.  
  448. <div id="ask" style="display:none;">
  449. <div class="h1">Message Me</div><br>
  450.  
  451.  
  452. <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]-->
  453. <br><br>
  454. <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]-->
  455.  
  456. </div>
  457.  
  458. <div id="about" style="display:none;">
  459. <div class="h1">About Me</div><br>
  460.  
  461. about here
  462.  
  463. </div>
  464.  
  465. <div id="link" style="display:none;">
  466. <div class="h1">Links</div><br>
  467.  
  468. links here
  469.  
  470. </div>
  471.  
  472. </div>
  473.  
  474. <td style="background-image:url(https://foollovers.com/mat/t-frame/frame17-a/f-migi.gif);"></td>
  475. </tr><tr>
  476. <td style="background-image:url(https://foollovers.com/mat/t-frame/frame17-c/f-kado3.gif);width:67px;height:67px;padding:0;"></td>
  477. <td style="background-image:url(https://foollovers.com/mat/t-frame/frame17-a/f-sita.gif);"></td>
  478. <td style="background-image:url(https://foollovers.com/mat/t-frame/frame17-c/f-kado4.gif);width:67px;height:67px;padding:0;"></td>
  479. </tr></table>
  480. </center>
  481. </div>
  482. <br>
  483.  
  484. {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}
  485.  
  486. <div class="credit"><a href="https://twinkleribbon.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>
  487.  
  488. </body>
  489. </html>
Add Comment
Please, Sign In to add comment