Skip to content

Instantly share code, notes, and snippets.

@seri
Created April 29, 2011 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seri/948066 to your computer and use it in GitHub Desktop.
Save seri/948066 to your computer and use it in GitHub Desktop.
Stylish rule for Facebook
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
body, .fsm, #pagelet_stream_header, .uiStream .uiStreamMessage, textArea, .inputtext, .inputpassword, .uiLinkButton input, .notesBlogText, .notesBlogText p, .uiHeaderTitle .fcg, .uiHeaderTop, td.data
{
font-size: 12px !important;
}
#pagelet_stream_header .uiHeaderActions, #pagelet_stream_header .uiButtonText
{
font-size: 15px !important;
}
#globalContainer
{
width: 1030px !important;
}
#contentArea
{
width: 550px !important;
}
#headerArea
{
width: 810px !important;
}
.fbProfileByline
{
width: 550px !important;
}
.uiUfi
{
width: 475px !important;
}
.ego_column .ego_section .phs
{
display: none !important;
}
.egoOrganicColumn .ego_section .phs, #netego_organic .ego_section .phs
{
display: block !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment