Belgrravia

Navi Page #3

Oct 23rd, 2014
2,622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. <!--
  2. Navi Page #3 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. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  13. "http://www.w3.org/TR/html4/loose.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <head>
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link href='http://fonts.googleapis.com/css?family=Muli|Adamina' rel='stylesheet' type='text/css'>
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. <style type="text/css">
  21.  
  22. body {
  23. margin:0px;
  24. font-family: 'Muli', sans-serif;
  25. background-color:#ffffff; <!--this is where you change the background color of the entire page-->
  26. }
  27.  
  28. #container {
  29. margin:auto;
  30. margin-top:150px;
  31. }
  32.  
  33. table {
  34. width:400px;
  35. height:150px;
  36. border-spacing:5px;
  37. word-break:break-word;
  38. margin:auto;
  39. margin-top:15px;
  40. }
  41.  
  42. td {
  43. width:95px;
  44. height:45px;
  45. padding:4px;
  46. font-size:12px;
  47. text-align:center;
  48. border:1px solid #f5f5f5;
  49. }
  50.  
  51. td:hover {
  52. background-color:#a5d9ef; <!--this is the color that appears when you hover over a box, you can change it to whatever you want-->
  53. }
  54.  
  55.  
  56. #title {
  57. font-size:18px;
  58. margin:auto;
  59. text-align:center;
  60. color:#595959;
  61. margin-top:5px;
  62. text-transform:uppercase;
  63. }
  64.  
  65. a:link, a:visited {
  66. text-decoration:none;
  67. color:#757575;<!--here you can change the color of your links-->
  68. }
  69.  
  70. a:hover{
  71. text-decoration:none;
  72. color:#757575;
  73. }
  74.  
  75. .header {
  76. width:200px;
  77. height:65px;
  78. margin:auto;
  79. }
  80.  
  81. #nav {
  82. margin:auto;
  83. text-align:center;
  84. font-size:11px;
  85. letter-spacing:2px;
  86. margin-top:5px;
  87. }
  88.  
  89. #info {
  90. padding-top:5px;
  91. width:145px;
  92. }
  93.  
  94. #sidebarimage img {
  95. width:50px;
  96. height:50px;
  97. margin:auto;
  98. display:inline-block;
  99. top:0px;
  100. float:right;
  101. padding:5px;
  102. border:1px solid #f5f5f5;
  103. }
  104.  
  105. #credit {
  106. position:fixed;
  107. color:#757575;
  108. bottom:5px;
  109. right:10px;
  110. padding:4px;
  111. font-size:12px;
  112. }
  113.  
  114. #credit a {
  115. text-decoration:none;
  116. }
  117.  
  118.  
  119. </style>
  120. </head>
  121. <div id="container">
  122. <div class="header">
  123. <div id="sidebarimage"><img src=""></div><!--Here is where you upload your icon. If you need somewhere to upload the picture to the internet first go here:http://www.tumblr.com/themes/upload_static_file -->
  124. <div id="info">
  125. <div id="title">Navi</div>
  126. <div id="nav">
  127. <a href="/">home</a>
  128. <a href="">link</a>
  129. <a href="">link</a></div></div></div>
  130. <table>
  131. <tr>
  132. <td>
  133. <a href="">link</a>
  134. </td>
  135. <td>
  136. <a href="">link</a>
  137. </td>
  138. <td>
  139. <a href="">link</a>
  140. </td>
  141. <td>
  142. <a href="">link</a>
  143. </td>
  144. </tr>
  145. <tr>
  146. <td>
  147. <a href="">link</a>
  148. </td>
  149. <td>
  150. <a href="">link</a>
  151. </td>
  152. <td>
  153. <a href="link">link</a>
  154. </td>
  155. <td>
  156. <a href="link">link</a>
  157. </td>
  158. </tr>
  159. <tr>
  160. <td>
  161. <a href="">link</a>
  162. </td>
  163. <td>
  164. <a href="">link</a>
  165. </td>
  166. <td>
  167. <a href="">link</a>
  168. </td>
  169. <td>
  170. <a href="link">link</a>
  171. </td>
  172. </tr>
  173. </table>
  174. </div>
  175. <div id="credit">
  176. <a href="http://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>&#916;</a></div>
  177. </body>
  178. </html>
Advertisement
Add Comment
Please, Sign In to add comment