Advertisement
arkanon

facebook.css

Mar 17th, 2014
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.75 KB | None | 0 0
  1. /*
  2.    Facebook layout & background basic restyling
  3.    Arkanon <arkanon@lsd.org.br>
  4.    2014/03/17 (Mon) 20:12:25 (BRS)
  5.  
  6.    Stylish for Firefox <http://addons.mozilla.org/addon/stylish/>
  7.    Stylish for Chrome  <http://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe>
  8.    User Styles Gallery <http://userstyles.org/>
  9. */
  10.  
  11. @namespace url(http://www.w3.org/1999/xhtml);
  12.  
  13. @-moz-document domain("facebook.com")
  14. {
  15.  
  16.   body
  17.   {
  18.     background-color: black !important;
  19.   }
  20.  
  21.   #leftCol a
  22.   {
  23.     color: white !important;
  24.   }
  25.  
  26.   #leftCol a:hover
  27.   {
  28.     color: #141823 !important;
  29.   }
  30.    
  31.   #pagelet_bluebar,
  32.   #blueBarHolder
  33.   {
  34.     border-bottom: 1px solid white;
  35.   }
  36.  
  37.   #contentCol,
  38.   #blueBar
  39.   {
  40.     background-color: black !important;
  41.   }
  42.  
  43.   #blueBar
  44.   {
  45.     background-image: none !important;
  46.   }
  47.  
  48.   #pageLogo
  49.   {
  50.     position: relative;
  51.     left: 233px;
  52.   }
  53.    
  54.   #jewelContainer
  55.   {
  56.     position: absolute;
  57.     left: 255px;
  58.   }
  59.    
  60.   #navSearch
  61.   {
  62.     position: relative;
  63.     left: 145px;
  64.   }
  65.  
  66.  
  67.   li.navItem._56lq
  68.   {
  69.     width: 2px;
  70.   }
  71.  
  72.   #fbRequestsJewel,
  73.   #fbMessagesJewel,
  74.   #fbNotificationsJewel
  75.   {
  76.     width: 30px;
  77.   }
  78.  
  79.   #fbRequestsFlyout,
  80.   #fbMessagesFlyout,
  81.   #fbNotificationsFlyout
  82.   {
  83.     position: relative;
  84.     margin-top: -29px;
  85.   }
  86.  
  87.   #fbRequestsFlyout
  88.   {
  89.     margin-left: -322px;
  90.   }
  91.  
  92.   #fbMessagesFlyout
  93.   {
  94.     margin-left: -319px;
  95.   }
  96.  
  97.   #fbNotificationsFlyout
  98.   {
  99.     margin-left: -318px;
  100.   }
  101.  
  102.   #fbRequestsFlyout div.beeperNub
  103.   {    
  104.     margin-right: 79px;
  105.   }
  106.    
  107.   #fbMessagesFlyout div.beeperNub
  108.   {    
  109.     margin-right: 80px;
  110.   }
  111.  
  112.   #fbNotificationsFlyout div.beeperNub
  113.   {    
  114.     margin-right: 84px;
  115.   }
  116.  
  117. }
  118.  
  119. /* EOF */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement