Choose a new background color for MySchoolApp!
MySchoolApp Background [leaves theme] by NotKoby
Details
AuthorNotKoby
LicenseCC BY-ND
Categoryhttps://www.myschoolapp.com
Created
Updated
Size799 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
v1- Release
v2- Added a doodle option and also easy to understand comments to help you remove the doodle and get just the original background.
v3- Added a GitHub page
v4- Changed the default background
v5- FALL THEME!!!! (made the default theme a cute fall one)
v6- Changed to a cute leaves theme.
Source code
/* ==UserStyle==
@name bermanhebrewacademy.myschoolapp.com - 9/4/2023, 5:34:22 PM
@namespace https://www.github.com/KZHAWE/Customizable-MySchoolApp-Background
@version 5.0.0
@description Change the background of MySchoolApp and add a cute doodle!
@author NotKoby
==/UserStyle== */
@-moz-document domain("myschoolapp.com") {
/* To remove the doodle, just change delete lines 11-12 :D Note that the doodle picture is NOT mine (it's royalty-free from Pixabay). */
body {
background-image: url('https://cdn.pixabay.com/photo/2022/09/14/01/05/autumn-7453148_1280.png');
/* Replace with your image URL */
background-repeat: repeat;
background-color: #a0867a;
/* Background color behind the pattern */
}
}