teruteru

Lucky Cat -【 THEME 69 by Anomaly ☽】

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