Advertisement
taehyung

i like you (navigation)

Jul 10th, 2014
1,589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.41 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7. theme by 94ist@tumblr
  8. please, PLEASE, oh my frickin gosh please don't remove these credits, or i'll probably cry!! :-(
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. -->
  16.  
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18.  
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  22. <title>{Title}</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  <link rel="shortcut icon" href="{Favicon}" />
  25. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27.  
  28. <style type="text/css">
  29.  
  30. body{
  31. background: #fff url('http://static.tumblr.com/coqtevm/nXVn44nhe/738465.gif') bottom right fixed repeat;
  32. margin: 0;
  33. padding: 0;
  34. font-family: helvetica;
  35. }
  36.  
  37. a{
  38. text-decoration:none;
  39. }
  40.  
  41. #exo{
  42. background: #fed5d5 url('http://static.tumblr.com/coqtevm/nXVn44nhe/738465.gif') bottom left fixed repeat; /* here you can change the colour of the topbar background and add an image pattern too if you wish! */
  43. width: 100%;
  44. height: 60px;
  45. margin:auto;
  46. position: fixed;
  47. top: 0;
  48. z-index:9999;
  49. }
  50.  
  51. #chanyeol{
  52. margin:auto;
  53. margin-top:12%;
  54. width:165px;
  55. text-align:center;
  56. }
  57.    
  58. #sehun{
  59. position:fixed;
  60. width:160px;
  61. font-family:consolas, 'courier new', monospace;
  62. font-weight:lighter;
  63. font-size:10px;
  64. line-height:12px;
  65. }
  66.  
  67. #sehun img{
  68. margin-bottom:-4px;
  69. max-width:132px;
  70. border:14px solid #fed5d5; /* this is the border around your image! i suggest you keep this the same colour as the borders at the bottom to make it look nice */
  71. }
  72.  
  73. #sehun a{
  74. border-bottom:5px solid #fed5d5; /* here you can change the colour of the border at the bottom of the links */
  75. text-align:center;
  76. color:#888; /* here you can change the font colour of the links */
  77. background:#fff;
  78. padding-top:7px;
  79. display:block;
  80. }
  81.  
  82. #sehun a:hover{
  83. color:#fff; /* the colour of the font when you hover over the links */
  84. background:#fed5d5;  /* keep this the same colour as your 'border-bottom' found above */
  85. -webkit-transition: all 0.5s;
  86. -moz-transition: all 0.5s;
  87. transition: all 0.5s;
  88. }
  89.    
  90.  
  91. {CustomCSS}
  92. </style>
  93. </head>
  94.  
  95. <body>
  96. <div id="exo"></div>
  97. <div id="chanyeol">
  98. <div id="sehun">
  99.  
  100. <!--image starts here! change the link to add your own image! the max-width is 132px whereas the height is infinite. though i do suggest keeping it short-->
  101. <img src="http://static.tumblr.com/coqtevm/nDCn8hvzq/links.png">
  102. <!--image ends here! if you don't want an image, just delete from here to the beginning of where the image started-->
  103.  
  104.  
  105.  
  106.  
  107. <!--links start here. if the first link seems close to the image, don't worry. it looks much better when you save it-->
  108. <a href="URL HERE">link name</a>
  109. <a href="URL HERE">link name</a>
  110. <a href="URL HERE">link name</a>
  111. <a href="URL HERE">link name</a>
  112. <a href="URL HERE">link name</a>
  113. <a href="URL HERE">link name</a>
  114. <!--links end here-->
  115.  
  116.  
  117. </div>
  118. </div>
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. <!-- do NOT touch these credits. the only thing you own on this page is the content you put in and nothing else, thank you very much! -->
  129. <a href="http://94ist.tumblr.com" target="_blank" title="theme by 94ist"><div style="position:fixed;right:10px;bottom:5px;font-size:10px;opacity:0.7;z-index:51;font-family:consolas, 'courier new', monospace;color:#000000;">.credit</div></a>
  130.  
  131. </body>
  132. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement