Advertisement
narruldthemes

navi theme 1 v.2

Nov 21st, 2013
2,644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.87 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!----THEME BY NARRULD do not copy or remove credit--->
  14.  
  15. <head>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:300' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20. <style type="text/css">
  21.  
  22. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  23.  
  24. ::-webkit-scrollbar-corner {background:#ffffff}
  25.  
  26. ::-webkit-scrollbar-thumb:vertical {background:#f3f3f3};
  27.  
  28. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
  29. }
  30.  
  31.  
  32. body {
  33.  
  34. margin:0px;
  35. color:#fff;
  36. font-family:Calibri;
  37. font-size:10px;
  38. padding:5px;
  39. line-height:100%;
  40. }
  41.  
  42. a {
  43. color:#cecccc;
  44. text-decoration:none;
  45. outline:none;
  46. opacity:1 ;
  47. -webkit-transition: all 0.8s;
  48. -moz-transition: all 0.8s;
  49. transition: all 0.8s;
  50. }
  51.  
  52. a:hover {
  53. color:#1d1d1d;
  54. -webkit-transition: all 0.8s;
  55. -moz-transition: all 0.8s;
  56. transition: all 0.8s;
  57. }
  58.  
  59.  
  60. img {
  61. border:none;
  62. }
  63.  
  64. blockquote {
  65. padding-left:5px;
  66. border-left:2px solid;
  67. }
  68.  
  69. blockquote blockquote {
  70. padding-left:5px;
  71. border-left:2px solid;
  72. }
  73.  
  74. h1 {
  75. font-size:15px;
  76. }
  77.  
  78.  
  79. #title {
  80. position:absolute;
  81. font-family:"roboto slab";
  82. font-size:40px;
  83. letter-spacing:-3px;
  84. margin-top:80px;
  85. margin-left:410px;
  86. width:600px;
  87. text-align:center;
  88. color:#1d1d1d;
  89. }
  90.  
  91.  
  92. .sub {
  93. background:#ffffff;
  94. font-family:"roboto slab";
  95. background-color:#1d1d1d;
  96. font-size:22px;
  97. text-decoration:underline;
  98. letter-spacing:-1px;
  99. color:white;
  100. width:200px;
  101. margin-top:40px;
  102. padding:20px 0px 150px 0px;
  103. display:inline-block;
  104. }
  105.  
  106. .style{
  107. margin-bottom:25px;
  108. background:#ffffff;
  109. text-align:center;
  110. width:400px;
  111. padding:20px;
  112. letter-spacing: 2px; color:#a8a8a8; text-align:justify
  113. }
  114.  
  115.  
  116. #themeslink {
  117. margin-top:80px;
  118. margin-left:-25px;
  119. word-spacing:10px;
  120. font-family:arial;
  121. font-size:12px;
  122. }
  123.  
  124. #themeslink a{
  125. -webkit-transition: all 0.5s;
  126. -moz-transition: all 0.5s;
  127. transition: all 0.5s;
  128. display: inline-block;
  129. text-transform: lowercase;
  130. letter-spacing: 2px;
  131. color:#ffffff;
  132. background:#1d1d1d;
  133. text-align:center;
  134. width:60px;
  135. padding:5px 2px 5px 2px;
  136. -webkit-transition: all 0.6s ease-in-out;
  137. -moz-transition: all 0.6s ease-in-out;
  138. -o-transition: all 0.6s ease-in-out;
  139. -ms-transition: all 0.6s ease-in-out;
  140. -transition: all 0.6s ease-in-out;
  141. }
  142.  
  143. #themeslink a:hover{
  144. background:#ffffff;
  145. color:#1d1d1d;
  146. -webkit-transition: all 0.6s ease-in-out;
  147. -moz-transition: all 0.6s ease-in-out;
  148. -o-transition: all 0.6s ease-in-out;
  149. -ms-transition: all 0.6s ease-in-out;
  150. -transition: all 0.6s ease-in-out;
  151. }
  152.  
  153.  
  154. #linkys {
  155. position:absolute;
  156. margin-top:95px;
  157. margin-left:-198px;
  158. word-spacing:10px;
  159. font-family:arial;
  160. display: inline-block;
  161. font-size:12px;
  162. }
  163.  
  164. #linkys a{
  165. -webkit-transition: all 0.5s;
  166. -moz-transition: all 0.5s;
  167. transition: all 0.5s;
  168. display: inline-block;
  169. text-transform: lowercase;
  170. letter-spacing: 2px;
  171. color:#ffffff;
  172. background:#1d1d1d;
  173. text-align:center;
  174. width:180px;
  175. padding:5px 2px 5px 2px;
  176. opacity:1;
  177. -webkit-transition: all 0.6s ease-in-out;
  178. -moz-transition: all 0.6s ease-in-out;
  179. -o-transition: all 0.6s ease-in-out;
  180. -ms-transition: all 0.6s ease-in-out;
  181. -transition: all 0.6s ease-in-out;
  182. }
  183.  
  184. #linkys a:hover{
  185. background:#ffffff;
  186. color:#1d1d1d;
  187. -webkit-transition: all 0.6s ease-in-out;
  188. -moz-transition: all 0.6s ease-in-out;
  189. -o-transition: all 0.6s ease-in-out;
  190. -ms-transition: all 0.6s ease-in-out;
  191. -transition: all 0.6s ease-in-out;
  192. }
  193.  
  194. l {color: #676767;}
  195.  
  196. {CustomCSS}</style>
  197. </head>
  198. <body>
  199.  
  200. <div id="title">narruld's navigation</div>
  201. <div class="style">
  202. </div>
  203.  
  204. <center><div id="themeslink">
  205. <a href="/">home</a>
  206. <a href="/">ask</a>
  207. <a href="http://tumblr.com/dashboard">dash</a>
  208. </div>
  209. <div class="sub">subtitle</div>
  210. <div id="linkys">
  211. <a href="/">link</a> <br>
  212. <a href="/">link</a> <br>
  213. <a href="/">link</a> <br>
  214. <a href="/">link</a> <br>
  215. <a href="/">link</a> </div> &nbsp;&nbsp;&nbsp;&nbsp;
  216.  
  217. <div class="sub">subtitle</div>
  218. <div id="linkys">
  219. <a href="/">link</a> <br>
  220. <a href="/">link</a> <br>
  221. <a href="/">link</a> <br>
  222. <a href="/">link</a> <br>
  223. <a href="/">link</a> </div> &nbsp;&nbsp;&nbsp;&nbsp;
  224.  
  225. <div class="sub">subtitle</div>
  226. <div id="linkys">
  227. <a href="/">link</a> <br>
  228. <a href="/">link</a> <br>
  229. <a href="/">link</a> <br>
  230. <a href="/">link</a> <br>
  231. <a href="/">link</a> </div> &nbsp;&nbsp;&nbsp;&nbsp;
  232.  
  233. <p>
  234.  
  235. <div class="sub">subtitle</div>
  236. <div id="linkys">
  237. <a href="/">link</a> <br>
  238. <a href="/">link</a> <br>
  239. <a href="/">link</a> <br>
  240. <a href="/">link</a> <br>
  241. <a href="/">link</a> </div> &nbsp;&nbsp;&nbsp;&nbsp;
  242.  
  243. <div class="sub">subtitle</div>
  244. <div id="linkys">
  245. <a href="/">link</a> <br>
  246. <a href="/">link</a> <br>
  247. <a href="/">link</a> <br>
  248. <a href="/">link</a> <br>
  249. <a href="/">link</a> </div> &nbsp;&nbsp;&nbsp;&nbsp;
  250.  
  251. <div class="sub">subtitle</div>
  252. <div id="linkys">
  253. <a href="/">link</a> <br>
  254. <a href="/">link</a> <br>
  255. <a href="/">link</a> <br>
  256. <a href="/">link</a> <br>
  257. <a href="/">link</a> </div> &nbsp;&nbsp;&nbsp;&nbsp;
  258.  
  259.  
  260.  
  261. </div>
  262. </div>
  263. </div></div>
  264.  
  265.  
  266. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid #aaa;padding:4px;"><a href="http://narruld.tumblr.com/"><l>NARRULD</l></a></center></div>
  267.  
  268. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement