Advertisement
becky4268

theme 45 - navigation page

Apr 17th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.  
  8. <!--
  9.  
  10. code вy oғjαcĸ
  11.  
  12. do ɴoт вreαĸ тнeѕe rυleѕ:
  13. - do ɴoт υѕe αѕ α вαѕe code.
  14. - do ɴoт clαιм αѕ yoυr owɴ.
  15. - do ɴoт reмove тнe credιт.
  16.  
  17. ---->
  18.  
  19. <style type="text/css">
  20.  
  21. ::-webkit-scrollbar {
  22. width: 5px;height: 5px;}
  23. ::-webkit-scrollbar-button:start:decrement,
  24. ::-webkit-scrollbar-button:end:increment {
  25. height: 6px;display: block;background-color: #fff;}
  26. ::-webkit-scrollbar-track-piece {
  27. background-color: #fff;}
  28. ::-webkit-scrollbar-thumb:vertical {
  29. height: 9px;background-color: #fff;border-top:1px solid #111;border-bottom:1px solid #111;}
  30.  
  31. a {
  32. color:#111;
  33. text-decoration:none;
  34. -moz-transition-duration:0.5s;
  35. -webkit-transition-duration:0.5s;
  36. -o-transition-duration:0.5s;
  37. }
  38.  
  39. a:hover {
  40. color:#111;
  41. text-decoration:none;
  42. -moz-transition-duration:0.5s;
  43. -webkit-transition-duration:0.5s;
  44. -o-transition-duration:0.5s;
  45. }
  46.  
  47.  
  48. body {
  49. background-color:#fff;
  50. font-family:arial;
  51. font-weight:normal;
  52. font-size:20px;
  53. }
  54.  
  55. #themenum {
  56. background-color:#fff;
  57. width:700px;
  58. margin: 0 auto -12px auto;
  59. text-align: center;
  60. }
  61.  
  62. #title {
  63. font-weight:bold;
  64. text-align:center;
  65. font-size:55px;
  66. letter-spacing:-5px;
  67. word-spacing:5px;
  68. text-decoration:underline;
  69. margin-top:60px;
  70. }
  71.  
  72. .stitle {
  73. text-align:center;
  74. text-transform:uppercase;
  75. color:#696969;
  76. font-size:15px;
  77. padding:5px;
  78. margin-bottom:5px;
  79. margin-top:10px;
  80. border-bottom:1px solid #f9f9f9;
  81. width:200px;
  82. }
  83.  
  84. .slink {
  85. width:200px;
  86. height:107px;
  87. overflow:auto;
  88. font-size:10px;
  89. padding:4px;
  90. border:1px solid #f9f9f9;
  91. }
  92.  
  93. .slink a {
  94. display:inline-block;
  95. color:#111;
  96. text-transform:lowercase;
  97. letter-spacing:1px;
  98. margin-top:2px;
  99. margin-bottom:2px;
  100. margin:9px;
  101. padding:2px;
  102. position:relative;
  103. z-index:99;
  104. border-bottom:1px dotted #fff;
  105. }
  106.  
  107. .slink a:hover {
  108. border-bottom:1px dotted #111;
  109. }
  110.  
  111. #all{
  112. width:300px;
  113. padding:15px;
  114. text-align:center;
  115. display:inline-block;
  116. margin-left:50px;
  117. margin-top:0px;
  118. }
  119.  
  120. #what {
  121. margin-top:10px;
  122. margin-left:35px;
  123. }
  124.  
  125. #links {
  126. margin-top:30px;
  127. margin-left:200px;
  128. border-top:1px solid #111;
  129. padding-top:5px;
  130. width:300px;
  131. }
  132.  
  133. #links a {
  134. margin:13px;
  135. font-size:10px;
  136. letter-spacing:1px;
  137. }
  138.  
  139. #links a:hover {
  140. background:#f9f9f9;
  141. }
  142.  
  143. #man {
  144. position:fixed;
  145. font-size:10px;
  146. font-weight:normal;
  147. line-height:100%;
  148. letter-spacing:1px;
  149. right:-48px;
  150. bottom:5px;
  151. text-transform:uppercase;
  152. text-align:center;
  153. }
  154.  
  155. #man a {
  156. padding:0px;
  157. color:#111;
  158. }
  159.  
  160. #man a:hover {
  161. margin-right:52px;
  162. color:#111;
  163. }
  164.  
  165. {CustomCSS}
  166.  
  167. </style></head>
  168.  
  169. <body>
  170.  
  171. <div id="themenum">
  172. <div id="title">Navigation</div>
  173.  
  174. <div id="what">
  175.  
  176. <div id="all">
  177. <div class="stitle">TITLE</a></div>
  178. <div class="slink">
  179.  
  180. <a href="/">link</a>
  181.  
  182. <a href="/">link</a>
  183.  
  184. <a href="/">link</a>
  185.  
  186. <a href="/">link</a>
  187.  
  188. <a href="/">link</a>
  189.  
  190. <a href="/">link</a>
  191.  
  192. <a href="/">link</a>
  193.  
  194. <a href="/">link</a>
  195.  
  196. <a href="/">link</a>
  197.  
  198. <a href="/">link</a>
  199.  
  200. <a href="/">link</a>
  201.  
  202. <a href="/">link</a>
  203.  
  204. </div>
  205. </div>
  206.  
  207. <div id="all">
  208. <div class="stitle">TITLE</a></div>
  209. <div class="slink">
  210.  
  211. <a href="/">link</a>
  212.  
  213. <a href="/">link</a>
  214.  
  215. <a href="/">link</a>
  216.  
  217. <a href="/">link</a>
  218.  
  219. <a href="/">link</a>
  220.  
  221. <a href="/">link</a>
  222.  
  223. <a href="/">link</a>
  224.  
  225. <a href="/">link</a>
  226.  
  227. <a href="/">link</a>
  228.  
  229. <a href="/">link</a>
  230.  
  231. <a href="/">link</a>
  232.  
  233. <a href="/">link</a>
  234.  
  235. </div>
  236. </div>
  237.  
  238. </div>
  239.  
  240. <div id="links">
  241. <a href="/">back</a>
  242. <a href="/ask">ask</a>
  243. <a href="http://tumblr.com">dash</a>
  244. <a href="http://ofjack.tumblr.com">©</a>
  245. </div>
  246.  
  247.  
  248. <div style="padding:60px"></div>
  249.  
  250. </div>
  251.  
  252. <div id="man"><a href="http://ofjack.tumblr.com/"> [c] ofjack </a></div>
  253.  
  254. </body>
  255. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement