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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. taginput-container is-focusable:focus {
  75. border-color: #0046a0 !important;
  76. }
  77. .bookmark-headline {
  78. margin: 10px;
  79. padding-bottom: 10px;
  80. }
  81. .empty-state {
  82. margin: 40px;
  83. margin-top: 40%;
  84. color: #6c757d;
  85. text-align: center;
  86. }
  87. .empty-state i {
  88. font-size: 50px;
  89. margin: 10px;
  90. }
  91. .profil-text {
  92. margin-top: 70px;
  93. margin-bottom: 10px;
  94. text-align: center;
  95. display: block;
  96. margin-left: auto;
  97. margin-right: auto;
  98. }
  99. .profil-card {
  100. margin: 10px;
  101. margin-top: -80px;
  102. position: relative;
  103. z-index: 1;
  104. }
  105. .profil-img {
  106. background-color: #0046a0;
  107. border-style: solid;
  108. border-color: #0046a0;
  109. border-width: thick;
  110. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  111. display: block;
  112. margin-left: auto;
  113. margin-right: auto;
  114. position: relative;
  115. z-index: 2;
  116. }
  117. .edit-item {
  118. color: #0046a0;
  119. margin-top: 10px;
  120. margin-right: 10px;
  121. }
  122. .edit-item i {
  123. float: right;
  124. font-size: 30px;
  125. }
  126. .modal-dialog {
  127. height: 90%;
  128. }
  129. .modal-content {
  130. height: 100%;
  131. }
  132. .om-tab {
  133. font-size: 16px;
  134. display: block;
  135. margin-left: auto;
  136. margin-right: auto;
  137. margin-bottom: 10px;
  138. }
  139. .om-tablinks {
  140. background: 0;
  141. border: 0;
  142. }
  143. .form-group.is-focused .form-control .custom-file-control,
  144. .form-control,
  145. .is-focused .custom-file-control,
  146. .is-focused .form-control {
  147. 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);
  148. }
  149. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check:before,
  150. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check:before {
  151. color: #0046a0;
  152. }
  153. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
  154. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  155. color: #0046a0;
  156. border-color: #0046a0;
  157. }
  158. .is-focused [class*="bmd-label"],
  159. .is-focused[class^=bmd-label] {
  160. color: #0046a0;
  161. }
  162. /*//Präsentation Styles
  163. .om-card {
  164. font-size: 140%;
  165. }
  166. .msg-head{
  167. font-size:90%;
  168. }
  169. .empty-state{
  170. margin: 40px;
  171. margin-top: 30%;
  172. font-size:140%;
  173. }*/