Advertisement
dhualdi1

DHU-ID FACEBOOK STYLE

Jun 28th, 2014
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.20 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("facebook.com")
  4.  
  5. {
  6.  
  7. .highlightIndicator,
  8. .tinyman:after,
  9. .fbTimelineSideAds,
  10. .ego_column,
  11. .buttonWrap,
  12. .fbTimelineSpine,
  13. .spinePointer,
  14. .topBorder,
  15. .bottomBorder,
  16. #footerContainer,
  17. .middleLink,
  18. .slimHeader #pageNav li.tinyman::after, .slimHeader #pageNav li.middleLink::after,
  19. .slimHeader #pageNav .middleLink a,
  20. .moreSectionsLink
  21. {
  22. display:none !important;
  23. }
  24. .uiProgressBar .fill {
  25. background: #0000FF !important;
  26. border: solid #222 !important;
  27. }
  28. .uiTypeaheadView .compact li {
  29. background-color: #0000FF !important;
  30. }
  31. div.uiTypeaheadView .selected {
  32. background-color: #0000FF !important;
  33. }
  34. .fbIndex .gradient {
  35. background: none !important;
  36. }
  37. .notifNegativeBase #fbNotificationsFlyout li.jewelItemNew, .notifNegativeBase #fbNotificationsFlyout li.first_receipt {
  38. background: #333 !important;
  39. }
  40. .uiMenuXItem
  41. a.highlighted {
  42. background-color: #149414 !important;
  43. border-color: #000 !important;
  44. color: #0000FF !important;
  45. }
  46. .uiMenuXItem
  47. a.highlighted {
  48. background-color: #333 !important;
  49. border-color: #000 !important;
  50. color: #FFF !important;
  51. }
  52. .uiContextualLayer {
  53. background-color: transparent !important;
  54. }
  55. .HighlightSelectorMenu {
  56. background: #0000FF !important;
  57. }
  58. .-cx-PUBLIC-uiDialog__border, ._1yu {
  59. border: 10px solid rgba(82, 82, 82, .7) !important;
  60. }
  61. input[type="text"], input[type="password"], .inputtext, select, .select, select > option, select > button, .fbPhotoImageStage .fbPhotosPhotoButtons .tagMessage, .fbPhotoImageStage .fbPhotosPhotoButtons .cropMessage, #u1clso_61 div img, #navSearch .uiTypeahead, .-cx-PRIVATE-uiDialog__content, ._1yu, ._t {
  62. background-color: transparent !important;
  63. }
  64. .fbTimelineCapsule
  65. {
  66. background: none !important;
  67. }
  68. .sp_c79t5t
  69. {
  70. background-image: none !important;
  71. }
  72. * {
  73. border-color: transparent !important;
  74. font-family: Arial !important;
  75. color: #FFFFFF !important;
  76. background-color: transparent !important;
  77. }
  78.  
  79. #fbTimelineHeadline .profilePic {
  80. background-color: #FFF !important;
  81. border: 4px solid #FFF !important;
  82. height: 160px !important;
  83. width: 160px !important;
  84. }
  85.  
  86.  
  87. .fbTimelineScrubber {
  88.  
  89. border-color: #333333 !important;
  90. top: 38px !important;
  91. width: 122px !important;
  92. z-index: 1 !important;
  93. }
  94.  
  95. .fbPhotosPhotoTagboxBase .tagName {
  96. background: #000 !important;
  97. color: #FFF !important;
  98. cursor: default !important;
  99. font-weight: normal !important;
  100. padding: 2px 6px 3px !important;
  101. top: 3px !important;
  102. white-space: nowrap !important;
  103. }
  104.  
  105. .fbPhotosPhotoTagboxBase .innerTagBox {
  106. border: 4px solid white !important;
  107. border-color: rgba(255, 255, 255, .8) !important;
  108. }
  109.  
  110. .fbPhotoSnowlift {
  111. background-color: rgba(0, 0, 0, .7) !important;
  112. }
  113.  
  114. .fbPhotoSnowlift .rhc , .pagingActivated .snowliftOverlay, .fbPhotoSnowlift.taggingMode .snowliftOverlay, .stageWrapper{
  115. background-color: #111 !important;
  116. }
  117.  
  118. .profile-picture img {
  119. max-width: 170px !important;
  120. }
  121.  
  122. .webComposerPhotoUpload input, .webComposerPhotoUpload {
  123. color: #000000 !important;
  124. }
  125.  
  126.  
  127. body {
  128. background-image:url('https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xpf1/v/t1.0-9/10462930_541059142665569_4289197936510393075_n.jpg?oh=22f069a16d05edc6086228c776ae71e6&oe=54319388&__gda__=1410191842_655541089132a57e10dccc6298bc3f36') !important;
  129. background-repeat:repeat !important;
  130. background-attachment:fixed !important;
  131. background-position:center !important;
  132. }
  133.  
  134. .fbCurrentStory:hover, .connect_widget_like_button, .fbFeedTickerStory:hover, .item a:hover, .fbJewelFlyout li:hover, .uiSideNav a:hover, .fbNubFlyoutBody, .uiButtonConfirm {
  135. background: -moz-linear-gradient(center right , #333333, #000000) !important;
  136. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  137. }
  138.  
  139. .fbChatMessageGroup {
  140. border-color: #2c2c2c !important;
  141. }
  142.  
  143. .fbChatSidebar {
  144. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  145. }
  146.  
  147. #leftCol {
  148. position: !important;
  149. min-height: 400px !important;
  150. }
  151.  
  152. .arrowLeft a {
  153. background-image:url('http://i.imgur.com/26zf5.png') !important;
  154. border-color: #666666 !important;
  155. }
  156.  
  157. .arrowRight a {
  158. background-image:url('http://i.imgur.com/v6B6z.png') !important;
  159. border-color: #666666 !important;
  160. }
  161.  
  162. .uiStreamSubstory {
  163. border-color: transparent !important;
  164. }
  165.  
  166. .uiHeader {
  167. background-color: #0000FF !important;
  168. }
  169.  
  170. .fbSidebarGripper, .fbTickerFooter, .fbSidebarGripper div, .navSubmenu:hover {
  171. background-color: #0000FF !important;
  172. }
  173.  
  174. .fbTimelineCountButton, .uiBoxWhite, .uiButtonGroup {
  175. background-color: #1c1c1c !important;
  176. }
  177.  
  178. .fbxWelcomeBox {
  179. background-color: transparent !important;
  180. text-align: center !important;
  181. }
  182.  
  183. #leftCol {
  184. padding-top: 0px !important;
  185. padding-left: 0px !important;
  186. }
  187.  
  188. .fbNubFlyoutFooter {
  189. background: -moz-linear-gradient(center right , #333333, #000000) !important;
  190. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  191. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  192. }
  193.  
  194. .uiStream .uiSelectorButton {
  195. background-image: url("http://i.imgur.com/nOfuQ.png") !important;
  196. }
  197.  
  198. .uiSearchInput {
  199. background-image: url("http://i.imgur.com/agmNw.png") !important;
  200. }
  201.  
  202. .jewelButton {
  203. background-image: url("http://i.imgur.com/h0Bme.png") !important;
  204. }
  205.  
  206. .jewelButton:hover, .topNavLink a:hover {
  207. background-color: #0000FF !important;
  208. }
  209.  
  210. .uiScrollableAreaGripper {
  211. background-color: #0000FF !important;
  212. }
  213.  
  214. .uiSearchInput, .fbPhotosGridHeader, .uiComposerMessageBoxControls, #MessagingShelf, .uiBoxGray {
  215. background: transparent !important;
  216. }
  217.  
  218. .uiButton {
  219. background-color: #0000FF !important;
  220. background: -moz-linear-gradient(center top , #333333, #000000) repeat scroll 0 0 transparent !important;
  221. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  222. border-color: #333333 !important;
  223. }
  224.  
  225. #blueBar {
  226. background: -moz-linear-gradient(center top , #333333, #000000) repeat scroll 0 0 transparent !important;
  227. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  228. border-color: #333333 !important;
  229. }
  230.  
  231. #navSearch {
  232. width:360px !important;
  233. margin-top: 2px !important;
  234. margin-left: 22px !important;
  235. }
  236.  
  237. #contentCol, #pageLogo a {
  238. background-color: transparent !important;
  239. border-color: transparent !important;
  240. }
  241.  
  242. .uiMorePager {
  243. margin-bottom:6px !important;
  244. background-color: #0000FF !important;
  245. border: 0px solid #333333 !important;
  246. }
  247.  
  248. .uiStreamStory, .fbIndexFeaturedRegistration, .signupForm {
  249. margin-bottom:2px !important;
  250. background-color:transparent !important;
  251. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  252. padding: 1px !important;
  253. border: 0px solid #333333 !important;
  254. }
  255.  
  256. .uiStream .uiStreamHeader .uiStreamHeaderChronologicalForm .uiSelectorButton .uiButtonText {
  257. color: #000 !important;
  258. }
  259.  
  260. #album_pagelet {
  261. background-color: #111111 !important;
  262. margin-left: 0px !important;
  263. margin-top: -15px !important;
  264. }
  265.  
  266. .tagWrapper, #pagelet_main_column, .timelineUnitContainer, .fbTimelineTopSection, #MessagingMessages {
  267. background-color:transparent !important;
  268. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  269. border: 0px solid #333333 !important;
  270. }
  271. .fbTimelineTopSectionBase .topSectionBottomBorder {
  272. display: none !important;
  273. }
  274. #pagelet_main_column {
  275. width: 500px !important;
  276. }
  277.  
  278. .fbJewelFlyout, .uiToggleFlyout, .navigation, .container, .uiOverlayContent, .search, .pop_container_advanced {
  279. background: -moz-linear-gradient(center right , #333333, #000000) !important;
  280. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  281. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  282. border: 2px solid #333333 !important;
  283. }
  284.  
  285. #left_column, #leftCol, .MessagingReadHeader {
  286. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  287. }
  288.  
  289. #left_column, #leftCol {
  290. margin-left:-8px !important;
  291. width: 185px !important;
  292. }
  293.  
  294. .uiMediaThumb i, .uiProfilePhoto {
  295. border: 1px solid #000000 !important;
  296. }
  297.  
  298. #rightCol {
  299. margin-top: 10px !important;
  300. padding-top: 0px !important;
  301. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  302. border: 0px solid #333333 !important;
  303. }
  304.  
  305. #right_column, .rightColumnWrapper {
  306. margin-top: 0px !important;
  307. padding-top: 0px !important;
  308. position: fixed !important;
  309. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  310. border: 0px solid #333333 !important;
  311. }
  312.  
  313. .aboutMePagelet {
  314. background-color:transparent !important;
  315. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  316. border: 0px solid #333333 !important;
  317. }file:///C:/Documents%20and%20Settings/client100/Application%20Data/Mozilla/Firefox/Profiles/113kbzjw.default/chrome
  318.  
  319. .fbNubButton, .fbNubFlyoutTitlebar, .uiToggleFlyout, .fbChatSidebarFooter {
  320. background: -moz-linear-gradient(center top , #333333, #000000) !important;
  321. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  322. color: #FFFFFF !important;
  323. border: #333333 !important;
  324. }
  325.  
  326. .fbChatOrderedList {
  327. background: -moz-linear-gradient(center right , #333333, #000000) !important;
  328. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  329. color: #FFFFFF !important;
  330. border: #333333 !important;
  331. }
  332.  
  333. .uiTypeahead {
  334. background: -moz-linear-gradient(center right , #333333, #000000) !important;
  335. background-image:url('http://i.imgur.com/T2LPj.png') !important;
  336. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  337. border: 2px solid #333333 !important;
  338. }
  339.  
  340. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement