/* style pour la composition blog */ .periode { @extend .clearfix; width:100%; a, span { display: inline-block; margin-right:0.25em; &:not(.mois_archives):after { font-size:0.7em; margin:0 0 0 5px; color:$grayLight; } &.annees { font-size:0.8em; line-height:1.8; font-style:italic; color:$grayLight; clear:left; &:after { font-size:0.85em; font-style:normal; } } &.archive { cursor:pointer; color:$couleurLien; } &.mois_archives { width:0; overflow:hidden; margin:0; height:0; &.ouvert { width:auto; height:auto; overflow:visible; display:inline; } } &.annees.archive.ouvert { color:$gray; } } span { &:hover { color:$gray; } } a { padding:0 0.3em; font-weight:700; &:hover:after { color:$white; } } } .liste .blog { .spip_logo { max-width:30%; } .publication { position:relative; top:auto; left:auto; padding:0.2em 0.4em 0.1em; margin:0 0 0.5em; } } .liste.mots { .item a { display:inline-block; padding:0 2px; } }