Skip to content

Instantly share code, notes, and snippets.

@erutan
Last active January 13, 2018 20:17
Show Gist options
  • Save erutan/7813478 to your computer and use it in GitHub Desktop.
Save erutan/7813478 to your computer and use it in GitHub Desktop.
my flickr user stylesheet overrides for http://*.flickr.com/*
/* Custom styles for Flickr.com by James Goode (@everycopy)
============================================================================ */
#eyebrow {
display: none !important;
visibility: hidden;
}
.with-eyebrow {
padding-top: 49px !important;
background-position: left 2px !important;
}
.with-eyebrow #global-nav {
top: 0 !important;
}
.with-eyebrow .subnav-refresh {
margin-top: 0 !important;
}
/* For the logged out home page */
#flickr-frames li:first-child {
padding-top: 0px !important;
}
#home {
margin-top: -49px !important;
border-top: 49px solid black;
}
/* More styles for Flickr.com by Carl Uebelhart (@erutan)
============================================================================ */
/* no FB login thingie in your sidebar */
#sihp-fb-empty {
display: none !important;
}
/* no book buying animation over set photos */
.sets-cta {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment