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

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