main.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. .table tr.middle > td, .table tr.middle > th {
  2. vertical-align: middle;
  3. }
  4. .label-Autosys {
  5. background-color: #da3;
  6. color: #000;
  7. }
  8. .label-Autosys-Light {
  9. background-color: #eca;
  10. color: #000;
  11. }
  12. .label-CarIT-Audev {
  13. background-color: #57c;
  14. color: #fff;
  15. }
  16. .label-EDS {
  17. background-color: #a33;
  18. color: #fff;
  19. }
  20. .label-Filaks {
  21. background-color: #883;
  22. color: #fff;
  23. }
  24. .label-GlobalCube {
  25. background-color: #aaa;
  26. color: #fff;
  27. }
  28. .label-Locosoft {
  29. background-color: #62b;
  30. color: #fff;
  31. }
  32. .label-Navision {
  33. background-color: #35d;
  34. color: #fff;
  35. }
  36. .label-Optima {
  37. background-color: #080;
  38. color: #fff;
  39. }
  40. .label-Optima-Light {
  41. background-color: #5b5;
  42. color: #fff;
  43. }
  44. .closed-tab {
  45. display: none;
  46. }
  47. .caret-up {
  48. border-bottom: 10px solid #000000;
  49. border-left: 6px solid rgba(0, 0, 0, 0);
  50. border-right: 6px solid rgba(0, 0, 0, 0);
  51. content: "";
  52. display: inline-block;
  53. height: 0;
  54. vertical-align: top;
  55. width: 0;
  56. }
  57. .red {
  58. color: #cc0000;
  59. }
  60. .headline td, .headline th {
  61. font-size: 12pt;
  62. font-weight: bold;
  63. }
  64. .kunde a {
  65. color: #000000;
  66. font-weight: bold;
  67. font-size: 14pt;
  68. }
  69. .aufgabe {
  70. }
  71. #datum input {
  72. font-size: 20pt;
  73. font-weight: bold;
  74. }
  75. pre b {
  76. background-color: #ee5555;
  77. }
  78. /* Space out content a bit */
  79. body {
  80. padding-top: 20px;
  81. padding-bottom: 20px;
  82. }
  83. /* Everything but the jumbotron gets side spacing for mobile first views */
  84. .header,
  85. .marketing,
  86. .footer {
  87. padding-left: 15px;
  88. padding-right: 15px;
  89. }
  90. /* Custom page header */
  91. .header {
  92. border-bottom: 1px solid #e5e5e5;
  93. }
  94. /* Make the masthead heading the same height as the navigation */
  95. .header h3 {
  96. margin-top: 0;
  97. margin-bottom: 0;
  98. line-height: 40px;
  99. padding-bottom: 19px;
  100. }
  101. /* Custom page footer */
  102. .footer {
  103. padding-top: 19px;
  104. color: #777;
  105. border-top: 1px solid #e5e5e5;
  106. }
  107. /* Customize container */
  108. @media (min-width: 768px) {
  109. .container {
  110. max-width: 730px;
  111. }
  112. }
  113. .container-narrow > hr {
  114. margin: 30px 0;
  115. }
  116. /* Main marketing message and sign up button */
  117. .jumbotron {
  118. text-align: center;
  119. border-bottom: 1px solid #e5e5e5;
  120. }
  121. .jumbotron .btn {
  122. font-size: 21px;
  123. padding: 14px 24px;
  124. }
  125. /* Supporting marketing content */
  126. .marketing {
  127. margin: 40px 0;
  128. }
  129. .marketing p + h4 {
  130. margin-top: 28px;
  131. }
  132. /* Responsive: Portrait tablets and up */
  133. @media screen and (min-width: 768px) {
  134. /* Remove the padding we set earlier */
  135. .header,
  136. .marketing,
  137. .footer {
  138. padding-left: 0;
  139. padding-right: 0;
  140. }
  141. /* Space out the masthead */
  142. .header {
  143. margin-bottom: 30px;
  144. }
  145. /* Remove the bottom border on the jumbotron for visual effect */
  146. .jumbotron {
  147. border-bottom: 0;
  148. }
  149. }
  150. .bisher {
  151. text-decoration: line-through;
  152. color: #aa0000;
  153. }
  154. .table tbody tr td {
  155. vertical-align: middle;
  156. }
  157. .history button.btn-default {
  158. font-weight: bold;
  159. }
  160. .label2, .label3 {
  161. width: 24px;
  162. height: 24px;
  163. border-radius: .25em;
  164. text-align: center;
  165. color: #ffffff;
  166. }
  167. .label3 {
  168. width: 50px;
  169. height: 30px;
  170. font-weight: bold;
  171. font-size: 14px;
  172. }
  173. .label-X {
  174. background-color: #999999;
  175. }
  176. .label-0 {
  177. background-color: #008800;
  178. }
  179. .label-1 {
  180. background-color: #bbaa00;
  181. }
  182. .label-2 {
  183. background-color: #bb8800;
  184. }
  185. .label-3, .label-4 {
  186. background-color: #bb0000;
  187. }
  188. .label-5 {
  189. background-color: #880000;
  190. }
  191. .label-9 {
  192. background-color: #330000;
  193. }
  194. .row-bearbeitet, .row-fehlerfrei {
  195. display: none;
  196. }
  197. table.ft {
  198. border: 1px solid #888;
  199. }
  200. table.ft td {
  201. padding: 3px 5px;
  202. margin: 2px;
  203. background-color: #ddd;
  204. }
  205. .logdatei {
  206. margin: 10px 5px 20px 5px;
  207. padding: 0 20px 10px 20px;
  208. background-color: #eee;
  209. border: 1px solid #888;
  210. }
  211. .modell {
  212. font-weight: bold;
  213. background-color: #ccc;
  214. padding: 10px;
  215. margin: 0 -20px;
  216. }
  217. .rot {
  218. background-color: #e88;
  219. }
  220. .number {
  221. font-weight: bold;
  222. background-color: #ccc;
  223. border: 1px solid #888888;
  224. }
  225. .strich {
  226. border-bottom: 1px solid #888888;
  227. }
  228. .table>tbody>tr.headline>td, .table>tbody>tr.headline>th, .table>tbody>tr>td.headline,
  229. .table>tbody>tr>th.headline, .table>tfoot>tr.headline>td, .table>tfoot>tr.headline>th,
  230. .table>tfoot>tr>td.headline, .table>tfoot>tr>th.headline, .table>thead>tr.headline>td,
  231. .table>thead>tr.headline>th, .table>thead>tr>td.headline, .table>thead>tr>th.headline {
  232. background-color: #888888;
  233. color: #eeeeee;
  234. }
  235. /* Absolute Center Spinner */
  236. .loading {
  237. position: fixed;
  238. z-index: 999;
  239. height: 2em;
  240. width: 2em;
  241. overflow: visible;
  242. margin: auto;
  243. top: 0;
  244. left: 0;
  245. bottom: 0;
  246. right: 0;
  247. }
  248. /* Transparent Overlay */
  249. .loading:before {
  250. content: '';
  251. display: block;
  252. position: fixed;
  253. top: 0;
  254. left: 0;
  255. width: 100%;
  256. height: 100%;
  257. background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  258. background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  259. }
  260. /* :not(:required) hides these rules from IE9 and below */
  261. .loading:not(:required) {
  262. /* hide "loading..." text */
  263. font: 0/0 a;
  264. color: transparent;
  265. text-shadow: none;
  266. background-color: transparent;
  267. border: 0;
  268. }
  269. .loading:not(:required):after {
  270. content: '';
  271. display: block;
  272. font-size: 10px;
  273. width: 1em;
  274. height: 1em;
  275. margin-top: -0.5em;
  276. -webkit-animation: spinner 1500ms infinite linear;
  277. -moz-animation: spinner 1500ms infinite linear;
  278. -ms-animation: spinner 1500ms infinite linear;
  279. -o-animation: spinner 1500ms infinite linear;
  280. animation: spinner 1500ms infinite linear;
  281. border-radius: 0.5em;
  282. -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  283. box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  284. }
  285. /* Animation */
  286. @-webkit-keyframes spinner {
  287. 0% {
  288. -webkit-transform: rotate(0deg);
  289. -moz-transform: rotate(0deg);
  290. -ms-transform: rotate(0deg);
  291. -o-transform: rotate(0deg);
  292. transform: rotate(0deg);
  293. }
  294. 100% {
  295. -webkit-transform: rotate(360deg);
  296. -moz-transform: rotate(360deg);
  297. -ms-transform: rotate(360deg);
  298. -o-transform: rotate(360deg);
  299. transform: rotate(360deg);
  300. }
  301. }
  302. @-moz-keyframes spinner {
  303. 0% {
  304. -webkit-transform: rotate(0deg);
  305. -moz-transform: rotate(0deg);
  306. -ms-transform: rotate(0deg);
  307. -o-transform: rotate(0deg);
  308. transform: rotate(0deg);
  309. }
  310. 100% {
  311. -webkit-transform: rotate(360deg);
  312. -moz-transform: rotate(360deg);
  313. -ms-transform: rotate(360deg);
  314. -o-transform: rotate(360deg);
  315. transform: rotate(360deg);
  316. }
  317. }
  318. @-o-keyframes spinner {
  319. 0% {
  320. -webkit-transform: rotate(0deg);
  321. -moz-transform: rotate(0deg);
  322. -ms-transform: rotate(0deg);
  323. -o-transform: rotate(0deg);
  324. transform: rotate(0deg);
  325. }
  326. 100% {
  327. -webkit-transform: rotate(360deg);
  328. -moz-transform: rotate(360deg);
  329. -ms-transform: rotate(360deg);
  330. -o-transform: rotate(360deg);
  331. transform: rotate(360deg);
  332. }
  333. }
  334. @keyframes spinner {
  335. 0% {
  336. -webkit-transform: rotate(0deg);
  337. -moz-transform: rotate(0deg);
  338. -ms-transform: rotate(0deg);
  339. -o-transform: rotate(0deg);
  340. transform: rotate(0deg);
  341. }
  342. 100% {
  343. -webkit-transform: rotate(360deg);
  344. -moz-transform: rotate(360deg);
  345. -ms-transform: rotate(360deg);
  346. -o-transform: rotate(360deg);
  347. transform: rotate(360deg);
  348. }
  349. }