Last active
April 7, 2021 06:18
-
-
Save mariofink/e6002bfee5f03233873705c091d70b23 to your computer and use it in GitHub Desktop.
Pinboard.in Stylish CSS
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
@-moz-document url-prefix("https://pinboard.in") { | |
body { | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
font-size: 16px; | |
line-height: 1.4em; | |
} | |
#banner { | |
width: 100%; | |
padding-bottom: 1rem; | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
} | |
#top_menu { | |
margin-top: 0; | |
} | |
#logo a[href='/recent'], | |
#timer, | |
.rss_linkbox { | |
display: none; | |
} | |
#tag_cloud { | |
opacity: 0.25; | |
transition: all 0.25s; | |
} | |
#tag_cloud:hover { | |
opacity: 1; | |
} | |
.star { | |
line-height: 1em; | |
} | |
.bookmark_title { | |
font-weight: bold; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment