style.okynos2.css 734 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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(221, 129, 198);
  12. margin: 0.2%;
  13. padding: 1%;
  14. border-radius: 5px;
  15. text-align: center;
  16. width: 100px;
  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. }