Advertisement
teruteru

Fructidor -【 THEME 59 by Anomaly ☽】

Dec 31st, 2017
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #59 by Anomaly ☾ tumblr user linoone ☽ : FRUCTIDOR !!
  8.  
  9. - i made the base code
  10. - audio post style by passo-html
  11. - please abide by all the rules
  12.  
  13. 【 All themes and pages can be found here : http://linoone.tumblr.com/thm 】
  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.  
  44. <title>{Title}</title>
  45.  
  46. <link rel="shortcut icon" href="{image:favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50. <!--default variables-->
  51.  
  52. <meta name="color:background" 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:blog border" content="">
  61. <meta name="color:selection" content="">
  62. <meta name="color:selection text" content="">
  63. <meta name="color:tooltip" content="">
  64. <meta name="color:tooltip text" content="">
  65. <meta name="color:scrollbar" content="">
  66.  
  67. <meta name="image:favicon" content="">
  68. <meta name="image:background" content="">
  69. <meta name="image:cursor" content="https://78.media.tumblr.com/232c090ebdd37ae4bc17adb54e1e0344/tumblr_inline_okvj3mp7hR1t4i7gb_540.png">
  70. <meta name="image:render" content="">
  71.  
  72. <meta name="text:title" content="">
  73. <meta name="text:ask text" content="asked">
  74. <meta name="text:back title" content="⇠">
  75. <meta name="text:next title" content="⇢">
  76.  
  77. <meta name="text:title font" content="">
  78. <meta name="text:font" content="">
  79. <meta name="text:pixel font" content="">
  80. <meta name="text:pixel font size" content="">
  81.  
  82. <meta name="if:bg cover" content="">
  83. <meta name="if:cursor" content="">
  84. <meta name="if:post borders" content="">
  85. <meta name="if:post shadows" content="">
  86. <meta name="if:render" content="">
  87.  
  88. <meta name="text:render left" content="">
  89. <meta name="text:render bottom" content="">
  90. <meta name="text:render width" content="">
  91.  
  92. <style type="text/css">
  93.  
  94. ::-webkit-scrollbar {
  95. width: 9px;
  96. height: 4px;
  97. background:{color:scrollbar};
  98. border:4px solid {color:blog border};
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. background-color:{color:scrollbar};
  103. border-radius:5px;
  104. }
  105.  
  106. #s-m-t-tooltip {
  107. max-width:300px;
  108. margin:10px 0px 0px 10px;
  109. background-color:{color:tooltip};
  110. font-family:{text:pixel font};
  111. font-size:{text:pixel font size}px;
  112. padding:3px;
  113. color:{color:tooltip text};
  114. z-index:999999999999999999999999999999999999;
  115. }
  116.  
  117. #s-m-t-tooltip:after {
  118. position: absolute;
  119. display: block; content: "";
  120. border-color: transparent {color:tooltip} transparent transparent ;
  121. border-style: solid;
  122. border-width: 5px;
  123. height:0;
  124. width:0;
  125. position:absolute;
  126. top:3px;
  127. left:-10px;
  128. }
  129.  
  130. ::selection {
  131. background: {color:selection};
  132. color: {color:selection text};
  133. }
  134.  
  135. ::-moz-selection {
  136. background: {color:selection};
  137. color: {color:selection text};
  138. }
  139.  
  140. ::-webkit-selection {
  141. background: {color:selection};
  142. color: {color:selection text};
  143. }
  144.  
  145. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  146.  
  147. body {
  148. margin:0px;
  149. background:{color:background};
  150. background-image:url('{image:background}');
  151. background-attachment:fixed;
  152. {block:ifbgcover}
  153. background-repeat:no-repeat;
  154. background-size:cover;
  155. {/block:ifbgcover}
  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. #b1 {
  193. position:fixed;
  194. top:0px;
  195. left:0px;
  196. width:100%;
  197. height:20px;
  198. background:{color:blog border};
  199. z-index:1;
  200. }
  201.  
  202. #b2 {
  203. position:fixed;
  204. bottom:0px;
  205. left:0px;
  206. width:100%;
  207. height:20px;
  208. background:{color:blog border};
  209. z-index:1;
  210. }
  211.  
  212. #b3 {
  213. position:fixed;
  214. top:0px;
  215. left:0px;
  216. width:20px;
  217. height:100%;
  218. background:{color:blog border};
  219. }
  220.  
  221. #b4 {
  222. position:fixed;
  223. top:0px;
  224. right:0px;
  225. width:20px;
  226. height:100%;
  227. background:{color:blog border};
  228. }
  229.  
  230. #t1 {
  231. position:fixed;
  232. top:-80px;
  233. left:20px;
  234. border-top:100px solid transparent;
  235. border-bottom:100px solid transparent;
  236. border-left:100px solid {color:blog border};
  237. }
  238.  
  239. #t2 {
  240. position:fixed;
  241. bottom:-80px;
  242. right:20px;
  243. border-top:100px solid transparent;
  244. border-bottom:100px solid transparent;
  245. border-right:100px solid {color:blog border};
  246. z-index:1;
  247. }
  248.  
  249. .tabcon {
  250. float:left;
  251. position:relative;
  252. padding:10px;
  253. width:500px;
  254. background:{color:posts};
  255. {block:ifpostborders}border:1px solid {color:border};{/block:ifpostborders}
  256. {block:ifpostshadows}box-shadow:5px 5px {color:border};{/block:ifpostshadows}
  257. margin-top:25px;
  258. }
  259.  
  260. .h1 {
  261. margin-top:15px;
  262. font-weight:normal;
  263. font-size:2em;
  264. background:{color:border};
  265. line-height:1px;
  266. text-align:right;
  267. }
  268.  
  269. .h1 a {
  270. background:{color:posts};
  271. padding:3px;
  272. font-style:italic;
  273. text-shadow:2px 2px {color:border};
  274. margin-right:25px;
  275. }
  276.  
  277. .tit {
  278. font-family:{text:title font};
  279. font-size:2em;
  280. font-style:italic;
  281. text-shadow:2px 2px {color:link};
  282. border-bottom:1px solid {color:border};
  283. padding-bottom:5px;
  284. text-align:center;
  285. }
  286.  
  287. .sidebar {
  288. position:fixed;
  289. margin-top:25px;
  290. text-align:right;
  291. width:300px;
  292. }
  293.  
  294. .sidebar a {
  295. text-shadow:1px 1px {color:posts};
  296. }
  297.  
  298. #pagi {
  299. width:500px;
  300. font-family:{text:title font};
  301. font-size:2em;
  302. font-style:italic;
  303. text-shadow:2px 2px {color:link};
  304. }
  305.  
  306. article {
  307. float:left;
  308. position:relative;
  309. padding:10px;
  310. width:500px;
  311. background:{color:posts};
  312. {block:ifpostborders}border:1px solid {color:border};{/block:ifpostborders}
  313. {block:ifpostshadows}box-shadow:5px 5px {color:border};{/block:ifpostshadows}
  314. margin-top:25px;
  315. }
  316.  
  317. .title {
  318. font-weight:normal;
  319. font-size:1.5em;
  320. margin:0 0 10px 0;
  321. text-align:center;
  322. }
  323.  
  324. .quote {
  325. font-weight:normal;
  326. font-size:1.5em;
  327. font-style:italic;
  328. margin:0 0 10px 0;
  329. text-align:center;
  330. }
  331.  
  332. .quotesource {
  333. margin:0 0 10px 0;
  334. text-align:right;
  335. }
  336.  
  337. /*estilo de áudio #04 em @passo-html por @clamam insp:tumblr*/
  338. .ph-album {
  339. padding:15px;
  340. height:63px;
  341. }
  342.  
  343. .ph-player {
  344. width:7px;
  345. height:7px;
  346. overflow:hidden;
  347. padding:4px 21px 21px 4px;
  348. position:absolute;
  349. z-index:9999999999999999999;
  350. float:right;
  351. margin-top:15px;
  352. right:40px;
  353. background:{color:posts};
  354. opacity:.8;
  355. border-radius:30px;
  356. -moz-transition:all ease-in-out 0.7s;
  357. -webkit-transition:all ease-in-out 0.7s;
  358. -o-transition:all ease-in-out 0.7s;
  359. transition:all ease-in-out 0.7s;
  360. }
  361.  
  362. .ph-player:hover {
  363. opacity:1;
  364. -moz-transition:all ease-in-out 0.7s;
  365. -webkit-transition:all ease-in-out 0.7s;
  366. -o-transition:all ease-in-out 0.7s;
  367. transition:all ease-in-out 0.7s;
  368. }
  369.  
  370. .ph-track {
  371. margin-right:15px;
  372. overflow:auto;
  373. max-height:80px;
  374. margin-top:5px;
  375. float:right;
  376. text-align:right;
  377. }
  378.  
  379. .ph-track b {
  380. }
  381.  
  382. .ph-image {
  383. width:60px;
  384. height:60px;
  385. float:right;
  386. border-radius:30px;
  387. }
  388.  
  389. .bubble {
  390. align:right;
  391. background: {color:ask};
  392. margin:7px 0px 5px 66px;
  393. padding:10px;
  394. position: relative;
  395. -moz-border-radius:5px;
  396. -webkit-border-radius:5px;
  397. border-radius:5px;
  398. }
  399.  
  400. .bubble p {
  401. margin:1px 0px;
  402. }
  403.  
  404. .bubble span {
  405. position:absolute;
  406. width:1px;
  407. height:1px;
  408. font-size: 0;
  409. line-height: 1px;
  410. left:-10px;
  411. top:10px;
  412. border-top:7px solid transparent;
  413. border-bottom:7px solid transparent;
  414. border-right:10px solid {color:ask};
  415. }
  416.  
  417. .perma {
  418. margin-top:calc({text:pixel font size}px + 10px);
  419. text-align:center;
  420. background:{color:border};
  421. line-height:1px;
  422. text-align:right;
  423. font-family:{text:pixel font};
  424. font-size:{text:pixel font size}px;
  425. margin-bottom:5px;
  426. }
  427.  
  428. .perma a {
  429. padding:5px;
  430. margin-right:25px;
  431. background:{color:posts};
  432. }
  433.  
  434. .tag {
  435. text-align:center;
  436. font-family:{text:pixel font};
  437. font-size:{text:pixel font size}px;
  438. }
  439.  
  440. .credit {
  441. position:fixed;
  442. bottom:4px;
  443. left:8px;
  444. font: 9px consolas;
  445. text-transform:uppercase;
  446. letter-spacing: 0px;
  447. padding: 2px;
  448. z-index:1;
  449. }
  450.  
  451. </style>
  452. </head>
  453. <body>
  454.  
  455. <div id="b1"></div><div id="b2"></div><div id="b3"></div><div id="b4"></div>
  456. <div id="t1"></div><div id="t2"></div>
  457.  
  458. <table style="font-size:1em; margin-top:20px;" width="950" align="center" border="0" cellspacing="5">
  459.  
  460. <tbody><tr>
  461. <td valign="top" style="width:300px;">
  462. <div class="sidebar">
  463. <div class="tit">{text:title}</div><br>
  464. <a href="/" title="home">001</a>
  465. <a onClick="changeNavigation('ask')" title="ask & submit">002</a>
  466. <a onClick="changeNavigation('about')" title="about me">003</a>
  467. <a onClick="changeNavigation('link')" title="links">004</a>
  468. <a onClick="changeNavigation('tag')" title="tags">005</a>
  469. </div>
  470. </td>
  471.  
  472.  
  473. <td valign="top" style="width:500px;">
  474. <div id="content">
  475.  
  476. {block:Posts}
  477. <article>
  478.  
  479. {block:Text}
  480. {block:Title}<div class="title">{Title}</div>{/block:Title}
  481. {Body}
  482. {/block:Text}
  483.  
  484. {block:Photo}
  485. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  486. {block:Caption}{Caption}{/block:Caption}
  487. {/block:Photo}
  488.  
  489. {block:Photoset}
  490. {Photoset-500}
  491. {block:Caption}{Caption}{/block:Caption}
  492. {/block:Photoset}
  493.  
  494. {block:Quote}
  495. <div class="quote">"{Quote}"</div>
  496. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  497. {/block:Quote}
  498.  
  499. {block:Link}
  500. <div class="title"><a href="{URL}">{Name}</a></div>
  501. {block:Description}<div class="description">{Description}</div>{/block:Description}
  502. {/block:Link}
  503.  
  504. {block:Chat}
  505. {block:Title}<div class="title">{Title}</div>{/block:Title}
  506. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  507. {/block:Chat}
  508.  
  509. {block:Video}
  510. {Video-500}
  511. {block:Caption}{Caption}{/block:Caption}
  512. {/block:Video}
  513.  
  514. {block:Audio}
  515. <div class="ph-album">
  516. {block:AlbumArt}
  517. <img src="{AlbumArtURL}" class="ph-image"/>
  518. {/block:AlbumArt}
  519. {block:AudioPlayer}
  520. <div class="ph-player">{AudioPlayer}</div>
  521. {/block:AudioPlayer}
  522. <div class="ph-track">
  523. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  524. {block:Artist}{Artist}{/block:Artist}<br/>
  525. {formattedplaycount} plays
  526. </div></div>
  527. {/block:Audio}
  528.  
  529. {block:Answer}
  530. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  531. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  532. <div class="answer">{Answer}</div>
  533. {/block:Answer}
  534.  
  535. {block:IndexPage}
  536. <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  537. <div class="tag">{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  538. {block:IndexPage}
  539.  
  540. {block:PermalinkPage}
  541. <center>
  542. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  543. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  544. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  545. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  546. </center>
  547.  
  548. {block:PostNotes}{PostNotes}{/block:PostNotes}
  549. {/block:PermalinkPage}
  550.  
  551. </article>
  552.  
  553. {/block:Posts}
  554.  
  555. </div>
  556.  
  557. <div id="pagi">
  558. {block:IndexPage}
  559. {block:Pagination}
  560. {block:PreviousPage}<a href="{PreviousPage}" style="float:left;">{text:back title}</a>{/block:PreviousPage}
  561. {block:NextPage}<a href="{NextPage}" style="float:right;">{text:next title}</a>
  562. {/block:NextPage}
  563. {/block:Pagination}
  564. {/block:IndexPage}
  565. </div>
  566.  
  567.  
  568. <div id="ask" style="display:none;">
  569. <div class="tabcon">
  570. <div class="h1"><a>Message Me</a></div><br><br>
  571.  
  572.  
  573. <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]-->
  574. <br><br>
  575. <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]-->
  576.  
  577. </div>
  578. </div>
  579.  
  580. <div id="about" style="display:none;">
  581. <div class="tabcon">
  582. <div class="h1"><a>About Me</a></div><br><br>
  583.  
  584. about here
  585.  
  586. </div>
  587. </div>
  588.  
  589. <div id="link" style="display:none;">
  590. <div class="tabcon">
  591. <div class="h1"><a>Links</a></div><br><br>
  592.  
  593. links here
  594.  
  595. </div>
  596. </div>
  597.  
  598. <div id="tag" style="display:none;">
  599. <div class="tabcon">
  600. <div class="h1"><a>Tags</a></div><br><br>
  601.  
  602. tags here
  603.  
  604.  
  605. </div>
  606. </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;"><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