A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

52 lines
731 B

  1. header {
  2. display: table;
  3. width: 100%;
  4. background-color: #EEE;
  5. }
  6. header #corp-banner {
  7. display: table-cell;
  8. }
  9. header #corp-banner a {
  10. text-decoration: none;
  11. color: black;
  12. font-family: sans-serif;
  13. }
  14. header #corp-banner img {
  15. width: 64px;
  16. height: 64px;
  17. vertical-align: middle;
  18. margin-right: 0.5em;
  19. }
  20. header #corp-banner span {
  21. font-size: 250%;
  22. vertical-align: middle;
  23. }
  24. header nav {
  25. display: table-cell;
  26. text-align: right;
  27. vertical-align: middle;
  28. }
  29. header nav ul {
  30. padding-left: 0;
  31. margin-right: 1.5em;
  32. }
  33. header nav li {
  34. display: inline;
  35. list-style-type: none;
  36. }
  37. header nav li:not(:first-child) {
  38. padding-left: 1em;
  39. }
  40. div.flash {
  41. /**/
  42. }