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

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