wafiosadesigns

SH Menu #02

Feb 1st, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. • 001. COLOQUE ESTE APÓS <head>:
  2.  
  3. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  4.  
  5.  
  6.  
  7. • 002. COLOQUE CÓDIGO ENTRE <style> e </style>:
  8.  
  9.  
  10. /* --• MENU #02 BY SHWNTY THEMES
  11. NÃO COPIE, NEM REPASSE! •-- */
  12.  
  13. .sh-menu {display:inline-block; position:fixed; margin-left:-60px /* Posição da esquerda! */; margin-top:150px /* Posição do topo! */; width:500px /* Tamanho da caixa do menu, se quer que fique um abaixo do outro, diminua o valor. */; height:auto; cursor: hand; text-align:left; z-index:9999999;}
  14. .sh-menu a{display:inline-block; width:auto /* Tamanho do menu, auto, permite que ele se ajuste confome o tamanho do nome */; height:14px /* Altura da caixa do menu. */; line-height:16px; margin:5px; text-align:center; padding:5px; color:#000 /* cor do link */; font-family:'Montserrat' /* fonte */; font-size:9px; text-align:center; text-transform:uppercase; letter-spacing:1px; background:#beab9a /* background do link */; box-shadow:inset 1px 1px 1px rgba(255, 255, 255, .3), inset -1px -1px 1px rgba(0, 0, 0, .3); transition:1s;}
  15. .sh-menu a:hover {letter-spacing:2px; animation: shaken .3s linear .1s infinite alternate; color: #000; transform: rotate(-10deg); text-shadow: none;}
  16.  
  17. @keyframes shaken {0% {transform: rotate(-10deg);} 100% {transform: rotate(10deg);}}
  18.  
  19.  
  20.  
  21. • 003. COLOQUE ESTE CÓDIGO ENTRE <body> ou <body onkeydown="return false">:
  22.  
  23.  
  24. <!-- --• MENU #02 BY SHWNTY THEMES
  25. NÃO COPIE, NEM REPASSE! •-- -->
  26.  
  27. <div class="sh-menu">
  28.  
  29. <a href="/"><i class="fa fa-home"></i> HOME </a>
  30. <a href="/"><i class="fa fa-envelope"></i> ASK ME </a>
  31. <a href="/"><i class="fa fa-pencil"></i> SUBMIT </a>
  32. <a href="/"><i class="fa fa-tags"></i> AUTHORSHIPS </a>
  33. <a href="/"><i class="fa fa-star"></i> BLOGROLL </a>
  34.  
  35. </div>
  36.  
  37. <!-- --• MENU #02 BY SHWNTY THEMES
  38. NÃO COPIE, NEM REPASSE! •-- -->
  39.  
  40.  
  41. • SHWNTY THEMES
Advertisement
Add Comment
Please, Sign In to add comment