Advertisement
bokunda

Autoskolatim.header.css

Dec 6th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.92 KB | None | 0 0
  1. /******* Do not edit this file *******/
  2. /*
  3. My Custom CSS - by Salvatore Noschese
  4. aka L'AltroWeb - https://laltroweb.it/
  5. /*
  6. Saved: Nov 29 2017 | 11:35:37 (pm)
  7. /*
  8. /******* Do not edit this file *******/
  9.  
  10. /*.header-image { height: 90px !important; }*/
  11.  
  12. .site-logo { max-width:140px; }
  13.  
  14. .fullwidth { margin-top: -4%; }
  15.  
  16. .top-bar { background-color: #333333; }
  17.  
  18.  
  19. .menu-menu-container a {
  20.     display: block;
  21.     color: #f4e60e;
  22.     text-align: center;
  23.     padding: 0 4px;
  24.     text-decoration: none;
  25.     font-size: 17px;
  26.     font-family: 'Barlow Condensed', sans-serif;
  27.     height: 40px;
  28. }
  29.  
  30. #menu-item-267 {
  31.     background-color: #565656;
  32. }
  33.  
  34. #menu-item-272 {
  35.     background-color: #565656;
  36. }
  37.  
  38. .top-bar .container #site-navigation{
  39.     margin: 0 0 0 0;  
  40.  
  41. }
  42.  
  43. .site-branding {
  44.     max-width: 200px;
  45. }
  46.  
  47. .nav-menu {
  48.     max-width: 1000px;  
  49. }
  50.  
  51. .menu-menu-container a:hover {
  52.     color: white;  
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement