Advertisement
teruteru

The Only Sunlight -【 THEME 62 by Anomaly ☽】

Feb 17th, 2018
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #62 by Anomaly ☾ tumblr user linoone ☽ : THE ONLY SUNLIGHT !!
  8.  
  9. - i made the base code
  10. - audio post style is by passo-html
  11. - video resizing by shythemes
  12. - please abide by all the rules
  13.  
  14. 【 All themes and pages can be found here : http://anomalythemes.tumblr.com/ 】
  15.  
  16. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  17. Feel free to message me if you need any help, my ask box is always open!
  18.  
  19. -->
  20.  
  21. <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  22. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  23. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  26.  
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("a[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:90,
  33. tip_fade_speed:600,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40. <script>
  41. $container.infinitescroll({
  42. // your options
  43. }, function(){
  44. resizeVideos();
  45. });
  46. </script>
  47.  
  48. <script> function changeNavigation(id)
  49. {document.getElementById('content')
  50. .innerHTML=document.getElementById(id).innerHTML}
  51. </script>
  52.  
  53. <title>{Title}</title>
  54.  
  55. <link rel="shortcut icon" href="{image:favicon}">
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58.  
  59. <!--default variables-->
  60.  
  61. <meta name="color:background" content="">
  62. <meta name="color:posts" content="">
  63. <meta name="color:border" content="">
  64. <meta name="color:blockquote" content="">
  65. <meta name="color:ask" content="">
  66. <meta name="color:text" content="">
  67. <meta name="color:link" content="">
  68. <meta name="color:hover" content="">
  69. <meta name="color:top bar" content="">
  70. <meta name="color:accent 1" content="">
  71. <meta name="color:accent 2" content="">
  72. <meta name="color:selection" content="">
  73. <meta name="color:selection text" content="">
  74. <meta name="color:tooltip" content="">
  75. <meta name="color:tooltip text" content="">
  76. <meta name="color:scrollbar" content="">
  77.  
  78. <meta name="image:favicon" content="">
  79. <meta name="image:background" content="">
  80. <meta name="image:cursor" content="">
  81. <meta name="image:sidebar" content="">
  82.  
  83. <meta name="text:title font" content="">
  84. <meta name="text:font" content="">
  85. <meta name="text:accent font" content="">
  86.  
  87. <meta name="text:title" content="">
  88. <meta name="text:ask text" content="asked">
  89. <meta name="text:post opacity" content="">
  90.  
  91. <meta name="if:bg cover" content="">
  92. <meta name="if:cursor" content="">
  93. <meta name="if:render" content="">
  94.  
  95. <meta name="text:render width" content="">
  96.  
  97. <link href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet">
  98.  
  99. <style type="text/css">
  100.  
  101. ::-webkit-scrollbar {
  102. width: 9px;
  103. height: 4px;
  104. background:{color:scrollbar};
  105. border:4px solid {color:background};
  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:font};
  118. font-size:1em;
  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:1em;
  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. /*--------------------------------------------------------------------*/
  200.  
  201. #bar {
  202. position:fixed;
  203. top:0px;
  204. left:0px;
  205. width:100%;
  206. height:50px;
  207. background:{color:top bar};
  208. z-index:1;
  209. }
  210.  
  211. .nav {
  212. margin-top:15px;
  213. margin-left:15px;
  214. }
  215.  
  216. a.button {
  217. margin-left:5px;
  218. margin-right:5px;
  219. }
  220.  
  221. .tit {
  222. position:fixed;
  223. top:5px;
  224. right:5px;
  225. padding-left:10px;
  226. padding-right:10px;
  227. background:{color:accent 1}; /* fallback for old browsers */
  228. background: -webkit-linear-gradient(to right, {color:accent 1}, {color:accent 2}); /* Chrome 10-25, Safari 5.1-6 */
  229. background: linear-gradient(to right, {color:accent 1}, {color:accent 2}); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  230. font-family:{text:title font};
  231. font-size:2em;
  232. font-weight:900;
  233. font-style:normal;
  234. text-transform:uppercase;
  235. color:{color:top bar};
  236. }
  237.  
  238. .side {
  239. position:fixed;
  240. margin-left:25px;
  241. margin-top:100px;
  242. width:350px;
  243. height:350px;
  244. border:1px solid {color:border};
  245. z-index:-1;
  246. }
  247.  
  248. /*--------------------------------------------------------------------*/
  249.  
  250. .h1 {
  251. color:{color:accent 1};
  252. font-family:{text:accent font};
  253. font-weight:900;
  254. font-size:2em;
  255. font-style:normal;
  256. text-transform:uppercase;
  257. text-align:center;
  258. }
  259.  
  260. .hob {
  261. position:absolute;
  262. margin-top:5px;
  263. margin-left:275px;
  264. width:50px;
  265. height:1px;
  266. background:{color:border};
  267. }
  268.  
  269. h20 {
  270. width:150px;
  271. padding:10px;
  272. color:{color:accent 2};
  273. font-family:{text:accent font};
  274. font-weight:900;
  275. font-size:1.25em;
  276. font-style:normal;
  277. text-transform:uppercase;
  278. text-align:center;
  279. }
  280.  
  281. .htb {
  282. position:absolute;
  283. margin-top:5px;
  284. margin-left:45px;
  285. width:50px;
  286. height:1px;
  287. background:{color:border};
  288. }
  289.  
  290. .tabcon {
  291. float:left;
  292. position:relative;
  293. padding:10px;
  294. width:600px;
  295. background-color:rgba({RGBcolor:posts},{text:post opacity});
  296. border:1px solid {color:border};
  297. }
  298.  
  299. .cat {
  300. float:left;
  301. position:relative;
  302. width:150px;
  303. padding:10px;
  304. background-color:rgba({RGBcolor:posts},{text:post opacity});
  305. border:1px solid {color:border};
  306. margin:5px;
  307. }
  308.  
  309. a.tag {
  310. display:block;
  311. }
  312.  
  313. /*--------------------------------------------------------------------*/
  314.  
  315. article {
  316. float:left;
  317. position:relative;
  318. padding:10px;
  319. width:600px;
  320. background-color:rgba({RGBcolor:posts},{text:post opacity});
  321. border:1px solid {color:border};
  322. border-radius:2px;
  323. margin-bottom:50px;
  324. }
  325.  
  326. .title {
  327. font-family:{text:accent font};
  328. font-weight:900;
  329. font-size:1.5em;
  330. font-style:normal;
  331. text-transform:uppercase;
  332. margin:0 0 10px 0;
  333. text-align:center;
  334. }
  335.  
  336. .quote {
  337. font-family:{text:accent font};
  338. font-weight:900;
  339. font-size:1.5em;
  340. font-style:italic;
  341. text-transform:uppercase;
  342. margin:0 0 10px 0;
  343. text-align:center;
  344. }
  345.  
  346. .quotesource {
  347. margin:0 0 10px 0;
  348. text-align:right;
  349. }
  350.  
  351. /*estilo de áudio #04 em @passo-html por @clamam insp:tumblr*/
  352. .ph-album {
  353. padding:15px;
  354. height:63px;
  355. }
  356.  
  357. .ph-player {
  358. width:7px;
  359. height:7px;
  360. overflow:hidden;
  361. padding:4px 21px 21px 4px;
  362. position:absolute;
  363. z-index:9999999999999999999;
  364. float:right;
  365. margin-top:15px;
  366. right:40px;
  367. background:{color:posts};
  368. opacity:.8;
  369. border-radius:30px;
  370. -moz-transition:all ease-in-out 0.7s;
  371. -webkit-transition:all ease-in-out 0.7s;
  372. -o-transition:all ease-in-out 0.7s;
  373. transition:all ease-in-out 0.7s;
  374. }
  375.  
  376. .ph-player:hover {
  377. opacity:1;
  378. -moz-transition:all ease-in-out 0.7s;
  379. -webkit-transition:all ease-in-out 0.7s;
  380. -o-transition:all ease-in-out 0.7s;
  381. transition:all ease-in-out 0.7s;
  382. }
  383.  
  384. .ph-track {
  385. margin-right:15px;
  386. overflow:auto;
  387. max-height:80px;
  388. margin-top:5px;
  389. float:right;
  390. text-align:right;
  391. }
  392.  
  393. .ph-track b {
  394. }
  395.  
  396. .ph-image {
  397. background:{color:blockquote};
  398. width:60px;
  399. height:60px;
  400. float:right;
  401. border-radius:30px;
  402. }
  403.  
  404. .bubble {
  405. align:right;
  406. background: {color:ask};
  407. margin:7px 0px 5px 66px;
  408. padding:10px;
  409. position: relative;
  410. -moz-border-radius:5px;
  411. -webkit-border-radius:5px;
  412. border-radius:5px;
  413. }
  414.  
  415. .bubble p {
  416. margin:1px 0px;
  417. }
  418.  
  419. .bubble span {
  420. position:absolute;
  421. width:1px;
  422. height:1px;
  423. font-size: 0;
  424. line-height: 1px;
  425. left:-10px;
  426. top:10px;
  427. border-top:7px solid transparent;
  428. border-bottom:7px solid transparent;
  429. border-right:10px solid {color:ask};
  430. }
  431.  
  432. .perma {
  433. margin-top:10px;
  434. margin-bottom:10px;
  435. text-align:center;
  436. }
  437.  
  438. a.perma {
  439. padding:10px;
  440. padding-left:20px;
  441. padding-right:20px;
  442. background:{color:accent 1}; /* fallback for old browsers */
  443. background: -webkit-linear-gradient(to right, {color:accent 1}, {color:accent 2}); /* Chrome 10-25, Safari 5.1-6 */
  444. background: linear-gradient(to right, {color:accent 1}, {color:accent 2}); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  445. text-transform:uppercase;
  446. font-weight:bold;
  447. }
  448.  
  449. .tag {
  450. position:absolute;
  451. margin-left:620px;
  452. margin-top:5px;
  453. line-height:1.25em;
  454. }
  455.  
  456. .tag a {
  457. font-weight:bold;
  458. background:{color:accent 2}; /* fallback for old browsers */
  459. background: -webkit-linear-gradient(to right, {color:accent 1}, {color:accent 2}); /* Chrome 10-25, Safari 5.1-6 */
  460. background: linear-gradient(to right, {color:accent 1}, {color:accent 2}); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  461. color:transparent;
  462. -webkit-background-clip:text;
  463. background-clip:text;
  464. }
  465.  
  466. /*--------------------------------------------------------------------*/
  467.  
  468. .gr, .gr:before {
  469. text-align:center;
  470. background:{color:accent 1}; /* fallback for old browsers */
  471. background: -webkit-linear-gradient(to right, {color:accent 1}, {color:accent 2}); /* Chrome 10-25, Safari 5.1-6 */
  472. background: linear-gradient(to right, {color:accent 1}, {color:accent 2}); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  473. }
  474.  
  475. .pagination {
  476. width:600px;
  477. text-align:center;
  478. }
  479.  
  480. .jump_page {
  481. display:inline-block;
  482. position:relative;
  483. width:20px;
  484. height:20px;
  485. padding:5px;
  486. border-radius:20px;
  487. transition: all .5s;
  488. -webkit-background-clip:text;
  489. -webkit-text-fill-color:transparent;
  490. }
  491.  
  492. .jump_page:before {
  493. content:'';
  494. display:block;
  495. position:absolute;
  496. left:0;
  497. top:0;
  498. bottom:0;
  499. right:0;
  500. z-index:-1;
  501. border-radius:20px;
  502. transition:all .5s;
  503. }
  504.  
  505. .jump_page:after {
  506. content:'';
  507. display:block;
  508. position:absolute;
  509. background:{color:top bar};
  510. left:2px;
  511. top:2px;
  512. bottom:2px;
  513. right:2px;
  514. z-index:-1;
  515. border-radius:20px;
  516. transition:all .5s;
  517. }
  518.  
  519. .current_page, .jump_page:hover {
  520. display:inline-block;
  521. width:20px;
  522. height:20px;
  523. padding:5px;
  524. border-radius:20px;
  525. text-shadow: 0px 0px 0px rgba({RGBcolor:hover},1);
  526. }
  527.  
  528. .jump_page:hover:after {
  529. left:100%;
  530. top:100%;
  531. bottom:100%;
  532. right:100%;
  533. }
  534.  
  535. /*--------------------------------------------------------------------*/
  536.  
  537. iframe.tmblr-iframe {
  538. z-index:99999999999999!important;
  539. top:50px!important;
  540. right:0!important;
  541. }
  542.  
  543. .credit {
  544. position:fixed;
  545. bottom:4px;
  546. left:8px;
  547. font-size:9px;
  548. padding:2px;
  549. }
  550.  
  551.  
  552.  
  553. </style>
  554. </head>
  555. <body>
  556.  
  557. <div id="bar">
  558. <div class="nav">
  559. <a class="button" href="/"><i class="fas fa-home"></i></a>
  560. <a class="button" onClick="changeNavigation('ask')"><i class="fas fa-envelope"></i></a>
  561. <a class="button" onClick="changeNavigation('about')"><i class="fas fa-user"></i></a>
  562. <a class="button" onClick="changeNavigation('link')"><i class="fas fa-bookmark"></i></a>
  563. <a class="button" onClick="changeNavigation('tag')"><i class="fas fa-folder-open"></i></a>
  564. </div>
  565.  
  566. <div class="tit">
  567. {text:title}
  568. </div>
  569.  
  570. </div>
  571.  
  572. <table style="margin-top:100px;" width="600" align="center" border="0" cellspacing="5">
  573.  
  574. <tbody><tr>
  575. <td valign="top" style="width:600px;">
  576. <div id="content">
  577.  
  578. {block:Posts}
  579. <article>
  580.  
  581. {block:IndexPage}
  582. {block:HasTags}
  583. <div class="tag">
  584. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}
  585. </div>
  586. {/block:HasTags}
  587. {/block:IndexPage}
  588.  
  589. {block:Text}
  590. {block:Title}<div class="title">{Title}</div>{/block:Title}
  591. {Body}
  592. {/block:Text}
  593.  
  594. {block:Photo}
  595. <center>{LinkOpenTag}{LinkOpenTag}<img style="width:600px;" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  596. {block:Caption}{Caption}{/block:Caption}
  597. {/block:Photo}
  598.  
  599. {block:Photoset}
  600. {Photoset}
  601. {block:Caption}{Caption}{/block:Caption}
  602. {/block:Photoset}
  603.  
  604. {block:Quote}
  605. <div class="quote">❝ {Quote} ❞</div>
  606. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  607. {/block:Quote}
  608.  
  609. {block:Link}
  610. <div class="title"><a href="{URL}">{Name}</a></div>
  611. {block:Description}<div class="description">{Description}</div>{/block:Description}
  612. {/block:Link}
  613.  
  614. {block:Chat}
  615. {block:Title}<div class="title">{Title}</div>{/block:Title}
  616. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  617. {/block:Chat}
  618.  
  619. {block:Video}
  620. <div class="video">{Video-700}</div>
  621. {block:Caption}{Caption}{/block:Caption}
  622. {/block:Video}
  623.  
  624. {block:Audio}
  625. <div class="ph-album">
  626. {block:AlbumArt}
  627. <img src="{AlbumArtURL}" class="ph-image"/>
  628. {/block:AlbumArt}
  629. {block:AudioPlayer}
  630. <div class="ph-player">{AudioPlayer}</div>
  631. {/block:AudioPlayer}
  632. <div class="ph-track">
  633. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  634. {block:Artist}{Artist}{/block:Artist}<br/>
  635. {formattedplaycount} plays
  636. </div></div>
  637. {block:Caption}{Caption}{/block:Caption}
  638. {/block:Audio}
  639.  
  640. {block:Answer}
  641. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  642. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  643. <div class="answer">{Answer}</div>
  644. {/block:Answer}
  645.  
  646. {block:IndexPage}
  647. <div class="perma"><a class="perma" href="{Permalink}">{NoteCountWithLabel}</a>
  648. </div>
  649. {block:IndexPage}
  650.  
  651. {block:PermalinkPage}
  652. <center>
  653. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  654. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  655. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  656. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  657. </center>
  658.  
  659. {block:PostNotes}{PostNotes}{/block:PostNotes}
  660. {/block:PermalinkPage}
  661.  
  662. </article>
  663.  
  664. {/block:Posts}
  665.  
  666. <div class="pagination">
  667. {block:Pagination}
  668. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page gr">&laquo;</a>{/block:PreviousPage}
  669. {block:JumpPagination length="5"}
  670. {block:CurrentPage}<span class="current_page gr">{PageNumber}</span>{/block:CurrentPage}
  671. {block:JumpPage}<a class="jump_page gr" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  672. {block:NextPage}<a href="{NextPage}" class="jump_page gr">&raquo;</a>{/block:NextPage}
  673. {/block:Pagination}
  674. </div>
  675.  
  676. </div>
  677.  
  678. <!----------------------------------------------------------------------->
  679.  
  680. <div id="ask" style="display:none;"><div class="tabcon">
  681. <div class="h1">Message Me</div>
  682. <div class="hob"></div><br>
  683.  
  684.  
  685. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://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]-->
  686. <br><br>
  687. <iframe frameborder="0" scrolling="no" width="100%" height="300" src="http://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]-->
  688.  
  689. </div></div>
  690.  
  691. <!----------------------------------------------------------------------->
  692.  
  693. <div id="about" style="display:none;"><div class="tabcon">
  694. <div class="h1">About Me</div>
  695. <div class="hob"></div><br>
  696.  
  697. put your about here
  698.  
  699. </div></div>
  700.  
  701. <!----------------------------------------------------------------------->
  702.  
  703. <div id="link" style="display:none;"><div class="tabcon">
  704. <div class="h1">Links</div>
  705. <div class="hob"></div><br>
  706.  
  707. put your links here
  708.  
  709. </div></div>
  710.  
  711. <!----------------------------------------------------------------------->
  712.  
  713. <div id="tag" style="display:none; width:600px;">
  714.  
  715. <div class="cat">
  716. <h20>Category 1</h20>
  717. <div class="htb"></div><p>
  718.  
  719. <a href="/tagged/">tag example</a><br>
  720.  
  721. </div>
  722.  
  723. <!------------------------------------>
  724.  
  725. <div class="cat">
  726. <h20>Category 2</h20>
  727. <div class="htb"></div><p>
  728.  
  729. <a href="/tagged/">tag example</a><br>
  730.  
  731. </div>
  732.  
  733. <!------------------------------------>
  734.  
  735. <div class="cat">
  736. <h20>Category 3</h20>
  737. <div class="htb"></div><p>
  738.  
  739. <a href="/tagged/">tag example</a><br>
  740.  
  741. </div>
  742.  
  743. </div>
  744.  
  745. </td></table></style>
  746. <br>
  747.  
  748. {block:ifrender}
  749. <div style="position:fixed; left:5px; bottom:-5px; height:auto;"><div class="side"></div><img src="{image:sidebar}" width="{text:render width}"></div>
  750. {/block:ifrender}
  751.  
  752. <div class="credit"><a href="http://linoone.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  753.  
  754. </body>
  755. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement