2023-08-10 13:44:01 +02:00
|
|
|
body {
|
|
|
|
display: block;
|
|
|
|
margin: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content{
|
|
|
|
margin-bottom: 8px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
max-width: 800px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
header .bandeau {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .site-description {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav li {
|
|
|
|
display:inline-block;
|
|
|
|
margin:0 0.2em 0.4em 0;
|
|
|
|
}
|
|
|
|
nav ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav .pagination {
|
|
|
|
margin-top: 10em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postes {
|
|
|
|
font-family: var(--policetitre);
|
|
|
|
}
|
|
|
|
.postes li {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postes ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
header .titre-site {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-description {
|
|
|
|
font-family: var(--policecorps);
|
|
|
|
}
|
|
|
|
|
|
|
|
ul .liste-item {
|
|
|
|
font-family: var(--policetitre);
|
|
|
|
}
|
|
|
|
|
|
|
|
.liste-item time {
|
|
|
|
margin-bottom: 0em;
|
|
|
|
font-family: var(--policetitre);
|
|
|
|
}
|
|
|
|
|
|
|
|
.liste-item p {
|
|
|
|
margin-bottom: 0em;
|
|
|
|
font-family: var(--policetitre);
|
|
|
|
}
|
|
|
|
|
|
|
|
nav li{
|
|
|
|
font-family: var(--policetitre);
|
|
|
|
}
|
|
|
|
/*Bouton de paginations*/
|
|
|
|
.pagination .pagination-items {
|
|
|
|
list-style: none;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.pagination .pagination-item {
|
|
|
|
margin: 0em;
|
|
|
|
flex-basis: 7.5%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;}
|
|
|
|
.pagination .pagination_precedent_suivant .pagination-item {
|
|
|
|
flex-basis: auto;
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
.pagination .pagination-item + .pagination-item {
|
|
|
|
margin-left: 0.5em
|
|
|
|
}
|
|
|
|
/*.pagination .pagination-item-label {
|
|
|
|
display:block;
|
|
|
|
flex-basis: 100%;
|
|
|
|
background: #f0f0f0;
|
|
|
|
text-decoration: none;
|
|
|
|
padding:.5em;
|
|
|
|
border-radius:.25em;
|
|
|
|
text-align: center;
|
|
|
|
}*/
|
|
|
|
/*.pagination .on .pagination-item-label,
|
|
|
|
.pagination a.pagination-item-label:hover,
|
|
|
|
.pagination a.pagination-item-label:focus,
|
|
|
|
.pagination a.pagination-item-label:active {
|
|
|
|
background: #c41558;
|
|
|
|
color: #fff;
|
|
|
|
}*/
|
|
|
|
/*.pagination .on .pagination-item-label {
|
|
|
|
font-weight: bold;
|
|
|
|
}*/
|
|
|
|
.pagination .pagination_precedent_suivant .disabled {
|
|
|
|
visibility: hidden
|
|
|
|
}
|
|
|
|
.pagination .pagination-item.disabled {}
|
|
|
|
.pagination .pagination-item.disabled .pagination-item-label {
|
|
|
|
color:#888;
|
|
|
|
font-weight: normal;}
|
|
|
|
/*
|
|
|
|
.menu_articles .pagination strong {
|
|
|
|
font-size:1em;
|
|
|
|
}*/
|
2023-08-11 11:01:24 +02:00
|
|
|
|
|
|
|
/*Configuration des pages listants des articles (rubrique, article, tags)*/
|
|
|
|
.listes-articles {
|
|
|
|
font-family: var(--policetitre);
|
|
|
|
}
|
|
|
|
|
|
|
|
.listes-articles > li::before {
|
|
|
|
content: '* ';
|
|
|
|
font-weight: bold;
|
|
|
|
margin-left: 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listes-articles > ul {
|
|
|
|
margin-left: 0em;
|
|
|
|
list-style-type: none;
|
2023-08-12 11:56:21 +02:00
|
|
|
}
|
|
|
|
/* Conf pied de page */
|
|
|
|
.pied {
|
|
|
|
font-family: var(--policetitre );
|
|
|
|
}
|