main.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. pre b {
  61. background-color: #ee5555;
  62. }
  63. /* Space out content a bit */
  64. body {
  65. padding-top: 20px;
  66. padding-bottom: 20px;
  67. }
  68. /* Everything but the jumbotron gets side spacing for mobile first views */
  69. .header,
  70. .marketing,
  71. .footer {
  72. padding-left: 15px;
  73. padding-right: 15px;
  74. }
  75. /* Custom page header */
  76. .header {
  77. border-bottom: 1px solid #e5e5e5;
  78. }
  79. /* Make the masthead heading the same height as the navigation */
  80. .header h3 {
  81. margin-top: 0;
  82. margin-bottom: 0;
  83. line-height: 40px;
  84. padding-bottom: 19px;
  85. }
  86. /* Custom page footer */
  87. .footer {
  88. padding-top: 19px;
  89. color: #777;
  90. border-top: 1px solid #e5e5e5;
  91. }
  92. /* Customize container */
  93. @media (min-width: 768px) {
  94. .container {
  95. max-width: 730px;
  96. }
  97. }
  98. .container-narrow > hr {
  99. margin: 30px 0;
  100. }
  101. /* Main marketing message and sign up button */
  102. .jumbotron {
  103. text-align: center;
  104. border-bottom: 1px solid #e5e5e5;
  105. }
  106. .jumbotron .btn {
  107. font-size: 21px;
  108. padding: 14px 24px;
  109. }
  110. /* Supporting marketing content */
  111. .marketing {
  112. margin: 40px 0;
  113. }
  114. .marketing p + h4 {
  115. margin-top: 28px;
  116. }
  117. /* Responsive: Portrait tablets and up */
  118. @media screen and (min-width: 768px) {
  119. /* Remove the padding we set earlier */
  120. .header,
  121. .marketing,
  122. .footer {
  123. padding-left: 0;
  124. padding-right: 0;
  125. }
  126. /* Space out the masthead */
  127. .header {
  128. margin-bottom: 30px;
  129. }
  130. /* Remove the bottom border on the jumbotron for visual effect */
  131. .jumbotron {
  132. border-bottom: 0;
  133. }
  134. }
  135. .bisher {
  136. text-decoration: line-through;
  137. color: #aa0000;
  138. }