Skip to content

learning.stmichaels.vic.edu.au by lilirulez1

Details

Authorlilirulez1

LicenseNo License

Categorystmichaels

Created

Updated

Code size3.1 kB

Code checksum2bf6bfa

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         learning.stmichaels.vic.edu.au
@version      20231011.09.16
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://learning.stmichaels.vic.edu.au/") {
:root {
    --background: rgb(30, 30, 46);
    --layer1: rgb(49, 50, 68);
    --layer2: rgb(69, 71, 90);
    --navBackground: rgb(49, 50, 68);
    
    --text1: rgb(205, 214, 244);
    --text2: rgb(186, 194, 222);
    --text3: rgb(166, 173, 200);
    
    --accent-nav-icons: rgb(147, 153, 178);
    --accent: rgb(137, 180, 250);
    --accent-box: rgb(69, 71, 90);
    
    --color-5: rgb(249, 226, 175);
    --color-10: rgb(166, 227, 161);
}

#component-layout {
    --top-head-bg: rgb(69, 71, 90);
    --left-head-bg: rgb(69, 71, 90);
    --right-head-bg: rgb(69, 71, 90);
}

#profile-drop {
    padding: .6%;
}

#profile-drop > img {
    border-radius: 100%;
}

#component74502 {
    display: none;
}

#component200328 {
    display: none;
}

#component80824 {
    display: none;
}

html body div#off-canvas-wrap.off-canvas-wrap div#inner-wrap.inner-wrap section.main div#container div#content div.row div.small-12.large-8.columns.column-left div#component170093.component-container.Schoolbox_Comms_News_Component_Dashboard_Controller {
    display: none;
}

#notifications > a::before {
  color: var(--accent-nav-icons) !important;
}

.tabs {
    border-bottom: 1px solid rgb(0,0,0);
}

.profile {
    border-top: 3px solid rgb(166, 173, 200) !important;
}

td[role="gridcell"] {
  border: 1px solid rgb(0, 0, 0) !important;
}

.gradient-0 {
    color: rgb(243, 139, 168);
}

.gradient-1 {
    color: rgb(
        calc(243 + ((249 - 243) * 0.1)),
        calc(139 + ((226 - 139) * 0.1)),
        calc(168 + ((175 - 168) * 0.1))
    );
}

.gradient-2 {
    color: rgb(
        calc(243 + ((249 - 243) * 0.2)),
        calc(139 + ((226 - 139) * 0.2)),
        calc(168 + ((175 - 168) * 0.2))
    );
}

.gradient-3 {
    color: rgb(
        calc(243 + ((249 - 243) * 0.3)),
        calc(139 + ((226 - 139) * 0.3)),
        calc(168 + ((175 - 168) * 0.3))
    );
}

.gradient-4 {
    color: rgb(
        calc(243 + ((249 - 243) * 0.4)),
        calc(139 + ((226 - 139) * 0.4)),
        calc(168 + ((175 - 168) * 0.4))
    );
}

.gradient-5 {
    color: rgb(249, 226, 175);
}

.gradient-6 {
    color: rgb(
        calc(249 + ((166 - 249) * 0.1)),
        calc(226 + ((227 - 226) * 0.1)),
        calc(175 + ((161 - 175) * 0.1))
    );
}

.gradient-7 {
    color: rgb(
        calc(249 + ((166 - 249) * 0.2)),
        calc(226 + ((227 - 226) * 0.2)),
        calc(175 + ((161 - 175) * 0.2))
    );
}

.gradient-8 {
    color: rgb(
        calc(249 + ((166 - 249) * 0.3)),
        calc(226 + ((227 - 226) * 0.3)),
        calc(175 + ((161 - 175) * 0.3))
    );
}

.gradient-9 {
    color: rgb(
        calc(249 + ((166 - 249) * 0.4)),
        calc(226 + ((227 - 226) * 0.4)),
        calc(175 + ((161 - 175) * 0.4))
    );
}

.gradient-10 {
    color: rgb(166, 227, 161);
}

div.medium-12:nth-child(2) > h2:nth-child(1) {
    display: none;
}

div.medium-12:nth-child(2) > section:nth-child(2) {
    display: none;
}
}

Reviews

No reviews yet.