teruteru

Party Tonight -【 THEME 70 by Anomaly ☽】

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