Skip to content

Instantly share code, notes, and snippets.

@amuino
Created August 21, 2009 17:54
Show Gist options
  • Save amuino/172248 to your computer and use it in GitHub Desktop.
Save amuino/172248 to your computer and use it in GitHub Desktop.
.pagination {
font-size: 12px;
}
.pagination > * {
margin-right: 0.1em;
padding: 0.3em 0.4em;
}
.pagination a:hover {
background: #202020 none repeat scroll 0 0;
text-shadow: 1px 1px 1px #171717;
}
.pagination a:active {
text-shadow: none;
}
.pagination .current {
background: #202020 none repeat scroll 0 0;
color: white;
text-shadow: 1px 1px 1px #171717;
}
.pagination .disabled {
color: #C0C0C0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment