Skip to content

Instantly share code, notes, and snippets.

@jeweltheme
Forked from seoagentur-hamburg/Paginate.css
Created August 18, 2017 19:13
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 jeweltheme/51bf7353aedacc3800993a4ef3444f32 to your computer and use it in GitHub Desktop.
Save jeweltheme/51bf7353aedacc3800993a4ef3444f32 to your computer and use it in GitHub Desktop.
/* =Blog-Navigation - Pagination
----------------------------------------------- */
nav.pagination {
position: relative;
display: block;
}
.nav-links {
position: relative;
}
.nav-links ul {
margin: 0;
padding: 0,
}
.nav-links ul li {
list-style: none;
margin:0 10px 0 0;
padding:0;
float: left;
}
.nav-links ul li span.current {
padding: 10px 12px;
background: #777;
border: 1px solid #777;
display: block;
line-height: 1;
border-radius: 4px;
color: #fff;
}
.nav-links ul li a {
padding: 10px 12px;
background: #ddd;
color: #666;
text-decoration: none;
border: 1px solid #ccc;
border-radius: 3px;
display: block;
line-height: 1;
}
.nav-links ul li a:hover {
background: #999;
border-color: #888;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment