Belgrravia

Navi Page #2

Aug 14th, 2014
4,115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. <!--
  2. Navi Page #2 by kalopsiathemes
  3. Please do not
  4. -remove the credit
  5. -steal parts of code
  6. -use as a base
  7.  
  8. Feel free to
  9. -edit parts of the page
  10. -ask me any questions
  11. -->
  12.  
  13. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  14. "http://www.w3.org/TR/html4/loose.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17. <link href='http://fonts.googleapis.com/css?family=Lato:400' rel='stylesheet' type='text/css'>
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. <style type="text/css">
  22. body {
  23. margin:0;
  24. background-image: url("http://static.tumblr.com/wi2dwmg/ZoMnab9tf/tumblr_my6tu1f2ka1sze1ngo1_1280.png");
  25. /*this is where you put the background picture. Here is a place you can upload it and get a url: https://www.tumblr.com/themes/upload_static_file.The dimensions that work for me are width:500 height:280 or 1000x580. Don't worry if it looks like it doesn't cover the whole page it will on your actual blog. */
  26. background-size:cover;
  27. background-repeat: no-repeat;
  28. font-family:Helvetica;
  29. }
  30.  
  31. table {
  32. margin:auto;
  33. margin-top:30px;
  34. border-spacing:10px;
  35. width:300px;
  36.  
  37. }
  38.  
  39. td {
  40. width:200px
  41. height:50px;
  42. border:1px solid #ffffff;;
  43. }
  44.  
  45.  
  46. .bx {
  47. text-align:center;
  48. height: 40px;
  49. overflow: hidden;
  50. transition: all 0.4s ease-out;
  51. -o-transition: all 0.4s ease-out;
  52. -webkit-transition: all 0.4s ease-out;
  53. -moz-transition: all 0.4s ease-out;}
  54.  
  55. .bx:hover {height: 90px;
  56. transition: all 0.4s ease-out;
  57. -o-transition: all 0.4s ease-out;
  58. -webkit-transition: all 0.4s ease-out;
  59. -moz-transition: all 0.4s ease-out;}
  60.  
  61. .bx:hover .title {
  62. text-decoration:underline;
  63. }
  64.  
  65.  
  66. .substuff {
  67. font-size:10px;
  68. visibility:hidden;
  69. }
  70.  
  71. .bx:hover .substuff{
  72. visibility:visible;
  73. }
  74.  
  75. .title {
  76. color:#ffffff;
  77. margin-top:10px;
  78. font-size:15px;
  79. text-transform:uppercase;
  80. font-family:'Lato',sans-serif;
  81. }
  82.  
  83. .substuff {
  84. color:#ffffff;
  85. font-size:11px;
  86. margin-top:5px;
  87. padding:5px;
  88. letter-spacing:.5px;
  89. }
  90.  
  91. #nav {
  92. text-transform:lowercase;
  93. color:#ffffff;
  94. font-size:12px;
  95. margin:auto;
  96. margin-top:55px;
  97. width:420px;
  98. letter-spacing:2px;
  99. text-align:center;
  100. }
  101.  
  102. a:link, a:visited {
  103. text-decoration:none;
  104. color:#ffffff;
  105. }
  106.  
  107. a:hover {
  108. text-decoration:underline;
  109. color:#ffffff;
  110. }
  111.  
  112. #container {
  113. width:600px;
  114. height:500px;
  115. margin-top:50px;
  116. margin-left:25%;
  117. position:absolute;
  118. color:#ffffff;
  119. }
  120.  
  121. #conback {
  122. position:absolute;
  123. width:600px;
  124. height:450px;
  125. margin-top:50px;
  126. margin-left:25%;
  127. background-color:#262626;
  128. opacity:.8;
  129. }
  130. #credit {
  131. position:fixed;
  132. color:{color:text};
  133. bottom:5px;
  134. right:10px;
  135. padding:4px;
  136. font-size:12px;
  137. }
  138.  
  139. #credit a {
  140. text-decoration:none;
  141. }
  142.  
  143.  
  144. </style>
  145. <body>
  146.  
  147. <div id="conback"></div>
  148. <div id="container">
  149. <div id="nav">
  150. <a href="/">Home</a>&nbsp;&#9679;
  151. <a href="/ask">Ask</a>&nbsp;&#9679;
  152. <a href="/archive">Archive</a>
  153. </div>
  154.  
  155.  
  156. <table>
  157. <tr>
  158. <td>
  159. <div class="bx">
  160. <div class="title">Title</div>
  161. <div class="substuff">
  162. <a href="Link">Link</a>,
  163. <a href="">Link</a>,
  164. <a href="">Link</a>,
  165. <a href="">Link</a>,
  166. <a href="">Link</a>,
  167. <a href="">Link</a>,
  168. <a href="">Link</a>,
  169. <a href="">Link</a>
  170. </div></div>
  171. </td>
  172. </tr>
  173. <tr>
  174. <td>
  175. <div class="bx">
  176. <div class="title">Title</div>
  177. <div class="substuff">
  178. <a href="Link">Link</a>,
  179. <a href="">Link</a>,
  180. <a href="">Link</a>,
  181. <a href="">Link</a>,
  182. <a href="">Link</a>,
  183. <a href="">Link</a>,
  184. <a href="">Link</a>,
  185. <a href="">Link</a>
  186. </div></div>
  187. </td>
  188. </tr>
  189. <tr>
  190. <td>
  191. <div class="bx">
  192. <div class="title">Title</div>
  193. <div class="substuff">
  194. <a href="Link">Link</a>,
  195. <a href="">Link</a>,
  196. <a href="">Link</a>,
  197. <a href="">Link</a>,
  198. <a href="">Link</a>,
  199. <a href="">Link</a>,
  200. <a href="">Link</a>,
  201. <a href="">Link</a>
  202. </div></div>
  203. </td>
  204. </tr>
  205. <tr>
  206. <td>
  207. <div class="bx">
  208. <div class="title">Title</div>
  209. <div class="substuff">
  210. <a href="Link">Link</a>,
  211. <a href="">Link</a>,
  212. <a href="">Link</a>,
  213. <a href="">Link</a>,
  214. <a href="">Link</a>,
  215. <a href="">Link</a>,
  216. <a href="">Link</a>,
  217. <a href="">Link</a>
  218. </div></div>
  219. </td>
  220. </tr>
  221. <tr>
  222. <td>
  223. <div class="bx">
  224. <div class="title">Title</div>
  225. <div class="substuff">
  226. <a href="Link">Link</a>,
  227. <a href="">Link</a>,
  228. <a href="">Link</a>,
  229. <a href="">Link</a>,
  230. <a href="">Link</a>,
  231. <a href="">Link</a>,
  232. <a href="">Link</a>,
  233. <a href="">Link</a>
  234. </div></div>
  235. </td>
  236. </tr>
  237.  
  238.  
  239. </table>
  240. </div>
  241. <div id="credit">
  242. <a href="http://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>&#916;</a></div>
  243. </div>
  244. </body>
  245. </html>
Advertisement
Add Comment
Please, Sign In to add comment