-
-
Save jeweltheme/51bf7353aedacc3800993a4ef3444f32 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* =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