Dashboard sipadu mbip
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.

list.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. .card-list-img {
  2. height: 75px;
  3. width: 75px;
  4. border-radius: 5px
  5. }
  6. .basic-list, .list-view-media {
  7. margin-bottom: 30px
  8. }
  9. .basic-list li {
  10. margin-top: 10px;
  11. padding-bottom: 10px;
  12. border-bottom: 1px solid #ccc
  13. }
  14. .basic-list li:last-child {
  15. border: 0;
  16. padding-bottom: 0
  17. }
  18. .basic-list.list-icons li, .basic-list.list-icons-img li {
  19. margin-left: 50px;
  20. position: relative
  21. }
  22. .list-icons i {
  23. left: -64px;
  24. top: 0;
  25. bottom: -1px;
  26. width: 64px;
  27. padding: 8px 0;
  28. float: left;
  29. position: absolute
  30. }
  31. .basic-list p {
  32. margin: 0
  33. }
  34. .list-icons-img img {
  35. left: -60px;
  36. top: 0;
  37. bottom: -1px;
  38. width: 40px;
  39. position: absolute;
  40. border-radius: 5px
  41. }
  42. .list-view li button {
  43. margin-right: 10px;
  44. margin-bottom: 10px
  45. }
  46. .list-view li .user-card {
  47. margin-bottom: 20px
  48. }
  49. .list-view li:last-child .user-card {
  50. margin-bottom: 0
  51. }
  52. .dynamic-row {
  53. margin-bottom: 30px
  54. }
  55. .remove-item {
  56. display: none
  57. }
  58. .scroll-list {
  59. position: relative;
  60. width: 100%;
  61. height: 300px;
  62. margin: 0;
  63. padding: 0;
  64. list-style: none;
  65. -webkit-perspective: 400px;
  66. -moz-perspective: 400px;
  67. -ms-perspective: 400px;
  68. -o-perspective: 400px;
  69. perspective: 400px
  70. }
  71. .scroll-list li {
  72. position: relative;
  73. padding: 15px;
  74. background: #eee;
  75. color: #252525;
  76. font-size: 18px;
  77. z-inddynamic-list: 2;
  78. -webkit-transform: translateZ(0px);
  79. -moz-transform: translateZ(0px);
  80. -ms-transform: translateZ(0px);
  81. -o-transform: translateZ(0px);
  82. transform: translateZ(0px)
  83. }
  84. .scroll-list h6 {
  85. margin: 0
  86. }
  87. .scroll-list li:nth-child(even) {
  88. background: #fff
  89. }
  90. .dynamic-row {
  91. overflow: hidden
  92. }
  93. .dynamic-row li {
  94. padding: 15px
  95. }
  96. .dynamic-list-one .new-item {
  97. background: #0956ff;
  98. color: #fff
  99. }
  100. .dynamic-list-two .new-item {
  101. background: #0956ff;
  102. color: #fff;
  103. max-height: 0;
  104. opacity: 0;
  105. transform: scale(0);
  106. animation: growHeight .2s ease forwards
  107. }
  108. @keyframes growHeight {
  109. to {
  110. max-height: 50px;
  111. opacity: 1;
  112. transform: scale(1)
  113. }
  114. }
  115. .dynamic-list-three ul {
  116. overflow: hidden
  117. }
  118. .dynamic-list-three .new-item {
  119. background: #1abc9c;
  120. color: #fff;
  121. max-height: 0;
  122. opacity: 0;
  123. transform: translatdynamic-list(-300px);
  124. animation: openSpace .2s ease forwards, moveIn .3s .2s ease forwards
  125. }
  126. @keyframes openSpace {
  127. to {
  128. max-height: 50px
  129. }
  130. }
  131. @keyframes moveIn {
  132. to {
  133. opacity: 1;
  134. transform: translatdynamic-list(0)
  135. }
  136. }
  137. .hider {
  138. overflow: hidden
  139. }
  140. .slider-wrap {
  141. width: 200%;
  142. position: relative;
  143. transition: transform .5s linear
  144. }
  145. .slider-wrap.open {
  146. transform: translatdynamic-list(-50.1%)
  147. }
  148. .dynamic-list-five .details {
  149. display: none;
  150. line-height: 1.4;
  151. padding-bottom: 10px
  152. }
  153. #dynamic-list-five-button {
  154. transition: background .2s ease
  155. }
  156. #dynamic-list-five-button.open {
  157. background: #1abc9c;
  158. color: #fff
  159. }
  160. #dynamic-list-five-button.open .title {
  161. font-weight: bold
  162. }
  163. .dynamic-list-six .details {
  164. display: none;
  165. line-height: 1.4;
  166. padding-bottom: 10px
  167. }
  168. #dynamic-list-six-button {
  169. position: relative;
  170. transition: transform .2s ease
  171. }
  172. #dynamic-list-five-button.open h6, #dynamic-list-six-button.open h6 {
  173. color: #fff
  174. }
  175. #dynamic-list-six-button.open {
  176. background: #1abc9c;
  177. color: #fff;
  178. padding: 50px;
  179. transform: translateY(-60px) scale(2.8)
  180. }
  181. #dynamic-list-six-list {
  182. transition: transform .2s ease
  183. }
  184. #dynamic-list-six-list.open {
  185. transform: translateY(-40px) scale(0.4)
  186. }
  187. #dynamic-list-six-list.open .title {
  188. font-weight: bold;
  189. font-size: 120%
  190. }
  191. .close-button {
  192. position: absolute;
  193. top: 10px;
  194. right: 50px;
  195. font-weight: bold;
  196. color: #fff;
  197. font-size: 25px;
  198. line-height: 1;
  199. display: none
  200. }
  201. #dynamic-list-six-button.open .close-button {
  202. display: block
  203. }
  204. .details p {
  205. color: #fff
  206. }