Skip to content

Instantly share code, notes, and snippets.

Created March 10, 2010 20:11
Show Gist options
  • Save anonymous/328300 to your computer and use it in GitHub Desktop.
Save anonymous/328300 to your computer and use it in GitHub Desktop.
button, .link, .btn {
background-image: url('/images/but-1.png');
border: 1px solid #bbbbbb;
height: 30px;
padding: 0px;
margin: 0px;
padding-left: 10px;
padding-right: 10px;
color: #6e6e6e;
font-size: 110%;
text-decoration: none;
cursor: pointer;
font-weight: bold;
text-shadow: 1px 1px 1px #fff; }
button:hover, .link:hover, .btn:hover {
color: #ffffff;
cursor: pointer;
background-image: url('/images/but-2.png');
border: 1px solid #5d8325;
text-shadow: 1px 1px 1px #5d8325; }
button:active, .link:active, .btn:active {
background-image: url('/images/but-3.png'); }
.link {
display: inline-block;
padding-top: 5px;
height: 25px; }
.btn {
display: inline-block; }
.list-links {
margin: 0px; }
.middel-link {
border-left: none;
border-right: none;
padding-left: 11px;
padding-right: 11px; }
.middel-link:hover {
padding-left: 10px;
padding-right: 10px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment