Cleaner FriendFeed (For Chrome 4.xx)


/ Published in: CSS
Save to your folder(s)

Use: https://chrome.google.com/extensions/detail/pabfempgigicdjjlccdgnbmeggkbjdhd

Restart Chrome.

Paste this CSS.

Save.

DONE! ;)


Copy this code and paste it in your HTML
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. * {
  3. color: #333 !important;
  4. font-family: "Trebuchet MS", "Segoe UI", "Arial", "Serif" !important;
  5. }
  6. a {
  7. outline:none !important;
  8. }
  9. a, a:link, a:visited {
  10. color: #1e529d !important;
  11. text-decoration: none !important;
  12. }
  13. a:hover {
  14. color: #111 !important;
  15. }
  16. a:active {
  17. color: #f4a460 !important;
  18. text-decoration: none !important;
  19. }
  20. .cluster {
  21. border-bottom: 1px dotted #708090 !important; /*Separates each posts*/
  22. padding-bottom: 1em !important;
  23. }
  24. .friend {
  25. background-color: #ffffe0 !important; /*Highlight your friends comments*/
  26. color: #111 !important;
  27. }
  28. .info, .likes, .comment, #footer, .pager, .bottom, .hidetoggle, #sidebar .box .box-body {
  29. font-size: 12px !important;
  30. }
  31. .lbody {
  32. font-style: italic !important;
  33. }
  34. .likes {
  35. background-color: #FFEFE8 !important;
  36. }
  37. .main ul li a, .section ul li a {
  38. font-size: 11px !important;
  39. }
  40. .owner {
  41. background-color: #e1f0ff !important; /*Highlight your own comments*/
  42. color: #111 !important;
  43. }
  44. .searchbold {
  45. background-color: #CCFFE6 !important;
  46. }
  47. .sharebox, .entry, .pager.top {
  48. border-bottom: 1px dotted #bbb !important;
  49. margin-bottom: 25px !important;
  50. padding-bottom: 25px !important;
  51. }
  52. .subscribebar, .subscribebar a:link, .subscribebar a:visited, .control, .control a:link, .control a:visited {
  53. color: #fff !important;
  54. }
  55. .updated {
  56. color: #ccc !important;
  57. font-size: 11px !important;
  58. padding: 1px 0 !important;
  59. }
  60. #body .box-body {
  61. background-color: #fff !important;
  62. }
  63. #footer a, #footer a:visited, .feed .entry .info a, .feed .entry .info a:visited, .feed .entry .likes a, .feed .entry .likes a:visited, .feed .entry .comment a, .feed .entry .comment a:visited, .feed .entry .expandcomment a, .feed .entry .expandcomment a:visited, .feed .entry.deleted a, .feed .entry.deleted a:visited, a.fl, a.fl:visited, .usersubgrid .lists a, .usersubgrid .lists a:visited {
  64. color: #333333 !important;
  65. }
  66. #header {
  67. padding-bottom: 20px !important;
  68. }
  69. .box .box-bar .box-bar-text, .box .box-bar .box-bar-text a {
  70. color:white !important;
  71. }
  72. .box-bar-text .title {
  73. color:#fff !important;
  74. }
  75. #container {
  76. max-width:1200px !important;
  77. }

URL: http://friendfeed.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.