- menu de navigation des articles en haut de page
- marges rognées autant que possible pour réduire la "hauteur"
maitremo.fr mobile-friendly by teslagen
Details
Authorteslagen
LicenseCC0
Categoryhttps://userstyles.world/user/teslagen/readable/
Created
Updated
Size1.1 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 maitremo.fr (local)
@version 20241001.13.56
@namespace ?
==/UserStyle== */
@-moz-document domain("maitremo.fr") {
#wp_statsmechanic-2,
#s2_form_widget-6,
#custom_html-4,
#author-info > div,
aside.related-posts,
#custom_html-11,
#draft_list_widget-9,
#custom_html-7,
#custom_html-12,
#avertissement-coms,
#respond,
#colophon,
footer#footer
{ display: none !important; }
#nav-below {
position: absolute;
top: -2rem;
left: 0;
right: 0;
background: #888;
display: block;
}
#nav-below .nav-previous,
#nav-below .nav-next {
display: inline;
float: none;
}
#nav-below * {
background: #888;
color: white;
}
#site-wrapper {
background: linear-gradient(#b9b9b9, black);
}
.article-inner {
padding: 0.5rem !important;
}
article {
max-width: 1000px;
margin: auto;
padding-top: 2rem;
}
#secondary {
background: white;
}
/* Réduire l'espace vertical des commentaires */
.comment header > div {
max-height: 2.5rem;
color: grey;
}
.comment footer {
display: none;
}
.comment article {
padding: 0.2rem;
margin: 0.2rem 0;
}
}