Advertisement
teruteru

In Iolite -【 THEME 63 by Anomaly ☽】

May 26th, 2018
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #63 by Anomaly ☾ tumblr user linoone ☽ : IN IOLITE !!
  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 : http://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="http://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="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  23. <script src="http://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:blog border" content="">
  53. <meta name="color:blockquote" content="">
  54. <meta name="color:titles" content="">
  55. <meta name="color:ask" content="">
  56. <meta name="color:text" content="">
  57. <meta name="color:link" content="">
  58. <meta name="color:hover" content="">
  59. <meta name="color:selection" content="">
  60. <meta name="color:selection text" content="">
  61. <meta name="color:tooltip" content="">
  62. <meta name="color:tooltip text" content="">
  63. <meta name="color:scrollbar" content="">
  64.  
  65. <meta name="image:favicon" content="">
  66. <meta name="image:cursor" content="">
  67. <meta name="image:sidebar" content="">
  68. <meta name="image:render" content="">
  69.  
  70. <meta name="text:ask text" content="asked">
  71.  
  72. <meta name="text:title font" content="">
  73. <meta name="text:font" content="">
  74. <meta name="text:pixel font" content="">
  75. <meta name="text:pixel font size" content="">
  76.  
  77. <meta name="if:bg cover" content="">
  78. <meta name="if:cursor" content="">
  79. <meta name="if:render" content="">
  80.  
  81. <meta name="text:render left" content="">
  82. <meta name="text:render bottom" content="">
  83. <meta name="text:render width" content="">
  84.  
  85. <link href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet">
  86.  
  87. <style type="text/css">
  88.  
  89. ::-webkit-scrollbar {
  90. width: 9px;
  91. height: 4px;
  92. background:{color:scrollbar};
  93. border:4px solid {color:blog border};
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb {
  97. background-color:{color:scrollbar};
  98. border-radius:5px;
  99. }
  100.  
  101. #s-m-t-tooltip {
  102. max-width:300px;
  103. margin:10px 0px 0px 10px;
  104. background-color:{color:tooltip};
  105. font-family:{text:pixel font};
  106. font-size:{text:pixel font size}px;
  107. padding:3px;
  108. color:{color:tooltip text};
  109. z-index:999999999999999999999999999999999999;
  110. }
  111.  
  112. #s-m-t-tooltip:after {
  113. position: absolute;
  114. display: block; content: "";
  115. border-color: transparent {color:tooltip} transparent transparent ;
  116. border-style: solid;
  117. border-width: 5px;
  118. height:0;
  119. width:0;
  120. position:absolute;
  121. top:3px;
  122. left:-10px;
  123. }
  124.  
  125. ::selection {
  126. background: {color:selection};
  127. color: {color:selection text};
  128. }
  129.  
  130. ::-moz-selection {
  131. background: {color:selection};
  132. color: {color:selection text};
  133. }
  134.  
  135. ::-webkit-selection {
  136. background: {color:selection};
  137. color: {color:selection text};
  138. }
  139.  
  140. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  141.  
  142. body {
  143. margin:0px;
  144. background:{color:background};
  145. color:{color:text};
  146. font-family:{text:font};
  147. font-size:1em;
  148. }
  149.  
  150. a {
  151. color:{color:link};
  152. text-decoration:none;
  153. }
  154.  
  155. a:hover {
  156. color:{color:hover};
  157. -webkit-transition: all 0.7s ease;
  158. -moz-transition: all 0.7s ease;
  159. -o-transition: all 0.7s ease;
  160. transition: all 0.7s ease;
  161. }
  162.  
  163. blockquote {
  164. border-left:1px solid {color:blockquote};
  165. padding-left:10px;
  166. }
  167.  
  168. blockquote img {
  169. max-width:100%;
  170. height:auto;
  171. }
  172.  
  173. iframe, img, embed, object, video {
  174. }
  175.  
  176. img {
  177. max-width:auto;
  178. height:auto;
  179. }
  180.  
  181. #b1 {
  182. position:fixed;
  183. top:0px;
  184. left:0px;
  185. width:100%;
  186. height:20px;
  187. background:{color:blog border};
  188. z-index:1;
  189. }
  190.  
  191. #b2 {
  192. position:fixed;
  193. bottom:0px;
  194. left:0px;
  195. width:100%;
  196. height:20px;
  197. background:{color:blog border};
  198. z-index:1;
  199. }
  200.  
  201. #b3 {
  202. position:fixed;
  203. top:0px;
  204. left:0px;
  205. width:20px;
  206. height:100%;
  207. background:{color:blog border};
  208. }
  209.  
  210. #b4 {
  211. position:fixed;
  212. top:0px;
  213. right:0px;
  214. width:20px;
  215. height:100%;
  216. background:{color:blog border};
  217. }
  218.  
  219. /*--------------------------------------------------------------------*/
  220.  
  221. #sidebar {
  222. position:fixed;
  223. top:25px;
  224. left:5%;
  225. width:250px;
  226. padding:5px;
  227. border-right:1px solid {color:blog border};
  228. height:calc(100% - 60px);
  229. }
  230.  
  231. .icon {
  232. width:150px;
  233. height:150px;
  234. padding:5px;
  235. border:1px solid {color:blog border};
  236. }
  237.  
  238. a.link {
  239. width:150px;
  240. padding:5px;
  241. }
  242.  
  243. a.link span {
  244. display:inline-block;
  245. width:20px;
  246. height:20px;
  247. text-align:center;
  248. background:{color:blog border};
  249. padding:5px;
  250. border-radius:5px;
  251. color:{color:background};
  252. }
  253.  
  254. /*--------------------------------------------------------------------*/
  255.  
  256. .h1 {
  257. font-family:{text:title font};
  258. background:{color:titles};
  259. font-weight:normal;
  260. font-size:1.5em;
  261. letter-spacing:5px;
  262. padding:5px;
  263. text-transform:uppercase;
  264. margin:0 0 10px 0;
  265. text-align:center;
  266. }
  267.  
  268. .tabcon {
  269. float:left;
  270. position:relative;
  271. padding:10px;
  272. width:500px;
  273. margin-bottom:50px;
  274. }
  275.  
  276. /*--------------------------------------------------------------------*/
  277.  
  278. article {
  279. float:left;
  280. position:relative;
  281. padding:10px;
  282. width:500px;
  283. margin-bottom:50px;
  284. }
  285.  
  286. .title {
  287. font-family:{text:title font};
  288. background:{color:titles};
  289. font-weight:normal;
  290. font-size:1.5em;
  291. letter-spacing:5px;
  292. padding:5px;
  293. text-transform:uppercase;
  294. margin:0 0 10px 0;
  295. text-align:center;
  296. }
  297.  
  298. .quote {
  299. font-family:{text:title font};
  300. background:{color:titles};
  301. font-weight:normal;
  302. font-size:1.5em;
  303. letter-spacing:5px;
  304. text-transform:uppercase;
  305. font-style:italic;
  306. padding:5px;
  307. margin:0 0 10px 0;
  308. text-align:center;
  309. }
  310.  
  311. .quotesource {
  312. margin:0 0 10px 0;
  313. text-align:right;
  314. }
  315.  
  316. /*estilo de áudio #04 em @passo-html por @clamam insp:tumblr*/
  317. .ph-album {
  318. padding:15px;
  319. height:63px;
  320. }
  321.  
  322. .ph-player {
  323. width:7px;
  324. height:7px;
  325. overflow:hidden;
  326. padding:4px 21px 21px 4px;
  327. position:absolute;
  328. z-index:9999999999999999999;
  329. float:right;
  330. margin-top:15px;
  331. right:40px;
  332. background:{color:posts};
  333. opacity:.8;
  334. border-radius:30px;
  335. -moz-transition:all ease-in-out 0.7s;
  336. -webkit-transition:all ease-in-out 0.7s;
  337. -o-transition:all ease-in-out 0.7s;
  338. transition:all ease-in-out 0.7s;
  339. }
  340.  
  341. .ph-player:hover {
  342. opacity:1;
  343. -moz-transition:all ease-in-out 0.7s;
  344. -webkit-transition:all ease-in-out 0.7s;
  345. -o-transition:all ease-in-out 0.7s;
  346. transition:all ease-in-out 0.7s;
  347. }
  348.  
  349. .ph-track {
  350. margin-right:15px;
  351. overflow:auto;
  352. max-height:80px;
  353. margin-top:5px;
  354. float:right;
  355. text-align:right;
  356. }
  357.  
  358. .ph-track b {
  359. }
  360.  
  361. .ph-image {
  362. background:{color:blockquote};
  363. width:60px;
  364. height:60px;
  365. float:right;
  366. border-radius:30px;
  367. }
  368.  
  369. .bubble {
  370. align:right;
  371. background: {color:ask};
  372. margin:7px 0px 5px 66px;
  373. padding:10px;
  374. position: relative;
  375. -moz-border-radius:5px;
  376. -webkit-border-radius:5px;
  377. border-radius:5px;
  378. }
  379.  
  380. .bubble p {
  381. margin:1px 0px;
  382. }
  383.  
  384. .bubble span {
  385. position:absolute;
  386. width:1px;
  387. height:1px;
  388. font-size: 0;
  389. line-height: 1px;
  390. left:-10px;
  391. top:10px;
  392. border-top:7px solid transparent;
  393. border-bottom:7px solid transparent;
  394. border-right:10px solid {color:ask};
  395. }
  396.  
  397. .perma {
  398. position:absolute;
  399. margin-top:-10px;
  400. margin-left:515px;
  401. text-align:center;
  402. width:20px;
  403. height:20px;
  404. background:{color:blog border};
  405. padding:5px;
  406. border-radius:5px;
  407. }
  408.  
  409. .perma a {
  410. color:{color:background};
  411. }
  412.  
  413. .beta {
  414. position:absolute;
  415. margin-top:25px;
  416. margin-left:140px;
  417. width:250px;
  418. height:1px;
  419. background:{color:blog border};
  420. }
  421.  
  422. /*--------------------------------------------------------------------*/
  423.  
  424. .pagination {
  425. width:500px;
  426. text-align:center;
  427. }
  428.  
  429. a.pagi {
  430. width:20px;
  431. height:20px;
  432. text-align:center;
  433. background:{color:blog border};
  434. padding:5px;
  435. border-radius:5px;
  436. color:{color:background};
  437. }
  438.  
  439. /*--------------------------------------------------------------------*/
  440.  
  441. .credit {
  442. position:fixed;
  443. bottom:24px;
  444. left:28px;
  445. font-size:9px;
  446. padding:2px;
  447. z-index:1;
  448. }
  449.  
  450. </style>
  451. </head>
  452. <body>
  453.  
  454. <div id="b1"></div><div id="b2"></div><div id="b3"></div><div id="b4"></div>
  455.  
  456. <div id="sidebar">
  457. <center><img class="icon" src="{image:sidebar}">
  458. <p>
  459. <a class="link" href="/"><span><i class="fas fa-home"></i></span></a>
  460. <a class="link" onClick="changeNavigation('ask')"><span><i class="fas fa-envelope"></i></span></a>
  461. <a class="link" onClick="changeNavigation('about')"><span><i class="fas fa-user"></i></span></a>
  462. <a class="link" onClick="changeNavigation('link')"><span><i class="fas fa-book"></i></span></a>
  463. <a class="link" onClick="changeNavigation('tag')"><span><i class="fas fa-tag"></i></span></a>
  464. </center>
  465.  
  466. <p>
  467.  
  468. {block:Description}{Description}{/block:Description}
  469. </div>
  470.  
  471. <table style="margin-top:50px;" width="500" align="center" border="0" cellspacing="5">
  472.  
  473. <tbody><tr>
  474. <td valign="top" style="width:500px;">
  475. <div id="content">
  476.  
  477. {block:Posts}
  478. <article>
  479.  
  480. {block:IndexPage}
  481. <div class="perma"><a class="comic" href="{Permalink}" title="{NoteCountWithLabel}"><i class="fas fa-heart"></i></a>
  482. </div>
  483.  
  484. {/block:IndexPage}
  485.  
  486. {block:Text}
  487. {block:Title}<div class="title">{Title}</div>{/block:Title}
  488. {Body}
  489. {/block:Text}
  490.  
  491. {block:Photo}
  492. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  493. {block:Caption}{Caption}{/block:Caption}
  494. {/block:Photo}
  495.  
  496. {block:Photoset}
  497. {Photoset-500}
  498. {block:Caption}{Caption}{/block:Caption}
  499. {/block:Photoset}
  500.  
  501. {block:Quote}
  502. <div class="quote">❝ {Quote} ❞</div>
  503. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  504. {/block:Quote}
  505.  
  506. {block:Link}
  507. <div class="title"><a href="{URL}">{Name}</a></div>
  508. {block:Description}<div class="description">{Description}</div>{/block:Description}
  509. {/block:Link}
  510.  
  511. {block:Chat}
  512. {block:Title}<div class="title">{Title}</div>{/block:Title}
  513. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  514. {/block:Chat}
  515.  
  516. {block:Video}
  517. {Video-500}
  518. {block:Caption}{Caption}{/block:Caption}
  519. {/block:Video}
  520.  
  521. {block:Audio}
  522. <div class="ph-album">
  523. {block:AlbumArt}
  524. <img src="{AlbumArtURL}" class="ph-image"/>
  525. {/block:AlbumArt}
  526. {block:AudioPlayer}
  527. <div class="ph-player">{AudioPlayer}</div>
  528. {/block:AudioPlayer}
  529. <div class="ph-track">
  530. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  531. {block:Artist}{Artist}{/block:Artist}<br/>
  532. {formattedplaycount} plays
  533. </div></div>
  534. {block:Caption}{Caption}{/block:Caption}
  535. {/block:Audio}
  536.  
  537. {block:Answer}
  538. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  539. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  540. <div class="answer">{Answer}</div>
  541. {/block:Answer}
  542.  
  543. {block:IndexPage}
  544. <div class="beta"></div>
  545. {block:IndexPage}
  546.  
  547. {block:PermalinkPage}
  548. <center>
  549. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  550. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  551. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  552. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  553. </center>
  554.  
  555. {block:PostNotes}{PostNotes}{/block:PostNotes}
  556. {/block:PermalinkPage}
  557.  
  558. </article>
  559.  
  560. {/block:Posts}
  561.  
  562. <div class="pagination">
  563. {block:IndexPage}
  564. {block:Pagination}
  565. {block:PreviousPage}<a class="pagi" style="float:left;" href="{PreviousPage}"><i class="fas fa-chevron-left"></i></a>{/block:PreviousPage}
  566. {block:NextPage}<a class="pagi" style="float:right;" href="{NextPage}"><i class="fas fa-chevron-right"></i></a>
  567. {/block:NextPage}
  568. {/block:Pagination}
  569. {/block:IndexPage}
  570. </div>
  571.  
  572. </div>
  573.  
  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="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]-->
  581. <br><br>
  582. <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]-->
  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="link" style="display:none;"><div class="tabcon">
  594. <div class="h1">Links</div><br>
  595.  
  596. put your links here
  597.  
  598.  
  599. </div></div>
  600.  
  601. <div id="tag" style="display:none;"><div class="tabcon">
  602. <div class="h1">Tags</div><br>
  603.  
  604. put your tags here
  605.  
  606. </div></div>
  607.  
  608. </td></table></style>
  609. <br>
  610.  
  611. {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}
  612.  
  613. <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>
  614.  
  615. </body>
  616. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement