Skip to content

moodle cat by dystopianserenity

Details

Authordystopianserenity

LicenseNo License

Categoryelearning.fh-ooe.at

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

cats!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           moodle cat
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("elearning.fh-ooe.at") {
    /* Change the following URL (what's in the brackets) to whatever picture you wanna have in the background */
	body.pagelayout-login.loginbackgroundimage1 {
        background-image: url(https://github.com/dystopianserenity/LevisOverhaul/blob/main/cat_seamless_pattern.jpg?raw=true);
	}
	
	/* Here you can adjust the tile size. If you want the picture to cover the whole screen instead of being tiled, change it to "background-size: cover;" instead */
	body.pagelayout-login {
  		background-size: 300px;
	}
	
	/* I guess if you want the picture not to cover the whole screen but also not tile, change it to "background-repeat: no-repeat;" */
	body {
		background-repeat: repeat;
	}
	
	/* This is the background color for the Login section in the middle. If you want it to be a little bit transparent like the default, change the last value ranging from 0 (fully transparent) to 1 (solid) */
	/* Example: "background-color: rgba(40, 40, 40, 0.95);"   You can also change out the whole rgba thing with a hex code like #333333 if you want to. If you want transparency, the rgba method is easier though */
	.login-container.login-container-80t {
 		background-color: rgba(255, 255, 255, 1);
	}
}

Reviews

No reviews yet.