Skip to content

Instantly share code, notes, and snippets.

@devi
Created March 5, 2011 15:22
Show Gist options
  • Save devi/856435 to your computer and use it in GitHub Desktop.
Save devi/856435 to your computer and use it in GitHub Desktop.
.pagination {
margin-top:1.5em;
text-align:center;
padding:2px 2px 1.5em;
}
.pagination a {
text-shadow:none;
}
.pagination ul {
text-align:left;
font-size:16px;
margin:0;
padding:0;
}
.pagination li {
list-style-type:none;
display:inline;
padding-bottom:1px;
}
.pagination a,.pagination a:visited {
border:1px solid #9aafe5;
text-decoration:none;
color:#a00004;
padding:0 5px;
}
.pagination a:hover,.pagination a:active {
border:1px solid #a00004;
color:#000;
background-color:#FFFF80;
}
.pagination a.currentpage {
background-color:#2e6ab1;
color:#FFF!important;
font-weight:bold;
cursor:default;
border-color:#2b66a5;
}
.pagination a.disablelink,.pagination a.disablelink:hover {
background-color:white;
cursor:default;
color:#929292!important;
border:none!important;
font-weight:normal!important;
}
.pagination a.prevnext {
font-weight:bold;
border:none!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment