Advertisement
teruteru

Springing Forward -【 PAGE 6 by Anomaly ☽】

Mar 20th, 2017
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. PAGE #6 by Anomaly ☾ tumblr user xollyx ☽ : SPRINGING FORWARD !!
  7.  
  8. - i made the base code
  9. - all in one tabs by neonbikethemes
  10. - please abide by all the rules
  11.  
  12. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  13.  
  14. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  15. Feel free to message me if you need any help, my ask box is always open!
  16.  
  17. -->
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21.  
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("a[title]").style_my_tooltips({
  26. tip_follows_cursor:true,
  27. tip_delay_time:90,
  28. tip_fade_speed:600,
  29. attribute:"title"
  30. });
  31. });
  32. })(jQuery);
  33. </script>
  34.  
  35. <title>{Title}</title>
  36.  
  37. <link rel="shortcut icon" href="IMAGE URL HERE">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41. <style type="text/css">
  42.  
  43. @font-face { font-family: "snickles"; src: url('https://dl.dropboxusercontent.com/s/u0qguc9dnof931w/Snickles.ttf?dl=0'); format("truetype");}
  44.  
  45. @font-face { font-family: "tinytots"; src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04b_03_.ttf?dl=1'); format(“truetype”);}
  46.  
  47. ::-webkit-scrollbar {
  48. width: 9px;
  49. height: 4px;
  50. background:#808080;
  51. border:4px solid #fff;
  52. }
  53.  
  54. ::-webkit-scrollbar-thumb {
  55. background-color:#b8bcf8;
  56. border-radius:5px;
  57. }
  58.  
  59. #s-m-t-tooltip {
  60. max-width:300px;
  61. margin:10px 0px 0px 10px;
  62. background-color:#000;
  63. font-family:tinytots;
  64. font-size:8px;
  65. padding:3px;
  66. color:#fff;
  67. z-index:999999999999999999999999999999999999;
  68. }
  69.  
  70. #s-m-t-tooltip:after {
  71. position: absolute;
  72. display: block; content: "";
  73. border-color: transparent #000 transparent transparent ;
  74. border-style: solid;
  75. border-width: 5px;
  76. height:0;
  77. width:0;
  78. position:absolute;
  79. top:3px;
  80. left:-10px;
  81. }
  82.  
  83. ::selection {
  84. background: #000;
  85. color: #fff;
  86. }
  87.  
  88. ::-moz-selection {
  89. background: #000;
  90. color: #fff;
  91. }
  92.  
  93. ::-webkit-selection {
  94. background: #000;
  95. color: #fff;
  96. }
  97.  
  98. body {
  99. background:#a9a9a9;
  100. background-image:url('IMAGE URL HERE');
  101. background-attachment:fixed;
  102. {block:ifbgcover}
  103. background-repeat:no-repeat;
  104. background-size:cover;
  105. {/block:ifbgcover}
  106. color:#000;
  107. font-family:arial;
  108. font-size:12px;
  109. }
  110.  
  111. a {
  112. color:#808080;
  113. text-decoration:none;
  114.  
  115. }
  116.  
  117. a:hover {
  118. color:#696969;
  119. -webkit-transition: all .8s;
  120. -moz-transition: all .8s;
  121. -o-transition: all .8s;
  122. -ms-transition: all .8s;
  123. transition: all .8s;
  124. }
  125.  
  126. ul, ol, li {
  127. list-style-type:bullet;
  128. list-style-image: url('IMAGE URL HERE');
  129. text-align:left;
  130. }
  131.  
  132. .border {
  133. position:fixed;
  134. width:530px;
  135. left:calc(25% - 10px);
  136. top:40px;
  137. padding:10px;
  138. height:calc(80% + 25px);
  139. background:#C0C0C0;
  140. background-image:url('IMAGE URL HERE');
  141. }
  142.  
  143. .tabcontent {
  144. float:left;
  145. display:block;
  146. position:relative;
  147. left:25%;
  148. top:50px;
  149. padding:10px;
  150. width:500px;
  151. height:80%;
  152. background-color:#fff;
  153. overflow-x:none;
  154. overflow-y:auto;
  155. z-index:9999;
  156. }
  157.  
  158. .tabs {
  159. width:100%;
  160. margin-left:0px;
  161. display:inline-block;
  162. }
  163.  
  164. .tab-links:after {
  165. display:block;
  166. clear:both;
  167. content:'';
  168. }
  169.  
  170. .tab-links li {
  171. margin-right:5px;
  172. display:inline-block;
  173. list-style:none;
  174. text-transform:uppercase;
  175. }
  176.  
  177. .tab-links a {
  178. display:inline-block;
  179. transition:all linear 0.15s;
  180. }
  181.  
  182. .tab-links a:hover {
  183. text-decoration:none;
  184. }
  185.  
  186. li.active a, li.active a:hover {
  187. background:transparent;
  188. -webkit-transition: all .3s;
  189. -moz-transition: all .3s;
  190. -o-transition: all .3s;
  191. -ms-transition: all .3s;
  192. transition: all .3s;
  193. }
  194.  
  195. .tab-content {
  196. }
  197.  
  198. .tab {
  199. display:none;
  200. }
  201.  
  202. .tab.active {
  203. display:block;
  204. }
  205.  
  206. #links {
  207. position:fixed;
  208. top:75px;
  209. left:10%;
  210. z-index:2;
  211. }
  212.  
  213. #links img {
  214. width:150px;
  215. height:150px;
  216. }
  217.  
  218. #links2 {
  219. position:fixed;
  220. left:calc(25% + 600px);
  221. top:150px;
  222. font-size:50px;
  223. text-shadow:0px 0px 7px #DCDCDC;
  224. z-index:2;
  225. }
  226.  
  227. #links2 a:hover {
  228. text-shadow:0px 0px 14px #DCDCDC;
  229. -webkit-filter:blur(1px);
  230. }
  231.  
  232. #corner1 {
  233. position:fixed;
  234. top:0px;
  235. left:0px;
  236. border-left: 0px solid transparent;
  237. border-right: 100px solid transparent;
  238. border-top: 100px solid #000;
  239. }
  240.  
  241. #line1 {
  242. position:fixed;
  243. top:-300px;
  244. left:125px;
  245. width:25px;
  246. height:100%;
  247. background: #000;
  248. -ms-transform: rotate(45deg); /* IE 9 */
  249. -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  250. transform: rotate(45deg);
  251. }
  252.  
  253. #line2 {
  254. position:fixed;
  255. bottom:-300px;
  256. right:125px;
  257. width:25px;
  258. height:100%;
  259. background: #000;
  260. -ms-transform: rotate(45deg); /* IE 9 */
  261. -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  262. transform: rotate(45deg);
  263. }
  264.  
  265. #corner2 {
  266. position:fixed;
  267. bottom:0px;
  268. right:0px;
  269. border-left: 100px solid transparent;
  270. border-right: 0px solid transparent;
  271. border-bottom: 100px solid #000;
  272. }
  273.  
  274. .credit {
  275. position:fixed;
  276. bottom:4px;
  277. left:8px;
  278. font: 9px consolas;
  279. text-transform:uppercase;
  280. letter-spacing: 0px;
  281. padding: 2px;
  282. }
  283.  
  284. </style>
  285. <body>
  286.  
  287. <div id="corner1"></div><div id="line1"></div>
  288. <div id="corner2"></div><div id="line2"></div>
  289.  
  290. <div id="links">
  291. <div class="tabs">
  292. <ul class="tab-links">
  293. <li class="active"><a href="tag category 1" title="personal"><img src="IMAGE URL HERE"></a></li>
  294.  
  295. <p>
  296.  
  297. <li><a href="#tab2" title="tag category 2"><img src="IMAGE URL HERE"></a></li>
  298.  
  299. <br><br>
  300.  
  301. <li><a href="#tab3" title="tag category 3"><img src="IMAGE URL HERE"></a></li>
  302. </ul>
  303. </div>
  304. </div>
  305. </div>
  306.  
  307. </div>
  308.  
  309. <div id="links2">
  310. <a href="/" title="back home">✿</a><br>
  311. <a href="/ask" title="message me">✿</a><br>
  312. <a href="/submit" title="submit">✿</a><br>
  313. <a href="/about" title="about">✿</a><br>
  314. <a href="/" title="link 1">✿</a><br>
  315. <a href="/" title="link 2">✿</a><br>
  316. </div>
  317.  
  318. <div class="border"></div>
  319.  
  320. <!-- --------------------------- TABS -------------------------- -->
  321.  
  322.  
  323. <div class="tabs">
  324.  
  325.  
  326. <!-- --------------------------- TAB 1 -------------------------- -->
  327.  
  328. <div class="tab-content">
  329. <div id="tab1" class="tab active">
  330. <div class="tabcontent">
  331.  
  332. <center>
  333. <div style="font-family: snickles; width:500px; font-size:24px;
  334. ">Tag Category 1</div>
  335. </center>
  336. <p>
  337. <li><a href="/tagged/">example tag here</a></li>
  338.  
  339.  
  340. </div>
  341. </div>
  342. </div>
  343.  
  344. <!-- -------------------------- TAB 2 -------------------------- -->
  345.  
  346. <div id="tab2" class="tab">
  347. <div class="tabcontent">
  348. <center>
  349. <div style="font-family: snickles; width:500px; font-size:24px; ">Tag Category 2</div>
  350. </center>
  351.  
  352. <li><a href="/tagged/">example tag here</a></li>
  353.  
  354.  
  355. </div>
  356. </div>
  357.  
  358.  
  359. <!-- -------------------------- TAB 3 -------------------------- -->
  360.  
  361. <div id="tab3" class="tab">
  362. <div class="tabcontent">
  363. <center>
  364. <div style="font-family: snickles; width:500px; font-size:24px;">Tag Category 3</div>
  365. </center>
  366.  
  367. <li><a href="/tagged/">example tag here</a></li>
  368.  
  369.  
  370. </div>
  371. </div>
  372.  
  373.  
  374. <!-- END OF TABS -->
  375.  
  376. </div>
  377. </div>
  378. </div>
  379. </div>
  380. </div>
  381.  
  382.  
  383. <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
  384.  
  385. <script>
  386. $(document).ready(function() {
  387. $('.tabs .tab-links a').on('click', function(e) {
  388. var currentAttrValue = $(this).attr('href');
  389.  
  390. // Show/Hide Tabs
  391. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  392.  
  393. // Change/remove current tab to active
  394. $(this).parent('li').addClass('active').siblings().removeClass('active');
  395.  
  396. e.preventDefault();
  397. });
  398. });
  399. </script>
  400.  
  401. <script>
  402. $(document).ready(function() {
  403. $('#filterOptions li a').click(function() {
  404. // fetch the class of the clicked item
  405. var ourClass = $(this).attr('class');
  406.  
  407. // reset the active class on all the buttons
  408. $('#filterOptions li').removeClass('active');
  409. // update the active state on our clicked button
  410. $(this).parent().addClass('active');
  411.  
  412. if(ourClass == 'all') {
  413. // show all our items
  414. $('#ourHolder').children('div.item').show();
  415. }
  416. else {
  417. // hide all elements that don't share ourClass
  418. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  419. // show all elements that do share ourClass
  420. $('#ourHolder').children('div.' + ourClass).show();
  421. }
  422. return false;
  423. });
  424. });
  425. </script>
  426.  
  427.  
  428. <div style="position:fixed; right:0px; bottom:-50px; z-index:1;"><img src="IMAGE URL HERE; REMOVE THIS CODE IF YOU DON'T WANT A RENDER" width="500px"></div>
  429.  
  430. <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>
  431.  
  432. </body>
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement