Advertisement
Caylo

Navigation 1

Jun 5th, 2014
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5. NAVIGATION 1 BY CAYLO (princeoberynn)
  6. Please don't steal, redistribute or remove credit!
  7. Thank you ♥
  8.  
  9. -->
  10.  
  11.  
  12.  
  13. <html xml:lang="en" lang="en">
  14. <head><title>Navigation</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  20.  
  21. <style type="text/css">
  22.  
  23. pre, p{
  24.     white-space: -moz-pre-wrap;
  25.     white-space: -pre-wrap;
  26.     white-space: -o-pre-wrap;
  27.     white-space: pre-wrap;
  28.     word-wrap: break-word;
  29. }
  30.  
  31. ::-webkit-scrollbar {
  32.         height: 5px;
  33.         width: 5px;
  34.         -webkit-border-radius: 0px;
  35.         background-color:white;
  36. }
  37. ::-webkit-scrollbar-thumb{background-color: gray;}
  38. ::-webkit-scrollbar-track{background-color: white;}
  39.  
  40.  
  41. body {
  42.     margin: 0px;
  43.     color: #444;
  44.     font-size: 11px;
  45. }
  46.  
  47. a {
  48.     text-decoration: none;
  49.     outline :none;
  50.     -moz-outline-style: none;
  51.     color: #6a6a6a;
  52.     -webkit-transition: all 0.5s ease;
  53.     -moz-transition: all 0.5s ease;
  54.     -o-transition: all 0.5s ease;
  55. }
  56.  
  57. a:hover {
  58.     opacity: 0.7;
  59.     -webkit-transition: all 0.5s ease;
  60.     -moz-transition: all 0.5s ease;
  61.     -o-transition: all 0.5s ease;
  62. }
  63.  
  64.  
  65. img {
  66.     border: none;
  67. }
  68.  
  69.  
  70. #header{
  71.     width: 320px;
  72.     margin:auto;
  73.     margin-top: 90px;
  74.     text-align: center;
  75. }
  76.  
  77. #title{
  78.     font-size: 14px;
  79.     font-family: 'raleway', sans-serif;
  80.     letter-spacing: 4px;
  81.     text-transform: uppercase;
  82.     margin-top: 25px;
  83.     color: #444;
  84. }
  85.  
  86.  
  87. #image img{
  88.     width: 120px;
  89.    
  90.     /* DELETE THE LINES BELOW IF YOU DONT WANT A CIRCLE PICTURE */
  91.     width: 90px;
  92.     height: 90px;
  93.     border-radius: 45px;
  94.     -webkit-border-radius: 45px;
  95.     -moz-border-radius: 45px;
  96. }
  97.    
  98. #content{
  99.     font-family: 'times', serif;
  100.     line-height: 180%;
  101.     color: #444;
  102.     width: 630px;
  103.     margin: 30px auto 50px auto;
  104.     text-align: center;
  105. }
  106.  
  107. .box{
  108.     width: 180px;
  109.     margin: 5px;
  110.     display: inline-block;
  111.     vertical-align: top;
  112. }
  113.  
  114. .head{
  115.     /* CHANGE COLOR OF HEADERS AND HEADER TEXT IN THE LINES BELOW  */
  116.     background-color: #444;
  117.     color: white;
  118.     font-family: 'Raleway', sans-serif;
  119. }
  120.  
  121. .box a{
  122.     display: block;
  123.     background-color: #eee;
  124.     margin-bottom: 1px;
  125. }
  126.  
  127. .box a:hover{
  128.     letter-spacing: 2px;
  129.     -webkit-transition: all 0.5s ease;
  130.     -moz-transition: all 0.5s ease;
  131.     -o-transition: all 0.5s ease;
  132. }
  133.  
  134.  
  135. {CustomCSS}</style></head>
  136.  
  137. <body>
  138.  
  139. <div id="header">
  140.  
  141. <!-- REPLACE THE LINK IN THE LINE BELOW WITH THE PICTURE YOU WANT -->
  142. <div id="image"><img src="http://puu.sh/9k8JB/e75968b3f3.jpg"></div>
  143.  
  144. <div id="title">NAVIGATION</div>
  145. </div>
  146.  
  147. <div id="content">
  148.  
  149. <div class="box">
  150.     <div class="head">TAGS 1</div>
  151.     <a href="/">tag</a>
  152.     <a href="/">tag</a>
  153.     <a href="/">tag</a>
  154.     <a href="/">tag</a>
  155.     <a href="/">tag</a>
  156. </div>
  157.  
  158. <div class="box">
  159.     <div class="head">TAGS 2</div>
  160.     <a href="/">tag</a>
  161.     <a href="/">tag</a>
  162.     <a href="/">tag</a>
  163.     <a href="/">tag</a>
  164.     <a href="/">tag</a>
  165. </div>
  166.  
  167. <div class="box">
  168.     <div class="head">TAGS 3</div>
  169.     <a href="/">tag</a>
  170.     <a href="/">tag</a>
  171.     <a href="/">tag</a>
  172.     <a href="/">tag</a>
  173.     <a href="/">tag</a>
  174. </div>
  175.  
  176. <div class="box">
  177.     <div class="head">TAGS 4</div>
  178.     <a href="/">tag</a>
  179.     <a href="/">tag</a>
  180.     <a href="/">tag</a>
  181.     <a href="/">tag</a>
  182.     <a href="/">tag</a>
  183. </div>
  184.  
  185. <div class="box">
  186.     <div class="head">TAGS 5</div>
  187.     <a href="/">tag</a>
  188.     <a href="/">tag</a>
  189.     <a href="/">tag</a>
  190.     <a href="/">tag</a>
  191.     <a href="/">tag</a>
  192. </div>
  193.  
  194. <div class="box">
  195.     <div class="head">TAGS 6</div>
  196.     <a href="/">tag</a>
  197.     <a href="/">tag</a>
  198.     <a href="/">tag</a>
  199.     <a href="/">tag</a>
  200.     <a href="/">tag</a>
  201. </div>
  202.  
  203. </div>
  204.  
  205.  
  206. <!-- CREDIT, PLEASE DON'T TOUCH -->
  207.  
  208. <div style="position:fixed; bottom:6px; right:12px; font-size:8px; letter-spacing:1px; font-family:gautami;"><a href="http://carolinesthemes.tumblr.com/">CAYLO</a></center></div>
  209.  
  210.    
  211. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement