Skip to content

Instantly share code, notes, and snippets.

@clarityam
Last active June 6, 2022 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clarityam/3680b8f98125a5062305c10cf07d9d0b to your computer and use it in GitHub Desktop.
Save clarityam/3680b8f98125a5062305c10cf07d9d0b to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name SCBC VBS 2022
@namespace gist.github.com/clarityam
@version 1.0.0
@description Pikmykid SCBC VBS 2022 (Spark Studios)
@author Clarity.am
==/UserStyle== */
@-moz-document url-prefix("https://schools.pikmykid.com/pikmykid/Checkin/Index.html#/dynamicline/2") {
.mobile-line-window__right {
display: none;
}
.header-wrap {
display: none;
}
.main-container {
padding-top: 0px;
}
.main-content {
background: #000000;
}
.line-view__header-left {
color: #FFFFFF;
}
.dismissal-card__header--orange {
background: linear-gradient(45deg, #b55eb9, #0f0)
}
.car-lines__column-2>div:nth-child(1)>div:nth-child(1)>dismissal-card:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
background: linear-gradient(45deg, #b55eb9, #ff0)
}
.car-lines__column-2>div:nth-child(1)>div:nth-child(2)>dismissal-card:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
background: linear-gradient(45deg, #b55eb9, #f00)
}
.dismissal-card__header--orange .content-button {
background: #f00000;
}
.dismissal-card__header--orange .content-button:hover {
background: #003cff;
}
.line-view__header-right {
display: none;
}
.dismissal-table td {
padding: 6px;
}
.dismissal-card__header--orange>button:nth-child(2) {
display: none;
}
[data-darkreader-inline-color] {
color: white !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment