Changes the colours of SEQTA and layout to look cleaner!
Forget the ugly outdated scenes!
Authorasteroid-games
LicenseNo License
CategoryWhitefriars Learn
Created
Updated
Size5.6 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Changes the colours of SEQTA and layout to look cleaner!
Forget the ugly outdated scenes!
If you want to change it, go in and find linear gradient and tweak the colours there. The link inside can also be changed if you would like a different background.
/* ==UserStyle==
@name Whitefriars Learn Green, Blue and Purple
@version 20220310.00.18
@namespace userstyles.world/user/asteroid-games
@description Changes the colours of SEQTA and layout to look cleaner!
Forget the ugly outdated scenes!
@author asteroid-games
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://learn.whitefriars.vic.edu.au/") {
:root {
--blue: #25b3fd;
font-size: 10pt;
--green: #55ff55;
--huge-text: 2rem;
--large-text: 1.5rem;
--nav-level-one: #546587;
--nav-level-three: #959fb4;
--nav-level-two: #717f9b;
--nav-level-zero: #1b315e;
--navy: #000;
--orange: #f55;
--red: #f44336;
--small-text: 0.8rem;
--theme-bg-alt-parts: 0, 0, 0, 0.5;
--theme-bg-parts: 0, 0, 0, 0.5;
--theme-button-bg: #eee;
--theme-button-fg: #222;
--theme-fg-parts: 255, 255, 255;
--theme-offset-bg: rgba(var(--theme-fg-parts), 0.1);
--theme-offset-bg-more: rgba(var(--theme-fg-parts), 0.2);
--theme-sel-bg-parts: 27, 49, 95;
--theme-sel-fg-parts: 255, 255, 255;
--theme-table-headers: rgb(var(--theme-bg-parts));
--yellow: #fff555;
}
#menu {
background: linear-gradient(0deg, rgba(110, 185, 108, 1) 0%, rgba(69, 69, 135, 1) 50%, rgba(80, 39, 133, 1) 100%);
border-right: 1px solid #ccc;
bottom: 0;
box-sizing: border-box;
color: #fff;
display: flex;
flex-direction: column;
left: 0;
max-width: 100%;
overflow: hidden;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 250px;
}
#menu li.active {
background: #fff7;
color: linear-gradient(90deg, rgba(110, 185, 108, 1) 0%, rgba(69, 69, 135, 1) 50%, rgba(80, 39, 133, 1) 100%);
}
#title {
align-items: center;
background: linear-gradient(270deg, rgba(110, 185, 108, 1) 0%, rgba(69, 69, 135, 1) 50%, rgba(80, 39, 133, 1) 100%);
color: #fff;
display: flex;
font-size: var(--large-text);
font-weight: 700;
min-height: 32px;
padding: 8px 48px 8px 16px;
}
#menu .sub {
background: linear-gradient(0deg, rgba(110, 185, 108, 1) 0%, rgba(69, 69, 135, 1) 50%, rgba(80, 39, 133, 1) 100%);
bottom: 0;
box-sizing: border-box;
color: #fff;
display: block;
display: flex;
flex-direction: column;
overflow: hidden;
position: absolute;
top: 64px;
width: 100%;
}
#menu .nav {
background: #fff0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
height: 64px;
}
.legacy-root {
color: #fff;
cursor: default;
font-family: 'Lato Light', 'Montserrat Light', "Helvetica", "Arial", sans-serif;
margin: 0;
padding: 0;
text-rendering: optimizelegibility;
}
#main > .dashboard,
#toolbar {
background: linear-gradient(270deg, rgba(110, 185, 108, 1) 0%, rgba(69, 69, 135, 1) 50%, rgba(80, 39, 133, 1) 100%);
}
#main > .dashboard > .dashlet,
.notifications__list___rp2L2,
.notifications__actions___1UX7r,
.SelectedAssessment__SelectedAssessment___3Bu5D,
.SelectedAssessment__meta___1gq_y > .SelectedAssessment__due___gaPre {
background: #00000055;
}
#main > .dashboard > .dashlet > .header > .title,
.dashlet-summary-homework > .summary > .subject > .item,
.dashlet-summary-homework > .summary > .subject > .title,
.notifications__detailsBody___2nU2k > .notifications__subtitle___1se8e {
color: #fff;
}
.Canvas__canvas___OBdCZ {
background-image: url("https://i.pinimg.com/originals/62/39/4d/62394d753859943e6a1a36443ef78795.gif") !important;
font-family: "Lato Light", Helvetica, Arial, sans-serif !important;
}
.legacy-root .uiButton {
color: rgb(255, 255, 255);
}
.legacy-root button,
.legacy-root a {
background: rgba(var(--theme-bg-parts));
}
.legacy-root input,
.legacy-root textarea,
.legacy-root button,
.legacy-root select,
.legacy-root option,
.legacy-root .input {
font-family: 'Lato Light', 'Montserrat Light', "Helvetica", "Arial", sans-serif;
font-size: 100%;
margin: 0;
outline: 0;
vertical-align: text-bottom;
}
.connectedNotificationsWrapper > div > button {
background: var(--navy);
border-radius: 100%;
color: #fff;
height: 0px;
justify-content: center;
right: 12px;
top: 12px;
width: 0px;
}
.notifications__notifications___3mmLY > button > .notifications__bubble___1EkSQ {
display: block;
color: #fff;
position: absolute;
top: -2px;
right: -2px;
border-radius: 5%;
background: var(--orange);
font-weight: bold;
font-size: 15pt;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
#content, body.cke_editable, body.userHTML {
background: linear-gradient(270deg, rgba(110, 185, 108, 1) 0%, rgba(69, 69, 135, 1) 50%, rgba(80, 39, 133, 1) 100%) !important;
}
.Collapsible__Collapsible___3O8P3 > .Collapsible__header___-Afvq {
padding: 4px 8px;
border-bottom: 1px solid var(--theme-offset-bg);
z-index: 10;
background: none;
}
.SelectedAssessment__SelectedAssessment___3Bu5D > .SelectedAssessment__meta___1gq_y > .SelectedAssessment__due___gaPre,
.dashlet-notes, .Collapsible__Collapsible___3O8P3, .Collapsible__header___-Afvq, .Thermoscore__Thermoscore___2tWMi > .Thermoscore__fill___35WjF, .dashlet-notes>ul {
background: #0005 !important;
}
.legacy-root .uiFileHandler > button,
.dashlet-notes > ul > li,
#main > .course > .content > h1 {
color: #fff;
}
.Thermoscore__Thermoscore___2tWMi {
--fill-colour: #0005;
}
}