Skip to content

Instantly share code, notes, and snippets.

@xhinking
Last active November 13, 2017 15:48
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 xhinking/22dbba9c3e9f6c6d2b8ccba530c505ee to your computer and use it in GitHub Desktop.
Save xhinking/22dbba9c3e9f6c6d2b8ccba530c505ee to your computer and use it in GitHub Desktop.
Pinboard style
body {
margin: 0;
font-family: Helvetica,sans-serif;
-webkit-font-smoothing: subpixel-antialiased;
}
#content {
margin: 20px auto;
}
#logo {
width: 170px;
}
#top_menu a {
color: #333;
font-size: 14px;
text-transform: uppercase;
}
#timer {
display: none;
}
#banner {
border-bottom: none;
}
.bookmark .display {
padding-left: 5px;
}
.private {
background: none;
border: none;
border-left: 2px solid #eee ;
}
.url_link, .edit, .delete {
color: #ccc;
background: none;
}
a.tag {
background-color: #C8DCFF;
color: #2B52FF;
border-radius: 40px;
padding: 2px 8px;
}
a.bookmark_title {
color: #333;
}
.when {
color: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment