Advertisement
teruteru

Fruit Basket -【 THEME 64 by Anomaly ☽】

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