Advertisement
teruteru

Emergence -【 THEME 26v2 by Anomaly ☽】

May 17th, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #26 v2 by Anomaly ☾ tumblr user xollyx ☽ : EMERGENCE !!
  8.  
  9. - i made the base code
  10. - all in one code by neonbikethemes
  11. - please abide by all the rules
  12.  
  13. 【 All themes and pages can be found here : http://xollyx.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. <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:container" content="">
  48. <meta name="color:container border" content="">
  49. <meta name="color:blockquote" content="">
  50. <meta name="color:ask" content="">
  51. <meta name="color:text" content="">
  52. <meta name="color:link" content="">
  53. <meta name="color:hover" content="">
  54. <meta name="color:permalink" content="">
  55. <meta name="color:title shadow" content="">
  56. <meta name="color:selection" content="">
  57. <meta name="color:selection text" content="">
  58. <meta name="color:tooltip" content="">
  59. <meta name="color:tooltip text" content="">
  60. <meta name="color:scrollbar" content="">
  61.  
  62. <meta name="image:favicon" content="">
  63. <meta name="image:background" content="">
  64. <meta name="image:cursor" content="">
  65. <meta name="image:sidebar" content="">
  66. <meta name="image:icon 1" content="">
  67. <meta name="image:icon 2" content="">
  68. <meta name="image:icon 3" content="">
  69. <meta name="image:icon 4" content="">
  70. <meta name="image:permalink" content="">
  71. <meta name="image:render" content="">
  72.  
  73. <meta name="text:title" content="">
  74. <meta name="text:ask text" content="asked">
  75. <meta name="text:back title" content="⇠">
  76. <meta name="text:next title" content="⇢">
  77.  
  78. <meta name="if:bg cover" content="">
  79. <meta name="if:cursor" content="">
  80. <meta name="if:render" content="">
  81.  
  82. <meta name="text:render left" content="">
  83. <meta name="text:render bottom" content="">
  84. <meta name="text:render width" content="">
  85.  
  86. <style type="text/css">
  87.  
  88. @font-face { font-family:"misproject"; src: url('https://dl.dropboxusercontent.com/s/bfqmk6k85kaay6w/misproject.ttf'); format(“truetype”);}
  89.  
  90. @font-face { font-family:"04b"; src: url('https://dl.dropboxusercontent.com/s/b2fdyhgtkgjeon2/04b_08__.ttf?dl=1'); format(“truetype”);}
  91.  
  92. ::-webkit-scrollbar {
  93. width: 9px;
  94. height: 4px;
  95. background:{color:scrollbar};
  96. border:4px solid {color:container};
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb {
  100. background-color:{color:scrollbar};
  101. border-radius:5px;
  102. }
  103.  
  104. #s-m-t-tooltip {
  105. max-width:300px;
  106. margin:10px 0px 0px 10px;
  107. background-color:{color:tooltip};
  108. font-family:'04b';
  109. font-size:8px;
  110. padding:3px;
  111. color:{color:tooltip text};
  112. z-index:999999999999999999999999999999999999;
  113. }
  114.  
  115. #s-m-t-tooltip:after {
  116. position: absolute;
  117. display: block; content: "";
  118. border-color: transparent {color:tooltip} transparent transparent ;
  119. border-style: solid;
  120. border-width: 5px;
  121. height:0;
  122. width:0;
  123. position:absolute;
  124. top:3px;
  125. left:-10px;
  126. }
  127.  
  128. ::selection {
  129. background: {color:selection};
  130. color: {color:selection text};
  131. }
  132.  
  133. ::-moz-selection {
  134. background: {color:selection};
  135. color: {color:selection text};
  136. }
  137.  
  138. ::-webkit-selection {
  139. background: {color:selection};
  140. color: {color:selection text};
  141. }
  142.  
  143. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  144.  
  145. body {
  146. margin:0px;
  147. background:{color:background};
  148. background-image:url('{image:background}');
  149. background-attachment:fixed;
  150. {block:ifbgcover}
  151. background-repeat:no-repeat;
  152. background-size:cover;
  153. {/block:ifbgcover}
  154. color:{color:text};
  155. font-family:consolas;
  156. font-size:11px;
  157. }
  158.  
  159. a {
  160. color:{color:link};
  161. text-decoration:none;
  162. }
  163.  
  164. a:hover {
  165. color:{color:hover};
  166. -webkit-transition: all 0.7s ease;
  167. -moz-transition: all 0.7s ease;
  168. -o-transition: all 0.7s ease;
  169. transition: all 0.7s ease;
  170. }
  171.  
  172. blockquote {
  173. border-left:1px solid {color:blockquote};
  174. padding-left:10px;
  175. }
  176.  
  177. blockquote img {
  178. max-width:100%;
  179. height:auto;
  180. }
  181.  
  182. iframe, img, embed, object, video {
  183. }
  184.  
  185. img {
  186. max-width:auto;
  187. height:auto;
  188. }
  189.  
  190. h2 {
  191. font-size:24px;
  192. text-align:center;
  193. }
  194.  
  195. article {
  196. float:left;
  197. position:relative;
  198. padding:10px;
  199. width:500px;
  200. margin-top:50px;
  201. margin-left:50px;
  202. margin-bottom:50px;
  203. }
  204.  
  205. .posts:blockquote {
  206. border-left:1px solid {color:blockquote};
  207. padding-left:5px;
  208. }
  209.  
  210. .posts img {
  211. max-width:100%;
  212. }
  213.  
  214. #tit {
  215. position:fixed;
  216. left:calc(15% + 20px);
  217. top:calc(15% - 25px);
  218. width:800px;
  219. font-family:misproject;
  220. font-style:italic;
  221. font-size:32px;
  222. text-shadow:-2px 0 {color:title shadow}, 0 2px {color:title shadow}, 2px 0 {color:title shadow}, 0 -2px {color:title shadow};
  223. z-index:1;
  224. }
  225.  
  226. #con {
  227. position:fixed;
  228. left:15%;
  229. top:15%;
  230. width:800px;
  231. background:{color:container};
  232. height:70%;
  233. padding:15px;
  234. border-radius:15px;
  235. border:5px solid {color:container border};
  236. border-top:25px solid {color:container border};
  237. border-bottom:25px solid {color:container border};
  238. }
  239.  
  240. #wrapper {
  241. position:fixed;
  242. margin-left:200px;
  243. width:600px;
  244. height:70%;
  245. overflow-y:scroll;
  246. overflow-x:none;
  247. }
  248.  
  249. #sidebar {
  250. position:fixed;
  251. width:200px;
  252. padding:10px;
  253. }
  254.  
  255. #links {
  256. position:fixed;
  257. top:calc(15% + 20px);
  258. left:calc(15% + 850px);
  259. line-height:20px;
  260. }
  261.  
  262. .tabs {
  263. width:100%;
  264. margin-left:0px;
  265. display:inline-block;
  266. }
  267.  
  268. .tab-links:after {
  269. display:block;
  270. clear:both;
  271. content:'';
  272. }
  273.  
  274. .tab-links li {
  275. list-style:none;
  276. }
  277.  
  278. .tab-links a {
  279.  
  280. }
  281.  
  282. .tab-links a:hover {
  283. }
  284.  
  285. .tab-content {
  286. }
  287.  
  288. .tabcontent {
  289. position:static;
  290. width: 500px;
  291. height: 100%;
  292. padding: 10px;
  293. }
  294.  
  295. .tab {
  296. display:none;
  297. }
  298.  
  299. .tab.active {
  300. display:block;
  301. }
  302.  
  303. .title{
  304. font-weight:normal;
  305. font-size:16px;
  306. margin:0 0 10px 0;
  307. text-align:center;
  308. }
  309.  
  310. .quote{
  311. font-weight:normal;
  312. font-size:16px;
  313. font-style:italic;
  314. margin:0 0 10px 0;
  315. text-align:center;
  316. }
  317.  
  318. .quotesource {
  319. margin:0 0 10px 0;
  320. text-align:right;
  321. }
  322.  
  323. #ask{
  324. font-family:consolas;
  325. font-size:11px;
  326. line-height:13px;
  327. padding:5px;
  328. color:{color:Title};
  329. }
  330.  
  331. .bubble {
  332. align:right;
  333. background: {color:ask};
  334. margin:7px 0px 5px 66px;
  335. padding:10px;
  336. position: relative;
  337. -moz-border-radius:5px;
  338. -webkit-border-radius:5px;
  339. border-radius:5px;
  340. }
  341.  
  342. .bubble p {
  343. margin:1px 0px;
  344. }
  345.  
  346. .bubble span {
  347. position:absolute;
  348. width:1px;
  349. height:1px;
  350. font-size: 0;
  351. line-height: 1px;
  352. left:-10px;
  353. top:10px;
  354. border-top:7px solid transparent;
  355. border-bottom:7px solid transparent;
  356. border-right:10px solid {color:ask};
  357. }
  358.  
  359. .perma {
  360. margin-top:10px;
  361. padding:5px;
  362. text-align:center;
  363. font-family:'04b';
  364. font-size:8px;
  365. background:{color:permalink};
  366. border-bottom-left-radius:5px;
  367. border-bottom-right-radius:5px;
  368. }
  369.  
  370. .credit {
  371. position:fixed;
  372. bottom:4px;
  373. left:8px;
  374. font: 9px consolas;
  375. text-transform:uppercase;
  376. letter-spacing: 0px;
  377. padding: 2px;
  378. }
  379.  
  380. </style>
  381. </head>
  382. <body>
  383.  
  384. <div id="links">
  385.  
  386. <div class="tabs">
  387. <ul class="tab-links">
  388. <li class="active"><a href="#tab1" title="home"><img style="width:100px; height:100px; border-radius:100px;" src="{image:icon 1}"></a><br></li>
  389. <li><a href="#tab2" title="message"><img style="width:100px; height:100px; border-radius:100px;" src="{image:icon 2}"></a><br></li>
  390. <li><<a href="#tab3" title="about"><img style="width:100px; height:100px; border-radius:100px;" src="{image:icon 3}"></a><br></li>
  391. <li><a href="#tab4" title="navigation"><img style="width:100px; height:100px; border-radius:100px;" src="{image:icon 4}"></a><br></li>
  392. </ul>
  393. </div>
  394.  
  395. </div>
  396.  
  397. <div id="tit">{text:title}</div>
  398.  
  399. <div id="con">
  400.  
  401. <div id="sidebar">
  402. <center><img style="width:150px; height:auto;" src="{image:sidebar}"></center>
  403. {block:Description}{Description}{/block:Description}
  404. <br>
  405. <center>
  406. {block:IndexPage}
  407. {block:Pagination}
  408. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  409. {block:NextPage}<a href="{NextPage}">{text:next title}</a>
  410. {/block:NextPage}
  411. {/block:Pagination}
  412. {/block:IndexPage}
  413. </center>
  414. </div>
  415.  
  416. <div id="wrapper">
  417. <div class="tabs">
  418. <div class="tab-content">
  419. <div id="tab1" class="tab active">
  420.  
  421.  
  422. {block:Posts}
  423. <article>
  424.  
  425. {block:Text}
  426. {block:Title}<div class="title">{Title}</div>{/block:Title}
  427. {Body}
  428. {/block:Text}
  429.  
  430. {block:Photo}
  431. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  432. {block:Caption}{Caption}{/block:Caption}
  433. {/block:Photo}
  434.  
  435. {block:Photoset}
  436. {Photoset-500}
  437. {block:Caption}{Caption}{/block:Caption}
  438. {/block:Photoset}
  439.  
  440. {block:Quote}
  441. <div class="quote">"{Quote}"</div>
  442. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  443. {/block:Quote}
  444.  
  445. {block:Link}
  446. <div class="title"><a href="{URL}">{Name}</a></div>
  447. {block:Description}<div class="description">{Description}</div>{/block:Description}
  448. {/block:Link}
  449.  
  450. {block:Chat}
  451. {block:Title}<div class="title">{Title}</div>{/block:Title}
  452. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  453. {/block:Chat}
  454.  
  455. {block:Video}
  456. {Video-500}
  457. {block:Caption}{Caption}{/block:Caption}
  458. {/block:Video}
  459.  
  460. {block:Audio}
  461. {AudioPlayerWhite}
  462. {block:TrackName}{TrackName}<br>{/block:TrackName}
  463. {block:Artist}{Artist}<br>{/block:Artist}
  464. {block:Album}{Album}{/block:Album}
  465. {block:Caption}{Caption}{/block:Caption}
  466. {/block:Audio}
  467.  
  468. {block:Answer}
  469. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  470. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  471. <div class="answer">{Answer}</div>
  472. {/block:Answer}
  473.  
  474. {block:IndexPage}
  475. <div class="perma">
  476. <a href="{Permalink}">{NoteCountWithLabel}</a> <img src="{image:permalink}"> <a href="{ReblogURL}">reblog</a>
  477. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  478. {/block:IndexPage}
  479.  
  480. <!--POST NOTES-->
  481.  
  482. {block:PermalinkPage}
  483. <center>
  484. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  485. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  486. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  487. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  488. </center>
  489.  
  490. {block:PostNotes}{PostNotes}{/block:PostNotes}
  491. {/block:PermalinkPage}
  492.  
  493. </article>
  494.  
  495. {/block:Posts}
  496.  
  497. </div>
  498. </div>
  499.  
  500. <!-- -------------------------- TAB 2 -------------------------- -->
  501.  
  502. <div id="tab2" class="tab">
  503. <div class="tabcontent">
  504.  
  505. <h2>Ask & Submit</h2>
  506.  
  507. <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]-->
  508. <br><br>
  509. <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]-->
  510.  
  511.  
  512. </div>
  513. </div>
  514.  
  515.  
  516. <!-- -------------------------- TAB 3 -------------------------- -->
  517.  
  518. <div id="tab3" class="tab">
  519. <div class="tabcontent">
  520.  
  521. <h2>About Me</h2>
  522.  
  523. put an about here!
  524.  
  525. </div>
  526. </div>
  527.  
  528.  
  529. <!-- -------------------------- TAB 4 -------------------------- -->
  530.  
  531. <div id="tab4" class="tab">
  532. <div class="tabcontent">
  533.  
  534. <h2>Navigation</h2>
  535.  
  536. links here!
  537.  
  538. </div>
  539. </div>
  540.  
  541.  
  542. <!-- -------------------------- TAB 5 -------------------------- -->
  543.  
  544. <div id="tab5" class="tab">
  545. <div class="tabcontent">
  546.  
  547.  
  548. </div>
  549. </div>
  550.  
  551.  
  552.  
  553. <!-- END OF TABS -->
  554.  
  555. </div>
  556. </div>
  557. </div>
  558. </div>
  559. </div>
  560.  
  561.  
  562. <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
  563.  
  564. <script>
  565. $(document).ready(function() {
  566. $('.tabs .tab-links a').on('click', function(e) {
  567. var currentAttrValue = $(this).attr('href');
  568.  
  569. // Show/Hide Tabs
  570. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  571.  
  572. // Change/remove current tab to active
  573. $(this).parent('li').addClass('active').siblings().removeClass('active');
  574.  
  575. e.preventDefault();
  576. });
  577. });
  578. </script>
  579.  
  580. <script>
  581. $(document).ready(function() {
  582. $('#filterOptions li a').click(function() {
  583. // fetch the class of the clicked item
  584. var ourClass = $(this).attr('class');
  585.  
  586. // reset the active class on all the buttons
  587. $('#filterOptions li').removeClass('active');
  588. // update the active state on our clicked button
  589. $(this).parent().addClass('active');
  590.  
  591. if(ourClass == 'all') {
  592. // show all our items
  593. $('#ourHolder').children('div.item').show();
  594. }
  595. else {
  596. // hide all elements that don't share ourClass
  597. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  598. // show all elements that do share ourClass
  599. $('#ourHolder').children('div.' + ourClass).show();
  600. }
  601. return false;
  602. });
  603. });
  604. </script>
  605. </div>
  606.  
  607. </div>
  608.  
  609.  
  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://xollyx.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