remove adds & distraction. + full width
C Pas bien by alpic
Details
Authoralpic
LicenseNo License
Categorycpasbien.com
Created
Updated
Code size755 B
Code checksumc45205a0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name C Pas bien
@version 20250410.06.35
@namespace ?
@description remove adds & distraction. + full width
==/UserStyle== */
@-moz-document regexp(".*cpasbien.*") {
#droite,
#dernieresrecherches,
#footer,
#dernierstorrents,
#nuage,
#ariane {
display: none;
}
#gauche {
width: 100%;
}
.table-corps {
width: 100%;
}
.titre {
width: 800px
}
.annonce {
display: none;
}
#conteneur,
#header,
#centre,
#ariane,
#nuage {
width: 100%;
}
.table-corps td {
display: flex;
flex-direction: row;
gap: 1rem;
}
.table-corps td .titre {
flex-grow: 1;
float: none;
}
#centre {
background: none;
}
.pagination {
margin: 1rem auto;
display: flex;
justify-content: center
}
}