Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. #blueBar {
  2. background: -webkit-linear-gradient(#444, #111);
  3. border-bottom: 1px solid #000;
  4. border-top: 1px solid black;
  5. box-shadow: 0 0 30px rgba(0,0,0,0.8) ;
  6. height: auto;
  7. position: fixed;
  8. }
  9.  
  10. #blueBar a:hover {
  11. background-color: transparent;
  12. }
  13.  
  14. #blueBar div#pageHead {
  15. padding: 4px;
  16. }
  17.  
  18. #blueBarHolder.slim {
  19. height: 41px;
  20. }
  21.  
  22. #content div div#leftCol {
  23. background: transparent;
  24. border: none;
  25. }
  26.  
  27. #fbProfileCover h2 a {
  28. color: #fff;
  29. }
  30.  
  31. #pageFooter {
  32. border: 1px solid #CCC;
  33. border-top: none;
  34. }
  35.  
  36. #pageFooter .mvl {
  37. margin: 0;
  38. padding-bottom: 20px;
  39. padding-top: 20px;
  40. }
  41.  
  42. #pageFooter div[role="contentinfo"], #pageFooter .mvl {
  43. padding-left: 18px;
  44. padding-right: 25px;
  45. }
  46.  
  47. #pageNav .anchorContainer a {
  48. color: #000;
  49. }
  50.  
  51. #pageNav .tinyman .headerTinymanPhoto {
  52. border: 1px solid black;
  53. }
  54.  
  55. #pageNav a {
  56. color: #eee;
  57. }
  58.  
  59. #pagelet_bookmark_nav {
  60. display: none;
  61. }
  62.  
  63. #pagelet_web_messenger ._2nb, #pagelet_web_messenger ._2nc .uiScrollableAreaBody, #pagelet_web_messenger ._2nc {
  64. width: 669px;
  65. }
  66.  
  67. * {
  68. font-family: Roboto, 'Open Sans', Helvetica, Arial;
  69. }
  70.  
  71. .UFIContainer, .shareRedesign {
  72. width: auto;
  73. }
  74.  
  75. .UFILikeIcon {
  76. -webkit-filter: grayscale(100%);
  77. }
  78.  
  79. ._42g- {
  80. background: #333;
  81. border: 1px solid black;
  82. color: #fff;
  83. }
  84.  
  85. ._585- {
  86. box-shadow: none;
  87. }
  88.  
  89. ._6a.prs div:last-child a:last-child {
  90. display: none;
  91. }
  92.  
  93. .composerExpanded #content .newsFeedComposer {
  94. border-left: 0;
  95. padding-top: 0;
  96. }
  97.  
  98. .ego_page #content {
  99. background: white;
  100. border-left: 1px solid #CCC;
  101. border-right: 1px solid #CCC;
  102. }
  103.  
  104. .ego_page #pageFooter {
  105. background: white;
  106. }
  107.  
  108. .ego_page .UIStandardFrame_Content {
  109. padding-left: 18px;
  110. padding-right: 25px;
  111. width: auto;
  112. }
  113.  
  114. .fbTimelineScrubber, #globalContainer {
  115. margin-top: 12px;
  116. }
  117.  
  118. .hasLeftCol #leftCol #pagelet_friends_online {
  119. display: none;
  120. }
  121.  
  122. .hasLeftCol #mainContainer {
  123. border-right: none;
  124. }
  125.  
  126. .hasLeftCol #rightCol, ._4rw #rightCol, .ego_page .UIStandardFrame_SidebarAds {
  127. display: none;
  128. }
  129.  
  130. .hasLeftCol div#contentCol div#contentArea {
  131. width: 757px;
  132. }
  133.  
  134. .hasLeftCol div#contentCurve {
  135. border-left: none;
  136. border-right: none;
  137. }
  138.  
  139. .hasLeftCol div#leftCol {
  140. background-color: white;
  141. border-bottom: 1px solid #CCC;
  142. border-bottom-left-radius: 4px;
  143. border-left: 1px solid #CCC;
  144. margin-left: -7px;
  145. padding-bottom: 8px;
  146. padding-left: 8px;
  147. position: fixed;
  148. }
  149.  
  150. .hasSmurfbar #blueBarHolder #blueBar:after {
  151. background-image: none;
  152. }
  153.  
  154. .navLink:after, .navLink:before {
  155. display: none;
  156. }
  157.  
  158. .notifNegativeBase #fbNotificationsFlyout {
  159. box-shadow: 0 0 30px rgba(0,0,0,0.5);
  160. left: -160px;
  161. top: 33px;
  162. }
  163.  
  164. .notifNegativeBase #fbNotificationsFlyout .beeperNub {
  165. left: 162px;
  166. }
  167.  
  168. .tinyViewport div#leftCol {
  169. position: static;
  170. }
  171.  
  172. .uiSideNav .item, .uiSideNav .subitem {
  173. border-bottom: none;
  174. line-height: 20px;
  175. }
  176.  
  177. .uiSideNav .selectedItem .item, .uiSideNav .selectedItem .item:hover, .uiSideNav ul .selectedItem .subitem, .uiSideNav ul .selectedItem .subitem:hover, .UFIRow {
  178. background: #eee;
  179. }
  180.  
  181. .uiSideNavCount {
  182. background: #ddd;
  183. color: #000;
  184. margin-left: -30px;
  185. }
  186.  
  187. .uiStream .uiStreamHeader, .homeWiderContent .uiStreamStory {
  188. margin-left: -18px;
  189. margin-right: -24px;
  190. padding-left: 18px;
  191. padding-right: 24px;
  192. }
  193.  
  194. .uiStreamStory .mainWrapper {
  195. margin-right: 0;
  196. }
  197.  
  198. a, .UIActionLinks_bottom a, .UIActionLinks_bottom button.as_link, .UIActionLinks_bottom .uiLinkButton input, .UIActionLinks_bottom .uiLinkButton input:hover {
  199. color: #333;
  200. }
  201.  
  202. a.jewelButton {
  203. -webkit-filter: grayscale(100%);
  204. }
  205.  
  206. a:hover {
  207. text-decoration: none;
  208. }
  209.  
  210. body {
  211. background-color: #eee;
  212. }
  213.  
  214. body.home div#contentCol div#contentArea {
  215. box-shadow: 0 0 30px rgba(0,0,0,0.5);
  216. position: relative;
  217. z-index: 1;
  218. }
  219.  
  220. body.home div#contentCol div#rightCol {
  221. display: none;
  222. }
  223.  
  224. body.home div#leftCol {
  225. background-color: white;
  226. border-bottom: 1px solid #CCC;
  227. border-bottom-left-radius: 4px;
  228. border-left: 1px solid #CCC;
  229. margin-left: -7px;
  230. padding-bottom: 8px;
  231. padding-left: 8px;
  232. position: fixed;
  233. }
  234.  
  235. body.home div#leftCol div#pagelet_friends_online {
  236. display: none;
  237. }
  238.  
  239. body.home div#leftCol div#pagelet_navigation {
  240. }
  241.  
  242. body.home div#pageFooter {
  243. border: 1px solid #CCC;
  244. border-top: none;
  245. }
  246.  
  247. body.home div#pageFooter div.mvl {
  248. margin: 0;
  249. padding-bottom: 20px;
  250. padding-top: 20px;
  251. }
  252.  
  253. body.home div#pageFooter div[role="contentinfo"], body.home div#pageFooter div.mvl {
  254. padding-left: 18px;
  255. padding-right: 25px;
  256. }
  257.  
  258. div#contentCurve {
  259. border-left: none;
  260. border-right: none;
  261. }
  262.  
  263. div.bookmarksMenuButton .uiCloseButton, #userNavigationLabel, #privacyFlyoutLabel {
  264. -webkit-filter: grayscale(100%);
  265. }
  266.  
  267. h4.navHeader {
  268. display: none;
  269. }
  270.  
  271. li.sideNavItem {
  272. margin: 0;
  273. margin-left: -8px;
  274. padding: 0;
  275. }
  276.  
  277. li.sideNavItem a.item {
  278. margin-left: 0px;
  279. padding-left: 40px;
  280. width: 139px;
  281. }
  282.  
  283. li.sideNavItem a.uiSelectorButton {
  284. margin-left: 0px;
  285. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement