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.

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