mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-05 15:06:28 -05:00
Elle reste basique est dépend fortement de la feuille de style principale, mais ça permet déjà d'imprimer les articles à peu près correctement
34 lines
461 B
CSS
34 lines
461 B
CSS
.header,
|
|
.aside,
|
|
.nav_menu,
|
|
.day,
|
|
.flux_header,
|
|
.flux_content .bottom,
|
|
.pagination {
|
|
display: none;
|
|
}
|
|
|
|
html, body {
|
|
background: #fff;
|
|
color: #000;
|
|
font-family: Serif;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
#global,
|
|
.flux_content {
|
|
display: block !important;
|
|
}
|
|
|
|
.flux_content .content {
|
|
width: 100% !important;
|
|
text-align: justify;
|
|
}
|
|
|
|
.flux_content .content a {
|
|
color: #000;
|
|
}
|
|
.flux_content .content a:after {
|
|
content: " (" attr(href) ") ";
|
|
text-decoration: underline;
|
|
} |