Modifie le style pour un smooth dark mode :)
clg.moodle.decclic.qc.ca by drseek
Details
Authordrseek
LicenseNo License
CategoryMoodle
Created
Updated
Size2.0 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 clg.moodle.decclic.qc.ca
@version 20211124.04.11
@namespace userstyles.world/user/drseek
@description Modifie le style pour un smooth dark mode :)
@author drseek
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://clg.moodle.decclic.qc.ca/") {
body{
background-color: #888 !important;
}
#nav-drawer{
background-color: #888 !important;
}
.card{
background-color: inherit;
}
.card-body{
background-color: #333 !important;
color: #eee;
border: none;
box-shadow: 0 0 9px 3px black;
}
#region-main{
background-color: #333 !important;
color: #eee;
border: none;
box-shadow: 0 0 9px 3px black;
}
.list-group{
box-shadow: 0 0 3px 0px black;
}
.list-group-item-action{
color: #bbb;
}
.list-group-item{
background-color: #444;
}
.list-group-item.active{
background-color: #295f90;
border-color: #295f90;
}
.aalink.focus, #page-footer a:not([class]).focus, .arrow_link.focus, a:not([class]).focus, .activityinstance>a.focus, .aalink:focus, #page-footer a:not([class]):focus, .arrow_link:focus, a:not([class]):focus, .activityinstance>a:focus{
border-radius: 12px;
padding: 0px 5px;
}
.section .activity .contentwithoutlink>a, .section .activity .activityinstance>a{
padding-left: 33px;
}
.bg-white{
background-color: #3c3b3b !important;
}
.navbar-light .navbar-nav .nav-link{
color: #bbb;
}
.bg-gray{
background-color: #3c3b3b!important;
}
.btn-light{
border:none;
}
.avatar{
display: none;
}
.section img-text{
font-family: sans-serif;
}
.generaltable{
color: inherit;
}
section#region-main{
color: #e7f3f5;
}
.que .formulation{
color: #e7f3f5;
background-color: #001a1e;
}
table.quizreviewsummary td.cell{
color: #e7f3f5;
background-color: #001a1e;
}
table.quizreviewsummary th.cell{
color: #e7f3f5;
background-color: #001a1e;
}
.que .info{
background-color: #001a1e;
}
}