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.

timeline.css 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. /*=========Timeline social css start =============*/
  2. .width-100 {
  3. width: 100%;
  4. }
  5. .card.social-tabs{
  6. border-top:none;
  7. }
  8. .timeline-right .card, .timeline-left .card{
  9. border-top:none;
  10. box-shadow:0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
  11. transition:all 180ms linear;
  12. }
  13. .timeline-right .card:hover, .timeline-left .card:hover{
  14. box-shadow:0 0 25px -5px #9e9c9e;
  15. transition: all 180ms linear;
  16. }
  17. .timeline-icon{
  18. z-index:1;
  19. }
  20. .tab-pane form .md-add-on i{
  21. font-size: 20px;
  22. }
  23. .wall-elips{
  24. position: absolute;
  25. right: 15px;
  26. }
  27. .social-wallpaper{
  28. position: relative;
  29. }
  30. .social-profile {
  31. position: relative;
  32. padding-top: 15px;
  33. }
  34. .timeline-btn{
  35. position: absolute;
  36. bottom: 0;
  37. right: 30px;
  38. }
  39. .nav-tabs.md-tabs.tab-timeline li a{
  40. padding: 20px 0 10px;
  41. color: #666666;
  42. font-size: 18px;
  43. }
  44. .social-timeline-left{
  45. position: absolute;
  46. top: -200px;
  47. }
  48. .post-input{
  49. padding: 10px 10px 10px 5px;
  50. display: block;
  51. width: 100%;
  52. border: none;
  53. resize: none;
  54. }
  55. .user-box .media-object, .friend-box .media-object{
  56. height:45px;
  57. width: 45px;
  58. display: inline-block;
  59. }
  60. .friend-box img{
  61. margin-right: 10px;
  62. margin-bottom: 10px;
  63. }
  64. .user-box .media-left{
  65. position: relative;
  66. }
  67. .chat-header{
  68. color: #222222;
  69. }
  70. .live-status{
  71. height: 7px;
  72. width: 7px;
  73. position: absolute;
  74. bottom: 0;
  75. right: 17px;
  76. border-radius: 100%;
  77. border: 1px solid;
  78. }
  79. .tab-timeline .slide{
  80. bottom: -1px;
  81. }
  82. .image-upload input {
  83. visibility:hidden;
  84. max-width:0;
  85. max-height:0
  86. }
  87. .file-upload-lbl{
  88. max-width: 15px;
  89. padding: 5px 0 0;
  90. }
  91. .ellipsis::after{
  92. top: 15px;
  93. border: none;
  94. position: absolute;
  95. content: '\f142';
  96. font-family: FontAwesome;
  97. }
  98. .elipsis-box{
  99. box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
  100. top: 40px;
  101. right: -10px;
  102. }
  103. .elipsis-box:after{
  104. content: '';
  105. height: 13px;
  106. width: 13px;
  107. background: #fff;
  108. position: absolute;
  109. top: -5px;
  110. right: 10px;
  111. -webkit-transform: rotate(45deg);
  112. -moz-transform: rotate(45deg);
  113. transform: rotate(45deg);
  114. box-shadow: -3px -3px 11px 1px rgba(170, 170, 170, 0.22);
  115. }
  116. .friend-elipsis{
  117. left: -10px;
  118. top:-10px;
  119. }
  120. .social-profile:hover .profile-hvr,.social-wallpaper:hover .profile-hvr{
  121. opacity:1;
  122. transition: all ease-in-out 0.3s;
  123. }
  124. .profile-hvr{
  125. opacity: 0;
  126. position: absolute;
  127. text-align: center;
  128. width: 100%;
  129. font-size: 20px;
  130. padding:10px;
  131. top: 0;
  132. color: #fff;
  133. background-color: rgba(0, 0, 0, 0.61);
  134. transition: all ease-in-out 0.3s;
  135. }
  136. .social-profile{
  137. margin: 0 15px;
  138. }
  139. .social-follower{
  140. text-align: center;
  141. }
  142. .social-follower h4{
  143. font-size: 18px;
  144. margin-bottom: 10px;
  145. font-style: normal;
  146. }
  147. .social-follower h5{
  148. font-size: 14px;
  149. font-weight: 300;
  150. }
  151. .social-follower .follower-counter{
  152. text-align: center;
  153. margin-top: 25px;
  154. margin-bottom: 25px;
  155. font-size: 13px;
  156. }
  157. .social-follower .follower-counter .txt-primary{
  158. font-size: 24px;
  159. }
  160. .timeline-icon{
  161. height: 45px;
  162. width: 45px;
  163. display: block;
  164. margin: 0 auto;
  165. border: 4px #fff solid;
  166. }
  167. .social-timelines-left:after{
  168. height: 3px;
  169. width: 25%;
  170. position: absolute;
  171. background: #cccccc;
  172. top: 20px;
  173. content: "";
  174. right: 0;
  175. z-index: 0;
  176. }
  177. .social-timelines:before {
  178. position: absolute;
  179. content: ' ';
  180. width: 3px;
  181. background: #cccccc;
  182. left: 4%;
  183. z-index:0;
  184. height: 100%;
  185. top:0;
  186. }
  187. .timeline-dot:after,.timeline-dot:before{
  188. content: "";
  189. position: absolute;
  190. height: 9px;
  191. width: 9px;
  192. background-color: #cccccc;
  193. left: 3.8%;
  194. border-radius: 100%;
  195. }
  196. .user-box .social-designation,.post-timelines .social-time{
  197. font-size: 13px;
  198. }
  199. .social-msg span{
  200. color: #666;
  201. padding-left: 10px;
  202. padding-right: 10px;
  203. margin-right: 10px;
  204. }
  205. .view-info .social-label,.contact-info .social-label,.work-info .social-label{
  206. font-size: 15px;
  207. padding-left: 0;
  208. padding-top: 0;
  209. }
  210. .view-info .social-user-name,.contact-info .social-user-name,.work-info .social-user-name{
  211. font-size: 14px;
  212. padding-left: 0;
  213. }
  214. .friend-elipsis .social-designation{
  215. font-size: 13px;
  216. }
  217. .social-client-description{
  218. padding-bottom: 20px;
  219. }
  220. .user-box .media-body{
  221. padding-top: 6px;
  222. }
  223. .timeline-details p{
  224. padding-top: 10px;
  225. }
  226. .timeline-details .chat-header,.post-timelines .chat-header{
  227. font-size: 15px;
  228. }
  229. .social-client-description{
  230. padding-bottom: 20px;
  231. }
  232. .social-client-description p{
  233. margin-top: 5px;
  234. }
  235. .social-client-description span{
  236. font-size: 12px;
  237. margin-left: 10px;
  238. }
  239. .social-client-description .chat-header{
  240. font-size: 13px;
  241. }
  242. .social-tabs a{
  243. font-size: 18px;
  244. }
  245. .timeline-btn a{
  246. margin-bottom: 20px;
  247. }
  248. .profile-hvr i{
  249. cursor: pointer;
  250. }
  251. .social-timelines:before {
  252. position: absolute;
  253. content: ' ';
  254. width: 3px;
  255. background: #cccccc;
  256. left: 4%;
  257. z-index: 0;
  258. height: 100%;
  259. top: 0;
  260. }
  261. .timeline-dot:after, .timeline-dot:before {
  262. content: "";
  263. position: absolute;
  264. height: 9px;
  265. width: 9px;
  266. background-color: #cccccc;
  267. left: 3.8%;
  268. border-radius: 100%;
  269. }
  270. ul#profile-lightgallery {
  271. display: inline-flex;
  272. }
  273. .social-timeline .btn i{
  274. margin-right:0;
  275. }
  276. /*====== Social Timeline css End ======*/
  277. /*=========Timeline social css end =============*/