Skip to content

Instantly share code, notes, and snippets.

@fregante
Created July 15, 2012 03:08
Show Gist options
  • Save fregante/3114671 to your computer and use it in GitHub Desktop.
Save fregante/3114671 to your computer and use it in GitHub Desktop.
Facebook: Finally Readable (CSS)
/* to be compressed via http://compressor.ebiene.de/*/
/*admin panel in page*/
#AdminTip,
.notification,
.preview,
.author,
.timestamp,
.uiHeader *,
.fcg, /*page subtitle and a couple other gray strings*/
.fwb a, /*blue links or item names*/
.text,
.tooltipContent, /*black tooltips*/
.uiButtonText, /*buttons */
.itemLabel, /*menu*/
.UIImageBlock,/*messages text*/
.uiBoxLightblue, /*requests bar (no new requests)*/
/*HEADER*/
#pagelet_bluebar, /*fb header bar*/
/*.navItem,*/ /*fb header links*/
.jewelCount, /*fb header notifications*/
#headerArea, /*groups header links*/
/*SIDEBAR*/
#pagelet_welcome_box,
.navHeader,.navHeader a, /*sidebar sections headers*/
.moreSectionsLink, /*sidebar bottom link*/
.countValue, /*sidebar nav count and maybe somewhere else*/
.egoProfileTemplate, /*people you may know*/
/*TIMELINE*/
.fbTimelineNavigation,/*infos below profile picture */
/*.fbTimelineSummarySection,*/ /*infos below profile picture */
.timelineReportContainer, /*boxes on profiles*/
.timelineReportHeader, /*boxes' headers on profiles*/
/*.friendName,*/ /*friends box on profiles*/
/*.likeUnitName,*/ /*like box on profiles*/
.shareUnit, /*shared item box*/
/*.externalShareContent,*/ /*shared item title*/
.fbTimelineSection *, /*profile about page*/
/*.fbTimelineSection,*/
.fbTimelineScrubber, /*years/months in the timeline sidebar*/
/*MEDIA ELEMENTS*/
.stat_elem, .stat_elem input, /*view all comments, sidebar, and some other pieces*/
.uiStreamFooter, /*item actions line*/
.UIActionLinks input, /*item action links*/
.uiLinkButton input, /*app item action links (ignore all requests)*/
.ufiItem, /*likes and comments*/
.text_exposed_hide a, /*comment: see more link*/
.placeholder, /*secondary input box placeholder (where are you?)*/
/*OVERLAYS*/
.uiLayer, /*overlay box*/
.UIShareStage_Summary, /*share link box*/
/*.uiInputLabel,*/ /*share link thumbnail checkbox label*/
.UIThumbPagerControl_Text, /*share link thumbnail selector*/
#this-is-just-an-editor-helper
/* ,**/
{
font-size: 13px !important;
-webkit-transition: font-size .1s;
}
.likeUnitName{ /*page name in like box on profiles*/
max-height: 2.6em !important;
}
.HovercardTitle a, /*user info hover card name*/
.textInput,/*comment inputs*/
.messageBody, .tlTxFe /*post content*/
{
font-size: 15px !important;
line-height: 1.3em !important; /*necessary for messageBody*/
min-height: 1.3em !important; /*necessary for textInput*/
}
#pagelet_ego_pane .messageBody{/*reset ads*/
font-size: 11px !important;
}
.nub{ /*input decorative arrow, fix position*/
top: 20px !important;
}
/*news feed sort button*/
.uiStreamHeaderChronologicalForm{
top: -9px !important;
}
.uiPopover a{
font-size: 13px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment