Ohm-Management - Projektarbeit B-ME
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.

style.css 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /* Generated by less 2.5.1 */
  2. .om-header-container {
  3. position: fixed;
  4. top: 0px;
  5. z-index: 1;
  6. width: 100%;
  7. display: block;
  8. }
  9. .om-header {
  10. justify-content: space-between;
  11. display: flex;
  12. padding-left: 2%;
  13. padding-right: 2%;
  14. height: 8%;
  15. background-color: #0046a0;
  16. }
  17. .om-searchbar {
  18. display: inline-block;
  19. padding-bottom: 0%;
  20. margin: 3%;
  21. }
  22. .om-content {
  23. margin: 10px;
  24. margin-top: 75px;
  25. margin-bottom: 70px;
  26. }
  27. .om-content a {
  28. color: #0046a0;
  29. }
  30. .om-content a:hover {
  31. color: #0046a0;
  32. }
  33. .om-card {
  34. margin: 10px;
  35. margin-bottom: 20px;
  36. padding: 20px;
  37. }
  38. .om-btn {
  39. background-color: #0046a0;
  40. color: white;
  41. }
  42. .msg-head {
  43. margin-top: 10px;
  44. margin-bottom: 10px;
  45. }
  46. .msg-head img {
  47. float: right;
  48. }
  49. .om-user-line {
  50. display: flex;
  51. }
  52. .om-user-line i {
  53. margin-right: 2%;
  54. }
  55. .om-nav {
  56. position: fixed;
  57. bottom: 0;
  58. height: 8%;
  59. width: 100%;
  60. background-color: #0046a0;
  61. }
  62. .om-nav i {
  63. color: white;
  64. }
  65. .bookmark-headline {
  66. margin: 10px;
  67. }
  68. .empty-state {
  69. margin: 40px;
  70. margin-top: 40%;
  71. color: #6c757d;
  72. text-align: center;
  73. }
  74. .empty-state i {
  75. font-size: 50px;
  76. margin: 10px;
  77. }
  78. .profil-text {
  79. margin-top: 70px;
  80. margin-bottom: 10px;
  81. text-align: center;
  82. display: block;
  83. margin-left: auto;
  84. margin-right: auto;
  85. }
  86. .profil-card {
  87. margin: 10px;
  88. margin-top: -80px;
  89. position: relative;
  90. z-index: 1;
  91. }
  92. .profil-img {
  93. background-color: #0046a0;
  94. border-style: solid;
  95. border-color: #0046a0;
  96. border-width: thick;
  97. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  98. display: block;
  99. margin-left: auto;
  100. margin-right: auto;
  101. position: relative;
  102. z-index: 2;
  103. }
  104. .edit-item {
  105. color: #0046a0;
  106. margin-top: 10px;
  107. margin-right: 10px;
  108. }
  109. .edit-item i {
  110. float: right;
  111. font-size: 30px;
  112. }
  113. .om-tab {
  114. font-size: 16px;
  115. display: block;
  116. margin-left: auto;
  117. margin-right: auto;
  118. margin-bottom: 10px;
  119. }
  120. .form-group.is-focused .form-control .custom-file-control,
  121. .form-control,
  122. .is-focused .custom-file-control,
  123. .is-focused .form-control {
  124. background-image: linear-gradient(0deg, #0046a0 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
  125. }
  126. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check:before,
  127. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check:before {
  128. color: #0046a0;
  129. }
  130. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
  131. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  132. color: #0046a0;
  133. border-color: #0046a0;
  134. }
  135. .is-focused [class*="bmd-label"],
  136. .is-focused[class^=bmd-label] {
  137. color: #0046a0;
  138. }