Skip to content

moodle.umontpellier.fr by wiiiam

Details

Authorwiiiam

LicenseNo License

Categorymoodle.umontpellier.fr

Created

Updated

Code size1.2 kB

Code checksum30f19c02

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple dark mode for the site (Moodle) of the University of Montpellier

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         moodle.umontpellier.fr
@version      20210830.01.26
@namespace    userstyles.world/user/wiiiam
@description  A simple dark mode for the site (Moodle) of the University of Montpellier
@author       wiiiam
@license      No License
==/UserStyle== */

@-moz-document domain("moodle.umontpellier.fr") {
body{
    background-color: #222;
    color:#CCC;
    
}

#region-main{
    background-color: #333;
    color:#CCC !important;
}

.block{
    background-color: #333 !important;
    color:#CCC;
}

.breadcrumb{
    background-color: #333;
    color:#CCC;
}

.breadcrumb-item a{
    color:#ccc
}

.breadcrumb-item breadcrumb:hover a{
    color:#eee
}

.label_1_1 a{
    color:#ccc
}

.card{
    background-color : #222
}

#shortsearchbox{
    background-color:#222;
    color:#ccc
}

.card-footer{
    border-top: 1px solid #333;
}

#searchform_search{
    background-color : #222;
    color:#ccc
}
#page-footer{
    background-color:#222 !important
}

#action-menu-0-menu{
    background-color:#222;
    border-color : #ccc;
    color: #ccc !important
}
.dropdown-item{
    color:#ccc
}

.dropdown-item:hover{
    color:#222 !important
}

.dropdown-item:active{
    color:#222 !important
}
}

Reviews

No reviews yet.