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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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. taginput-container is-focusable:focus {
  76. border-color: #0046a0 !important;
  77. }
  78. .bookmark-headline {
  79. margin: 10px;
  80. padding-bottom: 10px;
  81. }
  82. .empty-state {
  83. margin: 40px;
  84. margin-top: 40%;
  85. color: #6c757d;
  86. text-align: center;
  87. }
  88. .empty-state i {
  89. font-size: 50px;
  90. margin: 10px;
  91. }
  92. .profil-text {
  93. margin-top: 90px;
  94. text-align: center;
  95. display: block;
  96. margin-left: auto;
  97. margin-right: auto;
  98. z-index: 2;
  99. }
  100. .profil-card {
  101. margin-left: 10px;
  102. margin-right: 10px;
  103. margin-top: 130px;
  104. padding-top: 10px;
  105. margin-bottom: 15px;
  106. position: relative;
  107. z-index: 1;
  108. }
  109. .prof-image {
  110. background-color: #0046a0;
  111. border-style: solid;
  112. border-color: #0046a0;
  113. border-width: thick;
  114. border-radius: 50%;
  115. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  116. display: block;
  117. position: absolute;
  118. top: -50px;
  119. left: 50%;
  120. margin-left: -60px;
  121. width: 120px !important;
  122. height: 120px;
  123. z-index: 4;
  124. }
  125. hr.first {
  126. margin-top: 0px;
  127. margin-bottom: 0px;
  128. }
  129. .btnprofil {
  130. height: 60px;
  131. margin-top: 10px;
  132. margin-left: auto;
  133. margin-right: auto;
  134. margin-bottom: 10px;
  135. text-align: center;
  136. }
  137. .btnprofil button {
  138. width: 110px;
  139. display: inline-block;
  140. margin-right: 20px;
  141. margin-left: 20px;
  142. }
  143. .logout-item {
  144. color: #0046a0;
  145. margin-top: -25px;
  146. margin-right: 10px;
  147. }
  148. .logout-item i {
  149. float: right;
  150. font-size: 30px;
  151. z-index: 3;
  152. }
  153. .vertical-alignment-helper {
  154. display: table;
  155. height: 100%;
  156. width: 100%;
  157. }
  158. .vertical-align-center {
  159. /* To center vertically */
  160. display: table-cell;
  161. vertical-align: middle;
  162. }
  163. .modal-content {
  164. width: inherit;
  165. height: 80%;
  166. /* To center horizontally */
  167. margin: 0 auto;
  168. }
  169. .om-tab {
  170. font-size: 16px;
  171. display: block;
  172. margin-left: auto;
  173. margin-right: auto;
  174. margin-bottom: 10px;
  175. }
  176. .om-tablinks {
  177. background: 0;
  178. border: 0;
  179. }
  180. .form-group.is-focused .form-control .custom-file-control,
  181. .form-control,
  182. .is-focused .custom-file-control,
  183. .is-focused .form-control {
  184. 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);
  185. }
  186. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check:before,
  187. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check:before {
  188. color: #0046a0;
  189. }
  190. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
  191. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  192. color: #0046a0;
  193. border-color: #0046a0;
  194. }
  195. .is-focused [class*="bmd-label"],
  196. .is-focused[class^=bmd-label] {
  197. color: #0046a0;
  198. }
  199. /*//Präsentation Styles
  200. .om-card {
  201. font-size: 140%;
  202. }
  203. .msg-head{
  204. font-size:90%;
  205. }
  206. .empty-state{
  207. margin: 40px;
  208. margin-top: 30%;
  209. font-size:140%;
  210. }*/