Broker System for Supercredit
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

209 lines
4.2KB

  1. /* Timeline */
  2. .container.outer{
  3. width:100%;
  4. background: url('../../assets/img/body_bg.jpg') no-repeat center center fixed;
  5. -webkit-background-size: cover;
  6. -moz-background-size: cover;
  7. -o-background-size: cover;
  8. background-size: cover;
  9. }
  10. .container.inner {
  11. width: 99%;
  12. }
  13. .timeline,
  14. .timeline-horizontal {
  15. list-style: none;
  16. padding: 20px;
  17. position: relative;
  18. }
  19. .timeline:before {
  20. top: 40px;
  21. bottom: 0;
  22. position: absolute;
  23. content: " ";
  24. width: 3px;
  25. background-color: #eeeeee;
  26. left: 50%;
  27. margin-left: -1.5px;
  28. }
  29. .timeline .timeline-item {
  30. margin-bottom: 20px;
  31. position: relative;
  32. }
  33. .timeline .timeline-item:before,
  34. .timeline .timeline-item:after {
  35. content: "";
  36. display: table;
  37. }
  38. .timeline .timeline-item:after {
  39. clear: both;
  40. }
  41. .timeline .timeline-item .timeline-badge {
  42. color: #fff;
  43. width: 54px;
  44. height: 54px;
  45. line-height: 52px;
  46. font-size: 22px;
  47. text-align: center;
  48. position: absolute;
  49. top: 18px;
  50. left: 50%;
  51. margin-left: -25px;
  52. background-color: #7c7c7c;
  53. border: 3px solid #ffffff;
  54. z-index: 100;
  55. border-top-right-radius: 50%;
  56. border-top-left-radius: 50%;
  57. border-bottom-right-radius: 50%;
  58. border-bottom-left-radius: 50%;
  59. }
  60. .timeline .timeline-item .timeline-badge i,
  61. .timeline .timeline-item .timeline-badge .fa,
  62. .timeline .timeline-item .timeline-badge .glyphicon {
  63. top: 2px;
  64. left: 0px;
  65. }
  66. .timeline .timeline-item .timeline-badge.primary {
  67. background-color: #1f9eba;
  68. }
  69. .timeline .timeline-item .timeline-badge.info {
  70. background-color: #5bc0de;
  71. }
  72. .timeline .timeline-item .timeline-badge.success {
  73. background-color: #59ba1f;
  74. }
  75. .timeline .timeline-item .timeline-badge.warning {
  76. background-color: #d1bd10;
  77. }
  78. .timeline .timeline-item .timeline-badge.danger {
  79. background-color: #ba1f1f;
  80. }
  81. .timeline .timeline-item .timeline-panel {
  82. position: relative;
  83. width: 46%;
  84. float: left;
  85. right: 16px;
  86. border: 1px solid #c0c0c0;
  87. background: #ffffff;
  88. border-radius: 2px;
  89. padding: 20px;
  90. -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  91. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  92. }
  93. .timeline .timeline-item .timeline-panel:before {
  94. position: absolute;
  95. top: 26px;
  96. right: -16px;
  97. display: inline-block;
  98. border-top: 16px solid transparent;
  99. border-left: 16px solid #c0c0c0;
  100. border-right: 0 solid #c0c0c0;
  101. border-bottom: 16px solid transparent;
  102. content: " ";
  103. }
  104. .timeline .timeline-item .timeline-panel .timeline-title {
  105. margin-top: 0;
  106. color: inherit;
  107. }
  108. .timeline .timeline-item .timeline-panel .timeline-body>p,
  109. .timeline .timeline-item .timeline-panel .timeline-body>ul {
  110. margin-bottom: 0;
  111. }
  112. .timeline .timeline-item .timeline-panel .timeline-body>p+p {
  113. margin-top: 5px;
  114. }
  115. .timeline .timeline-item:last-child:nth-child(even) {
  116. float: right;
  117. }
  118. .timeline .timeline-item:nth-child(even) .timeline-panel {
  119. float: right;
  120. left: 16px;
  121. }
  122. .timeline .timeline-item:nth-child(even) .timeline-panel:before {
  123. border-left-width: 0;
  124. border-right-width: 14px;
  125. left: -14px;
  126. right: auto;
  127. }
  128. .timeline-horizontal {
  129. list-style: none;
  130. position: relative;
  131. padding: 20px 0px 20px 0px;
  132. display: inline-block;
  133. }
  134. .timeline-horizontal:before {
  135. height: 3px;
  136. top: auto;
  137. bottom: 26px;
  138. left: 56px;
  139. right: 0;
  140. width: 100%;
  141. margin-bottom: 20px;
  142. }
  143. .timeline-horizontal .timeline-item {
  144. display: table-cell;
  145. height: 280px;
  146. width: 20%;
  147. min-width: 320px;
  148. float: none !important;
  149. padding-left: 0px;
  150. padding-right: 20px;
  151. margin: 0 auto;
  152. vertical-align: bottom;
  153. }
  154. .timeline-horizontal .timeline-item .timeline-panel {
  155. top: auto;
  156. bottom: 64px;
  157. display: inline-block;
  158. float: none !important;
  159. left: 0 !important;
  160. right: 0 !important;
  161. width: 100%;
  162. margin-bottom: 20px;
  163. }
  164. .timeline-horizontal .timeline-item .timeline-panel:before {
  165. top: auto;
  166. bottom: -16px;
  167. left: 28px !important;
  168. right: auto;
  169. border-right: 16px solid transparent !important;
  170. border-top: 16px solid #c0c0c0 !important;
  171. border-bottom: 0 solid #c0c0c0 !important;
  172. border-left: 16px solid transparent !important;
  173. }
  174. .timeline-horizontal .timeline-item:before,
  175. .timeline-horizontal .timeline-item:after {
  176. display: none;
  177. }
  178. .timeline-horizontal .timeline-item .timeline-badge {
  179. top: auto;
  180. bottom: 0px;
  181. left: 43px;
  182. }