Skip to content

Instantly share code, notes, and snippets.

@woodwardtw
Created December 10, 2015 01:34
Show Gist options
  • Save woodwardtw/5e2dfb02932f8a52705a to your computer and use it in GitHub Desktop.
Save woodwardtw/5e2dfb02932f8a52705a to your computer and use it in GitHub Desktop.
/*
Welcome to Custom CSS!
To learn how this works, see http://wp.me/PEmnE-Bt
*/
.highlight {
padding: 2px 4px;
font-size: 90%;
color: #3a87ad;
background-color: #D9EDF7;
border-radius: 4px;
}
.diigo-linkroll {
list-style-type: none;
}
.diigo-link {
border-bottom: 1px solid lightgray;
margin: 10px;
padding: 10px;
font-size: 1.5em;
}
.diigo-description {
background-color: lightgray;
padding: 10px;
margin-left: 20px;
}
.diigo-tags {
margin-left: 20px;
margin-bottom: 20px;
}
.pressbutton {
display: block;
width: 50px;
height: 50px;
line-height: 50px;
border: 2px solid #f5f5f5;
border-radius: 50%;
color: #f5f5f5;
text-align: center;
text-decoration: none;
background: #464646;
box-shadow: 0 0 3px gray;
font-size: 20px;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment