Adds a Star Wars themed background to your BrightSpace pages.
Nerdy BrightSpace by Pxny
Details
AuthorPxny
LicenseNo License
CategoryBrightspace
Created
Updated
Size2.5 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/home/") {
.d2l-tiles-container{
color: #000;
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;
}
.d2l-twopanelselector-main-padding{
background-color: rgba(255, 254, 253, .6) !important;
}
#CourseImageBannerPlaceholderId {
opacity: 0%;
display:none;
}
iframe{
background-color: #fff;
background-image: none;
background-size: cover;
}
}
@-moz-document url-prefix("https://mylearning.suny.edu/d2l/le/") {
body.d2l-body{
color: #000;
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(255, 255, 255, .6) !important;
margin-top: 8%;
margin-bottom: 20%;
padding-bottom: 40px;
border-radius: 8px;
}
d2l-breadcrumbs{
background-repeat: no-repeat;
color: #000;
border: 0px !important;
padding: 0px;
display: flex;
}
#d2l_two_panel_selector_main{
background: rgba(255, 255, 255, .8);
padding-top: 40px;
margin-top:40px;
border-radius: 0 2% 2% 0;
}
.d2l-twopanelselector-side{
background: rgba(255, 255, 255, .8) !important;
border-radius: 2% 0 0 0;
translate: 0 70px;
}
.d2l-twopanelselector-side-bg{
background-image: none !important;
border-right: 0px !important;
}
}
@-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%;
}
}