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.7KB

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