Post navigation

article suivant / articje précédent
This commit is contained in:
2019-01-10 11:05:40 +01:00
parent 4d9b34861c
commit b4af1c2afd
4 changed files with 296 additions and 77 deletions

View File

@@ -164,6 +164,13 @@ input.search-field {
border: 1px solid #ccc;
}
. titrePhoto {
}
.legendePhoto {
}
/* Pagination (Ce. mois. ci) */
.blog-pagination {
@@ -191,3 +198,60 @@ ul.paginate li a.active {
border-radius: 5px;
}
ul.paginate li a:hover:not(.active) {background-color: #ffbf00;}
/* Post Navigation */
.post-navigation .nav-links a {
color: #999999;
display: inline-block;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
margin: 0 6px 6px 0;
padding: 2px 9px;
}
.post-navigation .nav-links a:hover {
color: #dba425;
}
.post-navigation {
margin: 0;
padding: 0;
color: #353535;
}
.post-navigation .nav-links .nav-previous {
float: left;
box-sizing: border-box;
padding-right: 0.5em;
max-width: 50%;
}
.post-navigation .nav-links .nav-next {
float: right;
box-sizing: border-box;
padding-left: 0.5em;
max-width: 50%;
}
.post-navigation .nav-links .nav-link-text {
display: block;
}
.post-navigation .nav-links .nav-previous .nav-link-text:before {
margin-right: 3px;
content: "\00AB";
}
.post-navigation .nav-links .nav-next .nav-link-text:after {
margin-left: 4px;
content: "\00BB";
}
.post-navigation .nav-links .entry-title {
margin-bottom: 5px;
}