Just saving it
Remaking things by dogmen213
Details
Authordogmen213
LicenseNo License
CategoryStlye
Created
Updated
Size2.3 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 BLEND Redux - INCOMPLETE
@namespace USO Archive
@author theaustinman
@description `This is an incomplete stylesheet. I will be improved in the coming weeks, but I am putting it here so it can be accessed remotely.`
@version 20171005.6.48
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://ih.instructure.com/") {
#header {
background-color:rgb(5,30,70);
}
.ic-app-header__logomark {
background-image: url("https://lh6.googleusercontent.com/0UuzWwrp37eptlnpuRtQmDuvmyGpSS3WQjLrZ4afs0cghAILXf-3upJupVhoCJgbf4Ky7_RVT5rckCOivktDfmCD8f_0JUni-AHRSVHVn5uDYJYafrzc8yZM_n2WS0-5cXpPz-as=s0");
height:75px;
background-size:contain;
background-color:rgb(5,30,70);
}
.ic-app-header__secondary-navigation {
background-color:rgb(120,30,30);
}
.ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-app-header__menu-list-link {
background-color:rgb(10,50,100);
}
.ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .menu-item-icon-container {
color:rgb(50,110,200);
}
body.primary-nav-expanded .ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .menu-item__text {
color:rgb(50,190,250);
}
/* Background Stuff */
#main {
background-image:url("https://acegif.com/wp-content/gif/outerspace-58.gif");
background-size:cover;
}
.ic-Dashboard-header__layout {
padding:0.5em;
border-radius:0px;
background-color:rgba(0,0,0,0.8);
border-bottom:3px solid rgb(50,110,200);
}
.ic-Dashboard-header__title {
color:#bbb;
}
#right-side .events_list .event-details:after, #right-side .events_list .todo-details:after, #right-side .to-do-list .event-details:after, #right-side .to-do-list .todo-details:after {
background:none;
}
#right-side .right-side-list li em, #right-side .right-side-list li p {
color:#ccc;
}
#right-side .right-side-list li b, #right-side .right-side-list li b {
color:rgb(50,130,250);
}
#right-side h2, #right-side .h2 {
color:#ccc;
border:none;
}
#right-side .right-side-list li a {
border:none;
padding:1em;
}
#right-side .right-side-list li a:hover {
background-color:rgba(0,0,0,0.4);
}
#wrapper {
background-color:black;
}
.ic-app-footer {
border-color:#222;
}
}