Pour lire un article sans se laisser distraire.
Article sans distractions (next.ink) by teslagen
Details
Authorteslagen
LicenseCC0
Categoryhttps://userstyles.world/user/teslagen/readable/
Created
Updated
Size760 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Article sans distractions (next.ink)
@version 20240907.04
@namespace https://userstyles.world/user/teslagen/readable/
==/UserStyle== */
@-moz-document domain("next.ink") {
/* Masquer les éléments distrayants */
#aside-scroll /* Diverses nuisances dans la barre de droite */
, #paywall /* Encart "abonnez-vous" */
{ display: none;}
/* Centrer en largeur l'article et les commentaires*/
#article-contenu,
#comment-page {
margin: auto;
}
#article-contenu {
background: white;
padding: 0 1rem;
}
/* Couleur de fond progressive, pour "voir" l'avancement */
body, #article-single {
background: linear-gradient(#d1d1d1, black) !important;
}
#article-single .single-thumbnail > img {
max-height: 200px;
}
}