Side Bar redesigned
www.ecoledirecte.com by kipruun

Details
Authorkipruun
LicenseCC Zero
Categoryecoledirecte.com
Created
Updated
Size971 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 www.ecoledirecte.com
@version 20241214.17.08
@namespace ?
==/UserStyle== */
@-moz-document domain("www.ecoledirecte.com") {
body {
font-family: 'Montserrat', sans-serif;
}
#container-menu {
width:77px;
box-shadow:0 0 10px #000c;
border-radius: 10px
}
/*
.icon-ed_cahierdetexte:before {
content:"\e909";
font-size: 20px;
}*/
.ed-menu-list-wrapper li a {
font-size:27px;
right: 15px;
}
.ed-menu-list-wrapper li a.item-actif {
padding-left: 2px;
background-color:#fff;
color:var(--dark-primary-color);
margin-left:15px;
border-radius:10px 10px 10px 10px;
}
.ed-menu-list-wrapper li a.item-actif i {
opacity:1;
width:75px;
}
.profile {
border-radius: 0px 0px 10px 10px;
}
.ed-menu-eleve-seul .active .ed-menu-image-wrapper div:before {
background: None;
}
[customization] #header-commun,
[customization] .navbar {
background: None;
}
}
@-moz-document url-prefix("https://example.com/") {
}