Skip to content

ent.umontpellier.fr by wiiiam

Details

Authorwiiiam

LicenseNo License

Categoryent.umontpellier.fr/

Created

Updated

Size972 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple dark mode for the site of the University of Montpellier

Notes

Userstyle doesn't have notes.

Source code

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

@-moz-document domain("ent.umontpellier.fr") {
body {
    background-color: #333
}

.liste-tags {
    background-color: #222
}

#bandeau_ENT_Footer {
    background-color: #333
}

.liste-service li {
    border: 1px solid #CCC;
    border-radius: 4px;
    transition: 0.3s
}

.liste-service .description {
    color: #CCC;
    transition: 0.3s
}

.liste-service .title .title-text {
    color: #CCC !important;
    transition: 0.3s
    
}

.liste-service li:hover .title-text{
    color:#333 !important;
    
}

.liste-service li:hover .description {
    color: #333 !important;
    
}

.liste-service li:hover {
    
    border: 1px solid #CCC !important;
    background-color : #CCC !important;
    
}
}

Reviews

No reviews yet.