Skip to content

Instantly share code, notes, and snippets.

@ingmar
Created November 2, 2011 23:46
Show Gist options
  • Save ingmar/1335331 to your computer and use it in GitHub Desktop.
Save ingmar/1335331 to your computer and use it in GitHub Desktop.
/*** Google Bar ***/
/* shrink Google header with the search button and G+ */
#gbx1, #gbqlw { /* logo, bar background */
height: 38px !important;
}
#gbq2, #gbu { /* search bar, G+ */
padding-top: 5px !important;
}
/* INTRUSIVE: hide G+ entirely if you prefer to read in peace */
#gbu {
display: none;
}
/* adjust Google Bar container */
#gb {
height: 69px !important;
}
/*** Reader ***/
/* remove large gap between articles */
.entry {
margin-top: 2px !important;
margin-bottom: 3px !important;
}
/* blue article titles */
.entry-title-link {
color: #24B !important;
}
.entry-title-link:visited {
color: #68B !important;
}
/* shrink the button bar */
#viewer-header {
height: 23px !important;
}
#viewer-top-controls-container {
margin-top: -9px !important;
}
/* shrink the huge buttons */
.jfk-button,
.goog-flat-menu-button,
.goog-button-base-inner-box {
height: 17px !important;
line-height: 17px !important;
}
.goog-button-base-content {
padding-top: 1px !important;
}
.goog-menu-button-dropdown,
.goog-flat-menu-button-dropdown {
top: 7px !important;
}
/* shrink Reader logo to match smaller bar */
#logo-section {
height: 11px !important;
line-height: 11px !important;
}
#entries {
border-top: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment