Skip to content

Better CSS by SatinFoil

Details

AuthorSatinFoil

LicenseNo License

Categoryhttps://kprweb.kprdsb.ca

Created

Updated

Size629 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just some personal preferences

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Better CSS
@version      20230605.15.47
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://kprweb.kprdsb.ca/students"), url-prefix("https://kprweb.kprdsb.ca/Students"), url-prefix("https://kprweb.kprdsb.ca/") {

a:hover {
    color: #b5b5b5;
    text-decoration: none;
    transition: 0.3s;
}
a {
    
    text-decoration: none;
    transition: 0.3s;
}
.glyphicon glyphicon-cog:hover {
    transform: rotate(30deg);
}
img:hover {
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.43);
    transition: 0.3s;
}
.glyphicon:hover {
    transform: rotate(45deg);
    transition: 0.3s;
}
}

Reviews

No reviews yet.