Advertisement
heavenlydoctor

navigation

Mar 21st, 2015
2,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---navigation page by eurhipides. basic theme rules apply, visit elisionthemes if you have any questions. enjoy!--->
  5.  
  6. <title>navigation</title><!---page title--->
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  11.  
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13.  
  14. <script>
  15.  
  16. (function($){
  17.  
  18. $(document).ready(function(){
  19.  
  20. $("a[title]").style_my_tooltips({
  21.  
  22. tip_follows_cursor:true,
  23.  
  24. tip_delay_time:100,
  25.  
  26. tip_fade_speed:300,
  27.  
  28. attribute:"title"
  29.  
  30. });
  31.  
  32. });
  33.  
  34. })(jQuery);
  35.  
  36. </script>
  37.  
  38.  
  39. <!------ S C R I P T S! ------>
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  43. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  44.  
  45. <script type="text/javascript">
  46. $(window).load(function(){
  47. var $wall = $('.tagc');
  48. $wall.imagesLoaded(function(){
  49. $wall.masonry({
  50. itemSelector: '.tag',
  51. isAnimated : true
  52. });
  53. });
  54. $wall.infinitescroll({
  55. navSelector : "div#navigation",
  56. nextSelector : "div#navigation a#nextPage",
  57. itemSelector : '.tag',
  58. loadingImg : "",
  59. loadingText : " ",
  60. donetext : " ",
  61. extraScrollPx : 0,
  62. bufferPx : 10000,
  63. debug : false,
  64. errorCallback: function() {
  65. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  66. }},
  67. function( newElements ) {
  68. var $newElems = $( newElements );
  69. $newElems.hide();
  70. $newElems.imagesLoaded(function(){
  71. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  72. });
  73. }); $('.tagc').show(500);
  74. });
  75. </script>
  76.  
  77. <script language="JavaScript">
  78. function function1(){
  79. window.scrollTo(0,5);
  80. }
  81. function function2(){
  82. window.scroll(0,2);
  83. }
  84. </script>
  85. <!---- end masonry scripts -->
  86.  
  87. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  88.  
  89. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  90.  
  91. <style type="text/css">
  92.  
  93. #s-m-t-tooltip { /*edit the tooltips*/
  94. max-width:150px;
  95. padding:5px 8px;
  96. margin:20px 14px 7px 10px;
  97. background-color:#fff;
  98. font-family:Calibri;
  99. font-size:10px;
  100. line-height:11px;
  101. letter-spacing:1px;
  102. text-transform:uppercase;
  103. color:#34495e;
  104. z-index:99999999;
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. height:6px;
  109. width:6px;
  110. background-color: transparent;
  111. }
  112.  
  113. ::-webkit-scrollbar-thumb {
  114. background-color: #34495e; /*scrollbar color*/
  115. border-right:4px solid #fff;
  116. border-top:4px solid #fff;
  117. border-bottom:4px solid #fff;
  118. }
  119.  
  120. body {
  121. background-color: #34495e; /*page background*/
  122. font-family:arial;
  123. font-size:12px;
  124. margin:0px;
  125. }
  126.  
  127. a {
  128. text-decoration: none;
  129. -webkit-transition: 0.5s;
  130. -moz-transition: 0.5s;
  131. transition: 0.5s;
  132. color: #34495e; /*link color*/
  133. }
  134.  
  135. a:hover {
  136. -webkit-transition: 0.5s;
  137. -moz-transition: 0.5s;
  138. transition: 0.5s;
  139. color: #34495e; /*link hover*/
  140. }
  141.  
  142. .con {
  143. width:780px;
  144. position:fixed;
  145. left:0;
  146. right:0;
  147. top:0;
  148. bottom:0;
  149. margin:auto;
  150. height:500px;
  151. background:#fff; /*box color*/
  152. }
  153.  
  154. .content {
  155. position:absolute;
  156. top:25px;
  157. left:25px;
  158. right:25px;
  159. bottom:25px;
  160. padding:25px;
  161. overflow:auto;
  162. border:4px solid #34495e; /*border color*/
  163. font-family:'Montserrat', sans-serif;
  164. }
  165.  
  166. .title {
  167. font-size:22px;
  168. text-transform:uppercase;
  169. font-weight:bold;
  170. margin-bottom:15px;
  171. color:#34495e; /*color of title*/
  172. }
  173.  
  174. .d {
  175. font-size:16px;
  176. color:#34495e; /*tag title color*/
  177. margin-bottom:5px;
  178. }
  179.  
  180. .d:before {
  181. content:'';
  182. height:2px;
  183. width:20px;
  184. display:inline-block;
  185. background:#34495e; /*title line thing color*/
  186. position:relative;
  187. top:-4px;
  188. margin-right:5px;
  189. -webkit-transition: 0.5s;
  190. -moz-transition: 0.5s;
  191. transition: 0.5s;
  192. }
  193.  
  194. .d:hover:before {
  195. width:30px;
  196. -webkit-transition: 0.5s;
  197. -moz-transition: 0.5s;
  198. transition: 0.5s;
  199. }
  200.  
  201. .a a {
  202. font-size:14px;
  203. color:#999;/*tags color*/
  204. margin:0px 4px;
  205. text-transform:capitalize;
  206. }
  207.  
  208. .a a:hover {
  209. color:#ccc; /*tags hover*/
  210. text-decoration:underline;
  211. }
  212.  
  213. .tag {
  214. float:left;
  215. width:200px;
  216. margin:11px;
  217. }
  218.  
  219. .links {
  220. position:absolute;
  221. right:20px;
  222. bottom:-25px;
  223. font-family:'Montserrat', sans-serif;
  224. }
  225.  
  226. .links a {
  227. color:#fff; /*color of four bottom links*/
  228. margin:0px 5px;
  229. text-transform:capitalize;
  230. }
  231.  
  232. </style>
  233. </head>
  234. <body>
  235.  
  236. <div class="con">
  237. <div class="content">
  238. <div class="title">navigation</div> <!---title--->
  239.  
  240. <div class="tagc">
  241.  
  242. <div class="tag">
  243. <div class="d">Tag Title</div>
  244. <div class="a">
  245. <a href="">tag</a>
  246. <a href="">tag</a>
  247. <a href="">tag</a>
  248. <a href="">tag</a>
  249. <a href="">tag</a>
  250. <a href="">tag</a>
  251. <a href="">tag</a>
  252. <a href="">tag</a>
  253. <a href="">tag</a>
  254. <a href="">tag</a>
  255. </div>
  256. </div>
  257.  
  258. <div class="tag">
  259. <div class="d">Tag Title</div>
  260. <div class="a">
  261. <a href="">tag</a>
  262. <a href="">tag</a>
  263. <a href="">tag</a>
  264. <a href="">tag</a>
  265. <a href="">tag</a>
  266. <a href="">tag</a>
  267. <a href="">tag</a>
  268. <a href="">tag</a>
  269. <a href="">tag</a>
  270. <a href="">tag</a>
  271. </div>
  272. </div>
  273.  
  274. <div class="tag">
  275. <div class="d">Tag Title</div>
  276. <div class="a">
  277. <a href="">tag</a>
  278. <a href="">tag</a>
  279. <a href="">tag</a>
  280. <a href="">tag</a>
  281. <a href="">tag</a>
  282. <a href="">tag</a>
  283. <a href="">tag</a>
  284. <a href="">tag</a>
  285. <a href="">tag</a>
  286. <a href="">tag</a>
  287. </div>
  288. </div>
  289.  
  290. <div class="tag">
  291. <div class="d">Tag Title</div>
  292. <div class="a">
  293. <a href="">tag</a>
  294. <a href="">tag</a>
  295. <a href="">tag</a>
  296. <a href="">tag</a>
  297. <a href="">tag</a>
  298. <a href="">tag</a>
  299. <a href="">tag</a>
  300. <a href="">tag</a>
  301. <a href="">tag</a>
  302. <a href="">tag</a>
  303. <a href="">tag</a>
  304. <a href="">tag</a>
  305. <a href="">tag</a>
  306. <a href="">tag</a>
  307. </div>
  308. </div>
  309.  
  310. <div class="tag">
  311. <div class="d">Tag Title</div>
  312. <div class="a">
  313. <a href="">tag</a>
  314. <a href="">tag</a>
  315. <a href="">tag</a>
  316. <a href="">tag</a>
  317. <a href="">tag</a>
  318. <a href="">tag</a>
  319. <a href="">tag</a>
  320. <a href="">tag</a>
  321. </div>
  322. </div>
  323.  
  324. <!---if you want to add another tag group copy and paste from here-->
  325. <div class="tag">
  326. <div class="d">Tag Title</div>
  327. <div class="a">
  328. <a href="">tag</a>
  329. <a href="">tag</a>
  330. <a href="">tag</a>
  331. <a href="">tag</a>
  332. <a href="">tag</a>
  333. <a href="">tag</a>
  334. <a href="">tag</a>
  335. <a href="">tag</a>
  336. <a href="">tag</a>
  337. <a href="">tag</a>
  338. </div>
  339. </div>
  340. <!---to here--->
  341.  
  342. </div><!---tagc--->
  343.  
  344. </div>
  345.  
  346. <div class="links">
  347. <a href="http://astraeus.co.vu" title="eurhipides">credit</a>
  348. <a href="http://tumblr.com/dashboard">dash</a>
  349. <a href="/">link 1</a><!---first link-->
  350. <a href="/">link 2</a><!---second link--->
  351. </div>
  352.  
  353.  
  354. </div><!---con--->
  355.  
  356.  
  357.  
  358. </body>
  359. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement