Last active
December 22, 2015 20:39
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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