Pour lire un article sans se laisser distraire.
Article sans distractions (la tribune) by teslagen
Details
Authorteslagen
LicenseCC0
Categoryhttps://userstyles.world/user/teslagen/printable/
Created
Updated
Size1.7 kB
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 (la tribune)
@namespace https://userstyles.world/user/teslagen/printable/
@author teslagen
@description `Pour lire un article sans se laisser distraire.`
@version 20240818.09.10
@license CC0
==/UserStyle== */
@-moz-document domain("www.latribune.fr") {
.social-icon /* boutons rézosocios en haut de page */
, header .cotation-wrapper /* le bandeau boursier en haut de page */
, aside.sharelinks /* boutons rézosocios et autres exports en haut d'article */
, aside.sharelinks-affix /* les boutons rézosocios et autres exports à gauche de l'article */
, aside.sidebar /* La barre de droite, remplie de distractions */
, .sub_article_tag_wrapper /* Distractions inutiles "À voir sur le web" après la fin de l'article */
,.OUTBRAIN, .ob-smartfeed-wrapper /* Widget "outbrain" qui porte bien son nom, et dont on se passe volontiers */
, iframe.teads-resize /* Des publicités en plein milieu d'article */
, .teads-inread /* Des publicités en plein milieu d'article */
, .widgetlink /* Des encarts "lire aussi" en plein milieu d'article */
, .main-nav.clearfix /* Le menu du haut qui reste visible quand on scrolle */
{ display: none !important; }
body {
background-image: none !important; /* Publicité en image de fond */
padding: 0;
background: linear-gradient(#01528C, black) !important;
min-height: 1024px;
}
main .article-title-wrapper {
width: auto;
}
.main-container
, .article-title-wrapper
, .col-centrale
, .body-article {
margin: auto;
width: auto;
max-width: 800px;
}
article.article .article-title-wrapper {
margin: 0 0 2rem 0;
padding: 0 0.2rem;
width: initial;
}
}