27 lines
1.1 KiB
SCSS
27 lines
1.1 KiB
SCSS
/* Pagination */
|
|
.pagination { margin: 2em 0; word-wrap: break-word; line-height: 2.4;
|
|
a, .on { padding:.5em; margin:1px;
|
|
.aside .nav & { display:inline-block; width:auto; line-height: 1.4; }
|
|
}
|
|
a { background:$grayLighter; color: $grayDarker; text-decoration: none;
|
|
&:hover { color:$black; text-decoration:underline; }
|
|
}
|
|
.on { font-weight: bold; color:$black; background:$grayLighter; text-decoration:underline; }
|
|
.sep { visibility: hidden; display:none; }
|
|
}
|
|
.menu_articles .pagination strong {font-size:1em;}
|
|
a#pagination_articles_rubrique { display:inline; margin:0; padding:0; line-height:1px; }
|
|
|
|
// Listes d'articles et extraits introductifs
|
|
.menu_articles li { clear: both; margin-bottom: 1.5em; }
|
|
.menu_articles li h3,
|
|
.menu_articles li h2 { margin: 0 0 0.2em 0; }
|
|
.menu_articles li p { margin: 0; }
|
|
.menu_articles li small { }
|
|
.menu_articles li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
|
|
.menu_articles li div {margin-top:0.2em;margin-bottom:0.5em;}
|
|
.menu_articles a {text-decoration:none;}
|
|
.menu_articles strong {font-size:1.2em;}
|
|
|
|
ul.liste-items { margin-left:0; padding:0; }
|