Advertisement
thehandyblog

Navigation Page #3 v2

Apr 5th, 2013
4,707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <!--
  5.  
  6. Navigation Page #3 (version 2) by
  7.  
  8. █▀▀ ▀▀█▀▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀ █▀▀█ █▀▀█ █▀▀▄
  9. ▀▀█ █ █▄▄▀ █▄▄█ █ █▀▀ █ █ █▄▄▀ ▀▀ █ █
  10. ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀ ▀▀▀
  11.  
  12. More at http://stratfor-d.tumblr.com
  13.  
  14. -->
  15.  
  16.  
  17. <head>
  18.  
  19. <style type="text/css">
  20.  
  21. body {
  22. font-family:consolas;
  23. font-size:9px;
  24. color:#888
  25. }
  26.  
  27. a {
  28. text-decoration:none;
  29. }
  30.  
  31. #container {
  32. width:434px;
  33. }
  34.  
  35. #container2 {
  36. margin-top:40px;
  37. }
  38.  
  39. #headtitle {
  40. width:380px;
  41. padding:10px;
  42. margin:5px;
  43. text-align:left;
  44. font-size:24px;
  45. padding-left:30px;
  46. letter-spacing:-2px;
  47. background:#f8f8f8;
  48. color:#777;
  49. font-weight:700;
  50. text-transform:lowercase;
  51. -webkit-transition: all 0.5s ease-in-out;
  52. -moz-transition: all 0.5s ease-in-out;
  53. -o-transition: all 0.5s ease-in-out;
  54. -ms-transition: all 0.5s ease-in-out;
  55. transition: all 0.5s ease-in-out;
  56. }
  57.  
  58. #links-container a {
  59. color:#999;
  60. }
  61.  
  62. #links-container a:hover {
  63. text-decoration:underline;
  64. }
  65.  
  66. #links-container {
  67. margin-top:15px;
  68. margin-bottom:40px;
  69. font-size:10px;
  70. line-height:15px;
  71. width:420px;
  72. text-align:left;
  73. -moz-column-count:2; /* Firefox */
  74. -webkit-column-count:2; /* Safari and Chrome */
  75. column-count:2;
  76. -moz-column-gap:25px; /* Firefox */
  77. -webkit-column-gap:25px; /* Safari and Chrome */
  78. column-gap:0px;
  79. }
  80.  
  81. #topbar {
  82. margin-top:50px;
  83. padding-top:20px;
  84. width:300px;
  85. padding-bottom:20px;
  86. }
  87.  
  88. #toptitle {
  89. font-size:35px;
  90. letter-spacing:-2px;
  91. color:#777;
  92. font-weight:700;
  93. }
  94.  
  95. #topbar:hover .hov {
  96. opacity:0;
  97. -webkit-transition: all 0.3s ease-in-out;
  98. -moz-transition: all 0.3s ease-in-out;
  99. -o-transition: all 0.3s ease-in-out;
  100. -ms-transition: all 0.3s ease-in-out;
  101. transition: all 0.3s ease-in-out;
  102. }
  103.  
  104. .hov {
  105. font-size:9px;
  106. letter-spacing:1px;
  107. color:#aaa;
  108. -webkit-transition: all 0.7s ease-in-out;
  109. -moz-transition: all 0.7s ease-in-out;
  110. -o-transition: all 0.7s ease-in-out;
  111. -ms-transition: all 0.7s ease-in-out;
  112. transition: all 0.7s ease-in-out;
  113. }
  114.  
  115. #topbar:hover #toplinks {
  116. opacity:1;
  117. -webkit-transition: all 0.5s ease-in-out;
  118. -moz-transition: all 0.5s ease-in-out;
  119. -o-transition: all 0.5s ease-in-out;
  120. -ms-transition: all 0.5s ease-in-out;
  121. transition: all 0.5s ease-in-out;
  122. }
  123.  
  124. #toplinks {
  125. font-size:10px;
  126. letter-spacing:1px;
  127. width:300px;
  128. margin-top:-10px;
  129. opacity:0;
  130. position:absolute;
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. -o-transition: all 0.5s ease-in-out;
  134. -ms-transition: all 0.5s ease-in-out;
  135. transition: all 0.5s ease-in-out;
  136. }
  137.  
  138. #toplinks a {
  139. margin-left:7px;
  140. margin-right:7px;
  141. color:#aaa;
  142. }
  143.  
  144. #toplinks a:hover {
  145. text-decoration:underline;
  146. }
  147.  
  148. </style>
  149.  
  150. </head>
  151.  
  152. <body>
  153.  
  154. <center>
  155.  
  156. <div id="container">
  157.  
  158. <div id="topbar">
  159.  
  160. <div id="toptitle">navigation</div>
  161. <div class="hov">hover</div>
  162. <div id="toplinks">
  163. <a href="/">go back</a> &middot; <a href="/ask">message</a> &middot; <a href="http://stratfor-d.tumblr.com">credit</a>
  164. </div>
  165.  
  166. </div>
  167.  
  168. <div id="container2">
  169.  
  170. <div id="headtitle" class="a">tags</div>
  171.  
  172. <div id="links-container">
  173.  
  174. + <a href="http://">tag one</a><br>
  175. + <a href="http://">tag two</a><br>
  176. + <a href="http://">tag three</a><br>
  177. + <a href="http://">tag four</a><br>
  178. + <a href="http://">tag five</a><br>
  179. + <a href="http://">tag six</a><br>
  180. + <a href="http://">tag seven</a><br>
  181. + <a href="http://">tag eight</a><br>
  182. + <a href="http://">tag nine</a><br>
  183. + <a href="http://">tag ten</a><br>
  184. + <a href="http://">tag eleven</a><br>
  185. + <a href="http://">tag twelve</a><br>
  186. + <a href="http://">tag thirteen</a><br>
  187. + <a href="http://">tag fourteen</a><br>
  188.  
  189. </div>
  190.  
  191. <div id="headtitle" class="b">links</div>
  192.  
  193. <div id="links-container">
  194.  
  195. + <a href="http://">link one</a><br>
  196. + <a href="http://">link two</a><br>
  197. + <a href="http://">link three</a><br>
  198. + <a href="http://">link four</a><br>
  199. + <a href="http://">link five</a><br>
  200. + <a href="http://">link six</a><br>
  201. + <a href="http://">link seven</a><br>
  202. + <a href="http://">link eight</a><br>
  203. + <a href="http://">link nine</a><br>
  204. + <a href="http://">link ten</a><br>
  205. + <a href="http://">link eleven</a><br>
  206. + <a href="http://">link twelve</a><br>
  207. + <a href="http://">link thirteen</a><br>
  208. + <a href="http://">link fourteen</a><br>
  209.  
  210. </div>
  211.  
  212. <div id="headtitle" class="c">saved urls</div>
  213.  
  214. <div id="links-container">
  215.  
  216. + <a href="http://">url one</a><br>
  217. + <a href="http://">url two</a><br>
  218. + <a href="http://">url three</a><br>
  219. + <a href="http://">url four</a><br>
  220. + <a href="http://">url five</a><br>
  221. + <a href="http://">url six</a><br>
  222. + <a href="http://">url seven</a><br>
  223. + <a href="http://">url eight</a><br>
  224. + <a href="http://">url nine</a><br>
  225. + <a href="http://">url ten</a><br>
  226. + <a href="http://">url eleven</a><br>
  227. + <a href="http://">url twelve</a><br>
  228. + <a href="http://">url thirteen</a><br>
  229. + <a href="http://">url fourteen</a><br>
  230.  
  231. </div>
  232.  
  233. </div>
  234.  
  235. </div>
  236. </center>
  237.  
  238. </body>
  239. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement