Skip to content

SMU LMS by acropolis914

Details

Authoracropolis914

LicenseNo License

Categorylms.smu.edu.ph

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A tweak to make the SMU Learning Management System of SMU Bayombong looks cleaner and a LOT less busy.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       SMU LMS
@version    20250319.13.20
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://lms.smu.edu.ph/") {
body * {
    font-family: sans-serif;
    font-weight: normal !important;
    border-radius: 7px !important;
    background-image: none !important;
}

#site-menu * {
    height: 0
}

#main-navigation > div::after {
    content: none !important;
    /* Removes any existing content */
    background-image: none !important;
    /* Removes any background image */
}

#main-navigation > div > div > div > div > ul > li {
    padding-right: 10px;
}

.header-light2 #main-navigation .main-navigation-inner {
    background-color: white;
}

.header-light2 #main-navigation > div::before {
    visibility: none;
}

#yui_3_17_2_1_1742076093591_218 {
    visibility: hidden;
}
#yui_3_17_2_1_1742075310978_218 > div.header-right {
    visibility: hidden;
}

#main-content {
    padding: 10px !important;
}

#page-container-1 > div > ul > li {
    margin-bottom: 10px;
}
#yui_3_17_2_1_1742074294649_211 {
    visibility: hidden;
}

#main-content > div > div > section.sidebar-col.col-md-3.order-1 {}

#main-header .main-logo {
    visibility: hidden;
    height: 0;
}


.fixed-bar {
    visibility: hidden;
}

.header-right * {
    height: 0;
    visibility: hidden;
}

ul.social-list {
    visibility: hidden;
}

#main-header {
    height: 50px
}
}

Reviews

No reviews yet.