Advertisement
Guest User

Untitled

a guest
Sep 15th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. .menu {margin-top:40px; }
  2.  
  3. .topmenu { }
  4.  
  5. .sub-menu {display: none;}
  6.  
  7. .has-children:hover .sub-menu {display: inline;}
  8.  
  9. .sub-menu {position:absolute; top: 25px; background-color: #0B5BAD; min-width: 200px; margin-left: -10px;}
  10.  
  11. .sub-menu a{color: white !important;}
  12.  
  13.  
  14.  
  15. .topmenu li {display:inline-block; font-size:20px;}
  16.  
  17.  
  18.  
  19. .topmenu li a {color:#1060B0; padding:0 60px 0 0; font-family:Franklin; -webkit-transition: all 0.6s ease 0s;
  20.  
  21. -moz-transition: all 0.6s ease 0s;
  22.  
  23. -o-transition: all 0.6s ease 0s;
  24.  
  25. transition: all 0.6s ease 0s;}
  26.  
  27.  
  28.  
  29. .topmenu li a:hover {color:#E3242B; text-decoration:none; -webkit-transition: all 0.6s ease 0s;
  30.  
  31. -moz-transition: all 0.6s ease 0s;
  32.  
  33. -o-transition: all 0.6s ease 0s;
  34.  
  35. transition: all 0.6s ease 0s;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement