Skip to content

Instantly share code, notes, and snippets.

@drewm
Last active December 22, 2015 20:39
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 drewm/6528192 to your computer and use it in GitHub Desktop.
Save drewm/6528192 to your computer and use it in GitHub Desktop.
My custom styles for bringing a bit of calm and order to the latest Flickr design.
#eyebrow {
display: none;
}
#photo {
background-color: #333 !important;
}
body.with-eyebrow #global-nav {
top: 0 !important;
}
body.with-eyebrow {
padding-top: 49px !important;
background-position: left top !important;
}
#global-nav {
position: absolute !important;
}
#nav-bar-lightbox {
background-color: transparent !important;
}
body.new-header.with-eyebrow #photo {
padding-top: 30px !important;
}
#photo-actions .photo-title {
background-color: transparent !important;
}
.with-eyebrow .subnav-refresh {
margin-top: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment