Adds a Star Wars themed background to your BrightSpace pages.
Nerdy BrightSpace by ponycode
Details
Authorponycode
LicenseNo License
Categoryhttps://mylearning.suny.edu
Created
Updated
Size1.4 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 Nerdy BrightSpace
@version 20220907.13.26
@namespace userstyles.world/user/ponycode
@description Adds a Star Wars themed background to your BrightSpace pages.
@author ponycode
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://mylearning.suny.edu/") {
.d2l-body{
color: transparent;
background-image: url(https://static.wikia.nocookie.net/c45d8669-f7d1-4bf6-87b1-109c7bb4506b);
background-repeat: no-repeat;
background-size: cover;
}
.d2l-page-main-padding{
background-color: rgba(89, 88, 87, 0.6) !important;
margin-top: 8%;
margin-bottom: 20%;
padding-bottom: 40px;
border-radius: 8px;
}
#CourseImageBannerPlaceholderId {
opacity: 0%;
display:none;
}
iframe{
background-color: #fff;
background-image: none;
background-size: cover;
}
}
@-moz-document url("https://mylearning.suny.edu/d2l/login") {
body{
background-image: url(https://media.wired.com/photos/5a00c0a25f0bed3d7bb758cc/master/pass/starwars-fa.jpg) !important;
background-size: 100%;
}
div {
background-image: none !important;
}
a {
background-color: red !important;
}
.d2l-page-main-padding{
background-color: transparent !important;
}
D2L-HTML-BLOCK {
margin-top: 4%;
background: rgba(61, 61, 60, 0.8);
padding-bottom: 10%;
}
}