/*Généralités catégories et feuilles ------------------------------------------------------------------*/ /*Informations : date, tooeil, toverve*/ .infos { font-size: 11px; } .infos a, .infos span { font: 15px "Times New Roman", Georgia, serif; text-decoration:none; } .infos a:hover{ text-decoration:underline; } .full-content, .content { position: relative; } /*Colonne gauche*/ .full-left { width: 218px; padding: 0 10px; float: left; clear: both; text-align: right; color:#fff; } .full-left img.attached-image { margin-top: 10px; } .full-left p { margin-bottom: 10px; } /*Colonne centrale*/ .full-right { float: left; width: 356px; padding: 0 10px 10px; min-height: 1010px; } .full-right .content { min-height: 1010px; } .cat .full-right img { float: left; margin-right: 10px; } .full-right .content p { margin-bottom: 10px; text-align: justify; } .full-right .content > p:first-child, .full-right #cspc-column-0 > p:first-child, .full-right #cspc-trans-ordinary-wrap > p:first-child, .full-right #cspc-header > p:first-child { font: 18px "Times New Roman", Georgia, serif; margin: 0 0 10px; line-height: 20px; text-align: left; } .full-right #cspc-trans-ordinary-wrap > p:first-child{ width:356px; } /*Tags*/ .tags { font-size: 11px; margin: 10px 0 0; } .full-right .tags, .category-volubile .tags, .full-meta .tags { color: #808080; } /*Autre ------------------------------------------------------------------*/ a#traces, a#verve { display: block; height: 0; padding-top: 142px; } a#traces{ margin-top:1000px; } /*Navigation*/ .navigation { width: 46px; } .navigation a { font: 20px "Times New Roman", Georgia, serif; font-weight:normal; color: #fff; display: block; width: 50px; height: 46px; position: fixed; bottom:10px; z-index: 3000; } .navigation.previous a { left: 10px; } .navigation.previous a { background: url(./../images/previous.png) no-repeat top left; } .navigation.next a { right: 10px; } .navigation.next a { background: url(./../images/next.png) no-repeat top right; } .navigation span{ display:none; line-height:18px; height:36px; width:90px; padding-top:5px; position:absolute; } .navigation.previous span{ left:70px; } .navigation.next span{ right:70px; text-align:right; } .navigation a:hover span{ display:block; }