style.okynos3.css 754 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. *{
  2. margin: auto;
  3. }
  4. .top-menu{
  5. border-bottom: 2px solid;
  6. border-color: rgb(125, 125, 125);
  7. width: 100%;
  8. float: left;
  9. }
  10. .top-menu-button-div{
  11. background-color: rgb(89, 205, 18);
  12. margin: 0.2%;
  13. padding: 0.5%;
  14. border-radius: 5px;
  15. text-align: center;
  16. width: 70px;
  17. float: right;
  18. }
  19. .top-menu-button{
  20. font-family: 'Helvetica Neue', Helvetica;
  21. white-space: nowrap;
  22. font-size: 1em;
  23. text-decoration: none;
  24. text-shadow: 1px 1px rgb(143, 143, 143);
  25. color: rgb(255, 255, 255);
  26. }
  27. .top-menu-button:hover{
  28. color: rgb(0, 0, 0);
  29. }
  30. #top-menu-div-buttons{
  31. width: 79%;
  32. display: inline-block;
  33. vertical-align: bottom;
  34. }
  35. #top-menu-h1-div{
  36. vertical-align: bottom;
  37. display: inline-block;
  38. width: 20%;
  39. margin-left: 0.5%;
  40. }