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

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