Skip to content

Instantly share code, notes, and snippets.

@dodeja
Created January 5, 2009 05:35
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 dodeja/43273 to your computer and use it in GitHub Desktop.
Save dodeja/43273 to your computer and use it in GitHub Desktop.
/* PAGINATION */
.pagination {margin: 20px 0; width: 700px; text-align: center;}
.pagination ul {margin: 8px 0 0 0;}
.pagination li {display: inline;}
.pagination a {padding: 5px 10px; color: #2d3133; font-size: 14px; font-weight: bold; text-decoration: none; background-color: #e0f7ff; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.pagination a:hover{color: #fff; background-color: #e64804;}
.pagination .current {padding: 5px 10px; color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; background-color: #e64804; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.next_page, a.next_page {padding: 5px 10px; color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; background-color: #000; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.next_page, a.prev_page {padding: 5px 10px; color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; background-color: #000; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.disabled { display: none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment