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.

fb-wall.css 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. /** ================fb wall css start
  2. ========================== **/
  3. .tab-pane form .md-add-on i{
  4. font-size: 20px;
  5. }
  6. .wall-elips{
  7. position: absolute;
  8. right: 15px;
  9. }
  10. .social-wallpaper{
  11. position: relative;
  12. }
  13. .social-profile {
  14. position: relative;
  15. padding-top: 15px;
  16. }
  17. .timeline-btn{
  18. position: absolute;
  19. bottom: 0;
  20. right: 30px;
  21. }
  22. .nav-tabs.md-tabs.tab-timeline li a{
  23. padding: 20px 0 10px;
  24. color: #666666;
  25. font-size: 18px;
  26. }
  27. .social-timeline-left{
  28. position: absolute;
  29. top: -200px;
  30. margin-right: 15px;
  31. }
  32. .post-input{
  33. padding: 10px 10px 10px 5px;
  34. display: block;
  35. width: 100%;
  36. border: none;
  37. resize: none;
  38. }
  39. .user-box .media-object, .friend-box .media-object{
  40. height:45px;
  41. width: 45px;
  42. display: inline-block;
  43. }
  44. .friend-box img{
  45. margin-right: 10px;
  46. margin-bottom: 10px;
  47. }
  48. .user-box .media-left{
  49. position: relative;
  50. }
  51. .chat-header{
  52. color: #222222;
  53. }
  54. .live-status{
  55. height: 7px;
  56. width: 7px;
  57. position: absolute;
  58. bottom: 0;
  59. right: 17px;
  60. border-radius: 100%;
  61. border: 1px solid;
  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. }
  82. .elipsis-box{
  83. box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
  84. top: 40px;
  85. right: -10px;
  86. }
  87. .elipsis-box: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. .friend-elipsis{
  101. left: -10px;
  102. top:-10px;
  103. }
  104. .social-profile:hover .profile-hvr,.social-wallpaper:hover .profile-hvr{
  105. opacity:1;
  106. transition: all ease-in-out 0.3s;
  107. }
  108. .profile-hvr{
  109. opacity: 0;
  110. position: absolute;
  111. text-align: center;
  112. width: 100%;
  113. font-size: 20px;
  114. padding:10px;
  115. top: 0;
  116. color: #fff;
  117. background-color: rgba(0, 0, 0, 0.61);
  118. transition: all ease-in-out 0.3s;
  119. }
  120. .social-profile{
  121. margin: 0 15px;
  122. }
  123. .social-follower{
  124. text-align: center;
  125. }
  126. .social-follower h4{
  127. font-size: 18px;
  128. margin-bottom: 10px;
  129. font-style: normal;
  130. }
  131. .social-follower h5{
  132. font-size: 14px;
  133. }
  134. .social-follower .follower-counter{
  135. text-align: center;
  136. margin-top: 25px;
  137. margin-bottom: 25px;
  138. font-size: 13px;
  139. }
  140. .social-follower .follower-counter .txt-primary{
  141. font-size: 24px;
  142. }
  143. .timeline-icon{
  144. height: 45px;
  145. width: 45px;
  146. display: block;
  147. margin: 0 auto;
  148. border: 4px #fff solid;
  149. }
  150. .social-timelines-left:after{
  151. height: 3px;
  152. width: 25%;
  153. position: absolute;
  154. background: #cccccc;
  155. top: 20px;
  156. content: "";
  157. right: 0;
  158. z-index: 0;
  159. }
  160. .social-timelines:before {
  161. position: absolute;
  162. content: ' ';
  163. width: 3px;
  164. background: #cccccc;
  165. left: 4%;
  166. z-index:0;
  167. height: 100%;
  168. top:0;
  169. }
  170. .timeline-dot:after,.timeline-dot:before{
  171. content: "";
  172. position: absolute;
  173. height: 9px;
  174. width: 9px;
  175. background-color: #cccccc;
  176. left: 3.8%;
  177. border-radius: 100%;
  178. }
  179. .user-box .social-designation,.post-timelines .social-time{
  180. font-size: 13px;
  181. }
  182. .social-msg span{
  183. color: #666;
  184. padding-left: 10px;
  185. padding-right: 10px;
  186. margin-right: 10px;
  187. }
  188. .view-info .social-label,.contact-info .social-label,.work-info .social-label{
  189. font-size: 15px;
  190. padding-left: 0;
  191. padding-top: 0;
  192. }
  193. .view-info .social-user-name,.contact-info .social-user-name,.work-info .social-user-name{
  194. font-size: 14px;
  195. padding-left: 0;
  196. }
  197. .friend-elipsis .social-designation{
  198. font-size: 13px;
  199. }
  200. .social-client-description{
  201. padding-bottom: 20px;
  202. }
  203. .user-box .media-body{
  204. padding-top: 6px;
  205. }
  206. .timeline-details p{
  207. padding-top: 10px;
  208. }
  209. .timeline-details .chat-header,.post-timelines .chat-header{
  210. font-size: 15px;
  211. }
  212. .social-client-description{
  213. padding-bottom: 20px;
  214. }
  215. .social-client-description p{
  216. margin-top: 5px;
  217. }
  218. .social-client-description span{
  219. font-size: 12px;
  220. margin-left: 10px;
  221. }
  222. .social-client-description .chat-header{
  223. font-size: 13px;
  224. }
  225. .social-tabs a{
  226. font-size: 18px;
  227. }
  228. .timeline-btn a{
  229. margin-bottom: 20px;
  230. }
  231. .profile-hvr i{
  232. cursor: pointer;
  233. }
  234. /*====== fb wall css End ======*/