Created
January 5, 2009 05:35
-
-
Save dodeja/43273 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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