In this repo i store all my websites, each in a different branch
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.

87 lines
1.2 KiB

  1. .page {
  2. background-color:#394141;
  3. color: white;
  4. }
  5. .navbar {
  6. background-color: #3c7272;
  7. text-align: center;
  8. padding-top: 0px;
  9. padding-bottom: 0px;
  10. }
  11. .navbut {
  12. cursor: pointer;
  13. color: white !important; /* Might be overwritten by the >>a<< attribute later, so !important */
  14. padding-bottom: 5px;
  15. padding-top: 4px;
  16. }
  17. .navbut:hover { /* when the navigation bar is hovered on */
  18. background-color: #22bdbd;
  19. box-shadow: #e00a51 0px 3px;
  20. }
  21. a { /*normal links should have contrast to text */
  22. color: #22bdbd;
  23. text-decoration: none;
  24. }
  25. a:hover {
  26. color: white !important;
  27. text-decoration: none;
  28. }
  29. a:visited {
  30. color: #22bdbd;
  31. text-decoration: none;
  32. }
  33. .big {
  34. font-weight: bold;
  35. }
  36. .par {
  37. color: white;
  38. background-color: #1f2525;
  39. margin: 4%;
  40. padding: 5%;
  41. border-radius: 0px 30px 0px 30px;
  42. }
  43. .content {
  44. margin: 4%;
  45. }
  46. .ostan {
  47. cursor: pointer;
  48. margin-top: 4%;
  49. width: 15%;
  50. height: auto;
  51. float: right;
  52. }
  53. .ostan:hover {
  54. width: 16%;
  55. height: auto;
  56. }
  57. ul {
  58. margin: 2%;
  59. }
  60. .impress {
  61. font-size: 0.9em;
  62. }
  63. .gdpr {
  64. font-size: 0.8em;
  65. }
  66. .code {
  67. margin: 2%;
  68. background-color: black;
  69. color: grey;
  70. width: 100%;
  71. font-family: monospace;
  72. }