Makes the new Schoology layout resemble PowerSchool more.
Schoology to PowerSchool by SuperWill77
Details
AuthorSuperWill77
LicenseNo License
Categoryepisd.schoology.com
Created
Updated
Size2.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Schoology to PowerSchool
@version 20231102.20.47
@namespace ?
==/UserStyle== */
@-moz-document domain("schoology.com") {
svg._1ILJt.util-width-two-point-four-k8wBQ._1I3mg, div.CustomBrandingLogo-vertical-strip-background-color-3_NIE.util-width-zero-point-two-3yNp_.util-height-three-point-two-1MHxH._3Knne, .course-dashboard__accessibility-icon, .app-link-wrapper
{
display: none;
}
div._9e7c_._3UYz2.util-background-position-left-center-3_shb.util-height-six-3PHnk.util-width-sixteen-JiX3r
{
background-image: url(https://www.powerschool.com/wp-content/themes/powerschool/images/logo.svg) !important;
}
._1wP6w, ._2pDDZ:hover:not(:active), ._3senP:focus:not(:active), .wL3MX:active {
color: #00427c;
font-weight: 700;
font-size: 15px;
}
:root
{
--sgy-background-color-default: #fff;
}
header._1Z0RM.Header-bottom-border-2ZE-7._3v0y7._349XD
{
border-top: 0px solid rgba(255, 255, 255, 0) !important;
}
.Header-bottom-border-2ZE-7 {
filter:none;
box-shadow: 0 8px 18px 0 rgba(0,66,124,.12);
}
.sgy-card {
background: #fff;
border: 1px solid #fff;
border-radius: 5px;
box-shadow: 0 1px 3px 0 rgba(0,66,124,.24);
}
.sgy-card:hover {
background: #fff;
border: 1px solid #fff;
border-radius: 5px;
box-shadow: 0 1px 3px 0 rgba(0,66,124,.12);
}
.course-dashboard .sgy-card:hover, .theme-2016-layout #sidebar-left .active-trail a, .theme-2016-layout #main, .theme-2016-layout #right-column-inner > div:not(:empty)
{
box-shadow: 0 1px 3px 0 rgba(0,66,124,.24);
border-radius: 5px;
}
.sgy-tabbed-navigation::after
{
color: #00427c;
}
.sgy-tabbed-navigation li.active {
border-bottom: 5px solid #00427c;
}
.sgy-tabbed-navigation li.active a
{
color: #00427c;
}
body:not(.is-detail-layout) #sidebar-left .active-trail a, body:not(.is-detail-layout) #left-nav #menu-s-main .menu .menu a.active, body:not(.is-detail-layout) #sidebar-left .menu .expanded.active-trail a.active, body:not(.is-detail-layout) #sidebar-left #left-nav .menu .expanded.active-trail .active-trail-dist-1 a, body:not(.is-detail-layout) #sidebar-left #left-nav .menu .expanded.active-trail .menu .active-trail-dist-2 a {
border: 1px solid #eaeaea;
border-right: none;
border-radius: 5px;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
#main-content-wrapper {
border: 1px solid #eaeaea
}
.course-dashboard .sgy-card-lens {
background: #fff;
}
#header.site-navigation.modernize {
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
#wrapper {
padding-top: 60px;
}
}