Skip to content

De Anza Styles by haeunpark

Details

Authorhaeunpark

LicenseNo License

Categorydeanza.instructure.com

Created

Updated

Size2.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just for personal testing

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           De Anza Styles
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("deanza.instructure.com") {
    @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,500&display=swap');

    *, textarea, p, body, html, .btn {
        font-family: 'Work Sans', sans-serif !important;
        font-size: 99.5%;
    }

    /*sidebar*/
    .ic-app-header__main-navigation {
            background: #101517;
    }
    /*dashboard*/
    .PlannerItem-styles__details a, .enhanced a, .ToDoSidebarItem__Title a, .tray-with-space-for-global-nav a {
        text-decoration: none !important;
        color: #3361cc !important;
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
    }
    .PlannerItem-styles__details a:hover, .enhanced a:hover, .ToDoSidebarItem__Title  a:hover, .tray-with-space-for-global-nav a:hover {
        border-color: #3361cc !important;
    }

    /** COURSE HOMEPAGE **/

    /*course header*/
    .ic-app-nav-toggle-and-crumbs a {
        text-decoration: none;
    }
    .ic-app-course-nav-toggle .icon-hamburger {
        color: #101517;
    }

    /*recent announcements*/
    .ic-announcement-row a {
        text-decoration: none !important;
    }
    .ic-announcement-row a:hover {
        color: #3361cc !important;
    }
    .cECYn_bXiG {
        background-color: #b8e6bf;
    }





    /*course navigation*/
    .list-view a.active {
        background-color: #ced9f2 !important;
        border: none !important;
        border-radius: 3px !important;
        padding-left: 15px !important;
    }
    .list-view>ul>li>a, .list-view>nav>ul>li>a, .list-view>div>nav>ul>li>a {
        text-decoration: none;
        color: #101517 !important;
        font-size: 13px !important;
        background: none !important;
        border-radius: 3px !important;
        padding-left: 15px !important;
        border: none !important;
    }
    .list-view>ul>li>a:hover, .list-view>nav>ul>li>a:hover, .list-view>div>nav>ul>li>a:hover {
        background: #e9ecf5 !important;
        border: none !important;
    }
}

Reviews

No reviews yet.