Dark mode for Genesis. Read the notes section, otherwise this will not work.
Genesis Dark Mode (READ DESC) by creepersword
Details
Authorcreepersword
LicenseNo License
Categorystudents.YOURSCHOOL.k12.STATE.us/genesis
Created
Updated
Size3.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Click the edit tab and then make the URL match your genesis url (replace YOURSCHOOL with the name of your school in your genesis URL and replace STATE with your state abbreviation). You can also edit all the background colors if you want. Credit to https://userstyles.org/users/781334 for the original style, I just changed the font and colors to make it more readable and added instructions on how to make it work.
Source code
/*
@name Genesis Dark Mode (READ DESC)
@namespace example.com
@version 1.0.0
*/
@-moz-document url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=attendance&tab3=daily"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=attendance&tab3=class"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=grading&tab3=current"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=grading&tab3=history"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=grading&tab3=reportcards"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=discipline"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=feesAndFines"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=gradebook&tab3=weeklysummary"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=gradebook&tab3=coursesummary"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=scheduling&tab3=scheduling"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=documents"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=forms&tab3=list"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=coursepages"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=letters") {
html,
body.parentsBody {
background-color: #242424;
color: white;
height: 0%;
font-family: "Open Sans", "Helvetica", sans-serif;
}
.notecard {
width: 800px;
border-spacing: 2px;
background-color: #888888;
}
tbody tr.listrowodd {
background-color: #777777;
color: white;
}
tbody tr.listroweven {
background-color: #8e8e8e;
color: white;
}
td.cellleft {
color: white;
}
}
@-moz-document url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=gradebook&tab3=listassignments"), url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=checkins") {
html,
body.parentsBody {
background-color: #242424;
color: white;
height: 0%;
font-family: "Open Sans", "Helvetica", sans-serif;
}
.notecard {
background-color: #888888;
}
tbody tr.listrowodd {
background-color: #70a3bb;
color: white;
}
tbody tr.listroweven {
background-color: #a47676;
color: white;
}
td.cellleft {
color: white;
}
}
@-moz-document url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=school&tab3=calendar") {
html,
body.parentsBody {
background-color: #242424;
color: white;
height: 0%;
font-family: "Open Sans", "Helvetica", sans-serif;
}
tbody {
background-color: #fff;
color: #f00;
}
}
@-moz-document url-prefix("https://students.YOURSCHOOL.k12.STATE.us/genesis/parents?tab1=studentdata&tab2=studentsummary") {
html,
body.parentsBody {
background-color: #242424;
color: black;
height: 0%;
font-family: "Open Sans", "Helvetica", sans-serif;
}
table.notecard tr {
background-color: #ffffff;
}
.notecard {
background-color: #888888;
}
}