Skip to content

Instantly share code, notes, and snippets.

@makbeta
Created November 30, 2012 02:26
Show Gist options
  • Save makbeta/4173400 to your computer and use it in GitHub Desktop.
Save makbeta/4173400 to your computer and use it in GitHub Desktop.
Luminate CMS: Pagination styling
table.paginator td {
border: 1px solid #ccc;
line-height: 1.5em;
padding: 2px 7px;
background: #fff;
}
table.paginator td a{
text-decoration: none;
padding: 3px 5px;
}
.pg-items {
color: #00f;
}
.pg-items b.pg-displaying{
font-size: 1.3em;
color: #008;
}
.pg-items b.pg-total {
color: #550;
}
table.paginator td.pg-items{
border: none;
}
table.paginator td.pg-page {
background:#fcc;
padding: 2px 3px;
}
table.paginator td.pg-page a{
background: #fff;
}
table.paginator td.pg-curr {
font-weight: bold;
font-size: 1.1em;
background: #fff;
}
table.paginator td.pg-next {
background: #0e0;
}
table.paginator td.pg-prev {
background: #e0e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment