Advertisement
sofiiayala

Navigation #2 dark

May 16th, 2014
2,845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6.  
  7. <script type="text/javascript">
  8. WebFontConfig = {
  9. google: { families: [ 'Lato:300,400:latin' ] }
  10. };
  11. (function() {
  12. var wf = document.createElement('script');
  13. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  14. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  15. wf.type = 'text/javascript';
  16. wf.async = 'true';
  17. var s = document.getElementsByTagName('script')[0];
  18. s.parentNode.insertBefore(wf, s);
  19. })(); </script>
  20.  
  21. <style type="text/css">
  22.  
  23. ::-webkit-scrollbar {width: 4px; height: 4px; background: #f0f0f0; }
  24. ::-webkit-scrollbar-thumb { background-color: #999999; -webkit-border-radius: 0ex; }
  25.  
  26. body {
  27. background:#222222;
  28. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png) 3 3, auto;
  29. }
  30.  
  31. a {
  32. text-decoration: none;
  33. color: #eee;
  34. }
  35.  
  36. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  37.  
  38. #header {
  39. width: 758px;
  40. margin: auto;
  41. }
  42.  
  43. #headertitle {
  44. text-align: left;
  45. color: #eee;
  46. font-family: 'Lato', sans-serif;
  47. font-size: 40px;
  48. font-weight: 300;
  49. margin-bottom: 5px;
  50. margin-top: 80px;
  51. letter-spacing: 5px;
  52. padding-left: 25px;
  53. }
  54.  
  55. #headerlinks {
  56. display:inline-block;
  57. text-align: right;
  58. margin-right: 33px;
  59. margin-top: -25px;
  60. }
  61.  
  62. #headerlinks a {
  63. display:inline-block;
  64. margin-left: 20px;
  65. color: #eee;
  66. font-family: 'Lato', sans-serif;
  67. letter-spacing: 1.5px;
  68. font-size: 10px;
  69. text-transform: uppercase;
  70. text-align: right;
  71. text-decoration: none;
  72. }
  73.  
  74. #con {
  75. width: 758px;
  76. margin: auto;
  77. }
  78.  
  79. #pannel {
  80. width: 192px;
  81. border: #ccc double 4px;
  82. margin: 25px;
  83. display:inline-block;
  84. float: left;
  85. }
  86.  
  87. .title {
  88. padding-top: 10px;
  89. background-color: #5a5a5a;
  90. text-align: center;
  91. color: #eee;
  92. font-family: 'Lato', sans-serif;
  93. letter-spacing: 1.5px;
  94. padding-bottom: 12px;
  95. font-weight: 300;
  96. font-size: 14px;
  97. word-wrap:break-word;
  98. }
  99.  
  100. #links a {
  101. text-align: center;
  102. color: #eee;
  103. font-family: 'Lato', sans-serif;
  104. border-top: 1px solid #ccc;
  105. padding-top: 7px;
  106. padding-bottom: 8px;
  107. font-size: 12px;
  108. display:block;
  109. letter-spacing: 1px;
  110. text-decoration: none;
  111. word-wrap:break-word;
  112. -webkit-transition: all 0.4s ease-in-out;
  113. -moz-transition: all 0.4s ease-in-out;
  114. -o-transition: all 0.4s ease-in-out;
  115. -ms-transition: all 0.4s ease-in-out;
  116. transition: all 0.4s ease-in-out;
  117. }
  118.  
  119. #links a:hover {
  120. letter-spacing: 4px;
  121. -webkit-transition: all 0.4s ease-in-out;
  122. -moz-transition: all 0.4s ease-in-out;
  123. -o-transition: all 0.4s ease-in-out;
  124. -ms-transition: all 0.4s ease-in-out;
  125. transition: all 0.4s ease-in-out;
  126. }
  127.  
  128. </style></head><body>
  129.  
  130. <div id="header">
  131.  
  132. <div id="headertitle">Tags</div>
  133.  
  134. <div id="headerlinks" style="float:right;">
  135. <a href="/">back to blog</a>
  136. <a href="/ask">ask</a>
  137. <a href="/">dashboard</a>
  138. </div>
  139.  
  140. <div style="border-top:1px solid #ccc; width: 700px; margin-left: 25px; margin-bottom: 30px"></div>
  141.  
  142. </div>
  143.  
  144. <div id="con">
  145.  
  146.  
  147.  
  148. <div id="pannel">
  149. <div class="title">Title</div>
  150. <div id="links">
  151. <a href="/">Link #1</a>
  152. <a href="/">Link #2</a>
  153. <a href="/">Link #3</a>
  154. <a href="/">Link #4</a>
  155. <a href="/">Link #5</a>
  156. <a href="/">Link #6</a>
  157. <a href="/">Link #7</a>
  158. </div>
  159. </div>
  160.  
  161.  
  162.  
  163. <div id="pannel">
  164. <div class="title">Title</div>
  165. <div id="links">
  166. <a href="/">Link #1</a>
  167. <a href="/">Link #2</a>
  168. <a href="/">Link #3</a>
  169. <a href="/">Link #4</a>
  170. <a href="/">Link #5</a>
  171. <a href="/">Link #6</a>
  172. <a href="/">Link #7</a>
  173. </div>
  174. </div>
  175.  
  176.  
  177.  
  178. <div id="pannel">
  179. <div class="title">Title</div>
  180. <div id="links">
  181. <a href="/">Link #1</a>
  182. <a href="/">Link #2</a>
  183. <a href="/">Link #3</a>
  184. <a href="/">Link #4</a>
  185. <a href="/">Link #5</a>
  186. <a href="/">Link #6</a>
  187. <a href="/">Link #7</a>
  188. </div>
  189. </div>
  190.  
  191.  
  192.  
  193. <div id="pannel">
  194. <div class="title">Title</div>
  195. <div id="links">
  196. <a href="/">Link #1</a>
  197. <a href="/">Link #2</a>
  198. <a href="/">Link #3</a>
  199. <a href="/">Link #4</a>
  200. <a href="/">Link #5</a>
  201. <a href="/">Link #6</a>
  202. <a href="/">Link #7</a>
  203. </div>
  204. </div>
  205.  
  206.  
  207.  
  208. <div id="pannel">
  209. <div class="title">Title</div>
  210. <div id="links">
  211. <a href="/">Link #1</a>
  212. <a href="/">Link #2</a>
  213. <a href="/">Link #3</a>
  214. <a href="/">Link #4</a>
  215. <a href="/">Link #5</a>
  216. <a href="/">Link #6</a>
  217. <a href="/">Link #7</a>
  218. </div>
  219. </div>
  220.  
  221.  
  222.  
  223. <div id="pannel">
  224. <div class="title">Title</div>
  225. <div id="links">
  226. <a href="/">Link #1</a>
  227. <a href="/">Link #2</a>
  228. <a href="/">Link #3</a>
  229. <a href="/">Link #4</a>
  230. <a href="/">Link #5</a>
  231. <a href="/">Link #6</a>
  232. <a href="/">Link #7</a>
  233. </div>
  234. </div>
  235.  
  236. </div>
  237.  
  238. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  239. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  240. <script type="text/javascript">
  241. $(window).load(function(){
  242. var $wall = $('#con');
  243. $wall.imagesLoaded(function(){
  244. $wall.masonry({
  245. itemSelector: '#pannel',
  246. isAnimated : false
  247. });
  248. });
  249.  
  250. $wall.infinitescroll({
  251. navSelector : '#page-nav',
  252. nextSelector : '#page-nav a',
  253. itemSelector : '#post',
  254. bufferPx : 2000,
  255. debug : false,
  256. errorCallback: function() {
  257. $('#infscr-loading').fadeOut('normal');
  258. }},
  259. function( newElements ) {
  260. var $newElems = $( newElements );
  261. $newElems.hide();
  262. $newElems.imagesLoaded(function(){
  263. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  264. });
  265. }); $('#content').show(500);
  266. });
  267. </script>
  268.  
  269. <div style="font-size:8px; font-family:georgia; letter-spacing:2px; background-color:#222222; padding:5px; border:1px solid #e9e9e9; position:fixed; right:15px; bottom:10px; color: #eee;"><a href="http://www.castiiel.tumblr.com">221b</a></div>
  270.  
  271. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement