Advertisement
deliciousthemes

Blink menu overhaul

Aug 27th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.61 KB | None | 0 0
  1. html .overlay {
  2.     background:rgba(217,40,130,0.9);
  3. }
  4.  
  5. html .wrap ul.wrap-nav li.current > a {
  6.     color: inherit;
  7. }
  8.  
  9. html .wrap ul.wrap-nav li.current > a:hover {
  10.     color: #ec008c;
  11. }
  12.  
  13. html .wrap ul.wrap-nav > li, html .wrap ul.wrap-nav ul li {
  14.     float: none;
  15.     text-align: center;
  16. }
  17.  
  18. html .wrap ul.wrap-nav > li {
  19.     font-size: 48px;
  20.     margin: 0;
  21. }
  22.  
  23. html .wrap ul.wrap-nav > li a {
  24.     display: block;
  25.     padding: 20px;
  26. }
  27.  
  28. .wrap.centered-wrapper {
  29.     width: 100%;
  30. }
  31.  
  32. html .wrap ul.wrap-nav {
  33.     margin-left: 0;
  34.     margin-right: 0;
  35. }
  36.  
  37. html .wrap ul.wrap-nav > li a:hover {
  38.     background: #fff;
  39.     color: #ec008c;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement