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

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