Skip to content

Instantly share code, notes, and snippets.

@caseywatts
Last active December 15, 2015 12:28
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 caseywatts/5260103 to your computer and use it in GitHub Desktop.
Save caseywatts/5260103 to your computer and use it in GitHub Desktop.
make things buttony (css). This one for xmarks shared bookmarks pages.
<style type="text/css">
*{visibility:hidden;}
a{
visibility:visible;
margin:10px;
padding:10px;
border-radius:5px;
background-color:skyblue;
box-shadow: 3px 3px 4px #666;
}
p{
display:inline-block;
}
#footer, #header, span, .description, .shareHeader{
display:none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment