mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
124 lines
2.2 KiB
CSS
124 lines
2.2 KiB
CSS
|
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;
|
||
|
}*/
|