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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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. z-index: 10;
  9. }
  10. .om-header {
  11. justify-content: space-between;
  12. display: flex;
  13. padding-left: 2%;
  14. padding-right: 2%;
  15. height: 65px;
  16. background-color: #0046a0;
  17. }
  18. .logo-img {
  19. padding: 10px;
  20. }
  21. .om-searchbar {
  22. display: inline-block;
  23. padding: 0;
  24. margin: 15px;
  25. }
  26. .om-content {
  27. margin: 10px;
  28. margin-top: 80px;
  29. margin-bottom: 80px;
  30. }
  31. .om-content a {
  32. color: #0046a0;
  33. }
  34. .om-content a:hover {
  35. color: #0046a0;
  36. }
  37. .om-nav {
  38. position: fixed;
  39. bottom: 0;
  40. height: 65px;
  41. width: 100%;
  42. background-color: #0046a0;
  43. z-index: 10;
  44. }
  45. .om-nav i {
  46. color: white;
  47. }
  48. .om-card {
  49. margin: 10px;
  50. margin-bottom: 20px;
  51. padding: 20px;
  52. }
  53. .om-card-footer {
  54. justify-content: space-between;
  55. display: flex;
  56. }
  57. .om-btn {
  58. background-color: #0046a0;
  59. color: white;
  60. }
  61. .msg-head {
  62. margin-top: 10px;
  63. margin-bottom: 10px;
  64. }
  65. .msg-head img {
  66. float: right;
  67. }
  68. .om-user-line {
  69. display: flex;
  70. width: 80%;
  71. }
  72. .om-user-line i {
  73. margin-right: 2%;
  74. }
  75. .bookmark-headline {
  76. margin: 10px;
  77. padding-bottom: 10px;
  78. }
  79. .empty-state {
  80. margin: 40px;
  81. margin-top: 40%;
  82. color: #6c757d;
  83. text-align: center;
  84. }
  85. .empty-state i {
  86. font-size: 50px;
  87. margin: 10px;
  88. }
  89. .profil-text {
  90. margin-top: 90px;
  91. text-align: center;
  92. display: block;
  93. margin-left: auto;
  94. margin-right: auto;
  95. z-index: 2;
  96. }
  97. .profil-card {
  98. margin-left: 10px;
  99. margin-right: 10px;
  100. margin-top: 130px;
  101. padding-top: 10px;
  102. margin-bottom: 15px;
  103. position: relative;
  104. z-index: 1;
  105. }
  106. .prof-image {
  107. background-color: #0046a0;
  108. border-style: solid;
  109. border-color: #0046a0;
  110. border-width: thick;
  111. border-radius: 50%;
  112. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  113. display: block;
  114. position: absolute;
  115. top: -50px;
  116. left: 50%;
  117. margin-left: -60px;
  118. width: 120px !important;
  119. height: 120px;
  120. z-index: 4;
  121. }
  122. hr.first {
  123. margin-top: 0px;
  124. margin-bottom: 0px;
  125. }
  126. .btnprofil {
  127. height: 60px;
  128. margin-top: 10px;
  129. margin-left: auto;
  130. margin-right: auto;
  131. margin-bottom: 10px;
  132. text-align: center;
  133. }
  134. .btnprofil button {
  135. width: 110px;
  136. display: inline-block;
  137. margin-right: 20px;
  138. margin-left: 20px;
  139. }
  140. .logout-item {
  141. color: #0046a0;
  142. margin-top: -25px;
  143. margin-right: 10px;
  144. }
  145. .logout-item i {
  146. float: right;
  147. font-size: 30px;
  148. z-index: 3;
  149. }
  150. .vertical-alignment-helper {
  151. display: table;
  152. height: 100%;
  153. width: 100%;
  154. }
  155. .vertical-align-center {
  156. /* To center vertically */
  157. display: table-cell;
  158. vertical-align: middle;
  159. }
  160. .modal-content {
  161. width: inherit;
  162. height: 80%;
  163. /* To center horizontally */
  164. margin: 0 auto;
  165. }
  166. .om-tab {
  167. font-size: 16px;
  168. display: block;
  169. margin-left: auto;
  170. margin-right: auto;
  171. margin-bottom: 10px;
  172. }
  173. .om-tablinks {
  174. background: 0;
  175. border: 0;
  176. }
  177. .form-group.is-focused .form-control .custom-file-control,
  178. .form-control,
  179. .is-focused .custom-file-control,
  180. .is-focused .form-control {
  181. 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);
  182. }
  183. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check:before,
  184. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check:before {
  185. color: #0046a0;
  186. }
  187. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
  188. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  189. color: #0046a0;
  190. border-color: #0046a0;
  191. }
  192. .is-focused [class*="bmd-label"],
  193. .is-focused[class^=bmd-label] {
  194. color: #0046a0;
  195. }
  196. /*//Präsentation Styles
  197. .om-card {
  198. font-size: 140%;
  199. }
  200. .msg-head{
  201. font-size:90%;
  202. }
  203. .empty-state{
  204. margin: 40px;
  205. margin-top: 30%;
  206. font-size:140%;
  207. }*/