Website for visualizing a persons github network.
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.

63 lines
1.1 KiB

  1. @font-face {
  2. font-family: Comfortaa;
  3. src: url(./fonts/Comfortaa-Regular.ttf);
  4. font-weight: normal;
  5. }
  6. @font-face {
  7. font-family: Comfortaa;
  8. src: url(./fonts/Comfortaa-Light.ttf);
  9. font-weight: lighter;
  10. }
  11. @font-face {
  12. font-family: Comfortaa;
  13. src: url(./fonts/Comfortaa-Bold.ttf);
  14. font-weight: bold;
  15. }
  16. #header-bar {
  17. height: 10%;
  18. width: 100%;
  19. background-color: rgb(208, 208, 208);
  20. }
  21. #header-title {
  22. width: 30%;
  23. font-size: 25px;
  24. }
  25. #logo {
  26. height: 60px;
  27. }
  28. #navigation {
  29. width: 70%;
  30. padding-right: 20px !important;
  31. }
  32. .big-title {
  33. font-family: Comfortaa;
  34. font-weight: bold;
  35. font-size: 60px;
  36. }
  37. .m-title {
  38. font-family: Comfortaa;
  39. font-weight: normal;
  40. font-size: 150%;
  41. }
  42. .nav-sep {
  43. position: relative;
  44. left: 10px;
  45. top: 6px;
  46. padding-left: 20px;
  47. border-left: 2px solid #232323;
  48. height: 30px;
  49. }
  50. .nav-item {
  51. padding: 5px;
  52. font-size: 20px;
  53. }
  54. .nav-item a {
  55. color: #232323;
  56. text-decoration: none;
  57. }
  58. .nav-item a:hover {
  59. color: rgb(57, 163, 225);
  60. text-decoration: none;
  61. }
  62. body {
  63. background-color: rgb(242, 242, 242);
  64. }