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

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