Advertisement
eengelking

Facebook Dark Theme for Stylish Chrome Plugin

May 26th, 2015
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.07 KB | None | 0 0
  1.  
  2.  
  3. /** Text Background **/
  4. ._4-u8 {
  5.   background-color: #F0F0F0;
  6. }
  7.  
  8. /** Header Colors **/
  9. ._4f7n {
  10.   background-image: none;
  11.   background-color: #757575;
  12.   border-bottom: none;
  13.   -webkit-box-shadow: none;
  14. }
  15.  
  16. /** Header Base Line Shadow Removal **/
  17. ._4f7n:after {
  18.   background-image: none;
  19. }
  20.  
  21. /** News Feed Background **/
  22. ._5vb_, ._5vb_ #contentCol {
  23.   background-color: #34363C;
  24.   color: #141823;
  25. }
  26.  
  27. /** Left Side Navigation Text **/
  28. ._bui ._5afe, ._bui .subitem {
  29.   border-bottom: 1px solid #fff;
  30.   color: #C1C1C1;
  31. }
  32.  
  33. /** Left Side Navigation Highlighter **/
  34. ._5vb_ ._55y4 ._bui ._5afe:hover, ._5vb_ ._55y4 ._bui ._5afe:focus, ._5vb_ ._55y4 ._bui ._5afe:active, ._5vb_ ._55y4 ._bui ._5afd ._5afe {
  35.   background-color: #1C618D;
  36. }
  37.  
  38. /** Left Side Newsfeed Background Color **/
  39. ._55y4 ._bui .selectedItem ._5afe:hover,._55y4 .uiSideNavAux:hover~._5afe,._55y4 .openToggler.uiSideNavAux+._5afe   {
  40.     background-color: #1C618D;
  41. }
  42.  
  43. /** Left Side Newsfeed Number Color **/
  44. ._55y4._55y4 ._5afe .count .countValue, ._55y4._55y4 ._5afe .count .maxCountIndicator {
  45.   color: white;
  46. }
  47.  
  48. /** Left Side Newsfeed Dropdown Menu Color **/
  49. .openToggler ._2jq5,._2jq5:focus,._2jq5:hover {
  50.     background-color: #1C618D;
  51. }
  52.  
  53. /** Left Side Newsfeed Dividing Line **/
  54. ._2jq5 {
  55.   border-left: 1px solid #606880;
  56. }
  57.  
  58. /** Left Side Profile Name **/
  59. .litestandClassicWelcomeBox.fbxWelcomeBox a, .litestandClassicWelcomeBox.fbxWelcomeBoxSmall a {
  60.   color: rgb(168, 168, 168);
  61. }
  62.  
  63.  
  64. /** Search Box Border **/
  65. ._4w96._585- {
  66.   border: 1px solid #546B9C;
  67. }
  68.  
  69. /** Group Page Background **/
  70. body._5txy {
  71.   background: #34363C;
  72. }
  73.  
  74. /** Profile Page Background **/
  75. html ._4lh, ._4lh .fbTimelineTimePeriod, ._4lh .fbTimelineSectionExpandPager .uiMorePagerLoader, ._4lh .fbTimelineCapsule li.anchorUnit:last-child, ._4lh .fbTimelineSectionLoading .loadingIndicator, ._4lh .timelineTourStarted ._2xgb, ._4lh .timelineTourStarted ._2xgc, ._4lh .lifeEventAddPhoto:hover {
  76.   background-color: #34363C;
  77. }
  78.  
  79. /** Profile Page Timeline Background **/
  80. ._4lh ._2-d1 {
  81.   background-color: transparent;
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement