Listes des cours lisibles
Listes des cours lisibles by reinvigoratenow
Details
Authorreinvigoratenow
LicenseNo License
Categoryecampus.unicaen.fr
Created
Updated
Size1.2 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 Liste de cours lisibles
@version 20240504.17.37
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://ecampus.unicaen.fr/my/courses.php") {
div.mt-1,
header,
h5.card-title,
div[role=search],
div.alert,
div#footnote,
footer,
a.sr-only,
span#maincontent,
div.progress-text,
div.col-md-2,
div.col-md-1,
span.categoryname,
nav {
display: none !important;
}
div#page {
margin-block-start: 0 !important;
overflow-y: initial !important;
}
.mt-0 {
margin-bottom: 0 !important;
display: none !important;
}
.mt-3 {
margin-top: 0 !important;
}
div#topofscroll {
margin-block: 0 !important;
padding-block: 0 !important;
}
div.card-body {
border-bottom: 0 !important;
padding-bottom: 0 !important;
}
.list-group-item {
border: 0 !important;
padding: 0 !important;
}
div#page-content {
padding-bottom: 0 !important;
}
.main-inner-wrapper.main-inner-outside-none.main-inner-outside-nextmaincontent {
display: grid;
place-items: center;
}
}