Advertisement
littleneila

N Facebook-4K CSS

Jul 28th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.38 KB | None | 0 0
  1. #pagelet_bluebar {
  2.     background-image: url('http://orig10.deviantart.net/9200/f/2016/210/e/a/1_by_littleneila-dabt29v.png');
  3.     background-size: 1730px;
  4.     height: 4000px;
  5. }
  6.  
  7. #blueBarDOMInspector {
  8.     display: none;
  9. }
  10.  
  11. .fbNubFlyoutOuter div {
  12.     visibility: hidden;
  13. }
  14.  
  15. .fbNubFlyoutOuter:hover div {
  16.     visibility: visible;
  17. }
  18.  
  19. ._4mq3 .fbNubFlyout {
  20.     box-shadow: none;
  21. }
  22.  
  23. #BuddylistPagelet div {
  24.     visibility: hidden;
  25. }
  26.  
  27. #BuddylistPagelet:hover div {
  28.     visibility: visible;
  29. }
  30.  
  31. .fbChatSidebar {
  32.     border: none;
  33.     background-color: transparent;
  34.     box-shadow: none;
  35. }
  36.  
  37. .fbChatSidebar:hover {
  38.     background-color: #fefefe;
  39. }
  40.  
  41. .fbChatSidebar div {
  42.     visibility: hidden;
  43. }
  44.  
  45. .fbChatSidebar:hover div {
  46.     visibility: visible;
  47. }
  48.  
  49. #pagelet_canvas_nav_content {
  50.     display: none;
  51. }
  52.  
  53. .fbSidebarGripper {
  54.     display: none;
  55. }
  56.  
  57. ._50m_ .titlebarButtonWrapper {
  58.     display: none;
  59. }
  60.  
  61. ._3__-._20fw .fbNubFlyoutTitlebar {
  62.     background-color: #f1f0f0;
  63.     color: #4b4f56;
  64. }
  65.  
  66. ._50mz .titlebar .titlebarText, ._50mz.highlightTab .fbNubButton .name {
  67.     color: #4b4f56;
  68. }
  69.  
  70. ._3__- ._50mz .fbNubFlyoutInner {
  71.     box-shadow: none;
  72. }
  73.  
  74. ._552n {
  75.     display: none;
  76. }
  77.  
  78. ._4tdt ._4tdw {
  79.     display: none;
  80. }
  81.  
  82. ._3__- ._1nc6 ._d97 {
  83.     background-color: #f1f0f0;
  84.     color: #4b4f56;
  85. }
  86.  
  87. ._3__- ._1nc6 ._d97 a {
  88.     color: #4b4f56;
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement